.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/U30XR5yO/banner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:768px;width:1200px;position:relative;display:block; }#SaRtzi4LF08g7KsQhmBSnD44yDJMcPCs { color:#13396e;display:block;width:615px;position:absolute;font-family:"playfair display";font-size:70px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:232px;left:0px;height:210px;font-style:italic;display:block; }
#q7CFBtgZnRxoTcdpiVuDnKgyNghDIblw { color:#505050;display:block;width:474px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:478px;left:0px;height:56px;display:block; }
#DImvBX8D5oiX8bmPXcOJXJf63dTdVO1K { background-color:#13396e;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:297px;height:55px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:585px;left:0px;display:block; }
#DcNgs3fuLNPhGfarOCgmnxqLdCcmVwri { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pbMtM2tU7QpnAZ5mqCOnWmwbsZwJTgh1 { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h7bwmgYL/logo.png");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;height:62px;width:225px;top:47px;left:0px;display:block; }
#pbMtM2tU7QpnAZ5mqCOnWmwbsZwJTgh1.adaptive-delivery-prevent-bg { background-image: none; }
#yTWdqiTPmi9uqXZimKBhtLrkpTxQUD9q { color:#13396e;display:block;width:190px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:80px;left:250px;height:20px;font-style:italic;display:block; }
#DUQ8BRGOD4gWUNB6I1uOPPVU9hsouFLC { position:absolute;display:block;z-index:100004;background-color:rgba(19,57,110,0.32);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;height:105px;width:1px;top:0px;left:238px;display:block; }
#JohRxq3QaZwHpwomolwPIyEsIkeRswoN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #13396e;box-sizing:border-box;color:#13396e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:21px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:603px;left:320px;display:block; }
#gsVlXkvbOa2kEtu9SSlDJAPKeBxsO1ow { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz { position:relative;display:none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz { border-width: 0; border-radius: 0; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB { position:relative;display:block; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB { background-color: transparent; background-image: none; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row .container > .video-iframe-container { display: none; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row > .video-iframe-container { display: none; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .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); }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB { border-width: 0; border-radius: 0; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#X3LWAN79sDLDpTuwWbA9mOSxxzg0tItH { color:#505050;display:block;width:525px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:216px;left:598px;height:112px;display:block; }
#fV62bKsEGralJxc4Sv3ElAN1GatgD6tL { color:#13396e;display:block;width:476px;position:absolute;font-family:raleway;font-size:35px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:133px;left:597px;height:70px;font-style:normal;display:block; }
#FZ8xJBIf61yqvlOxLEaLBdHCTCTr1CBn { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/wfBxT40c/cremacao.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;height:425px;width:663px;top:95px;left:-171px;display:block; }
#FZ8xJBIf61yqvlOxLEaLBdHCTCTr1CBn.adaptive-delivery-prevent-bg { background-image: none; }
#eiSFx8sRIpXI9T4ToXPA9GZT641BHwAt { color:#505050;display:block;width:438px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100004;line-height:2;letter-spacing:0;top:333px;left:627px;height:180px;font-style:normal;display:block; }
#aAkB0dqKNywp2fnFyGJTW0gg2u7NZ9ef { color:#c93234;display:block;width:27px;position:absolute;font-family:"font awesome";font-size:18px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:332px;left:597px;height:144px;display:block; }
#rC092VXTqNl5w5ZfE6W7eDvDTPucO9W8 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/blsbU9r6/tree_1_.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;height:372px;width:382px;top:576px;left:818px;display:block; }
#rC092VXTqNl5w5ZfE6W7eDvDTPucO9W8.adaptive-delivery-prevent-bg { background-image: none; }
#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L { position:relative;display:block; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L { background-color: transparent; background-image: none; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row .container > .video-iframe-container { display: none; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row > .video-iframe-container { display: none; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .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); }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L { border-width: 0; border-radius: 0; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#13396e;background-image:none;font-size:14px;font-family:arial;height:295px;width:1200px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:relative;display:block; }#puxil5a6aXTEnTd5zIcvNKyeskyTTcOl { color:#ffffff;display:block;width:474px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:169px;left:73px;height:56px;display:block; }
#OsvAxV8AUnb2nr0u3d8zpEv0w3w8L3bT { color:#ffffff;display:block;width:457px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:76px;left:73px;height:80px;font-style:normal;display:block; }
#FR8ugHANHvXCQOArOF1kOn61ePBRAJXR { background-color:#1ab2c0;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:169.5px;left:583px;display:block; }
#sHLEzBfh7h9INTzDTFa3Ly2rLWhPBDVi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LFifG2OEw3fDOEvVC5u4pT0Wsyta9ct5 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/blsbU9r6/tree_1_.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;height:372px;width:382px;top:576px;left:818px;display:none; }
#LFifG2OEw3fDOEvVC5u4pT0Wsyta9ct5.adaptive-delivery-prevent-bg { background-image: none; }
#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT { position:relative;display:block; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT { background-color: transparent; background-image: none; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row .container > .video-iframe-container { display: none; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row > .video-iframe-container { display: none; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .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); }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT { border-width: 0; border-radius: 0; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:611px;width:1200px;position:relative;display:block; }#D2CmCnATq8puydAp5TpeiVrHV4htZRqi { color:#505050;display:block;width:298px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:264px;left:0px;height:196px;display:block; }
#z1DgrPUkMiZZNytS9XuhKHSqi1Np5HWp { color:#505050;display:block;width:346px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:264px;left:400px;height:196px;display:block; }
#dSDJXcUDpxQ8TrEktuqHLxIX0rrgypEG { color:#505050;display:block;width:298px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:264px;left:844px;height:196px;display:block; }
#J98VeNqsz1Pb0HHzoLJB4WpOzT2ZmUtT { color:rgba(26,178,192,0.3);display:block;width:772px;position:absolute;font-family:"playfair display";font-size:60px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:141px;left:0px;height:60px;font-style:italic;display:block; }
#VBFlqQNd2fHG9RMQdTwwU0TReEiCuJW5 { position:absolute;display:block;z-index:100007;background-color:rgba(19,57,110,0.3);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;height:363px;width:1px;top:248px;left:365px;display:block; }
#bSHvC54kVVq5VODnVZiSTnwgHaPXw5hJ { position:absolute;display:block;z-index:100008;background-color:rgba(19,57,110,0.3);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;height:363px;width:1px;top:248px;left:800px;display:block; }
#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efece6;background-image:none;position:relative;display:block; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container { background-color: transparent; background-image: none; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container > .video-iframe-container { display: none; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row > .video-iframe-container { display: none; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .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); }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container { border-width: 0; border-radius: 0; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container { font-size:14px;font-family:arial;height:524px;width:1200px;position:relative;display:block; }#fM5r7p52rUE8qR3DqcBxJJEvsucxFW4J { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/8lEHHtZ4/est4.jpeg");background-position:bottom 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;height:255px;width:501px;top:153px;left:0px;display:block; }
#fM5r7p52rUE8qR3DqcBxJJEvsucxFW4J.adaptive-delivery-prevent-bg { background-image: none; }
#aTA0KrpoC9tVpfMo8JMWN6haxt45rxix { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rOcLylrh/est3.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;height:255px;width:501px;top:443px;left:0px;display:block; }
#aTA0KrpoC9tVpfMo8JMWN6haxt45rxix.adaptive-delivery-prevent-bg { background-image: none; }
#qDOtxGWNxevAdzAJ3RFANsBeBaEnz8X5 { color:#13396e;display:block;width:476px;position:absolute;font-family:"playfair display";font-size:50px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:187px;left:591px;height:150px;font-style:italic;display:block; }
#qoqEs6N0JBQOPucnMfs4XiOqDoTsO5Tc { color:#505050;display:block;width:474px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:359px;left:592px;height:84px;display:block; }
#uCp4LUSEJfkAiI7ND7pzub5hikMtU4Qk { color:#e6e3dd;display:block;width:1068px;position:absolute;font-family:"playfair display";font-size:200px;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;top:1px;left:-177px;height:200px;font-style:italic;display:block; }
#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2Usj3fsW/estrutura.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk.adaptive-delivery-prevent-bg { background-image: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { background-color: transparent; background-image: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container > .video-iframe-container { display: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row > .video-iframe-container { display: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .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); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { border-width: 0; border-radius: 0; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { font-size:14px;font-family:arial;height:1083px;width:1200px;position:relative;display:block; }#v4tLg0nPwUik4CT9rV1fID0qHyA1DXrh { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/M9cwxLrd/est2.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;height:255px;width:501px;top:210px;left:0px;display:block; }
#v4tLg0nPwUik4CT9rV1fID0qHyA1DXrh.adaptive-delivery-prevent-bg { background-image: none; }
#w1KXSZfTm6FV6k6ohqiGXUnkPWvDt0Q4 { color:#ffffff;display:block;width:438px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:62px;left:625px;height:360px;display:block; }
#VtTfcyeInZXR57h8RCA8oQQ8dMUuXQvM { color:#25d366;display:block;width:27px;position:absolute;font-family:"font awesome";font-size:18px;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:61px;left:593px;height:324px;display:block; }
#mQNNKTA4vab3KAr59ayFPsvtLyRuT16T { color:#ffffff;display:block;width:298px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:705px;left:58px;height:200px;display:block; }
#tJcnLuu05uDGLQZztkMTiPRi75TAVXwq { color:#efece6;display:block;width:290px;position:absolute;font-family:"playfair display";font-size:40px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:602px;left:58px;height:80px;font-style:italic;display:block; }
#CnlZelBS0gt0texEoQisKTtCDiy6e0Gg { color:#ffffff;display:block;width:318px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:706px;left:460px;height:200px;display:block; }
#ZKC1wpMttxPuimuuFvHnuW0ZlTdcm5lz { color:#efece6;display:block;width:290px;position:absolute;font-family:"playfair display";font-size:40px;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:603px;left:460px;height:80px;font-style:italic;display:block; }
#frZ4f8uKWUBMiNyMQOLWLLgcIuUqnCVN { color:#ffffff;display:block;width:324px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:100009;line-height:2;letter-spacing:0;top:705px;left:865px;height:240px;display:block; }
#IZME7g1NvSSZwlLEfoHNQEItbABhwATW { color:#efece6;display:block;width:290px;position:absolute;font-family:"playfair display";font-size:40px;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:602px;left:865px;height:80px;font-style:italic;display:block; }
#TPkR51iiQfL3y6NEXE6IZKWNV8SEmi9n { position:absolute;display:block;z-index:100010;background-color:rgba(26,178,192,0.32);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;height:423px;width:1px;top:593.5px;left:399px;display:block; }
#JTG1SHTQPFBETCAOASRSFrZTZIpaNFUq { position:absolute;display:block;z-index:100011;background-color:rgba(26,178,192,0.32);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;height:423px;width:1px;top:593.5px;left:800px;display:block; }
#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr { position:relative;display:block; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr { background-color: transparent; background-image: none; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row .container > .video-iframe-container { display: none; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row > .video-iframe-container { display: none; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .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); }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr { border-width: 0; border-radius: 0; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:464px;width:1200px;position:relative;display:block; }#ST88pcDHH9vr3xr7KWtUETBPOcO1Ahoi { color:#1ab2c0;display:block;width:676px;position:absolute;font-family:"playfair display";font-size:50px;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:128px;left:262px;height:50px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TVkOPuIm0KP6tiZzU5Oz0Tw4pWezMH3d { color:#505050;display:block;width:543px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:196px;left:329px;height:56px;text-align:center;text-align-last:center;display:block; }
#lfgyxhl9nPkSrJKZTP12uExDKe2inIGV { background-color:transparent;background-image:none;border-top:1px solid #1ab2c0;border-left:1px solid #1ab2c0;border-right:1px solid #1ab2c0;border-bottom:1px solid #1ab2c0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#1ab2c0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:55px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:281px;left:495px;display:block; }
#i2Mz08gPW3ZCEZK56f5it4dXWLC77FzG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efece6;background-image:none;position:relative;display:block; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container { background-color: transparent; background-image: none; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container > .video-iframe-container { display: none; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row > .video-iframe-container { display: none; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .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); }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container { border-width: 0; border-radius: 0; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container { font-size:14px;font-family:arial;height:690px;width:1200px;position:relative;display:block; }#rRZreZf0ylhTy8TmyfJfgUQlv1LBPQOM { color:#505050;display:block;width:559px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:152px;left:26px;height:480px;text-align:left;text-align-last:left;display:block; }
#Vn9KuB221x8EkrlKCIC9FcXeMETOTKHZ { color:#13396e;display:block;width:476px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:88px;left:0px;height:40px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V7PgM8KHaQNWnPvbMLhH0c7zNXLoTai0 { color:#1ab2c0;display:block;width:20px;position:absolute;font-family:"font awesome";font-size:15px;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:152px;left:0px;height:480px;text-align:left;text-align-last:left;display:block; }
#TFWvOhsIZtSX6gyOpdqTKrZs7VRQ39BM { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YhuQuiRN/banner2.jpeg");background-position:top right !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;height:691px;width:1042px;top:0px;left:513px;display:block; }
#TFWvOhsIZtSX6gyOpdqTKrZs7VRQ39BM.adaptive-delivery-prevent-bg { background-image: none; }
#thxuRai3iZX4HPKUls9Txr41SB5qnLio { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#ZbxP1SSuATV3bqRBiUmLVNGBtI5CLlen { color:#1ab2c0;display:block;width:20px;position:absolute;font-family:"font awesome";font-size:15px;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:152px;left:0px;height:480px;text-align:left;text-align-last:left;display:none; }
#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1dac7;background-image:none;position:relative;display:block; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container { background-color: transparent; background-image: none; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container > .video-iframe-container { display: none; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row > .video-iframe-container { display: none; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .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); }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container { border-width: 0; border-radius: 0; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container { font-size:14px;font-family:arial;height:366px;width:1200px;position:relative;display:block; }#SwUBMsghpoDxtDqkNmUfnvCd2kAvw7Vs { color:#13396e;display:block;width:88px;position:absolute;font-family:rubik;font-size:60px;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:85px;left:44px;height:60px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aP4fH7ys4rv77259TOULXzIyteAcsm22 { color:#13396e;display:block;width:327px;position:absolute;font-family:rubik;font-size:30px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:109px;left:0px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxeRJfls0pW7UkNGpgb9PzXL1kxHqba4 { color:#505050;display:block;width:346px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:257px;left:0px;height:48px;text-align:left;text-align-last:left;display:block; }
#vALnZC4C3i38H27DuUBkB5RNhWTaBsTl { color:#505050;display:block;width:577px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:35px;left:0px;height:30px;text-align:left;text-align-last:left;display:block; }
#MXvzR1foD8WxUE8zOmPJOp9Cy1E462yI { color:#505050;display:block;width:747px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:158px;left:0px;height:48px;text-align:left;text-align-last:left;display:block; }
#LqZBLgANwsQTVEFsVaTU8JJQ7cLiEsIm { background-color:#13396e;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:145px;left:651px;display:block; }
#JZT1kyDJBV7D7iTxeKqNgD4WBRWFFUyg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WsGFQ2Nf2G3bVvRERxfgcimBvw4FobPM { background-color:transparent;background-image:none;border-top:2px solid #25d366;border-left:2px solid #25d366;border-right:2px solid #25d366;border-bottom:2px solid #25d366;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#01b342;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:55px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:145px;left:935px;display:block; }
#zHE2H1tIiq8X9nnce5PDfAv2zFVU37Fq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#nRI522uQmLWuT6a5teD2VNausrtTRg4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13396e;background-image:none;position:relative;display:block; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container { background-color: transparent; background-image: none; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container > .video-iframe-container { display: none; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row > .video-iframe-container { display: none; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .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); }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container { border-width: 0; border-radius: 0; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-form-header {  }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-regular-label { height:auto;display:none;font-family:raleway;font-size:14px;font-weight:bold;color:#000000;width:476px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:476px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:476px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .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:0px;margin-bottom:4px;margin-left:0;display:block;width:476px;box-sizing:border-box;height:40px;color:#161616;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#1ab2c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:72px;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:404px;height:55px;font-family:raleway;overflow:hidden; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px;font-weight:400;font-style:italic; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px;font-weight:400;font-style:italic; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px;font-weight:400;font-style:italic; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px;font-weight:400;font-style:italic; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:raleway;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:454px;overflow:hidden;font-style:normal; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container:first-of-type{padding-top:0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container:last-of-type{padding-bottom:0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:476px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:93px;left:605.00003051758px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:476px;display:block;vertical-align:top; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R {display:block;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:476px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:93px;left:605.00003051758px;display:none; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #vo4dsHS7XS0IsQCQaOITZ8Hrpf2FZ9GD { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #JBM39VJVAqQpcRTwq9m5W1efczewAtXA { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #VlpTqvI3hg2RwWgAox8oiAfNXyCUL03C { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #OnsJdl1QDlea8rsiXUqqKVsi8TVnDP69 { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #ymFrEMypqBqwJ2yahd2z9diB1dX4NRgs { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #hriDnzAUfQWbqxblgq07oM4yO6aBB8Pi { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #c2MfbRV04EEnCCfkTcngoUseHt7OMF98 { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #FNx8JkST3gtMu4xH1TIAsGirA2mFaRvZ { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #rqPkNZ0EIVF4dXzLUhPsvUvCx3bV3wF5 { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #kRD9syzi9BdrcIPH8yoUyalhhhSiBB4v { position:relative; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #eln1rvu0yPUGdmCqOb2HswB778Ua4eBo { position:relative; }
#AZrATwor9uTVQnTRrzFETPStyb8hwwAK { color:#ffffff;display:block;width:302px;position:absolute;font-family:"playfair display";font-size:50px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:104px;left:264px;height:100px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#pRs9Wxai4f3UPxxDtadVGHgN0IHeZBwy { color:#ffffff;display:block;width:269px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:222px;left:298px;height:48px;text-align:right;text-align-last:right;display:block; }
#v9zpipxiK4Rt4kLhsgaTlEwvRlKnGSJT { box-sizing:content-box;color:rgba(255,255,255,0.05);font-size:399px;font-weight:400;line-height:1;height:571px;width:571px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0px;left:-160px;display:block; }
#oFnIkkFyQTq6eHzeJOM55nR4DWWge2hJ { position:absolute;display:block;z-index:100013;height:180px;width:485px;top:104px;left:665px;display:block; }
#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092a4f;background-image:none;position:relative;display:block; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container { background-color: transparent; background-image: none; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container > .video-iframe-container { display: none; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row > .video-iframe-container { display: none; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .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); }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container { border-width: 0; border-radius: 0; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container { font-size:14px;font-family:arial;height:192px;width:1200px;position:relative;display:block; }#G9XSXxkwWDDBvu8Tf68JoNK3zuC2v5TR { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Xz7zWEmx/nobre1.png");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;height:97px;width:272px;top:0px;left:928px;display:block; }
#G9XSXxkwWDDBvu8Tf68JoNK3zuC2v5TR.adaptive-delivery-prevent-bg { background-image: none; }
#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz { position:fixed;z-index:199999;bottom:0;left:0px;right:0;display:block; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz { background-color: transparent; background-image: none; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row .container > .video-iframe-container { display: none; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row > .video-iframe-container { display: none; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .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); }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz { border-width: 0; border-radius: 0; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:75px;width:1200px;position:relative;display:block; }#cVR38NX9WogW7g4ZeyxI36A6Xo8RSeRl { position:absolute;display:block;z-index:100000;background-color:#25d366;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:60px;width:60px;top:0px;left:1140px;display:block; }
#MLLP8m0ShcPTcovGPIHkwXbmOZhFKKHC { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:4px;left:1146px;display:block; }
#SEcAoZbD1aeUc3LMCF8yBupKapmQndZT { 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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62px;height:61px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0px;left:1138px;display:block; }
#T7mRh2VK1CsmOngo4SBJTbc1AKzmHBGi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaRtzi4LF08g7KsQhmBSnD44yDJMcPCs { width:615px;height:210px;top:232px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #q7CFBtgZnRxoTcdpiVuDnKgyNghDIblw { width:474px;height:56px;top:478px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DImvBX8D5oiX8bmPXcOJXJf63dTdVO1K { width:297px;height:55px;top:585px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DcNgs3fuLNPhGfarOCgmnxqLdCcmVwri { display:block; }
 }@media only screen and (max-width: 763px) { #pbMtM2tU7QpnAZ5mqCOnWmwbsZwJTgh1 { width:225px;height:62px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yTWdqiTPmi9uqXZimKBhtLrkpTxQUD9q { width:190px;height:20px;top:80px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DUQ8BRGOD4gWUNB6I1uOPPVU9hsouFLC { width:1px;height:105px;top:0px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JohRxq3QaZwHpwomolwPIyEsIkeRswoN { width:147px;height:21px;top:603px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #gsVlXkvbOa2kEtu9SSlDJAPKeBxsO1ow { display:block; }
 }@media only screen and (max-width: 763px) { #fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz { display:none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB { display:block; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3LWAN79sDLDpTuwWbA9mOSxxzg0tItH { width:525px;height:112px;top:216px;left:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fV62bKsEGralJxc4Sv3ElAN1GatgD6tL { width:476px;height:70px;top:133px;left:288px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8xJBIf61yqvlOxLEaLBdHCTCTr1CBn { width:663px;height:425px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eiSFx8sRIpXI9T4ToXPA9GZT641BHwAt { width:438px;height:180px;top:333px;left:326px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aAkB0dqKNywp2fnFyGJTW0gg2u7NZ9ef { width:27px;height:144px;top:332px;left:379px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rC092VXTqNl5w5ZfE6W7eDvDTPucO9W8 { width:382px;height:372px;top:576px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L { display:block; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puxil5a6aXTEnTd5zIcvNKyeskyTTcOl { width:474px;height:56px;top:169px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsvAxV8AUnb2nr0u3d8zpEv0w3w8L3bT { width:457px;height:80px;top:76px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FR8ugHANHvXCQOArOF1kOn61ePBRAJXR { width:211px;height:55px;top:169px;left:365px;display:block; }
 }@media only screen and (max-width: 763px) { #sHLEzBfh7h9INTzDTFa3Ly2rLWhPBDVi { display:block; }
 }@media only screen and (max-width: 763px) { #LFifG2OEw3fDOEvVC5u4pT0Wsyta9ct5 { width:382px;height:372px;top:576px;left:382px;display:none; }
 }@media only screen and (max-width: 763px) { #ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT { display:block; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2CmCnATq8puydAp5TpeiVrHV4htZRqi { width:298px;height:196px;top:264px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z1DgrPUkMiZZNytS9XuhKHSqi1Np5HWp { width:346px;height:196px;top:264px;left:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dSDJXcUDpxQ8TrEktuqHLxIX0rrgypEG { width:298px;height:196px;top:264px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J98VeNqsz1Pb0HHzoLJB4WpOzT2ZmUtT { width:764px;height:60px;top:141px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VBFlqQNd2fHG9RMQdTwwU0TReEiCuJW5 { width:1px;height:363px;top:248px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #bSHvC54kVVq5VODnVZiSTnwgHaPXw5hJ { width:1px;height:363px;top:248px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt { display:block; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM5r7p52rUE8qR3DqcBxJJEvsucxFW4J { width:501px;height:255px;top:153px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTA0KrpoC9tVpfMo8JMWN6haxt45rxix { width:501px;height:255px;top:443px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qDOtxGWNxevAdzAJ3RFANsBeBaEnz8X5 { width:476px;height:150px;top:187px;left:288px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qoqEs6N0JBQOPucnMfs4XiOqDoTsO5Tc { width:474px;height:84px;top:359px;left:290px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uCp4LUSEJfkAiI7ND7pzub5hikMtU4Qk { width:764px;height:200px;top:1px;left:0px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk { display:block; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4tLg0nPwUik4CT9rV1fID0qHyA1DXrh { width:501px;height:255px;top:210px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1KXSZfTm6FV6k6ohqiGXUnkPWvDt0Q4 { width:438px;height:360px;top:62px;left:326px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VtTfcyeInZXR57h8RCA8oQQ8dMUuXQvM { width:27px;height:324px;top:61px;left:375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mQNNKTA4vab3KAr59ayFPsvtLyRuT16T { width:298px;height:400px;top:705px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tJcnLuu05uDGLQZztkMTiPRi75TAVXwq { width:290px;height:80px;top:602px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CnlZelBS0gt0texEoQisKTtCDiy6e0Gg { width:318px;height:200px;top:706px;left:242px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKC1wpMttxPuimuuFvHnuW0ZlTdcm5lz { width:290px;height:80px;top:603px;left:242px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #frZ4f8uKWUBMiNyMQOLWLLgcIuUqnCVN { width:324px;height:240px;top:705px;left:440px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IZME7g1NvSSZwlLEfoHNQEItbABhwATW { width:290px;height:80px;top:602px;left:474px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TPkR51iiQfL3y6NEXE6IZKWNV8SEmi9n { width:1px;height:423px;top:593px;left:181px;display:block; }
 }@media only screen and (max-width: 763px) { #JTG1SHTQPFBETCAOASRSFrZTZIpaNFUq { width:1px;height:423px;top:593px;left:582px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr { display:block; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST88pcDHH9vr3xr7KWtUETBPOcO1Ahoi { width:676px;height:50px;top:128px;left:44px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TVkOPuIm0KP6tiZzU5Oz0Tw4pWezMH3d { width:543px;height:56px;top:196px;left:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lfgyxhl9nPkSrJKZTP12uExDKe2inIGV { width:211px;height:55px;top:281px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #i2Mz08gPW3ZCEZK56f5it4dXWLC77FzG { display:block; }
 }@media only screen and (max-width: 763px) { #aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu { display:block; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRZreZf0ylhTy8TmyfJfgUQlv1LBPQOM { width:559px;height:480px;top:152px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9KuB221x8EkrlKCIC9FcXeMETOTKHZ { width:476px;height:40px;top:88px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #V7PgM8KHaQNWnPvbMLhH0c7zNXLoTai0 { width:20px;height:480px;top:152px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TFWvOhsIZtSX6gyOpdqTKrZs7VRQ39BM { width:764px;height:691px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #thxuRai3iZX4HPKUls9Txr41SB5qnLio { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #ZbxP1SSuATV3bqRBiUmLVNGBtI5CLlen { width:20px;height:780px;top:283px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw { display:block; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwUBMsghpoDxtDqkNmUfnvCd2kAvw7Vs { width:88px;height:60px;top:85px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #aP4fH7ys4rv77259TOULXzIyteAcsm22 { width:327px;height:30px;top:109px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mxeRJfls0pW7UkNGpgb9PzXL1kxHqba4 { width:346px;height:48px;top:257px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vALnZC4C3i38H27DuUBkB5RNhWTaBsTl { width:577px;height:30px;top:35px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MXvzR1foD8WxUE8zOmPJOp9Cy1E462yI { width:747px;height:48px;top:158px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LqZBLgANwsQTVEFsVaTU8JJQ7cLiEsIm { width:265px;height:55px;top:145px;left:433px;display:block; }
 }@media only screen and (max-width: 763px) { #JZT1kyDJBV7D7iTxeKqNgD4WBRWFFUyg { display:block; }
 }@media only screen and (max-width: 763px) { #WsGFQ2Nf2G3bVvRERxfgcimBvw4FobPM { width:265px;height:55px;top:145px;left:499px;display:block; }
 }@media only screen and (max-width: 763px) { #zHE2H1tIiq8X9nnce5PDfAv2zFVU37Fq { display:block; }
 }@media only screen and (max-width: 763px) { #nRI522uQmLWuT6a5teD2VNausrtTRg4G { display:block; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-regular-label { width:476px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text { width:476px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-textarea { width:476px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-select { width:476px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-button { width:404px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-checkbox-label { width:457px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R  { width:476px;height:auto;top:93px;left:248px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .radio-container { width:476px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R {display:block;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R { width:476px;height:auto;top:93px;left:248px;display:none; }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #vo4dsHS7XS0IsQCQaOITZ8Hrpf2FZ9GD {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #JBM39VJVAqQpcRTwq9m5W1efczewAtXA {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #VlpTqvI3hg2RwWgAox8oiAfNXyCUL03C {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #OnsJdl1QDlea8rsiXUqqKVsi8TVnDP69 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #ymFrEMypqBqwJ2yahd2z9diB1dX4NRgs {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #hriDnzAUfQWbqxblgq07oM4yO6aBB8Pi {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #c2MfbRV04EEnCCfkTcngoUseHt7OMF98 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #FNx8JkST3gtMu4xH1TIAsGirA2mFaRvZ {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #rqPkNZ0EIVF4dXzLUhPsvUvCx3bV3wF5 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #kRD9syzi9BdrcIPH8yoUyalhhhSiBB4v {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #eln1rvu0yPUGdmCqOb2HswB778Ua4eBo {  }
 }@media only screen and (max-width: 763px) { #AZrATwor9uTVQnTRrzFETPStyb8hwwAK { width:302px;height:100px;top:104px;left:46px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #pRs9Wxai4f3UPxxDtadVGHgN0IHeZBwy { width:269px;height:48px;top:222px;left:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v9zpipxiK4Rt4kLhsgaTlEwvRlKnGSJT { width:571px;height:571px;top:0px;left:0px;font-size:399px;display:block; }
 }@media only screen and (max-width: 763px) { #oFnIkkFyQTq6eHzeJOM55nR4DWWge2hJ { width:485px;height:180px;top:104px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN { display:block; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9XSXxkwWDDBvu8Tf68JoNK3zuC2v5TR { width:272px;height:97px;top:0px;left:492px;display:block; }
 }@media only screen and (max-width: 763px) { #zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz { display:block; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVR38NX9WogW7g4ZeyxI36A6Xo8RSeRl { width:60px;height:60px;top:0px;left:702px;display:block; }
 }@media only screen and (max-width: 763px) { #MLLP8m0ShcPTcovGPIHkwXbmOZhFKKHC { width:50px;height:50px;top:4px;left:712px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SEcAoZbD1aeUc3LMCF8yBupKapmQndZT { width:62px;height:61px;top:0px;left:700px;display:block; }
 }@media only screen and (max-width: 763px) { #T7mRh2VK1CsmOngo4SBJTbc1AKzmHBGi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#efece6;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaRtzi4LF08g7KsQhmBSnD44yDJMcPCs { width:279px;height:114px;top:128px;left:0px;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q7CFBtgZnRxoTcdpiVuDnKgyNghDIblw { width:290px;height:75px;top:267px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DImvBX8D5oiX8bmPXcOJXJf63dTdVO1K { width:297px;height:55px;top:389px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DcNgs3fuLNPhGfarOCgmnxqLdCcmVwri { display:block; }
 }@media only screen and (max-width: 763px) { #pbMtM2tU7QpnAZ5mqCOnWmwbsZwJTgh1 { width:149px;height:39px;top:24px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h7bwmgYL/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#pbMtM2tU7QpnAZ5mqCOnWmwbsZwJTgh1.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #yTWdqiTPmi9uqXZimKBhtLrkpTxQUD9q { width:98px;height:20px;top:38.5px;left:171px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DUQ8BRGOD4gWUNB6I1uOPPVU9hsouFLC { width:1px;height:65px;top:0px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #JohRxq3QaZwHpwomolwPIyEsIkeRswoN { width:147px;height:21px;top:459px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #gsVlXkvbOa2kEtu9SSlDJAPKeBxsO1ow { display:block; }
 }@media only screen and (max-width: 763px) { #fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz { background-color:#efece6;background-image:url("https://images.assets-landingi.com/qAwUuFpb/banneret.jpg");background-position:bottom right !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;display:block; }
#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz.adaptive-delivery-prevent-bg { background-image: none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container { background-color: transparent; background-image: none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container > .video-iframe-container { display: none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row > .video-iframe-container { display: none; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .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); }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container { border-width: 0; border-radius: 0; }#fSZESy1EPLlK3oOHdpysfVWxAz3CwuQz > .row .container { width:320px;height:237px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB { display:block; }#iBTyDqMCF08D6BNNbQEH6DRrA8PkgZEB > .row .container { width:320px;height:778px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3LWAN79sDLDpTuwWbA9mOSxxzg0tItH { width:320px;height:150px;top:185.5px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fV62bKsEGralJxc4Sv3ElAN1GatgD6tL { width:320px;height:96px;top:63px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8xJBIf61yqvlOxLEaLBdHCTCTr1CBn { width:284px;height:171px;top:501px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eiSFx8sRIpXI9T4ToXPA9GZT641BHwAt { width:299px;height:150px;top:351px;left:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aAkB0dqKNywp2fnFyGJTW0gg2u7NZ9ef { width:27px;height:120px;top:351px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rC092VXTqNl5w5ZfE6W7eDvDTPucO9W8 { width:68px;height:80px;top:698px;left:235px;display:none; }
 }@media only screen and (max-width: 763px) { #fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L { display:block; }#fHZVnHLgcTu0pNOco0pOiHZhywL8zl0L > .row .container { width:320px;height:393px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puxil5a6aXTEnTd5zIcvNKyeskyTTcOl { width:236px;height:100px;top:158px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsvAxV8AUnb2nr0u3d8zpEv0w3w8L3bT { width:247px;height:90px;top:44px;left:37px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FR8ugHANHvXCQOArOF1kOn61ePBRAJXR { width:211px;height:55px;top:289px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #sHLEzBfh7h9INTzDTFa3Ly2rLWhPBDVi { display:block; }
 }@media only screen and (max-width: 763px) { #LFifG2OEw3fDOEvVC5u4pT0Wsyta9ct5 { width:65px;height:77px;top:316px;left:255px;z-index:100002;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT { display:block; }#ZWfraUWgQXI0T8aCQ24uKraLnu8mZlTT > .row .container { width:320px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2CmCnATq8puydAp5TpeiVrHV4htZRqi { width:320px;height:132px;top:238px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z1DgrPUkMiZZNytS9XuhKHSqi1Np5HWp { width:320px;height:154px;top:437px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dSDJXcUDpxQ8TrEktuqHLxIX0rrgypEG { width:320px;height:132px;top:687px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J98VeNqsz1Pb0HHzoLJB4WpOzT2ZmUtT { width:320px;height:100px;top:94px;left:0px;font-size:50px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VBFlqQNd2fHG9RMQdTwwU0TReEiCuJW5 { width:1px;height:363px;top:320px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #bSHvC54kVVq5VODnVZiSTnwgHaPXw5hJ { width:1px;height:363px;top:947px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt { display:block; }#s0Jq2ThDg9T2PGdU1yerTGZmhtOF5sEt > .row .container { width:320px;height:783px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM5r7p52rUE8qR3DqcBxJJEvsucxFW4J { width:320px;height:180px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTA0KrpoC9tVpfMo8JMWN6haxt45rxix { width:320px;height:178px;top:588px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rOcLylrh/est3.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#aTA0KrpoC9tVpfMo8JMWN6haxt45rxix.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #qDOtxGWNxevAdzAJ3RFANsBeBaEnz8X5 { width:320px;height:96px;top:289px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qoqEs6N0JBQOPucnMfs4XiOqDoTsO5Tc { width:320px;height:100px;top:418px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uCp4LUSEJfkAiI7ND7pzub5hikMtU4Qk { width:320px;height:70px;top:12px;left:0px;font-size:70px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2Usj3fsW/estrutura.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk.adaptive-delivery-prevent-bg { background-image: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { background-color: transparent; background-image: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container > .video-iframe-container { display: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row > .video-iframe-container { display: none; }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .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); }#SFS3hzKZFqtLruT7f8yZ8zVz6EFGFZHk > .row .container { width:320px;height:1351px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4tLg0nPwUik4CT9rV1fID0qHyA1DXrh { width:320px;height:180px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1KXSZfTm6FV6k6ohqiGXUnkPWvDt0Q4 { width:299px;height:330px;top:227px;left:21px;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VtTfcyeInZXR57h8RCA8oQQ8dMUuXQvM { width:18px;height:270px;top:227px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mQNNKTA4vab3KAr59ayFPsvtLyRuT16T { width:298px;height:120px;top:635px;left:22px;font-size:15px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tJcnLuu05uDGLQZztkMTiPRi75TAVXwq { width:290px;height:50px;top:575px;left:22px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CnlZelBS0gt0texEoQisKTtCDiy6e0Gg { width:266px;height:120px;top:871px;left:22px;font-size:15px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZKC1wpMttxPuimuuFvHnuW0ZlTdcm5lz { width:200px;height:50px;top:811px;left:22px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #frZ4f8uKWUBMiNyMQOLWLLgcIuUqnCVN { width:271px;height:144px;top:1124px;left:22px;font-size:15px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IZME7g1NvSSZwlLEfoHNQEItbABhwATW { width:227px;height:50px;top:1065px;left:22px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TPkR51iiQfL3y6NEXE6IZKWNV8SEmi9n { width:1px;height:423px;top:1563px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #JTG1SHTQPFBETCAOASRSFrZTZIpaNFUq { width:1px;height:423px;top:2226px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr { display:block; }#Wz6uFkm3WwoEsKKbSBsow3T4zKSISZpr > .row .container { width:320px;height:449px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST88pcDHH9vr3xr7KWtUETBPOcO1Ahoi { width:320px;height:64px;top:101px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TVkOPuIm0KP6tiZzU5Oz0Tw4pWezMH3d { width:320px;height:75px;top:189px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lfgyxhl9nPkSrJKZTP12uExDKe2inIGV { width:211px;height:55px;top:305px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i2Mz08gPW3ZCEZK56f5it4dXWLC77FzG { display:block; }
 }@media only screen and (max-width: 763px) { #aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu { display:block; }#aZ4fPMLpeRVMPlVOWZGsctmH37gS6TBu > .row .container { width:320px;height:1097px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRZreZf0ylhTy8TmyfJfgUQlv1LBPQOM { width:288px;height:780px;top:283px;left:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9KuB221x8EkrlKCIC9FcXeMETOTKHZ { width:320px;height:32px;top:251px;left:0px;font-size:32px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7PgM8KHaQNWnPvbMLhH0c7zNXLoTai0 { width:20px;height:0;top:283px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #TFWvOhsIZtSX6gyOpdqTKrZs7VRQ39BM { width:320px;height:219px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #thxuRai3iZX4HPKUls9Txr41SB5qnLio { top:219px;left:0px;width:320px;height:1px;z-index:100008;background-color:#13396e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZbxP1SSuATV3bqRBiUmLVNGBtI5CLlen { width:20px;height:780px;top:283px;left:0px;font-size:15px;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw { display:block; }#hdoG93Cys5DKTnZ0XXhkcqW11oqpmhbw > .row .container { width:320px;height:529px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwUBMsghpoDxtDqkNmUfnvCd2kAvw7Vs { width:88px;height:50px;top:49px;left:36px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #aP4fH7ys4rv77259TOULXzIyteAcsm22 { width:320px;height:25px;top:69px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mxeRJfls0pW7UkNGpgb9PzXL1kxHqba4 { width:320px;height:32px;top:430px;left:0px;font-size:12px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vALnZC4C3i38H27DuUBkB5RNhWTaBsTl { width:320px;height:30px;top:20px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MXvzR1foD8WxUE8zOmPJOp9Cy1E462yI { width:320px;height:72px;top:285px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LqZBLgANwsQTVEFsVaTU8JJQ7cLiEsIm { width:265px;height:55px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JZT1kyDJBV7D7iTxeKqNgD4WBRWFFUyg { display:block; }
 }@media only screen and (max-width: 763px) { #WsGFQ2Nf2G3bVvRERxfgcimBvw4FobPM { width:265px;height:55px;top:200px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zHE2H1tIiq8X9nnce5PDfAv2zFVU37Fq { display:block; }
 }@media only screen and (max-width: 763px) { #nRI522uQmLWuT6a5teD2VNausrtTRg4G { display:block; }#nRI522uQmLWuT6a5teD2VNausrtTRg4G > .row .container { width:320px;height:970px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:55px;text-align:center;text-align-last:center; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;text-align:center;text-align-last:center; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-input-button { width:238px;margin-top:4px;margin-right:21px;margin-left:21px;margin-bottom:4px;font-size:15px;overflow:hidden; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container { padding-top:6px;padding-left:0;padding-right:0;padding-bottom:6px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container:first-of-type{padding-top:0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .widget-container:last-of-type{padding-bottom:0;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R  { width:280px;height:auto;top:235px;left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R {display:block;}#qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R { width:280px;height:auto;top:235px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #vo4dsHS7XS0IsQCQaOITZ8Hrpf2FZ9GD {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #JBM39VJVAqQpcRTwq9m5W1efczewAtXA {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #VlpTqvI3hg2RwWgAox8oiAfNXyCUL03C {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #OnsJdl1QDlea8rsiXUqqKVsi8TVnDP69 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #ymFrEMypqBqwJ2yahd2z9diB1dX4NRgs {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #hriDnzAUfQWbqxblgq07oM4yO6aBB8Pi {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #c2MfbRV04EEnCCfkTcngoUseHt7OMF98 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #FNx8JkST3gtMu4xH1TIAsGirA2mFaRvZ {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #rqPkNZ0EIVF4dXzLUhPsvUvCx3bV3wF5 {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #kRD9syzi9BdrcIPH8yoUyalhhhSiBB4v {  }
 }@media only screen and (max-width: 763px) { #qtAF9IrkovR2rE76DKoLWRvJOHhpPa3R #eln1rvu0yPUGdmCqOb2HswB778Ua4eBo {  }
 }@media only screen and (max-width: 763px) { #AZrATwor9uTVQnTRrzFETPStyb8hwwAK { width:320px;height:86px;top:68px;left:0px;font-size:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRs9Wxai4f3UPxxDtadVGHgN0IHeZBwy { width:269px;height:48px;top:177px;left:25.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9zpipxiK4Rt4kLhsgaTlEwvRlKnGSJT { width:320px;height:320px;top:0px;left:0px;font-size:224px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #oFnIkkFyQTq6eHzeJOM55nR4DWWge2hJ { width:320px;height:180px;top:340px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN { display:block; }#nbJu5P6iHlq7pH1lAWxRf8dTiv4brfgN > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9XSXxkwWDDBvu8Tf68JoNK3zuC2v5TR { width:272px;height:97px;top:20px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz { position:fixed;z-index:199999;bottom:0;left:0px;right:0;display:block; }#zTCtCDpMJ98sBu2GC8nP7ZzPxGnoDtqz > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVR38NX9WogW7g4ZeyxI36A6Xo8RSeRl { width:50px;height:50px;top:0px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #MLLP8m0ShcPTcovGPIHkwXbmOZhFKKHC { width:45px;height:45px;top:0px;left:273px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #SEcAoZbD1aeUc3LMCF8yBupKapmQndZT { width:50px;height:51px;top:0px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #T7mRh2VK1CsmOngo4SBJTbc1AKzmHBGi { display:block; }
 }