.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89ad4e7f-4a87-4901-87da-12dc121392ef/fundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB.adaptive-delivery-prevent-bg, #SSNJKdEuagO8QayE9IasRIP58KcS0lEB.lazyload, #SSNJKdEuagO8QayE9IasRIP58KcS0lEB.lazyloading { background-image: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { background-color: transparent; background-image: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container > .video-iframe-container { display: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row > .video-iframe-container { display: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .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); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { border-width: 0; border-radius: 0; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row > .video-iframe-container {  }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#fTOlUm8ryWim74O4UtNWtIv8BRilR3M7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:19.0625rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#IhguRN0KC0X77UZtdmaerMcOx13EDBmB { color:#ffffff;display:block;width:10rem;position:absolute;font-family:asap;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.71875rem;left:65rem;height:2.625rem;text-align:right;text-align-last:right;display:block; }
#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89ad4e7f-4a87-4901-87da-12dc121392ef/fundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.adaptive-delivery-prevent-bg, #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.lazyload, #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.lazyloading { background-image: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { background-color: transparent; background-image: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container > .video-iframe-container { display: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container { display: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .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); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { border-width: 0; border-radius: 0; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container {  }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#OJSyc5NakiA4Ta7VqgGVtWzCzq6hJ88Q { color:#075fee;display:block;width:30.0625rem;position:absolute;font-family:asap;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:6.1875rem;display:block; }
#ginxvcI3f70nGt68i35RyAzCvez5Leba { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1729a3df-f9f0-47cd-b93e-356fc18cb163/pessoas.png");background-position:top left !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:40.75rem;width:43.9375rem;top:0rem;left:30.7158203125rem;display:block; }#ginxvcI3f70nGt68i35RyAzCvez5Leba.adaptive-delivery-prevent-bg, #ginxvcI3f70nGt68i35RyAzCvez5Leba.lazyload, #ginxvcI3f70nGt68i35RyAzCvez5Leba.lazyloading { background-image: none; }
#Su6Af03lJCzZDz6AenJHU7GPFyFBq41p { color:#808080;display:block;width:29.3125rem;position:absolute;font-family:asap;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:13.8125rem;left:0rem;height:4.6875rem;display:block; }
#gf4dz6td4Th8J8K0PczeuKnHHC9NA39R { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.9375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:32.625rem;left:0rem;display:block; }
#rmkszyWwf1M6Rir22U6DmnwpDpocIkuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OvlgwLyEh02spDkXX9ZHgQ1bE9CNZ21V { color:#075fee;display:block;width:19.5625rem;position:absolute;font-family:asap;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.9;letter-spacing:0;top:19.42578125rem;left:1.5rem;height:10.68575rem;display:block; }
#GN6GB5L85pPuS4Qy1I268kZtVxTnq81h { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:19.4140625rem;left:0rem;height:10.68575rem;display:block; }
#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c71;background-image:none;position:relative;display:block; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container { background-color: transparent; background-image: none; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container > .video-iframe-container { display: none; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row > .video-iframe-container { display: none; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .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); }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container { border-width: 0; border-radius: 0; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row > .video-iframe-container {  }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#E31bBGNO7bMBZOADlN5L26ykdTUNOo4n { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:5.875rem;left:1.25rem;overflow:hidden;display:block; }
#qwAT6uCSCeNQmSHRDT0cdKaPoz9PAFMI { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:9.375rem;left:1.25rem;height:3.75rem;display:block; }
#l9Q9McBRn2OdQM1uxCnoylrJTAU3F8df { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.6875rem;width:15.1875rem;top:3.90625rem;left:0rem;display:block; }
#nPUcvmulwIEKB6MTbBsfpfIzVQRLLQmX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:asap;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:15.1875rem;left:1.25rem;display:block; }
#tv3maO5BkieoHQo6zm16MP20TbrxFp5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fFssp9Gp1sTIw37TgH0hCLzHnmmTsPok { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:20rem;height:3.75rem;display:block; }
#LIwznbNDi0J3NTpFnGLFOpM3t5eL1eW2 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.6875rem;width:15.1875rem;top:4rem;left:18.75rem;display:block; }
#Cc6wPHfAPVvPApULn4rW49dfJfeke91R { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:5.9375rem;left:20rem;overflow:hidden;display:block; }
#OrE2T8m6o9d8klJ3wtthlbUc7y5NugEC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:asap;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:15.25rem;left:20rem;display:block; }
#xsDya1IDicWDp2al9Z6N9k8UagWQLi50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EUn6oexLl13o6CSGXU9XunsA8gMTwqDf { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.6875rem;width:15.1875rem;top:4rem;left:37.5rem;display:block; }
#L4eckQPzk5V2VnR1poBsDM6ABIcI6sPW { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:9.4375rem;left:38.75rem;height:3.75rem;display:block; }
#rcZlnro9e93K8pyyZFT8xK9Vn0Wwk6b5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:asap;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:15.25rem;left:38.75rem;display:block; }
#ZzdGRnIbXtno5D1EUhi7tJvOTfTNnJzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dyyrkTHMrMSyHpyffTRckHQX74JPs2Ri { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:5.9375rem;left:38.75rem;overflow:hidden;display:block; }
#ZeWXahNCqLN09y4GhSg28Wlepe6XT5xZ { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.6875rem;width:15.1875rem;top:4rem;left:56.25rem;display:block; }
#druhEcx7SxNTDzzM4nNQl1s4ss1dT61Q { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:9.4375rem;left:57.5rem;height:3.75rem;display:block; }
#RL7Xa8VLXAvgpE9oJqMaR1uJriyqoJe6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:asap;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:1.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:15.25rem;left:57.5rem;display:block; }
#JMZBQDphTyiD9qIltCIiNHASmxZdlPlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dl7B7n58BvGQ7cr52ef0CLi4Ln1GF1TV { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:5.875rem;left:57.5rem; }
#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7ebf3;background-image:none;position:relative;display:block; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container { background-color: transparent; background-image: none; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container > .video-iframe-container { display: none; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row > .video-iframe-container { display: none; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .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); }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container { border-width: 0; border-radius: 0; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row > .video-iframe-container {  }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#FcTvomTDdWMaEfXnZ9yOlV3r7r2rRmwD { color:#075fee;display:block;width:37.3125rem;position:absolute;font-family:asap;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:5.75rem;left:24.4375rem;height:6.1875rem;display:block; }
#toKoZPcWlylVbOmgHNrtrJkHeCmQk2xD { color:#808080;display:block;width:29.4375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:12.375rem;left:24.4375rem;height:3.75rem;display:block; }
#V5gNiNldEungitdwyJaT77B2NC03UqoK { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.9375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40rem;left:24.4375rem;display:block; }
#IbSbeQViXsKGP1OOt9FTycWTohngm4Oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SQHQlBTe59h119sdI2xZuAyuKeUVF1Sk { color:#808080;display:block;width:9.375rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.9;letter-spacing:0;top:18rem;left:26.375rem;height:19rem;display:block; }
#uTkdpLgUi2NbbpgkoDIJXNTkcn9yVUVy { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:18rem;left:24.4375rem;height:19rem;display:block; }
#TqS557z7cCE4W95mtPpvHVBhUJ62phhH { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4e3ee79b-5d99-4e3b-95de-d2d0a1c1783d/slide3.webp");background-position:top left !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:45.4375rem;width:38.25rem;top:1.4375rem;left:-15.9375rem;display:block; }#TqS557z7cCE4W95mtPpvHVBhUJ62phhH.adaptive-delivery-prevent-bg, #TqS557z7cCE4W95mtPpvHVBhUJ62phhH.lazyload, #TqS557z7cCE4W95mtPpvHVBhUJ62phhH.lazyloading { background-image: none; }
#opQcCcTrhk2NVMTmr7vR8dyTuwGQ9BEP { color:#808080;display:block;width:14.0625rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:18rem;left:42.3125rem;height:19rem;display:block; }
#th5xyT7ZJkD6nP5Asa064fEpkeA54ecU { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.9;letter-spacing:0;top:18rem;left:40.4375rem;height:19rem;display:block; }
#omw1XQ9W6bMeVIlDn6bv6ENTlt8ykGfZ { color:#808080;display:block;width:14.0625rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.9;letter-spacing:0;top:18rem;left:58.25rem;height:19rem;display:block; }
#c66TcJQ1TSbkcNWCMIbCilDSezSMWBKl { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.9;letter-spacing:0;top:18rem;left:56.375rem;height:19rem;display:block; }
#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { background-color: transparent; background-image: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container > .video-iframe-container { display: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row > .video-iframe-container { display: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .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); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { border-width: 0; border-radius: 0; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row > .video-iframe-container {  }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#UrlTcHQspDVKiSvl2T49lpflWJAhzTNW { color:#075fee;display:block;width:37.3125rem;position:absolute;font-family:asap;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:11.0625rem;left:0rem;height:6.1875rem;display:block; }
#LuaAwG6oaRotWvTiaTKOe4TiqK06di8p { color:#808080;display:block;width:31.125rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:17.6875rem;left:0rem;height:3.75rem;display:block; }
#V1kRWC2tf66lvV9Kw7kaTaMyD2sNKFrx { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.9375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.75rem;left:0rem;display:block; }
#KiIcBxWACFnpQcUklvnJNo3cBJgeOwUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQ5ttMa0PxsK1azOyCf84hEBAT6TdchJ { color:#808080;display:block;width:11.5rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.9;letter-spacing:0;top:23.3125rem;left:1.9375rem;height:14.25rem;display:block; }
#ZRM6DocuBfAubWZEU0X04ZeTvJXJOGKe { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:23.3125rem;left:0rem;height:14.25rem;display:block; }
#usPFP5qwZhIAzHAfpel53icUqL3nRVMy { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d4b12434-d892-4c30-8d27-d22918ecc525/exames.jpeg");background-position:center 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:42.75rem;width:53.9375rem;top:4.5625rem;left:39.384765625rem;display:block; }#usPFP5qwZhIAzHAfpel53icUqL3nRVMy.adaptive-delivery-prevent-bg, #usPFP5qwZhIAzHAfpel53icUqL3nRVMy.lazyload, #usPFP5qwZhIAzHAfpel53icUqL3nRVMy.lazyloading { background-image: none; }
#XLQk6MQq12yctyCOFPmDA2I45K1hGMs0 { color:#808080;display:block;width:14.0625rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:23.3125rem;left:19.75rem;height:16.625rem;display:block; }
#ptS2y5sSRqyB9FFdN9W0uqR444Vemss2 { color:#25d366;display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.9;letter-spacing:0;top:23.3125rem;left:17.875rem;height:14.25rem;display:block; }
#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#667f97;background-image:none;position:relative;display:block; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container { background-color: transparent; background-image: none; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container > .video-iframe-container { display: none; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row > .video-iframe-container { display: none; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .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); }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container { border-width: 0; border-radius: 0; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row > .video-iframe-container {  }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#cHe5zrI4haBIW1m4dFziyOr4dimsDdwi { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1ebf3d6b-3403-4053-8bb1-4853ba20a312/yLC2zPL9hqF4qz4bWBF94V6XHo1Sf3EhZDDdNaRz.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:26.6875rem;width:26.6875rem;top:3.21875rem;left:5.40625rem;display:block; }#cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.adaptive-delivery-prevent-bg, #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.lazyload, #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.lazyloading { background-image: none; }
#hCvWV3HydEaFvEcrOW7FmkkVVv1sJhqQ { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:asap;font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:5.4375rem;left:37.5rem;height:6.1875rem;display:block; }
#UFx7crOCWkzg3n5Qb6PuZNhz2aQT9z6g { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:13.375rem;left:37.5rem;height:5.625rem;display:block; }
#hOZqnCrpSzeabMMXp9iLIS0Fi0JtfuWu { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:22.9375rem;left:37.5rem;display:block; }
#s1SLr4PJIWIAL6qVa4IIpKctTV6ghzPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C769Z86lJi6wFVo9qkA069QoLk5BTbqg { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:21.6875rem;left:37.5rem;display:none; }
#t1RuBA3Fw4ZnQTrmQVmGmmCctWCxuGzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2a9a9f9-f0da-4a4c-94ad-6138be2c70e2/darkmatter.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol.adaptive-delivery-prevent-bg, #mEPb7BxpgapsuOED8xorBpRTG8ZZoHol.lazyload, #mEPb7BxpgapsuOED8xorBpRTG8ZZoHol.lazyloading { background-image: none; }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol > .row .container { border-width: 0; border-radius: 0; }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol > .row > .video-iframe-container {  }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:none; }#lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b62d192-e734-486c-bf46-046cd9757460/cartwoman.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.625rem;width:35.1875rem;top:0.65625rem;left:34.125rem;display:block; }#lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu.adaptive-delivery-prevent-bg, #lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu.lazyload, #lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu.lazyloading { background-image: none; }
#xJxnCFD6PeVUFmkntOhZHTCT0lC06p2U { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:asap;font-size:3.75rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:7.0625rem;left:0rem;height:16.5rem;display:block; }
#xNaToybmgL7MEhHdFhdD0oNTwTUnGEuS { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:25rem;left:0rem;height:5.625rem;display:block; }
#sIkBTEtkh2xq0bOvpMT8pEpMAQUTVTCX { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:32.6875rem;left:0rem;display:block; }
#VSc9fPdAmJhNhSxADvhu82uVkaXSNIgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003ee6, #00bab0);background-image: -moz-linear-gradient(90deg, #003ee6, #00bab0);background-image: -ms-linear-gradient(90deg, #003ee6, #00bab0);background-image: -o-linear-gradient(90deg, #003ee6, #00bab0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ee6', endColorstr='#00bab0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ee6', endColorstr='#00bab0' );";background-image: linear-gradient(90deg, #003ee6, #00bab0);background-size:auto !important;position:relative;display:none; }#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 > .row .container { border-width: 0; border-radius: 0; }#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 > .row > .video-iframe-container {  }#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:none; }#XzkS3axH4AOL05eHnQkp28W1wTwS8FhC { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b62d192-e734-486c-bf46-046cd9757460/cartwoman.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.3125rem;width:40.375rem;top:2.84375rem;left:38.467771828666rem;display:block; }#XzkS3axH4AOL05eHnQkp28W1wTwS8FhC.adaptive-delivery-prevent-bg, #XzkS3axH4AOL05eHnQkp28W1wTwS8FhC.lazyload, #XzkS3axH4AOL05eHnQkp28W1wTwS8FhC.lazyloading { background-image: none; }
#Ie2f2v59wQQ5xP9ZaysS7Js2C9fpbrBh { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:asap;font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:8.375rem;left:0rem;height:6.1875rem;display:block; }
#UsgsqRBOIEuluOqH418IpOxPo5bHDpzw { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:asap;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:21.6875rem;left:2.3125rem;height:11.472675rem;display:block; }
#FANizmOzTgoOEHhIJWzv2ZEZz48FlQwq { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:29.9716796875rem;left:25.875rem;display:block; }
#GtUJS02QEM1JJPEIfbQdzhnyNvJvr22g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BqxPARK0RZO4HtLDRPTdOKgxr3amXlVA { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:asap;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.3125rem;height:2.55005rem;display:block; }
#gDuVguCok3gNS0PoiKb3HeKLxtAbQzPI { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:asap;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:5.875rem;left:0rem;height:2.55005rem;display:block; }
#nwLV76hpihoIM97dK9y2M7Gpr1E7paUG { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.14);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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:18.9375rem;width:37.5rem;top:16.9375rem;left:0rem;display:block; }
#T15DWE1QzTSiwBhVw5Xw5cLLHXnDM4JW { color:#1ae5be;display:block;width:3.5rem;position:absolute;font-family:asap;font-size:6.25rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:10.875rem;left:0.75rem;height:10.625rem;display:block; }
#F274kHCnog8838N95lyLNXQ5zRuMRRWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c71;background-image:none;position:relative;display:block; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container { background-color: transparent; background-image: none; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container > .video-iframe-container { display: none; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row > .video-iframe-container { display: none; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .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); }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container { border-width: 0; border-radius: 0; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row > .video-iframe-container {  }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#JK9fWAt0XSzuAxk8rut7yB72VJu2maXJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.6875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#OTZxAuZNT03RyXUQQ5Gs9e07VTUI6qgq { color:#ffffff;display:block;width:19rem;position:absolute;font-family:asap;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:5.951171875rem;left:37.5rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#HfEJfzfKn8tRTgsDVWvp1uPOr0v65Qyn { color:#ffffff;display:block;width:19rem;position:absolute;font-family:asap;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.8;letter-spacing:0;top:5.951171875rem;left:14.875rem;height:6.749125rem;text-align:left;text-align-last:left;display:block; }
#ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;opacity:1;top:5.951171875rem;left:61.875rem; }
#ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD > img { max-width: 100%;max-height:100%; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container { background-color: transparent; background-image: none; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container > .video-iframe-container { display: none; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row > .video-iframe-container { display: none; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .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); }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container { border-width: 0; border-radius: 0; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row > .video-iframe-container {  }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI { position:relative;z-index:auto;display:none; }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI { border-width: 0; border-radius: 0; }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI > .row .container > .video-iframe-container {  }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI > .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:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#vkw4EInPvXprLNFrAnQixWCmTX9Z9hc3 { background-color:#0052d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.625rem;left:61.6875rem;display:block; }
#ynd4TAuN0dyhzmRki0oogFdOTw1pInFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T6BKl3RHcon6BQy4b6ISA20uK7whrMTc { box-sizing:content-box;color:#0052d8;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:0.15625rem;left:68.375rem;display:block; }
#rVpgBK9sr7bQ4BTaHEkgZcKq7IHXUgDd { 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: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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#c002g5MlZqQRfx8gDAaD9tQCu063ZLiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dwT3O2Z6hJiQ1f1hHaBu4CCm1h6llSPn { background-color:transparent;background-image:none;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#I1cAnflBSfCT8MDD98gpEP60V95fFHBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { background-color: transparent; background-image: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container > .video-iframe-container { display: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container { display: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .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); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { border-width: 0; border-radius: 0; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container {  }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#A8CAwSwTgQUD8EEC7Nz8HZ2MK7tqdIqe { background-color:#37b6fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.4375rem solid #37b6fa;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.125rem;left:41.0625rem;display:block; }
#uGDMNEPkPJOBCTmzptStcGt2PvRWqxrt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kpvq6XVar8HsJQRIIJuqGf1uzChP3bpq { 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:2.4375rem solid #25d366;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:1.09375rem;left:57.1875rem;display:block; }
#cx14ODtUwwfX6bNMXGCaJK9KTwHq4PJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zEp5RIGFvdlV5T8Lnm0PpD21Xie63tUF { color:#002c71;display:block;width:19rem;position:absolute;font-family:asap;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.53125rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#F3ZGvluMJ34rfTJ9WJdTfkPZSJ9bQB96 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;opacity:1;top:1.75rem;left:41.6875rem; }
#c9QJJ0wAMbpaLN3E60Px2AORL7CA97E8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:1.75rem;left:57.96875rem; }
#zlt0ngFGnXctEpAtI2P1lorUv6h9SIOA { 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: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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:none; }
#RclbbP6S1ITSvKJQurkXJ0vtmOZ3mnEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E4p4bLqWhUCd74UOTq8rfwteiR5d7TGQ { background-color:transparent;background-image:none;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:none; }
#ZOTWTRrxOPmCKiqIPt7lCsSTDJOWN6Zu { display:block;position:absolute;top:50%;left:0rem;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) { #SSNJKdEuagO8QayE9IasRIP58KcS0lEB { display:block; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTOlUm8ryWim74O4UtNWtIv8BRilR3M7 { width:19.0625rem;height:3.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhguRN0KC0X77UZtdmaerMcOx13EDBmB { width:10rem;height:2.625rem;top:1.6875rem;left:37.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g { display:block; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJSyc5NakiA4Ta7VqgGVtWzCzq6hJ88Q { width:30.0625rem;height:6.1875rem;top:7.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ginxvcI3f70nGt68i35RyAzCvez5Leba { width:43.9375rem;height:40.75rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su6Af03lJCzZDz6AenJHU7GPFyFBq41p { width:29.3125rem;height:4.6875rem;top:13.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf4dz6td4Th8J8K0PczeuKnHHC9NA39R { width:15.0625rem;height:3.9375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmkszyWwf1M6Rir22U6DmnwpDpocIkuE { display:block; }
 }@media only screen and (max-width: 763px) { #OvlgwLyEh02spDkXX9ZHgQ1bE9CNZ21V { width:19.5625rem;height:10.625rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN6GB5L85pPuS4Qy1I268kZtVxTnq81h { width:1.3125rem;height:10.625rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg { display:block; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E31bBGNO7bMBZOADlN5L26ykdTUNOo4n { width:2.8125rem;height:2.8125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAT6uCSCeNQmSHRDT0cdKaPoz9PAFMI { width:12.375rem;height:3.75rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Q9McBRn2OdQM1uxCnoylrJTAU3F8df { width:15.1875rem;height:15.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUcvmulwIEKB6MTbBsfpfIzVQRLLQmX { width:3.625rem;height:1.4375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv3maO5BkieoHQo6zm16MP20TbrxFp5D { display:block; }
 }@media only screen and (max-width: 763px) { #fFssp9Gp1sTIw37TgH0hCLzHnmmTsPok { width:12.375rem;height:3.75rem;top:9.4375rem;left:11.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIwznbNDi0J3NTpFnGLFOpM3t5eL1eW2 { width:15.1875rem;height:15.6875rem;top:4rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6wPHfAPVvPApULn4rW49dfJfeke91R { width:2.8125rem;height:2.8125rem;top:5.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrE2T8m6o9d8klJ3wtthlbUc7y5NugEC { width:3.625rem;height:1.4375rem;top:15.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsDya1IDicWDp2al9Z6N9k8UagWQLi50 { display:block; }
 }@media only screen and (max-width: 763px) { #EUn6oexLl13o6CSGXU9XunsA8gMTwqDf { width:15.1875rem;height:15.6875rem;top:4rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eckQPzk5V2VnR1poBsDM6ABIcI6sPW { width:12.375rem;height:3.75rem;top:9.4375rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZlnro9e93K8pyyZFT8xK9Vn0Wwk6b5 { width:3.625rem;height:1.4375rem;top:15.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzdGRnIbXtno5D1EUhi7tJvOTfTNnJzd { display:block; }
 }@media only screen and (max-width: 763px) { #dyyrkTHMrMSyHpyffTRckHQX74JPs2Ri { width:2.8125rem;height:2.8125rem;top:5.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeWXahNCqLN09y4GhSg28Wlepe6XT5xZ { width:15.1875rem;height:15.6875rem;top:4rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #druhEcx7SxNTDzzM4nNQl1s4ss1dT61Q { width:12.375rem;height:3.75rem;top:9.4375rem;left:35.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL7Xa8VLXAvgpE9oJqMaR1uJriyqoJe6 { width:4.4375rem;height:1.4375rem;top:15.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZBQDphTyiD9qIltCIiNHASmxZdlPlR { display:block; }
 }@media only screen and (max-width: 763px) { #Dl7B7n58BvGQ7cr52ef0CLi4Ln1GF1TV { width:2.8125rem;height:2.8125rem;top:5.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn { display:block; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcTvomTDdWMaEfXnZ9yOlV3r7r2rRmwD { width:37.3125rem;height:6.1875rem;top:5.75rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toKoZPcWlylVbOmgHNrtrJkHeCmQk2xD { width:29.4375rem;height:3.75rem;top:12.375rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5gNiNldEungitdwyJaT77B2NC03UqoK { width:15.0625rem;height:3.9375rem;top:40rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbSbeQViXsKGP1OOt9FTycWTohngm4Oo { display:block; }
 }@media only screen and (max-width: 763px) { #SQHQlBTe59h119sdI2xZuAyuKeUVF1Sk { width:9.375rem;height:19rem;top:18rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkdpLgUi2NbbpgkoDIJXNTkcn9yVUVy { width:1.3125rem;height:19rem;top:18rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqS557z7cCE4W95mtPpvHVBhUJ62phhH { width:38.25rem;height:45.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opQcCcTrhk2NVMTmr7vR8dyTuwGQ9BEP { width:14.0625rem;height:19rem;top:18rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #th5xyT7ZJkD6nP5Asa064fEpkeA54ecU { width:1.3125rem;height:19rem;top:18rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omw1XQ9W6bMeVIlDn6bv6ENTlt8ykGfZ { width:14.0625rem;height:19rem;top:18rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66TcJQ1TSbkcNWCMIbCilDSezSMWBKl { width:1.3125rem;height:19rem;top:18rem;left:42.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg { display:block; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrlTcHQspDVKiSvl2T49lpflWJAhzTNW { width:37.3125rem;height:6.1875rem;top:11.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuaAwG6oaRotWvTiaTKOe4TiqK06di8p { width:31.125rem;height:3.75rem;top:17.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1kRWC2tf66lvV9Kw7kaTaMyD2sNKFrx { width:15.0625rem;height:3.9375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIcBxWACFnpQcUklvnJNo3cBJgeOwUP { display:block; }
 }@media only screen and (max-width: 763px) { #fQ5ttMa0PxsK1azOyCf84hEBAT6TdchJ { width:11.5rem;height:14.25rem;top:23.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRM6DocuBfAubWZEU0X04ZeTvJXJOGKe { width:1.3125rem;height:14.25rem;top:23.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usPFP5qwZhIAzHAfpel53icUqL3nRVMy { width:47.75rem;height:42.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQk6MQq12yctyCOFPmDA2I45K1hGMs0 { width:14.0625rem;height:16.625rem;top:23.3125rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptS2y5sSRqyB9FFdN9W0uqR444Vemss2 { width:1.3125rem;height:14.25rem;top:23.3125rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy { display:block; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi { width:26.6875rem;height:26.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCvWV3HydEaFvEcrOW7FmkkVVv1sJhqQ { width:29.625rem;height:6.1875rem;top:5.4375rem;left:18.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFx7crOCWkzg3n5Qb6PuZNhz2aQT9z6g { width:34.0625rem;height:5.625rem;top:13.375rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOZqnCrpSzeabMMXp9iLIS0Fi0JtfuWu { width:9.8125rem;height:3.25rem;top:22.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SLr4PJIWIAL6qVa4IIpKctTV6ghzPF { display:block; }
 }@media only screen and (max-width: 763px) { #C769Z86lJi6wFVo9qkA069QoLk5BTbqg { width:9.8125rem;height:3.25rem;top:21.6875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1RuBA3Fw4ZnQTrmQVmGmmCctWCxuGzC { display:block; }
 }@media only screen and (max-width: 763px) { #mEPb7BxpgapsuOED8xorBpRTG8ZZoHol { display:block; }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu { width:35.1875rem;height:43.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJxnCFD6PeVUFmkntOhZHTCT0lC06p2U { width:34.8125rem;height:16.5rem;top:7.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNaToybmgL7MEhHdFhdD0oNTwTUnGEuS { width:34.0625rem;height:5.625rem;top:25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkBTEtkh2xq0bOvpMT8pEpMAQUTVTCX { width:16.5rem;height:3.9375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSc9fPdAmJhNhSxADvhu82uVkaXSNIgl { display:block; }
 }@media only screen and (max-width: 763px) { #epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 { display:block; }#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzkS3axH4AOL05eHnQkp28W1wTwS8FhC { width:40.375rem;height:41.3125rem;top:2.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2f2v59wQQ5xP9ZaysS7Js2C9fpbrBh { width:42.125rem;height:6.1875rem;top:8.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsgsqRBOIEuluOqH418IpOxPo5bHDpzw { width:34.0625rem;height:11.4375rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FANizmOzTgoOEHhIJWzv2ZEZz48FlQwq { width:13.375rem;height:3.9375rem;top:29.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUJS02QEM1JJPEIfbQdzhnyNvJvr22g { display:block; }
 }@media only screen and (max-width: 763px) { #BqxPARK0RZO4HtLDRPTdOKgxr3amXlVA { width:34.0625rem;height:2.5rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDuVguCok3gNS0PoiKb3HeKLxtAbQzPI { width:34.0625rem;height:2.5rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwLV76hpihoIM97dK9y2M7Gpr1E7paUG { width:37.5rem;height:18.9375rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15DWE1QzTSiwBhVw5Xw5cLLHXnDM4JW { width:3.5rem;height:10.625rem;top:10.875rem;left:0rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F274kHCnog8838N95lyLNXQ5zRuMRRWT { display:block; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK9fWAt0XSzuAxk8rut7yB72VJu2maXJ { width:11.6875rem;height:5.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZxAuZNT03RyXUQQ5Gs9e07VTUI6qgq { width:19rem;height:3.9375rem;top:5.9375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfEJfzfKn8tRTgsDVWvp1uPOr0v65Qyn { width:19rem;height:8.0625rem;top:5.9375rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD { width:3.125rem;height:3.125rem;top:5.9375rem;left:44.625rem;display:block; }
#ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy { display:block; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI { display:block; }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkw4EInPvXprLNFrAnQixWCmTX9Z9hc3 { width:8.625rem;height:2rem;top:0.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynd4TAuN0dyhzmRki0oogFdOTw1pInFq { display:block; }
 }@media only screen and (max-width: 763px) { #T6BKl3RHcon6BQy4b6ISA20uK7whrMTc { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVpgBK9sr7bQ4BTaHEkgZcKq7IHXUgDd { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #c002g5MlZqQRfx8gDAaD9tQCu063ZLiw { display:block; }
 }@media only screen and (max-width: 763px) { #dwT3O2Z6hJiQ1f1hHaBu4CCm1h6llSPn { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1cAnflBSfCT8MDD98gpEP60V95fFHBm { display:block; }
 }@media only screen and (max-width: 763px) { #Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y { display:block; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8CAwSwTgQUD8EEC7Nz8HZ2MK7tqdIqe { width:15.25rem;height:3.125rem;top:1.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGDMNEPkPJOBCTmzptStcGt2PvRWqxrt { display:block; }
 }@media only screen and (max-width: 763px) { #kpvq6XVar8HsJQRIIJuqGf1uzChP3bpq { width:17.8125rem;height:3.125rem;top:1.0625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx14ODtUwwfX6bNMXGCaJK9KTwHq4PJH { display:block; }
 }@media only screen and (max-width: 763px) { #zEp5RIGFvdlV5T8Lnm0PpD21Xie63tUF { width:19rem;height:2.25rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ZGvluMJ34rfTJ9WJdTfkPZSJ9bQB96 { top:1.75rem;left:28.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9QJJ0wAMbpaLN3E60Px2AORL7CA97E8 { top:1.75rem;left:44.34375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlt0ngFGnXctEpAtI2P1lorUv6h9SIOA { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #RclbbP6S1ITSvKJQurkXJ0vtmOZ3mnEF { display:block; }
 }@media only screen and (max-width: 763px) { #E4p4bLqWhUCd74UOTq8rfwteiR5d7TGQ { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOTWTRrxOPmCKiqIPt7lCsSTDJOWN6Zu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SSNJKdEuagO8QayE9IasRIP58KcS0lEB { background-color:#ffffff;background-image:none;display:block; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { background-color: transparent; background-image: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container > .video-iframe-container { display: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row > .video-iframe-container { display: none; }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .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); }#SSNJKdEuagO8QayE9IasRIP58KcS0lEB > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTOlUm8ryWim74O4UtNWtIv8BRilR3M7 { width:12.5rem;height:1.8125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IhguRN0KC0X77UZtdmaerMcOx13EDBmB { width:10rem;height:1.6875rem;top:3.28125rem;left:10rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89ad4e7f-4a87-4901-87da-12dc121392ef/fundo.preview.rotate_270.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.adaptive-delivery-prevent-bg, #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.lazyload, #fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g.lazyloading { background-image: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { background-color: transparent; background-image: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container > .video-iframe-container { display: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container { display: none; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .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); }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { border-width: 0; border-radius: 0; }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row > .video-iframe-container {  }#fN5gZoS9WEsBwggX3BqFVPoVxoPEnC3g > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJSyc5NakiA4Ta7VqgGVtWzCzq6hJ88Q { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ginxvcI3f70nGt68i35RyAzCvez5Leba { width:18.8125rem;height:17.375rem;top:21.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1729a3df-f9f0-47cd-b93e-356fc18cb163/pessoas.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:99999;display:block; }#ginxvcI3f70nGt68i35RyAzCvez5Leba.adaptive-delivery-prevent-bg, #ginxvcI3f70nGt68i35RyAzCvez5Leba.lazyload, #ginxvcI3f70nGt68i35RyAzCvez5Leba.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Su6Af03lJCzZDz6AenJHU7GPFyFBq41p { width:20rem;height:2.8125rem;top:5.2734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf4dz6td4Th8J8K0PczeuKnHHC9NA39R { width:11.3125rem;height:3.1875rem;top:17.625rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rmkszyWwf1M6Rir22U6DmnwpDpocIkuE { display:block; }
 }@media only screen and (max-width: 763px) { #OvlgwLyEh02spDkXX9ZHgQ1bE9CNZ21V { width:18.5625rem;height:7.03125rem;top:9.5rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GN6GB5L85pPuS4Qy1I268kZtVxTnq81h { width:1.3125rem;height:7.03125rem;top:9.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg { display:block; }#K9lcoA4IcTiC0GUVMGudt8UdTGGysSfg > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E31bBGNO7bMBZOADlN5L26ykdTUNOo4n { width:2.8125rem;height:2.8125rem;top:3.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAT6uCSCeNQmSHRDT0cdKaPoz9PAFMI { width:7.75rem;height:4.21875rem;top:7.875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Q9McBRn2OdQM1uxCnoylrJTAU3F8df { width:9.375rem;height:15rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUcvmulwIEKB6MTbBsfpfIzVQRLLQmX { width:3.625rem;height:1.4375rem;top:13.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv3maO5BkieoHQo6zm16MP20TbrxFp5D { display:block; }
 }@media only screen and (max-width: 763px) { #fFssp9Gp1sTIw37TgH0hCLzHnmmTsPok { width:5.875rem;height:4.21875rem;top:7.9375rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIwznbNDi0J3NTpFnGLFOpM3t5eL1eW2 { width:9.375rem;height:15rem;top:2rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6wPHfAPVvPApULn4rW49dfJfeke91R { width:2.8125rem;height:2.8125rem;top:3.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrE2T8m6o9d8klJ3wtthlbUc7y5NugEC { width:3.625rem;height:1.4375rem;top:13.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsDya1IDicWDp2al9Z6N9k8UagWQLi50 { display:block; }
 }@media only screen and (max-width: 763px) { #EUn6oexLl13o6CSGXU9XunsA8gMTwqDf { width:9.375rem;height:15rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eckQPzk5V2VnR1poBsDM6ABIcI6sPW { width:6.125rem;height:4.21875rem;top:25.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZlnro9e93K8pyyZFT8xK9Vn0Wwk6b5 { width:3.625rem;height:1.4375rem;top:30.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzdGRnIbXtno5D1EUhi7tJvOTfTNnJzd { display:block; }
 }@media only screen and (max-width: 763px) { #dyyrkTHMrMSyHpyffTRckHQX74JPs2Ri { width:2.8125rem;height:2.8125rem;top:21rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeWXahNCqLN09y4GhSg28Wlepe6XT5xZ { width:9.375rem;height:15rem;top:19.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #druhEcx7SxNTDzzM4nNQl1s4ss1dT61Q { width:7.125rem;height:4.21875rem;top:25.0625rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL7Xa8VLXAvgpE9oJqMaR1uJriyqoJe6 { width:4.3125rem;height:1.4375rem;top:30.4375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZBQDphTyiD9qIltCIiNHASmxZdlPlR { display:block; }
 }@media only screen and (max-width: 763px) { #Dl7B7n58BvGQ7cr52ef0CLi4Ln1GF1TV { width:2.8125rem;height:2.8125rem;top:21rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn { display:block; }#GGOtfcPQxWMq0XEe19TloxtcWQPFhlDn > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcTvomTDdWMaEfXnZ9yOlV3r7r2rRmwD { width:20rem;height:6.1875rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toKoZPcWlylVbOmgHNrtrJkHeCmQk2xD { width:20rem;height:2.8125rem;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5gNiNldEungitdwyJaT77B2NC03UqoK { width:11.25rem;height:2.6875rem;top:58.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbSbeQViXsKGP1OOt9FTycWTohngm4Oo { display:block; }
 }@media only screen and (max-width: 763px) { #SQHQlBTe59h119sdI2xZuAyuKeUVF1Sk { width:9.375rem;height:14.25rem;top:13.25rem;left:1.3125rem;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #uTkdpLgUi2NbbpgkoDIJXNTkcn9yVUVy { width:1.3125rem;height:14.25rem;top:13.25rem;left:0rem;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #TqS557z7cCE4W95mtPpvHVBhUJ62phhH { width:12rem;height:17.8125rem;top:46.0625rem;left:8rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4e3ee79b-5d99-4e3b-95de-d2d0a1c1783d/slide3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TqS557z7cCE4W95mtPpvHVBhUJ62phhH.adaptive-delivery-prevent-bg, #TqS557z7cCE4W95mtPpvHVBhUJ62phhH.lazyload, #TqS557z7cCE4W95mtPpvHVBhUJ62phhH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #opQcCcTrhk2NVMTmr7vR8dyTuwGQ9BEP { width:14.0625rem;height:14.25rem;top:27.375rem;left:1.3125rem;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #th5xyT7ZJkD6nP5Asa064fEpkeA54ecU { width:1.3125rem;height:14.25rem;top:27.375rem;left:0rem;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #omw1XQ9W6bMeVIlDn6bv6ENTlt8ykGfZ { width:14.0625rem;height:14.25rem;top:41.5rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66TcJQ1TSbkcNWCMIbCilDSezSMWBKl { width:1.3125rem;height:14.25rem;top:41.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaf0f6);background-image: -moz-linear-gradient(180deg, #ffffff, #eaf0f6);background-image: -ms-linear-gradient(180deg, #ffffff, #eaf0f6);background-image: -o-linear-gradient(180deg, #ffffff, #eaf0f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0f6' );";background-image: linear-gradient(180deg, #ffffff, #eaf0f6);background-size:cover !important;display:block; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { background-color: transparent; background-image: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container > .video-iframe-container { display: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row > .video-iframe-container { display: none; }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .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); }#Cztm8FV6rULIiXPT8rT5KAg2E8dC2Ogg > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrlTcHQspDVKiSvl2T49lpflWJAhzTNW { width:18.1875rem;height:6.1875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuaAwG6oaRotWvTiaTKOe4TiqK06di8p { width:20rem;height:4.21875rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1kRWC2tf66lvV9Kw7kaTaMyD2sNKFrx { width:11.3125rem;height:3.9375rem;top:38.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIcBxWACFnpQcUklvnJNo3cBJgeOwUP { display:block; }
 }@media only screen and (max-width: 763px) { #fQ5ttMa0PxsK1azOyCf84hEBAT6TdchJ { width:11.5rem;height:10.6875rem;top:14.9375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRM6DocuBfAubWZEU0X04ZeTvJXJOGKe { width:1.3125rem;height:10.6875rem;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usPFP5qwZhIAzHAfpel53icUqL3nRVMy { width:20rem;height:42.75rem;top:90.7216875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLQk6MQq12yctyCOFPmDA2I45K1hGMs0 { width:14.0625rem;height:12.46875rem;top:25.625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptS2y5sSRqyB9FFdN9W0uqR444Vemss2 { width:1.3125rem;height:10.6875rem;top:25.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy { display:block; }#ZXqUigErU7w9l6a1dzEMpDzfERZnbNTy > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi { width:20rem;height:16.1875rem;top:2.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1ebf3d6b-3403-4053-8bb1-4853ba20a312/yLC2zPL9hqF4qz4bWBF94V6XHo1Sf3EhZDDdNaRz.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.adaptive-delivery-prevent-bg, #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.lazyload, #cHe5zrI4haBIW1m4dFziyOr4dimsDdwi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hCvWV3HydEaFvEcrOW7FmkkVVv1sJhqQ { width:20rem;height:4.125rem;top:21rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFx7crOCWkzg3n5Qb6PuZNhz2aQT9z6g { width:15.8125rem;height:5.625rem;top:25.7734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOZqnCrpSzeabMMXp9iLIS0Fi0JtfuWu { width:8.5rem;height:3.25rem;top:34.0234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SLr4PJIWIAL6qVa4IIpKctTV6ghzPF { display:block; }
 }@media only screen and (max-width: 763px) { #C769Z86lJi6wFVo9qkA069QoLk5BTbqg { width:7.6875rem;height:3.25rem;top:34.0234375rem;left:9.5625rem;font-size:0.875rem;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t1RuBA3Fw4ZnQTrmQVmGmmCctWCxuGzC { display:block; }
 }@media only screen and (max-width: 763px) { #mEPb7BxpgapsuOED8xorBpRTG8ZZoHol { display:none; }#mEPb7BxpgapsuOED8xorBpRTG8ZZoHol > .row .container { width:20rem;height:43rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lQ0BTknAT6IwszqWLDwckJRwUsGf7KUu { width:11.875rem;height:16.125rem;top:26.8125rem;left:8.125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #xJxnCFD6PeVUFmkntOhZHTCT0lC06p2U { width:20rem;height:9.07425rem;top:4.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNaToybmgL7MEhHdFhdD0oNTwTUnGEuS { width:20rem;height:5.625rem;top:15.546875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkBTEtkh2xq0bOvpMT8pEpMAQUTVTCX { width:16.5rem;height:3.9375rem;top:23.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSc9fPdAmJhNhSxADvhu82uVkaXSNIgl { display:block; }
 }@media only screen and (max-width: 763px) { #epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 { display:none; }#epgZIUtOUb8Lrz4Bt9BPOuMkzvVvoI28 > .row .container { width:20rem;height:48.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XzkS3axH4AOL05eHnQkp28W1wTwS8FhC { width:14.5rem;height:19.3125rem;top:29.3466796875rem;left:2.75rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2f2v59wQQ5xP9ZaysS7Js2C9fpbrBh { width:20rem;height:3.736325rem;top:6.8125rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UsgsqRBOIEuluOqH418IpOxPo5bHDpzw { width:17.75rem;height:8.9238375rem;top:13.736328125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FANizmOzTgoOEHhIJWzv2ZEZz48FlQwq { width:14.25rem;height:3.9375rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUJS02QEM1JJPEIfbQdzhnyNvJvr22g { display:block; }
 }@media only screen and (max-width: 763px) { #BqxPARK0RZO4HtLDRPTdOKgxr3amXlVA { width:20rem;height:1.69921875rem;top:12.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDuVguCok3gNS0PoiKb3HeKLxtAbQzPI { width:20rem;height:1.48730625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwLV76hpihoIM97dK9y2M7Gpr1E7paUG { width:20rem;height:18.9375rem;top:50.5371125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T15DWE1QzTSiwBhVw5Xw5cLLHXnDM4JW { width:3.625rem;height:18.0625rem;top:0rem;left:16.375rem;font-size:10.625rem;text-align:right;text-align-last:right;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #F274kHCnog8838N95lyLNXQ5zRuMRRWT { display:block; }#F274kHCnog8838N95lyLNXQ5zRuMRRWT > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK9fWAt0XSzuAxk8rut7yB72VJu2maXJ { width:5.875rem;height:2.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZxAuZNT03RyXUQQ5Gs9e07VTUI6qgq { width:19rem;height:3.9375rem;top:17.0341796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfEJfzfKn8tRTgsDVWvp1uPOr0v65Qyn { width:19rem;height:5.49805rem;top:8.5625rem;left:0rem;font-size:0.6875rem;color:rgba(255,255,255,0.53);line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD { width:2.5rem;height:2.5rem;top:3.25rem;left:17.5rem;display:block; }
#ACghLCxfBTPyfGAqIcu0NdKUUb5dU8lD > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy { display:block; }#gQZVABFTVxK1KAgJvPya18ZOJT9RP4xy > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI { position:relative;z-index:auto;display:none; }#pLHQBZmwkxL1epb9hzJhF7srLx2VlHDI > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vkw4EInPvXprLNFrAnQixWCmTX9Z9hc3 { width:6.8125rem;height:1.5rem;top:0.3125rem;left:9.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynd4TAuN0dyhzmRki0oogFdOTw1pInFq { display:block; }
 }@media only screen and (max-width: 763px) { #T6BKl3RHcon6BQy4b6ISA20uK7whrMTc { width:2.375rem;height:2.375rem;top:0rem;left:15.5625rem;font-size:1.625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #rVpgBK9sr7bQ4BTaHEkgZcKq7IHXUgDd { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c002g5MlZqQRfx8gDAaD9tQCu063ZLiw { display:block; }
 }@media only screen and (max-width: 763px) { #dwT3O2Z6hJiQ1f1hHaBu4CCm1h6llSPn { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1cAnflBSfCT8MDD98gpEP60V95fFHBm { display:block; }
 }@media only screen and (max-width: 763px) { #Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { background-color: transparent; background-image: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container > .video-iframe-container { display: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container { display: none; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .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); }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { border-width: 0; border-radius: 0; }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row > .video-iframe-container {  }#Zca3XAmxhmwQQA7Ig48aTAEdaVcB2i2y > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8CAwSwTgQUD8EEC7Nz8HZ2MK7tqdIqe { width:6.4375rem;height:2.5rem;top:0.5625rem;left:4.6875rem;font-size:0.6875rem;font-weight:700;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uGDMNEPkPJOBCTmzptStcGt2PvRWqxrt { display:block; }
 }@media only screen and (max-width: 763px) { #kpvq6XVar8HsJQRIIJuqGf1uzChP3bpq { width:8.625rem;height:2.5rem;top:0.5625rem;left:11.375rem;font-size:0.6875rem;font-weight:700;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cx14ODtUwwfX6bNMXGCaJK9KTwHq4PJH { display:block; }
 }@media only screen and (max-width: 763px) { #zEp5RIGFvdlV5T8Lnm0PpD21Xie63tUF { width:19rem;height:0;top:1.25rem;left:0.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3ZGvluMJ34rfTJ9WJdTfkPZSJ9bQB96 { width:1.8125rem;height:1.8125rem;top:9.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9QJJ0wAMbpaLN3E60Px2AORL7CA97E8 { width:1.8125rem;height:1.8125rem;top:16.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlt0ngFGnXctEpAtI2P1lorUv6h9SIOA { width:2.125rem;height:2.125rem;top:0.75rem;left:0rem;font-size:1rem;z-index:100002;background-color:#002c71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-family:"font awesome";display:block; }
 }@media only screen and (max-width: 763px) { #RclbbP6S1ITSvKJQurkXJ0vtmOZ3mnEF { display:block; }
 }@media only screen and (max-width: 763px) { #E4p4bLqWhUCd74UOTq8rfwteiR5d7TGQ { width:2.625rem;height:2.625rem;top:0.5rem;left:0rem;font-size:1.3125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWTRrxOPmCKiqIPt7lCsSTDJOWN6Zu { display:block; }
 }