.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a9e18f4-3c43-4982-a27f-7086401d1cd3/naocometamesseserrosnodivorcio.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container { background-color: transparent; background-image: none; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container > .video-iframe-container { display: none; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row > .video-iframe-container { display: none; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .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); }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container { border-width: 0; border-radius: 0; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row > .video-iframe-container {  }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#Xuvg9Q52915fg23F9QoT7MdwApRHZaDq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:12.125rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#NCQmbOs8TmCR7rDim6wfVzqN9QXi4y2u { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:56.8125rem;height:1.4619125rem;display:block; }
#wxNh2QurN5enUCgqSbMVnKc6LbkI8I3G { color:#4c494a;display:block;width:18.1875rem;position:absolute;font-family:helvetica;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:56.8125rem;height:2.7431625rem;font-style:normal;display:block; }
#nvr1gn2mc3x96oieTWTUZvN33f0oOJ9H { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:0.5rem;left:52.625rem;overflow:hidden;display:block; }
#B38Sr57PvryPomwXgtPbp7edL6htvrQw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #24495c, rgba(36,73,92,0.9));background-image: -moz-linear-gradient(90deg, #24495c, rgba(36,73,92,0.9));background-image: -ms-linear-gradient(90deg, #24495c, rgba(36,73,92,0.9));background-image: -o-linear-gradient(90deg, #24495c, rgba(36,73,92,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24495c', endColorstr='#e524495c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#24495c', endColorstr='#e524495c' );";background-image: linear-gradient(90deg, #24495c, rgba(36,73,92,0.9));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { background-color: transparent; background-image: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container > .video-iframe-container { display: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row > .video-iframe-container { display: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .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); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { border-width: 0; border-radius: 0; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row > .video-iframe-container {  }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Bbzg7Bnz9M7AfJ37lgfpNINNavTcuvi2 { background-color:#0b9e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.3125rem 0rem rgba(6,90,0,0.77) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.125869750976rem;left:0.0069437026977538rem;display:none; }
#BxE8nLtUDXbyoq7hy7kllLmyDMUhOR7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Avm1I3CCzt4JMcauf4WXeasRbHVRvArS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:20.125rem;display:none; }
#EfNW7uOATM58cZIAd9gd8gwtpL9lubAQ { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:7.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyW5hVe1RuXPWc7Dxvyf7uHLtZPZb6TM { color:#000000;display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:2.875rem;font-weight:400;z-index:15019;line-height:.9;letter-spacing:0;top:4.9375rem;left:0rem;height:2.5869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADQTJ1Q2kDlZNNZOJSBei3S5zOni42S0 { background-color:#dcb95b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.375rem 0rem #867035 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.25rem;left:26.125rem;display:block; }
#bPCDzpLGwDZJsqWtglyKvRqehRiEZg3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lL61uMlTFuoe6NQiEDTon1v63y18nvnl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:6.1875rem;display:none; }
#oJMLvTBwKGEHeIDsko89uKTR2kfrSOBN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:56.25rem;top:11.125rem;left:9.375rem;display:block; }
#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container { background-color: transparent; background-image: none; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container > .video-iframe-container { display: none; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row > .video-iframe-container { display: none; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .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); }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container { border-width: 0; border-radius: 0; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row > .video-iframe-container {  }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#hIc88hRZ2whKMcL0THuLfLVoeQ5UkoUc { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:1.9990234375rem;left:0rem;height:31.5rem;text-align:justify;text-align-last:initial;display:block; }
#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container { background-color: transparent; background-image: none; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container > .video-iframe-container { display: none; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row > .video-iframe-container { display: none; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .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); }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container { border-width: 0; border-radius: 0; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row > .video-iframe-container {  }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#rzXL9pcIB3ZqoNt0HoFLV6hIw7wOf9IK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.6875rem;left:0rem;display:block; }
#gZwqTmgSBopp6gAsfCiovqCl92hrP2aX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.125rem;left:0.9375rem; }
#XCusUJn2t8aR4lbTf9OXKiANiANREhfX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:5.375rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#AxgRhwEJTs7dsBLHCLvqucGT3ePTRQ7F { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.6875rem;left:25.4375rem;display:block; }
#dcIgq0F0NsVVPFCna3We1miTmTAZFTDq { color:#000000;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.125rem;left:30.8125rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#lLqmtNcpTqFt39oAzxrwNH6tzGzSxUUe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.1875rem;left:26.375rem; }
#PoLW3vanUkl3eEyuw9ok0fuiVVvROSm6 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.6875rem;left:50.8125rem;display:block; }
#f4uqqop6nb7diimdLHgwx6ynPrSVaMz4 { color:#000000;display:block;width:14.4995rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.125rem;left:56.4375rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#xxIoE8bR2splQmSeh8oxsW5kg1aLcOtb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.1875rem;left:51.75rem; }
#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container { background-color: transparent; background-image: none; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container > .video-iframe-container { display: none; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row > .video-iframe-container { display: none; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .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); }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container { border-width: 0; border-radius: 0; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row > .video-iframe-container {  }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#vwkbhoyUTOKzDCWTL86bBA7Q2exnt3Ia { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:0rem;display:block; }
#GhzRSX4rx1BXqZtRikl3bf69CUcA0PD3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.09375rem;left:0.96875rem; }
#ThW8KwmF1RDMFaeP3kcSaU7R1ndWSdRu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.375rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#sWu8ao5LtmTeFqsJ5oLKpasirFUbVzBf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:25.4375rem;display:block; }
#BRyS38quZ7k5y6pzu54oat9AU4X5kVyR { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.8125rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#zwIaTleQHKJ28Lg4ZSlpvk9ToZbTRbkv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.125rem;left:26.375rem; }
#tZt3AnWI22NWPzPOPmiLCDyzABpWC103 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:50.8125rem;display:block; }
#svlwKlAZVukOa3oH4hL2nspApbZD7h4P { color:#000000;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.0625rem;left:56.1875rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#vdqAL5GGwsD8zPoqo9q361Wqvo7FaOhl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.125rem;left:51.75rem; }
#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container { background-color: transparent; background-image: none; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container > .video-iframe-container { display: none; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row > .video-iframe-container { display: none; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .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); }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container { border-width: 0; border-radius: 0; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row > .video-iframe-container {  }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#ault0EPpquZezdbnE4ITTfw1Z9qK4Gwv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:0rem;display:block; }
#Gbxa00hbST3HCd8GRNqTWrevoFiTRUCx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.09375rem;left:0.96875rem; }
#rXBQPPfHXhS5QZNsGTm4wZqOuKt2F7JP { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.375rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#zO8gJaI3Cp6yPscfI6cOiwbG7U6s2hyV { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:25.4375rem;display:block; }
#g2a8dCJBPygzv5sWD2Zba2THBFhvE5ON { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.8125rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#klbbfcwSrXT5aBTFdvcatAWfTlPEJ36D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.125rem;left:26.375rem; }
#muuohIO0wSzWnOJbcIloPMVEUucK09LW { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:50.8125rem;display:block; }
#ybZIeluFI8vh6Va63aG1BidkUEbZU2XG { color:#000000;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.0625rem;left:56.1875rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#GI0MyhOnfoTboQciGhWfJu4uePdtPLcJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.125rem;left:51.75rem; }
#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container { background-color: transparent; background-image: none; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container > .video-iframe-container { display: none; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row > .video-iframe-container { display: none; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .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); }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container { border-width: 0; border-radius: 0; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row > .video-iframe-container {  }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#dQbpSlRO3d77DWarWcNmR26vLFm9C0Ip { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:0rem;display:block; }
#mmg2osUTdx3PSGyxwDIZofLAOc8bich6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.09375rem;left:0.96875rem; }
#DowT2AUHpb6fsNn4kD6qSTmVNZl9w38r { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.375rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#zGwPRCW2bD7HlOexbBRQv5aGcFw56h7z { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:25.4375rem;display:block; }
#iyb03KVDGXTzF5I33oDlaVwOxzATPVCi { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.8125rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#ITZ5OmTFlqmt2gF4SpopvCpZidTfOqmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.125rem;left:26.375rem; }
#xHrdAydDL9bRs4nPyxO2UvFgGKMfmr0v { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(36,73,92,0.2) ;height:4.5rem;width:24.1875rem;top:0.625rem;left:50.8125rem;display:block; }
#sVuudxiSvXMAmUvta5Bnvx6qRaK5SxeM { color:#000000;display:block;width:14.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.0625rem;left:56.1875rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#SubVwWOKdqb6WwcFaTCqVlUMOs5Cf1MJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.125rem;left:51.75rem; }
#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container { background-color: transparent; background-image: none; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container > .video-iframe-container { display: none; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row > .video-iframe-container { display: none; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .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); }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container { border-width: 0; border-radius: 0; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row > .video-iframe-container {  }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#hEzGwHiaq926t6bgiamvsT2C1ZvX7zwI { background-color:#dcb95b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.375rem 0rem #867035 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.1875rem;left:26.09375rem;display:block; }
#E84S2vyxn5UBqpFyifKb7GSJVAm5gNxc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#203e4f;background-image:none;position:relative;display:block; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container { background-color: transparent; background-image: none; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container > .video-iframe-container { display: none; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row > .video-iframe-container { display: none; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .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); }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container { border-width: 0; border-radius: 0; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row > .video-iframe-container {  }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#q11y1L8u3FTWnqFgl5Ok1rrWmTvK7TMh { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh { position:relative;display:none; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh { border-width: 0; border-radius: 0; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container > .video-iframe-container {  }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa { background-color:#33cc33;background-image:url("https://images.assets-landingi.com/RSPPY8Da/bt_whatsapp.svg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.375rem;left:50rem;display:none; }#h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.adaptive-delivery-prevent-bg, #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.lazyload, #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.lazyloading { background-image: none; }
#zC0GXAxfC6fSbNB3huNs6c4SoImF2JEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxmWLlQAobxE4WL9KK0tpdGTRcWoxoFV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVDKJUSrNfVZWf72OkxBB2lFAffPznTd { display:block; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xuvg9Q52915fg23F9QoT7MdwApRHZaDq { width:12.125rem;height:4.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQmbOs8TmCR7rDim6wfVzqN9QXi4y2u { width:14.6875rem;height:1.4375rem;top:0.6875rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxNh2QurN5enUCgqSbMVnKc6LbkI8I3G { width:18.1875rem;height:2.75rem;top:1.75rem;left:29.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvr1gn2mc3x96oieTWTUZvN33f0oOJ9H { width:3.9375rem;height:3.9375rem;top:0.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #B38Sr57PvryPomwXgtPbp7edL6htvrQw { display:block; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { height:31.25rem;width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbzg7Bnz9M7AfJ37lgfpNINNavTcuvi2 { width:39rem;height:3.4375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxE8nLtUDXbyoq7hy7kllLmyDMUhOR7t { display:block; }
 }@media only screen and (max-width: 763px) { #Avm1I3CCzt4JMcauf4WXeasRbHVRvArS { width:20.125rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfNW7uOATM58cZIAd9gd8gwtpL9lubAQ { width:47.75rem;height:2rem;top:7.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyW5hVe1RuXPWc7Dxvyf7uHLtZPZb6TM { width:47.75rem;height:2.5625rem;top:4.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQTJ1Q2kDlZNNZOJSBei3S5zOni42S0 { width:22.8125rem;height:4.0625rem;top:41.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCDzpLGwDZJsqWtglyKvRqehRiEZg3t { display:block; }
 }@media only screen and (max-width: 763px) { #lL61uMlTFuoe6NQiEDTon1v63y18nvnl { width:6.1875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJMLvTBwKGEHeIDsko89uKTR2kfrSOBN { width:47.75rem;height:26.474722222222rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ { display:block; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIc88hRZ2whKMcL0THuLfLVoeQ5UkoUc { width:47.75rem;height:31.5rem;top:1.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T { display:block; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzXL9pcIB3ZqoNt0HoFLV6hIw7wOf9IK { width:24.125rem;height:4.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwqTmgSBopp6gAsfCiovqCl92hrP2aX { width:3.5rem;height:3.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCusUJn2t8aR4lbTf9OXKiANiANREhfX { width:14.4375rem;height:1.5625rem;top:2.125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgRhwEJTs7dsBLHCLvqucGT3ePTRQ7F { width:24.125rem;height:4.4375rem;top:0.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIgq0F0NsVVPFCna3We1miTmTAZFTDq { width:14.4375rem;height:1.5625rem;top:2.125rem;left:17.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLqmtNcpTqFt39oAzxrwNH6tzGzSxUUe { width:3.5rem;height:3.5rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLW3vanUkl3eEyuw9ok0fuiVVvROSm6 { width:24.125rem;height:4.4375rem;top:0.6875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4uqqop6nb7diimdLHgwx6ynPrSVaMz4 { width:14.4375rem;height:1.5625rem;top:2.125rem;left:33.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxIoE8bR2splQmSeh8oxsW5kg1aLcOtb { width:3.5rem;height:3.5rem;top:1.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8BfTTTZIMrS6drokTGKLf674zcgC1Zl { display:block; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwkbhoyUTOKzDCWTL86bBA7Q2exnt3Ia { width:24.1875rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhzRSX4rx1BXqZtRikl3bf69CUcA0PD3 { width:3.5625rem;height:3.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThW8KwmF1RDMFaeP3kcSaU7R1ndWSdRu { width:15.9375rem;height:1.5625rem;top:2rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWu8ao5LtmTeFqsJ5oLKpasirFUbVzBf { width:24.1875rem;height:4.5rem;top:0.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyS38quZ7k5y6pzu54oat9AU4X5kVyR { width:17.625rem;height:1.5625rem;top:2rem;left:14.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwIaTleQHKJ28Lg4ZSlpvk9ToZbTRbkv { width:3.5625rem;height:3.5625rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZt3AnWI22NWPzPOPmiLCDyzABpWC103 { width:24.1875rem;height:4.5rem;top:0.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svlwKlAZVukOa3oH4hL2nspApbZD7h4P { width:14.4375rem;height:1.5625rem;top:2rem;left:33.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdqAL5GGwsD8zPoqo9q361Wqvo7FaOhl { width:3.5625rem;height:3.5625rem;top:1.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 { display:block; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ault0EPpquZezdbnE4ITTfw1Z9qK4Gwv { width:24.1875rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbxa00hbST3HCd8GRNqTWrevoFiTRUCx { width:3.5625rem;height:3.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBQPPfHXhS5QZNsGTm4wZqOuKt2F7JP { width:15.9375rem;height:1.5625rem;top:2rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO8gJaI3Cp6yPscfI6cOiwbG7U6s2hyV { width:24.1875rem;height:4.5rem;top:0.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2a8dCJBPygzv5sWD2Zba2THBFhvE5ON { width:17.6875rem;height:1.625rem;top:2.0625rem;left:14.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbbfcwSrXT5aBTFdvcatAWfTlPEJ36D { width:3.5625rem;height:3.5625rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuohIO0wSzWnOJbcIloPMVEUucK09LW { width:24.1875rem;height:4.5rem;top:0.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZIeluFI8vh6Va63aG1BidkUEbZU2XG { width:14.4375rem;height:1.5625rem;top:2rem;left:33.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI0MyhOnfoTboQciGhWfJu4uePdtPLcJ { width:3.5625rem;height:3.5625rem;top:1.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 { display:block; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQbpSlRO3d77DWarWcNmR26vLFm9C0Ip { width:24.1875rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmg2osUTdx3PSGyxwDIZofLAOc8bich6 { width:3.5625rem;height:3.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowT2AUHpb6fsNn4kD6qSTmVNZl9w38r { width:15.9375rem;height:1.5625rem;top:2rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGwPRCW2bD7HlOexbBRQv5aGcFw56h7z { width:24.1875rem;height:4.5rem;top:0.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyb03KVDGXTzF5I33oDlaVwOxzATPVCi { width:17.625rem;height:1.5625rem;top:2rem;left:14.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZ5OmTFlqmt2gF4SpopvCpZidTfOqmN { width:3.5625rem;height:3.5625rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrdAydDL9bRs4nPyxO2UvFgGKMfmr0v { width:24.1875rem;height:4.5rem;top:0.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVuudxiSvXMAmUvta5Bnvx6qRaK5SxeM { width:14.4375rem;height:1.5625rem;top:2rem;left:33.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubVwWOKdqb6WwcFaTCqVlUMOs5Cf1MJ { width:3.5625rem;height:3.5625rem;top:1.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldbt45p5ZUKM42T7uoyyvm6aI9b83afS { display:block; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEzGwHiaq926t6bgiamvsT2C1ZvX7zwI { width:22.8125rem;height:4.0625rem;top:1.1875rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84S2vyxn5UBqpFyifKb7GSJVAm5gNxc { display:block; }
 }@media only screen and (max-width: 763px) { #xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 { display:block; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q11y1L8u3FTWnqFgl5Ok1rrWmTvK7TMh { width:47.75rem;height:1.4375rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh { display:none; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa { width:18.625rem;height:3.75rem;top:3.375rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zC0GXAxfC6fSbNB3huNs6c4SoImF2JEl { display:block; }
 }@media only screen and (max-width: 763px) { #NxmWLlQAobxE4WL9KK0tpdGTRcWoxoFV { width:20rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVDKJUSrNfVZWf72OkxBB2lFAffPznTd { display:block; }#TVDKJUSrNfVZWf72OkxBB2lFAffPznTd > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xuvg9Q52915fg23F9QoT7MdwApRHZaDq { width:12.5rem;height:4.1875rem;top:0.59375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQmbOs8TmCR7rDim6wfVzqN9QXi4y2u { width:14.375rem;height:0;top:48.6875rem;left:4.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxNh2QurN5enUCgqSbMVnKc6LbkI8I3G { width:15.4375rem;height:0;top:50.125rem;left:4.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvr1gn2mc3x96oieTWTUZvN33f0oOJ9H { width:3.9375rem;height:3.9375rem;top:48.5625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B38Sr57PvryPomwXgtPbp7edL6htvrQw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05fe0e13-5149-47ba-9714-4811a4783042/20200929advocacia40_1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw.adaptive-delivery-prevent-bg, #B38Sr57PvryPomwXgtPbp7edL6htvrQw.lazyload, #B38Sr57PvryPomwXgtPbp7edL6htvrQw.lazyloading { background-image: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { background-color: transparent; background-image: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,73,92,0.9); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container > .video-iframe-container { display: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,73,92,0.9); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row > .video-iframe-container { display: none; }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .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); }#B38Sr57PvryPomwXgtPbp7edL6htvrQw > .row .container { height:56rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbzg7Bnz9M7AfJ37lgfpNINNavTcuvi2 { width:18.999rem;height:3.4375rem;top:24.3125rem;left:0.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxE8nLtUDXbyoq7hy7kllLmyDMUhOR7t { display:block; }
 }@media only screen and (max-width: 763px) { #Avm1I3CCzt4JMcauf4WXeasRbHVRvArS { top:36.437500953674rem;left:0rem;width:20rem;height:3.8125rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EfNW7uOATM58cZIAd9gd8gwtpL9lubAQ { width:20rem;height:2.8496125rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyW5hVe1RuXPWc7Dxvyf7uHLtZPZb6TM { width:20rem;height:8.625rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ADQTJ1Q2kDlZNNZOJSBei3S5zOni42S0 { width:20rem;height:3.8125rem;top:39.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPCDzpLGwDZJsqWtglyKvRqehRiEZg3t { display:block; }
 }@media only screen and (max-width: 763px) { #lL61uMlTFuoe6NQiEDTon1v63y18nvnl { top:30.5rem;left:0rem;width:20rem;height:25.5rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oJMLvTBwKGEHeIDsko89uKTR2kfrSOBN { height:11.213875rem;width:20rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ { display:block; }#nbJnGg4TGvsTCOMmfObqfw0bgToodUQJ > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIc88hRZ2whKMcL0THuLfLVoeQ5UkoUc { width:20rem;height:56.25rem;top:2.2763671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T { display:block; }#yuvkmIGdXBusLR37lFDgDnB9uwv8uX6T > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzXL9pcIB3ZqoNt0HoFLV6hIw7wOf9IK { width:20rem;height:4.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwqTmgSBopp6gAsfCiovqCl92hrP2aX { width:3.5625rem;height:3.5625rem;top:1.71875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCusUJn2t8aR4lbTf9OXKiANiANREhfX { width:14.5rem;height:1.38125rem;top:2.6875rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgRhwEJTs7dsBLHCLvqucGT3ePTRQ7F { width:20rem;height:4.5rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIgq0F0NsVVPFCna3We1miTmTAZFTDq { width:14.5rem;height:1.38125rem;top:7.8125rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLqmtNcpTqFt39oAzxrwNH6tzGzSxUUe { width:3.5625rem;height:3.5625rem;top:6.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLW3vanUkl3eEyuw9ok0fuiVVvROSm6 { width:20rem;height:4.5rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4uqqop6nb7diimdLHgwx6ynPrSVaMz4 { width:14.5rem;height:1.38125rem;top:12.9375rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxIoE8bR2splQmSeh8oxsW5kg1aLcOtb { width:3.5625rem;height:3.5625rem;top:12rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8BfTTTZIMrS6drokTGKLf674zcgC1Zl { display:block; }#V8BfTTTZIMrS6drokTGKLf674zcgC1Zl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwkbhoyUTOKzDCWTL86bBA7Q2exnt3Ia { width:20rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhzRSX4rx1BXqZtRikl3bf69CUcA0PD3 { width:3.5625rem;height:3.5625rem;top:1.09375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThW8KwmF1RDMFaeP3kcSaU7R1ndWSdRu { width:14.5rem;height:1.38125rem;top:2.0625rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWu8ao5LtmTeFqsJ5oLKpasirFUbVzBf { width:20rem;height:4.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyS38quZ7k5y6pzu54oat9AU4X5kVyR { width:14.5rem;height:1.38125rem;top:7.1875rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwIaTleQHKJ28Lg4ZSlpvk9ToZbTRbkv { width:3.5625rem;height:3.5625rem;top:6.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZt3AnWI22NWPzPOPmiLCDyzABpWC103 { width:20rem;height:4.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svlwKlAZVukOa3oH4hL2nspApbZD7h4P { width:14.5rem;height:1.38125rem;top:12.3125rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdqAL5GGwsD8zPoqo9q361Wqvo7FaOhl { width:3.5625rem;height:3.5625rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 { display:block; }#CoevSMG2vIhG3ogT3LrOD2KEH9iQZDI0 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ault0EPpquZezdbnE4ITTfw1Z9qK4Gwv { width:20rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbxa00hbST3HCd8GRNqTWrevoFiTRUCx { width:3.5625rem;height:3.5625rem;top:1.09375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBQPPfHXhS5QZNsGTm4wZqOuKt2F7JP { width:14.5rem;height:1.38125rem;top:2.0625rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO8gJaI3Cp6yPscfI6cOiwbG7U6s2hyV { width:20rem;height:4.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2a8dCJBPygzv5sWD2Zba2THBFhvE5ON { width:14.5rem;height:1.38125rem;top:7.1875rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbbfcwSrXT5aBTFdvcatAWfTlPEJ36D { width:3.5625rem;height:3.5625rem;top:6.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuohIO0wSzWnOJbcIloPMVEUucK09LW { width:20rem;height:4.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZIeluFI8vh6Va63aG1BidkUEbZU2XG { width:14.5rem;height:1.38125rem;top:12.3125rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI0MyhOnfoTboQciGhWfJu4uePdtPLcJ { width:3.5625rem;height:3.5625rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 { display:block; }#EfREFrKxD4ICgQFG4K9sdaGkaVcpZ0J1 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQbpSlRO3d77DWarWcNmR26vLFm9C0Ip { width:20rem;height:4.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmg2osUTdx3PSGyxwDIZofLAOc8bich6 { width:3.5625rem;height:3.5625rem;top:1.09375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowT2AUHpb6fsNn4kD6qSTmVNZl9w38r { width:14.5rem;height:1.38125rem;top:2.0625rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGwPRCW2bD7HlOexbBRQv5aGcFw56h7z { width:20rem;height:4.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyb03KVDGXTzF5I33oDlaVwOxzATPVCi { width:14.5rem;height:1.38125rem;top:7.1875rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZ5OmTFlqmt2gF4SpopvCpZidTfOqmN { width:3.5625rem;height:3.5625rem;top:6.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrdAydDL9bRs4nPyxO2UvFgGKMfmr0v { width:20rem;height:4.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVuudxiSvXMAmUvta5Bnvx6qRaK5SxeM { width:14.5rem;height:1.38125rem;top:12.3125rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubVwWOKdqb6WwcFaTCqVlUMOs5Cf1MJ { width:3.5625rem;height:3.5625rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldbt45p5ZUKM42T7uoyyvm6aI9b83afS { display:block; }#ldbt45p5ZUKM42T7uoyyvm6aI9b83afS > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEzGwHiaq926t6bgiamvsT2C1ZvX7zwI { width:19rem;height:4.0625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E84S2vyxn5UBqpFyifKb7GSJVAm5gNxc { display:block; }
 }@media only screen and (max-width: 763px) { #xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 { display:block; }#xF337NsdWJgaERNwe3tXm5eyFG4UdXR2 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q11y1L8u3FTWnqFgl5Ok1rrWmTvK7TMh { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh { background-color: transparent; background-image: none; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container > .video-iframe-container { display: none; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row > .video-iframe-container { display: none; }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .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); }#Q1llFNctaXxNV8yiJW8f2DM8eEeT0Xhh > .row .container { width:20rem;height:8.4375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa { width:20rem;height:3.75rem;top:0.24325180053711rem;left:0rem;font-size:1.1875rem;z-index:15007;font-family:"open sans";background-color:#3ad578;background-image:url("https://images.assets-landingi.com/uc/f7233d18-edfe-41b7-af6d-ff3dec3a9f04/bt_whats_lc.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.adaptive-delivery-prevent-bg, #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.lazyload, #h04iQAkZQeUTdTfr8BuChGX9hKhSI9sa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zC0GXAxfC6fSbNB3huNs6c4SoImF2JEl { display:block; }
 }@media only screen and (max-width: 763px) { #NxmWLlQAobxE4WL9KK0tpdGTRcWoxoFV { top:4.554443359375rem;left:0rem;width:20rem;height:3.75rem;z-index:15012;overflow:hidden;display:block; }
 }