.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#fafdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:inter;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#XoQSX0uArelGXZkWR8Lh5enlgyfVCd2l { background-color:#0c2726;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2f9688;border-left:0.0625rem solid #2f9688;border-right:0.0625rem solid #2f9688;border-bottom:0.0625rem solid #2f9688;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f2fbf9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:52.3125rem;display:block; }
#pMiTs5kWUPp57AtmLaXFFHh229uAORgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnQd1H9dz3F351J4BVVLDHtbASAcybXo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df1ed8a9-2ad8-467f-b0ee-0a4b27ecdcd4/felizempresariomasculinousandopcdesktopenquantotrabalhavanoescritoriohapessoasemsegundoplano.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.adaptive-delivery-prevent-bg, #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.lazyload, #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.lazyloading { background-image: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { background-color: transparent; background-image: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.57); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container > .video-iframe-container { display: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.57); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row > .video-iframe-container { display: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .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); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { border-width: 0; border-radius: 0; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { font-size:0.875rem;font-family:inter;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#l7X5tFhBGm6QFFXSI2hm3fpBlp46ztsp { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:12.875rem;left:3rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GL0cV9DPkGGT9NZ3ZvW55SxveJuSbL0O { color:#e1e1e1;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:28.5rem;left:3rem;height:4.19824375rem;font-style:normal;display:block; }
#rPhGkVxDBVKhJZdNh3XluKP9UgRp2qKf { background-color:#4ab7a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4f3eb;border-left:0.0625rem solid #d4f3eb;border-right:0.0625rem solid #d4f3eb;border-bottom:0.0625rem solid #d4f3eb;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f2fbf9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.125rem;left:3rem;display:block; }
#wyIovh1sVo54pHARIvkEqb68ctgn8TnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpbNFBu2FpFwAfCbslXMQfBOg9QTofCQ { position:absolute;display:block;z-index:15000;background-color:#02090c;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#x4qhLi50h6R0LcQITP3wGf1ID2SSP2Wq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.125rem;top:2rem;left:12.375rem;overflow:hidden;display:none; }
#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container { background-color: transparent; background-image: none; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container > .video-iframe-container { display: none; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row > .video-iframe-container { display: none; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .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); }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container { border-width: 0; border-radius: 0; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#BE6dz0I0brkZyUTRJZRibB7xDe2vyKKc { color:#0b1020;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVoaVqcNSruwkTcDA5WUz3avMBtECtwa { color:#3c3c3c;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.40625rem;left:23.28125rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container { background-color: transparent; background-image: none; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container > .video-iframe-container { display: none; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row > .video-iframe-container { display: none; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .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); }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container { border-width: 0; border-radius: 0; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#HlJ4bPCXRz40J1vlyDcoG8ebLlDLxpio { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#1d4440;background-image:none;top:4.375rem;left:14.75rem;display:block; }
#sRTb0bOflo6bdOKiq1ZXRSK78BSQwRJu { box-sizing:content-box;height:18.0625rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2rem;left:8.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#GEH6h5frofRFzu295P7PJxlDVRMMIqap { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:10.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hioui1DxwexinvcrDfDto2XBEfM4H9pC { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:10.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNctHxzP12T8Ur3mJbLs562p0VVtyglW { box-sizing:content-box;height:18.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2rem;left:28.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#W1LSyHvICI4Kdg7Tpz0F11g1Gvr0NsaW { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#1d4440;background-image:none;top:4.375rem;left:34.8125rem;display:block; }
#m34ZGl6TC3iKlzEFVlIhXMmPrSC8DiIp { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:30.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpB952Fv5EVgH3eQ9UK8gcl8hTkbPsbK { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5rem;left:30.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSXrh27deWBRbZSaJgzVw1GKP1UWplrL { box-sizing:content-box;height:18.0625rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:2rem;left:49.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#oNLQQt5boaXNxRtLBOOCGwHbb4L7TxNd { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#1d4440;background-image:none;top:4.375rem;left:55.375rem;display:block; }
#Tky7nCTflvb067hpkDpTNnsLv9Igr01U { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:50.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PrslKc3wTnymzRfHZc64UeqNtbeSJHUg { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5rem;left:50.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxgfuB9iUiC4kLdhOeyBKKnpmEbtXXxp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.6875rem;left:16.0625rem; }
#ZpUX8AhWM3dZmT5SM00LRTEIayxOoHpB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.6875rem;left:36.375rem; }
#BQU1Qf7OOMVpkEsc1dJmmK26lysP75mn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.6875rem;left:56.6875rem; }
#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040e0d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container { background-color: transparent; background-image: none; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container > .video-iframe-container { display: none; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row > .video-iframe-container { display: none; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .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); }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container { border-width: 0; border-radius: 0; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:12.8125rem;left:40.4375rem;height:13.734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27e03ee6d6b0ec7f10ef6bd7dea90bae70625fad.svg); }
#wfp2y02EMpfkTFEX6id3GnkCaTlbBTya { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76d2c1, #257c73);background-image: -moz-linear-gradient(180deg, #76d2c1, #257c73);background-image: -ms-linear-gradient(180deg, #76d2c1, #257c73);background-image: -o-linear-gradient(180deg, #76d2c1, #257c73);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76d2c1', endColorstr='#257c73' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76d2c1', endColorstr='#257c73' );";background-image: linear-gradient(180deg, #76d2c1, #257c73);background-size:auto !important;top:4.875rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#wKTVEKSqeQTAC9oqRy18ECXQ7RqkTcKP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14rem;width:21.0625rem;top:9.5625rem;left:11.6875rem;overflow:hidden;display:block; }
#LrXM2PTEAABsVCsH3uDJg5t4KLLs0fTc { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.8125rem;left:40.4375rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gur1rM3D8KCTX7G5Vb8Br0TrcTVTPGTx { background-color:#257c73;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.875rem;left:40.4375rem;display:block; }
#SQZiJHS4ackzQTX5WUI4BFVi0szk0Znn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W { box-sizing:content-box;height:22.125rem;width:21.625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/15a74190-3db1-43b2-b227-d6b3def200e1/laboratoriodeinformaticamodernoeequipado.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:11.03125rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }#xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W.adaptive-delivery-prevent-bg, #xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W.lazyload, #xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W.lazyloading { background-image: none; }
#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container { background-color: transparent; background-image: none; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container > .video-iframe-container { display: none; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row > .video-iframe-container { display: none; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .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); }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container { border-width: 0; border-radius: 0; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { background-color: transparent; background-image: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container > .video-iframe-container { display: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row > .video-iframe-container { display: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .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); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { border-width: 0; border-radius: 0; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#D1B52M39v7bhLWkOItH8TUR5mTyTaAF4 { color:#333333;display:block;width:29.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3125rem;left:38.5625rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UW1ifvV9I85C555mS3EIxMSKUo2yHayP { color:#000000;display:block;width:34.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.4375rem;left:38.5625rem;height:6.3984375rem;font-style:normal;display:block; }
#mwzIyLTdb1Bk968uSz1qFn88d0Hktg89 { color:#333333;display:block;width:9.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19.0625rem;left:42.8125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmJmiUPnd9RkbswL2Oxb4kEy4h7Me1Lv { 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:15014;opacity:1;top:19.75rem;left:38.875rem; }
#dTCXVFCb6exiGoFO029OJKn0g1MMUdak { box-sizing:content-box;height:6.125rem;width:16.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:18.1875rem;left:38.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#l7wzmU6VoXaWEnUhTWWG2FJxVge0NoWr { box-sizing:content-box;height:6.125rem;width:16.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:25.5rem;left:38.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Kik1RTpTuHB6TJBwtA3fzlENcSqmh7sU { color:#333333;display:block;width:9.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:26.375rem;left:42.8125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6IoHhka3bBcHe5qOIaELBhkFJ8ye7W3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.9375rem;left:39rem; }
#ivm49lvZGtTiFMDCZ2Eu74eEgPq4Eff8 { box-sizing:content-box;height:6.125rem;width:16.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:18.1875rem;left:56.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#mL4dpAgxWycDF9oPPbCTUONMDsnq2zxK { color:#333333;display:block;width:9.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.0625rem;left:60.25rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N07xFVZBsaM8gFWscPETfiQ2rTSAPO4d { box-sizing:content-box;height:6.125rem;width:16.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:25.5rem;left:56.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#PbW28CMSTSP2o5LgiRKWurKHf9IawnSv { color:#333333;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:26.375rem;left:60.25rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#psZqPl4H0JdNyz9F3l3MXDrpN4aIiyOC { 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:15020;opacity:1;top:19.75rem;left:56.375rem; }
#DtGJtiGUbpIWOb6DQdKXkLdWsSaMdUn2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:27.25rem;left:56.625rem; }
#XGezTisb9e1ucwrVlTML8xoUQbhTbpRF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:39.1875rem;top:4.3125rem;left:-3.7286967418546rem;overflow:hidden;display:block; }
#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container { background-color: transparent; background-image: none; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container > .video-iframe-container { display: none; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row > .video-iframe-container { display: none; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .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); }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container { border-width: 0; border-radius: 0; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/0b323565-4c5f-451d-8a4b-753205b06a53/17.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.adaptive-delivery-prevent-bg, #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.lazyload, #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.lazyloading { background-image: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { background-color: transparent; background-image: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container > .video-iframe-container { display: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row > .video-iframe-container { display: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .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); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { border-width: 0; border-radius: 0; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#FQr0sdqv6sFASDNMewxbrZthFiGGncIc { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:7.8125rem;left:6.0625rem;height:3.5058625rem;font-style:normal;display:block; }
#DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.1875rem;left:6.0625rem;height:11.875rem;font-style:normal;display:block; }#DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
#gGG2Meu1T52r0Xrrl5Pm1KiHgcRwd2FE { background-color:transparent;background-image: -webkit-linear-gradient(126deg, #2e2e2e, #000000);background-image: -moz-linear-gradient(126deg, #2e2e2e, #000000);background-image: -ms-linear-gradient(126deg, #2e2e2e, #000000);background-image: -o-linear-gradient(126deg, #2e2e2e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );";background-image: linear-gradient(126deg, #2e2e2e, #000000);background-size:auto !important;border-top:0.0625rem solid #538234;border-left:0.0625rem solid #538234;border-right:0.0625rem solid #538234;border-bottom:0.0625rem solid #538234;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.25rem;left:6.0625rem;display:block; }
#h8ftMfMBLic1gRnLxNGXVCFmS2XrEgEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container { background-color: transparent; background-image: none; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container > .video-iframe-container { display: none; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row > .video-iframe-container { display: none; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .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); }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container { border-width: 0; border-radius: 0; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#mG2GDUbt93OceM3gPTJEPwmcbaCSFoBl { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.69970703125rem;left:-0.28125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container { background-color: transparent; background-image: none; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container > .video-iframe-container { display: none; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row > .video-iframe-container { display: none; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .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); }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container { border-width: 0; border-radius: 0; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#HRKtped2B0vbTi1B0N2iy5B2uuawZOiT { position:absolute;display:block;z-index:15000;height:10.4375rem;width:65.375rem;top:0rem;left:5.4375rem;display:block; }
#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container { background-color: transparent; background-image: none; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container > .video-iframe-container { display: none; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row > .video-iframe-container { display: none; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .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); }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container { border-width: 0; border-radius: 0; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#EH2TbypXp31DVSL38PuvUevkx11kSzv1 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.51171875rem;left:0rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QTlizCRpE4JtX5yuVFIy7sZI9VdTon3g { background-color:transparent;background-image: -webkit-linear-gradient(126deg, #2e2e2e, #000000);background-image: -moz-linear-gradient(126deg, #2e2e2e, #000000);background-image: -ms-linear-gradient(126deg, #2e2e2e, #000000);background-image: -o-linear-gradient(126deg, #2e2e2e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );";background-image: linear-gradient(126deg, #2e2e2e, #000000);background-size:auto !important;border-top:0.0625rem solid #538234;border-left:0.0625rem solid #538234;border-right:0.0625rem solid #538234;border-bottom:0.0625rem solid #538234;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.25rem;left:27.1875rem;display:block; }
#bB0KimfvKTt2EatJnRS2WfiJXIWN1xMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92135210-f297-419b-8966-31669f2bd54a/doishomenstrabalhandoemumcomputadorcomumrelogionatela.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO.adaptive-delivery-prevent-bg, #xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO.lazyload, #xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO.lazyloading { background-image: none; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container { background-color: transparent; background-image: none; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,14,13,0.84); }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container > .video-iframe-container { display: none; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,14,13,0.84); }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row > .video-iframe-container { display: none; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .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); }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container { border-width: 0; border-radius: 0; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#QRPUf9ttXMwJpXF2WANkumCfg84iic1y { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.75rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-form-header {  }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;color:#000000;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.9375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal;float:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container:first-of-type{padding-top:0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container:last-of-type{padding-bottom:0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:41.5rem; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 {display:block;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:41.5rem; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #sEVnoN1hxduVRxWU9yyJEGdIK3w63ClG { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #Q9L7Twxm0m7JZ2eJs9QLhdXiim5lRW8h { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G2ZvEMfmheTrMqL86k10z2HqL9xTpMW5 { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #usbTfl800vmRyvccRv2dJm9MO6ANPsrg { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #LUWb2y7dbb1keB5FvFarIAvr1XTJ1IBi { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #e8VcapfqBbxrTZpQ7OoWgnTfBID8c7w8 { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #XOwvhnedNkCxmIKVdQHe56r9mDETi6zJ { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kHN7b6TUkxpp31kiScbenkpyuxKcnp8L { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #aphBhiKoPNNCyBTrFM3J76VQl7NaPl4T { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iDRz8sf0EEhTHXJHdUhouUvW5qFpo3UT { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #a7AdtDiVyBnZxkNuV5I11E1gNCI48wST { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G0aLlPDPRaEL3aC2HNVXMkOV6FQraOdJ { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kmlQFgdhvzBFokxQWkOrbsE5Skf7HfNL { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #WTi5hrWB4STWGtkC4Z1Bx9VWy8tfWFKk { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #l6dqRzgmdurT5nOL1NWaN1S4FZnUhRNO { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #wrJeMSExJeDWfB8IU29uIgsJWQmoTe1M { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #bvzD2qL7n1okTmVufAPx7qiiTflZGgxh { position:relative;display:none; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iATr2PFxiJTdsTL0KoaU281uqQ1NWeIn { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #vZld7HAIf6PerUe7rMRx0Jxo9O9JK8sg { position:relative; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #yedUP4lVNz95xM3nDNgPHhIU2KBo5VEP { position:relative; }
#KMyGzTaALKZqbaN6FLdwoe8kWWcGNdvl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:30.8125rem;width:28.6875rem;top:10.875rem;left:38.8125rem;display:block; }
#LBB61XPE3Xb9E9bSl3RZQogWA45MrqkS { position:absolute;display:block;z-index:15009;background-color:#257c73;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:9.8125rem;width:28.75rem;top:3.1875rem;left:38.75rem;display:block; }
#NAdkAdpDUza2QCoJkTHpzo01NaTLcn0w { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:18.125rem;left:7.5rem;height:14.2480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZqss1BpyeI1eMWW4rs2Ec2vA765uwCW { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:42.75rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZiBpd0ZHqCm1FVdKy4XZJfI1J4bTqnGw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:17.6875rem;top:12.3125rem;left:7.5rem;overflow:hidden;display:block; }
#KE52QCC869rerO1NoZBnl5i8sbyzCG5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040e0d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container { background-color: transparent; background-image: none; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container > .video-iframe-container { display: none; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row > .video-iframe-container { display: none; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .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); }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container { border-width: 0; border-radius: 0; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#sCDJ4Fuc0ypLniflR6be3lOnONU3nQf6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.125rem;top:2rem;left:12.375rem;overflow:hidden;display:block; }
#vixF8I43SB3TO5tZfZLftNS9Fwy5PtMx { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:2.630859375rem;left:26.375rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XoQSX0uArelGXZkWR8Lh5enlgyfVCd2l { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMiTs5kWUPp57AtmLaXFFHh229uAORgk { display:block; }
 }@media only screen and (max-width: 763px) { #bnQd1H9dz3F351J4BVVLDHtbASAcybXo { width:11.125rem;height:2.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S { display:block; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7X5tFhBGm6QFFXSI2hm3fpBlp46ztsp { top:12.875rem;left:0rem;width:28.5625rem;height:13.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL0cV9DPkGGT9NZ3ZvW55SxveJuSbL0O { top:28.5rem;left:0rem;width:20.4375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPhGkVxDBVKhJZdNh3XluKP9UgRp2qKf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIovh1sVo54pHARIvkEqb68ctgn8TnL { display:block; }
 }@media only screen and (max-width: 763px) { #BpbNFBu2FpFwAfCbslXMQfBOg9QTofCQ { width:37.5rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4qhLi50h6R0LcQITP3wGf1ID2SSP2Wq { width:11.125rem;height:2.3125rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o { display:block; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE6dz0I0brkZyUTRJZRibB7xDe2vyKKc { width:47.75rem;height:2.5625rem;top:2rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVoaVqcNSruwkTcDA5WUz3avMBtECtwa { width:28.4375rem;height:2.875rem;top:5.375rem;left:9.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtVAeI66hKATUN3PB6FLx9sTA11d7LG { display:block; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlJ4bPCXRz40J1vlyDcoG8ebLlDLxpio { width:4.875rem;height:4.875rem;top:4.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTb0bOflo6bdOKiq1ZXRSK78BSQwRJu { width:17.5rem;height:18.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH6h5frofRFzu295P7PJxlDVRMMIqap { width:13.75rem;height:3.25rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hioui1DxwexinvcrDfDto2XBEfM4H9pC { width:13.75rem;height:2.5625rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNctHxzP12T8Ur3mJbLs562p0VVtyglW { width:17.5rem;height:18.0625rem;top:2rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LSyHvICI4Kdg7Tpz0F11g1Gvr0NsaW { width:4.875rem;height:4.875rem;top:4.375rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34ZGl6TC3iKlzEFVlIhXMmPrSC8DiIp { width:13.75rem;height:3.25rem;top:10.625rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpB952Fv5EVgH3eQ9UK8gcl8hTkbPsbK { width:13.75rem;height:2.5625rem;top:14.5rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSXrh27deWBRbZSaJgzVw1GKP1UWplrL { width:17.5rem;height:18.0625rem;top:2rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNLQQt5boaXNxRtLBOOCGwHbb4L7TxNd { width:4.875rem;height:4.875rem;top:4.375rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tky7nCTflvb067hpkDpTNnsLv9Igr01U { width:13.75rem;height:3.25rem;top:10.625rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrslKc3wTnymzRfHZc64UeqNtbeSJHUg { width:13.75rem;height:3.875rem;top:14.5rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgfuB9iUiC4kLdhOeyBKKnpmEbtXXxp { width:2.25rem;height:2.25rem;top:5.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUX8AhWM3dZmT5SM00LRTEIayxOoHpB { width:2.25rem;height:2.25rem;top:5.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQU1Qf7OOMVpkEsc1dJmmK26lysP75mn { width:2.25rem;height:2.25rem;top:5.6875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 { display:block; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR { width:21.8125rem;height:13.6875rem;top:12.8125rem;left:25.9375rem;font-size:1rem;display:block; }#ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27e03ee6d6b0ec7f10ef6bd7dea90bae70625fad.svg); }
 }@media only screen and (max-width: 763px) { #wfp2y02EMpfkTFEX6id3GnkCaTlbBTya { width:21.875rem;height:21.5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTVEKSqeQTAC9oqRy18ECXQ7RqkTcKP { width:21.0625rem;height:14rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrXM2PTEAABsVCsH3uDJg5t4KLLs0fTc { width:32.3125rem;height:6.875rem;top:3.8125rem;left:15.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gur1rM3D8KCTX7G5Vb8Br0TrcTVTPGTx { width:19.875rem;height:3.125rem;top:28.875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZiJHS4ackzQTX5WUI4BFVi0szk0Znn { display:block; }
 }@media only screen and (max-width: 763px) { #xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W { width:21.625rem;height:22.125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 { display:block; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA { display:block; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1B52M39v7bhLWkOItH8TUR5mTyTaAF4 { width:29.4375rem;height:4.9375rem;top:4.3125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1ifvV9I85C555mS3EIxMSKUo2yHayP { width:34.25rem;height:6.375rem;top:10.4375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwzIyLTdb1Bk968uSz1qFn88d0Hktg89 { width:9.375rem;height:4.5rem;top:19.0625rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmJmiUPnd9RkbswL2Oxb4kEy4h7Me1Lv { width:3.125rem;height:3.125rem;top:19.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCXVFCb6exiGoFO029OJKn0g1MMUdak { width:16.125rem;height:6.125rem;top:18.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wzmU6VoXaWEnUhTWWG2FJxVge0NoWr { width:16.125rem;height:6.125rem;top:25.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kik1RTpTuHB6TJBwtA3fzlENcSqmh7sU { width:9.375rem;height:4.5rem;top:26.375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IoHhka3bBcHe5qOIaELBhkFJ8ye7W3 { width:3.25rem;height:3.25rem;top:26.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivm49lvZGtTiFMDCZ2Eu74eEgPq4Eff8 { width:16.125rem;height:6.125rem;top:18.1875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL4dpAgxWycDF9oPPbCTUONMDsnq2zxK { width:9.375rem;height:4.5rem;top:19.0625rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07xFVZBsaM8gFWscPETfiQ2rTSAPO4d { width:16.125rem;height:6.125rem;top:25.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbW28CMSTSP2o5LgiRKWurKHf9IawnSv { width:11.25rem;height:4.5rem;top:26.375rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psZqPl4H0JdNyz9F3l3MXDrpN4aIiyOC { width:3.125rem;height:3.125rem;top:19.75rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGJtiGUbpIWOb6DQdKXkLdWsSaMdUn2 { width:2.6875rem;height:2.6875rem;top:27.25rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGezTisb9e1ucwrVlTML8xoUQbhTbpRF { width:39.1875rem;height:28.8125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF { display:block; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN { display:block; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQr0sdqv6sFASDNMewxbrZthFiGGncIc { width:32.8125rem;height:3.5rem;top:7.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs { width:24.875rem;height:11.875rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }#DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
 }@media only screen and (max-width: 763px) { #gGG2Meu1T52r0Xrrl5Pm1KiHgcRwd2FE { width:20.625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ftMfMBLic1gRnLxNGXVCFmS2XrEgEo { display:block; }
 }@media only screen and (max-width: 763px) { #XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 { display:block; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG2GDUbt93OceM3gPTJEPwmcbaCSFoBl { width:47.75rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBeyzDElsNQcvC6NVMDErlqUomNQRAzm { display:block; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRKtped2B0vbTi1B0N2iy5B2uuawZOiT { width:47.75rem;height:10.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy { display:block; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH2TbypXp31DVSL38PuvUevkx11kSzv1 { width:47.75rem;height:1.625rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlizCRpE4JtX5yuVFIy7sZI9VdTon3g { width:20.625rem;height:3.375rem;top:4.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0KimfvKTt2EatJnRS2WfiJXIWN1xMc { display:block; }
 }@media only screen and (max-width: 763px) { #xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO { display:block; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRPUf9ttXMwJpXF2WANkumCfg84iic1y { width:20.625rem;height:2.25rem;top:8.5rem;left:27.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-button { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76  { width:20.6875rem;height:25.75rem;top:13rem;left:24.5625rem; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 {display:block;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 { width:20.6875rem;height:25.75rem;top:13rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #sEVnoN1hxduVRxWU9yyJEGdIK3w63ClG {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #Q9L7Twxm0m7JZ2eJs9QLhdXiim5lRW8h {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G2ZvEMfmheTrMqL86k10z2HqL9xTpMW5 {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #usbTfl800vmRyvccRv2dJm9MO6ANPsrg {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #LUWb2y7dbb1keB5FvFarIAvr1XTJ1IBi {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #e8VcapfqBbxrTZpQ7OoWgnTfBID8c7w8 {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #XOwvhnedNkCxmIKVdQHe56r9mDETi6zJ {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kHN7b6TUkxpp31kiScbenkpyuxKcnp8L {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #aphBhiKoPNNCyBTrFM3J76VQl7NaPl4T {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iDRz8sf0EEhTHXJHdUhouUvW5qFpo3UT {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #a7AdtDiVyBnZxkNuV5I11E1gNCI48wST {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G0aLlPDPRaEL3aC2HNVXMkOV6FQraOdJ {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kmlQFgdhvzBFokxQWkOrbsE5Skf7HfNL {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #WTi5hrWB4STWGtkC4Z1Bx9VWy8tfWFKk {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #l6dqRzgmdurT5nOL1NWaN1S4FZnUhRNO {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #wrJeMSExJeDWfB8IU29uIgsJWQmoTe1M {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #bvzD2qL7n1okTmVufAPx7qiiTflZGgxh {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iATr2PFxiJTdsTL0KoaU281uqQ1NWeIn {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #vZld7HAIf6PerUe7rMRx0Jxo9O9JK8sg {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #yedUP4lVNz95xM3nDNgPHhIU2KBo5VEP {  }
 }@media only screen and (max-width: 763px) { #KMyGzTaALKZqbaN6FLdwoe8kWWcGNdvl { width:28.6875rem;height:30.8125rem;top:10.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBB61XPE3Xb9E9bSl3RZQogWA45MrqkS { width:28.75rem;height:9.8125rem;top:3.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAdkAdpDUza2QCoJkTHpzo01NaTLcn0w { width:26.75rem;height:14.1875rem;top:18.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZqss1BpyeI1eMWW4rs2Ec2vA765uwCW { width:20.625rem;height:2.75rem;top:5.8125rem;left:27.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBpd0ZHqCm1FVdKy4XZJfI1J4bTqnGw { width:17.6875rem;height:3.6875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE52QCC869rerO1NoZBnl5i8sbyzCG5m { display:block; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCDJ4Fuc0ypLniflR6be3lOnONU3nQf6 { width:11.125rem;height:2.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vixF8I43SB3TO5tZfZLftNS9Fwy5PtMx { width:34.625rem;height:1.0625rem;top:2.625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XoQSX0uArelGXZkWR8Lh5enlgyfVCd2l { width:14.4375rem;height:2.6875rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMiTs5kWUPp57AtmLaXFFHh229uAORgk { display:block; }
 }@media only screen and (max-width: 763px) { #bnQd1H9dz3F351J4BVVLDHtbASAcybXo { width:11.125rem;height:2.25rem;top:1.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S { background-color:#1c1c1c;background-image:url("https://images.assets-landingi.com/uc/81cd073e-641a-436e-9de1-946edcc05ac2/equipadeprogramadoresemproblemasdesolucaodeproblemasdecentrosdedadosdealtatecnologia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.adaptive-delivery-prevent-bg, #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.lazyload, #VQyiHfwAdXqTfTV9CD17uerlLrecgy1S.lazyloading { background-image: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { background-color: transparent; background-image: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container > .video-iframe-container { display: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row > .video-iframe-container { display: none; }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .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); }#VQyiHfwAdXqTfTV9CD17uerlLrecgy1S > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7X5tFhBGm6QFFXSI2hm3fpBlp46ztsp { width:17.5rem;height:8.5234375rem;top:13.9375rem;left:1.25rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL0cV9DPkGGT9NZ3ZvW55SxveJuSbL0O { width:17.5rem;height:5.59765625rem;top:24.0625rem;left:1.25rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPhGkVxDBVKhJZdNh3XluKP9UgRp2qKf { width:16.375rem;height:2.9375rem;top:31.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIovh1sVo54pHARIvkEqb68ctgn8TnL { display:block; }
 }@media only screen and (max-width: 763px) { #BpbNFBu2FpFwAfCbslXMQfBOg9QTofCQ { width:20rem;height:29.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4qhLi50h6R0LcQITP3wGf1ID2SSP2Wq { width:11.125rem;height:2.3125rem;top:9.625rem;left:4.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o { display:block; }#wnhZIFvQVLbJtpW2DTnLNDyQfR4ESC6o > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE6dz0I0brkZyUTRJZRibB7xDe2vyKKc { width:20rem;height:4rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVoaVqcNSruwkTcDA5WUz3avMBtECtwa { width:20rem;height:4.142575rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtVAeI66hKATUN3PB6FLx9sTA11d7LG { display:block; }#BOtVAeI66hKATUN3PB6FLx9sTA11d7LG > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlJ4bPCXRz40J1vlyDcoG8ebLlDLxpio { width:4.875rem;height:4.875rem;top:1.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTb0bOflo6bdOKiq1ZXRSK78BSQwRJu { width:17.5rem;height:15.9375rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH6h5frofRFzu295P7PJxlDVRMMIqap { width:13.75rem;height:3.8984375rem;top:7.1875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hioui1DxwexinvcrDfDto2XBEfM4H9pC { width:13.75rem;height:2.5996125rem;top:11.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNctHxzP12T8Ur3mJbLs562p0VVtyglW { width:17.5rem;height:18.0625rem;top:17.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LSyHvICI4Kdg7Tpz0F11g1Gvr0NsaW { width:4.875rem;height:4.875rem;top:19.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34ZGl6TC3iKlzEFVlIhXMmPrSC8DiIp { width:13.75rem;height:3.8984375rem;top:25.8125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpB952Fv5EVgH3eQ9UK8gcl8hTkbPsbK { width:13.75rem;height:2.5996125rem;top:29.6875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSXrh27deWBRbZSaJgzVw1GKP1UWplrL { width:17.5rem;height:18.0625rem;top:37rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNLQQt5boaXNxRtLBOOCGwHbb4L7TxNd { width:4.875rem;height:4.875rem;top:39.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tky7nCTflvb067hpkDpTNnsLv9Igr01U { width:13.75rem;height:3.8984375rem;top:45.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrslKc3wTnymzRfHZc64UeqNtbeSJHUg { width:13.75rem;height:3.8994125rem;top:49.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgfuB9iUiC4kLdhOeyBKKnpmEbtXXxp { display:flex;width:2.25rem;height:2.25rem;top:40.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ZpUX8AhWM3dZmT5SM00LRTEIayxOoHpB { display:flex;width:2.25rem;height:2.25rem;top:20.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #BQU1Qf7OOMVpkEsc1dJmmK26lysP75mn { display:flex;width:2.25rem;height:2.25rem;top:2.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 { display:block; }#iGDfiTzzyJlH6nNw6Ls6E9PRgt3SJCr6 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR { width:20rem;height:16.933625rem;top:28.5634765625rem;left:0rem;font-size:1rem;display:block; }#ipeleD8a6alqWu6y6ftlhmLe1aGzNWFR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27e03ee6d6b0ec7f10ef6bd7dea90bae70625fad.svg); }
 }@media only screen and (max-width: 763px) { #wfp2y02EMpfkTFEX6id3GnkCaTlbBTya { width:12.875rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTVEKSqeQTAC9oqRy18ECXQ7RqkTcKP { width:19.25rem;height:12.75rem;top:4rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LrXM2PTEAABsVCsH3uDJg5t4KLLs0fTc { width:18rem;height:7.19825rem;top:19.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gur1rM3D8KCTX7G5Vb8Br0TrcTVTPGTx { width:20rem;height:3.125rem;top:47.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZiJHS4ackzQTX5WUI4BFVi0szk0Znn { display:block; }
 }@media only screen and (max-width: 763px) { #xSyZfb84OTXiRoyMSu4tBU7XZWmbAL6W { width:20rem;height:22.125rem;top:50.6982421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 { display:block; }#oJaTUROQTt9Gu0Z2bGdBEbVgMTlHFmL5 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA { background-color:#f3f3f3;background-image:none;display:block; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { background-color: transparent; background-image: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container > .video-iframe-container { display: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row > .video-iframe-container { display: none; }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .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); }#PkWXJrRT5P8rwFZXR2mANPmQfSoRwJDA > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1B52M39v7bhLWkOItH8TUR5mTyTaAF4 { width:17.375rem;height:9.8984375rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UW1ifvV9I85C555mS3EIxMSKUo2yHayP { width:20rem;height:10.5rem;top:13.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwzIyLTdb1Bk968uSz1qFn88d0Hktg89 { width:9.375rem;height:4.5rem;top:43.4375rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmJmiUPnd9RkbswL2Oxb4kEy4h7Me1Lv { display:flex;width:3.125rem;height:3.125rem;top:44.125rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #dTCXVFCb6exiGoFO029OJKn0g1MMUdak { width:16.125rem;height:6.125rem;top:42.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wzmU6VoXaWEnUhTWWG2FJxVge0NoWr { width:16.125rem;height:6.125rem;top:57.266625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kik1RTpTuHB6TJBwtA3fzlENcSqmh7sU { width:9.375rem;height:4.5rem;top:58.141625rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IoHhka3bBcHe5qOIaELBhkFJ8ye7W3 { display:flex;width:3.25rem;height:3.25rem;top:58.704125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #ivm49lvZGtTiFMDCZ2Eu74eEgPq4Eff8 { width:16.125rem;height:6.125rem;top:49.891625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL4dpAgxWycDF9oPPbCTUONMDsnq2zxK { width:9.375rem;height:4.5rem;top:50.766625rem;left:6.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07xFVZBsaM8gFWscPETfiQ2rTSAPO4d { width:16.125rem;height:6.125rem;top:64.641625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbW28CMSTSP2o5LgiRKWurKHf9IawnSv { width:11.25rem;height:4.5rem;top:65.516625rem;left:6.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psZqPl4H0JdNyz9F3l3MXDrpN4aIiyOC { display:flex;width:3.125rem;height:3.125rem;top:51.454125rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #DtGJtiGUbpIWOb6DQdKXkLdWsSaMdUn2 { display:flex;width:2.6875rem;height:2.6875rem;top:66.391625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #XGezTisb9e1ucwrVlTML8xoUQbhTbpRF { width:20rem;height:14.704125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF { display:block; }#Hl5my7TRKi8Otqa9eAFTfURdNoHVptoF > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/0b323565-4c5f-451d-8a4b-753205b06a53/17.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.adaptive-delivery-prevent-bg, #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.lazyload, #Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN.lazyloading { background-image: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { background-color: transparent; background-image: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container > .video-iframe-container { display: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row > .video-iframe-container { display: none; }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .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); }#Ihs8gok0fnId6AqUrXoiSiZHyd9ZrWTN > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQr0sdqv6sFASDNMewxbrZthFiGGncIc { width:14.9375rem;height:6.3359375rem;top:5.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs { width:17.0625rem;height:12.625rem;top:12.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DzAlE7XTRbUBh5xy5ISPlX3oxCrVICJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
 }@media only screen and (max-width: 763px) { #gGG2Meu1T52r0Xrrl5Pm1KiHgcRwd2FE { width:18.875rem;height:3.375rem;top:26.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ftMfMBLic1gRnLxNGXVCFmS2XrEgEo { display:block; }
 }@media only screen and (max-width: 763px) { #XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 { display:block; }#XGJ8ZwXXqXRwP66DZGg95zOWWMHRwuB3 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG2GDUbt93OceM3gPTJEPwmcbaCSFoBl { width:15.625rem;height:4.798825rem;top:1.224609375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GBeyzDElsNQcvC6NVMDErlqUomNQRAzm { display:block; }#GBeyzDElsNQcvC6NVMDErlqUomNQRAzm > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRKtped2B0vbTi1B0N2iy5B2uuawZOiT { width:20rem;height:10.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy { display:block; }#b8B3eQ0ThlZ60oiLFVpmHnPuXzURb6wy > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EH2TbypXp31DVSL38PuvUevkx11kSzv1 { width:15.8125rem;height:4.048825rem;top:1.25rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTlizCRpE4JtX5yuVFIy7sZI9VdTon3g { width:18.875rem;height:3.375rem;top:6.2607421875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0KimfvKTt2EatJnRS2WfiJXIWN1xMc { display:block; }
 }@media only screen and (max-width: 763px) { #xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO { display:block; }#xTMtkSJxLdTccbe0gCa4HTtZTl6KkauO > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRPUf9ttXMwJpXF2WANkumCfg84iic1y { width:20rem;height:1.7871125rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#000000;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container:first-of-type{padding-top:0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .widget-container:last-of-type{padding-bottom:0;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76  { width:15.9375rem;height:auto;top:20.3125rem;left:0.78125rem; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 {display:block;}#ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 { width:15.9375rem;height:auto;top:19rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #sEVnoN1hxduVRxWU9yyJEGdIK3w63ClG {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #Q9L7Twxm0m7JZ2eJs9QLhdXiim5lRW8h {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G2ZvEMfmheTrMqL86k10z2HqL9xTpMW5 {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #usbTfl800vmRyvccRv2dJm9MO6ANPsrg {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #LUWb2y7dbb1keB5FvFarIAvr1XTJ1IBi {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #e8VcapfqBbxrTZpQ7OoWgnTfBID8c7w8 {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #XOwvhnedNkCxmIKVdQHe56r9mDETi6zJ {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kHN7b6TUkxpp31kiScbenkpyuxKcnp8L {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #aphBhiKoPNNCyBTrFM3J76VQl7NaPl4T {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iDRz8sf0EEhTHXJHdUhouUvW5qFpo3UT {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #a7AdtDiVyBnZxkNuV5I11E1gNCI48wST {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #G0aLlPDPRaEL3aC2HNVXMkOV6FQraOdJ {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #kmlQFgdhvzBFokxQWkOrbsE5Skf7HfNL {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #WTi5hrWB4STWGtkC4Z1Bx9VWy8tfWFKk {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #l6dqRzgmdurT5nOL1NWaN1S4FZnUhRNO {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #wrJeMSExJeDWfB8IU29uIgsJWQmoTe1M {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #bvzD2qL7n1okTmVufAPx7qiiTflZGgxh {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #iATr2PFxiJTdsTL0KoaU281uqQ1NWeIn {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #vZld7HAIf6PerUe7rMRx0Jxo9O9JK8sg {  }
 }@media only screen and (max-width: 763px) { #ULffBgQT0tzDWdZRiCm2VIPbA5UOcq76 #yedUP4lVNz95xM3nDNgPHhIU2KBo5VEP {  }
 }@media only screen and (max-width: 763px) { #KMyGzTaALKZqbaN6FLdwoe8kWWcGNdvl { width:20rem;height:30.6875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBB61XPE3Xb9E9bSl3RZQogWA45MrqkS { width:20rem;height:5.5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAdkAdpDUza2QCoJkTHpzo01NaTLcn0w { width:20rem;height:6.597625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XZqss1BpyeI1eMWW4rs2Ec2vA765uwCW { width:20rem;height:2.5996125rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBpd0ZHqCm1FVdKy4XZJfI1J4bTqnGw { width:17.6875rem;height:3.6875rem;top:41.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE52QCC869rerO1NoZBnl5i8sbyzCG5m { display:block; }#KE52QCC869rerO1NoZBnl5i8sbyzCG5m > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCDJ4Fuc0ypLniflR6be3lOnONU3nQf6 { width:11.125rem;height:2.3125rem;top:2.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vixF8I43SB3TO5tZfZLftNS9Fwy5PtMx { width:13.4375rem;height:2.0996125rem;top:6.3125rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }