.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ff4a00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe7401, #ff3500);background-image: -moz-linear-gradient(150deg, #fe7401, #ff3500);background-image: -ms-linear-gradient(150deg, #fe7401, #ff3500);background-image: -o-linear-gradient(150deg, #fe7401, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe7401, #ff3500);background-size:auto !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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:0.375rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:11.25rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:51.4375rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:43.375rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ne0NzuoZL4Bwq8c0D9OTNxaUBxwK5It7 { 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:4.125rem;width:11.8125rem;top:0.875rem;left:24.09375rem;overflow:hidden;display:block; }
#HADsdOkGDZDaUIDrkrJSJokr49hRQuvM { 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:4.125rem;width:11.8125rem;top:0.875rem;left:24.09375rem;overflow:hidden;display:none; }
#o8tH7eV9XP2xBfWkubv27GTx0GMCchgL { 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:5.5625rem;width:15.5625rem;display:none; }
#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140e38;background-image:url("https://images.assets-landingi.com/uc/c494dc56-9725-4205-aeb3-24a2f7f4d61a/Garoto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.adaptive-delivery-prevent-bg, #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.lazyload, #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.lazyloading { background-image: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { background-color: transparent; background-image: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container > .video-iframe-container { display: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container { display: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .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); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { border-width: 0; border-radius: 0; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#cTugiDgl0gkm6iW3ZHcTgkS2fxpIPHQN { box-sizing:content-box;height:2.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -moz-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -ms-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -o-linear-gradient(150deg, #ff4a00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );";background-image: linear-gradient(150deg, #ff4a00, #ff4a00);background-size:auto !important;top:0rem;left:22.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wrXIg3mfeuRTbH9TuoV7SzdiuMTTsea6 { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #e68f00;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.71875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.625rem;left:27.9375rem;display:block; }
#LNDkFeCOgf57CFQ0TgZvSkKhfFRCusaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGwXODwId4GzVgLxp2bZOmMztaGt9siI { color:#ff3500;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:11.5rem;left:6.1875rem;height:8.25rem;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; }
#n4zak0qb76BRqmkEwZ78LX4HXGwnS0pb { color:#ff3500;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:7.375rem;left:6.1875rem;height:4.125rem;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; }
#Psmtp1AXrRdhFVKmNghT9S5SEBxThOSX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.5625rem;top:6.4375rem;left:17.5625rem;overflow:hidden;display:block; }
#s3NTUyvEArzyRkSzgiUlBH8q493zlRlz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:35.6875rem;top:23.4375rem;left:5.125rem;overflow:hidden;display:block; }
#yeTFf9bE97xTaSewAATavK49TKrxWEF9 { position:absolute;display:block;z-index:14999;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:6.4375rem;width:26.5625rem;top:20.625rem;left:5.1875rem;overflow:hidden;display:block; }
#zdxRgq5yxSEUtAKv5uwQOFWiSGDRVTmW { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:25.1875rem;left:8.1875rem;height:2.25rem;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; }
#h2Q6t55cQso7bsCvi9l4InPql53bTcGs { position:absolute;display:block;z-index:15014;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.5625rem;width:9.5rem;top:24.875rem;left:28.5rem;overflow:hidden;display:block; }
#f3T3eavmmK9aEZI9x8TFisK3Cuw2qX3N { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.71875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.625rem;left:0rem;display:block; }
#QO0JctxtFTDaVkwTzxkqCszDOKL39pzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lypeuVtKnmkgWNaFmxz2r9vTGb6SmZKp { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:22.0625rem;left:8.1875rem;height:2.25rem;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; }
#Bha34m60hVxzLWFOC6sSp0QgKW6zwlwc { 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:1.99805rem;width:60rem;top:42.744140625rem;left:0rem;overflow:hidden;display:block; }
#lNkKV7QuJfeJhDTZiuONd4eI4a5212Jo { box-sizing:content-box;height:2.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -moz-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -ms-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -o-linear-gradient(150deg, #ff4a00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );";background-image: linear-gradient(150deg, #ff4a00, #ff4a00);background-size:auto !important;top:0rem;left:22.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#H0JvWnMT97JDUQV0RSfQkX62z8a5IpZw { box-sizing:content-box;height:2.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -moz-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -ms-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -o-linear-gradient(150deg, #ff4a00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );";background-image: linear-gradient(150deg, #ff4a00, #ff4a00);background-size:auto !important;top:0rem;left:22.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#zJwp8Ly3t3wOtxgDzfhbIRFSPwbez8uv { box-sizing:content-box;height:2.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -moz-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -ms-linear-gradient(150deg, #ff4a00, #ff4a00);background-image: -o-linear-gradient(150deg, #ff4a00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff4a00' );";background-image: linear-gradient(150deg, #ff4a00, #ff4a00);background-size:auto !important;top:0rem;left:22.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#uUEaSQWBB1fgTGCeaKJXlbICRi48n5WK { 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:1.99805rem;width:60rem;top:42.744140625rem;left:0rem;overflow:hidden;display:none; }
#SnLAUrezv2HE16usMw5qt6g3DdugDaP1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { position:relative;display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { background-color: transparent; background-image: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uNZyhtEFx4TpIsxBv8tVpWiUm0iXFvxA { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:0.63671875rem;left:9.125rem;height:4.04980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yOu5DlWEikHaJP7pFTUBgiWWE8MMoZ2o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.874375rem;width:58.6870625rem;top:6.75rem;left:0.625rem;display:block; }
#KeTELcu7OwV3heqnCTgpJCTVfoqatT5K { 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:2.25rem;width:60rem;top:38.4375rem;left:0rem;overflow:hidden;display:block; }
#Gmq0qF3lugnBaMnnB8gIRoW8oIGpZVdl { position:absolute;display:block;z-index:15025;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:1.74913125rem;width:60rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#gal9sw3x5A0q5VFViDDynvUuRGHR0ISb { position:absolute;display:block;z-index:15026;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:37.25rem;width:2.3125rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#OtpqdT20S6T6UDBJFQVaenMrNZ65iNwW { position:absolute;display:block;z-index:15027;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:37.7495625rem;width:2.43706875rem;top:4.5625rem;left:57.5625rem;overflow:hidden;display:block; }
#Tfh8Dp5gVCp2FLZzcBqUgiCydFoCzrfT { 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:2.24935rem;width:60rem;top:42.869792938233rem;left:0rem;overflow:hidden;display:block; }
#xVTOmCyslh9vybrDhecHnoA30JDCMl3C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#EH4CoMk7boXaXZnqQ8QGRyUira4ZiTHK { position:absolute;display:block;z-index:15025;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:1.74913125rem;width:60rem;top:5.6875rem;left:0rem;overflow:hidden;display:none; }
#GuroNSFsRk8TgZVnAq0KVZ165UtJoDUW { 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:2.25rem;width:60rem;top:38.4375rem;left:0rem;overflow:hidden;display:none; }
#Z42h9lOxTyalFRK9TaWw3g8zLCTJBD48 { 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:312.5rem;width:6.5rem;display:none; }
#wBGcg0VFloVBoR1TPvnhy0cQZ2I9pHBV { 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:128rem;width:2.6875rem;display:none; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94baaced-6cbb-4150-915c-5b909424064e/Paulo5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:60rem;position:relative;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8740234375rem;left:2.4990234375rem;height:17.9980625rem;font-style:normal;display:block; }
#gS00oloq9rTymGbU7d2ZRbJ3qH3a2vLk { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.43676875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.3125rem;left:4.375rem;display:block; }
#A8TNR6kTg6iX28yaqsAPRN3J6ZynZEat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#ff3500;display:block;width:51.3110625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6220703125rem;left:2.498046875rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybKHE89H0TlIX3nmvTqTsNsTJbge5QB5 { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.3125rem;left:45.75rem;display:block; }
#ml7CtTbyEPrB6S5TqtXerOXvT28tkLvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVgSyCIvMElWKbVSO33ruWLuEy2Pywly { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.3125rem;left:25.1875rem;display:block; }
#evnMPoFBDvgMQaxeBEDtnpuFSM0vSBF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHR7TVimik6s7myadWJexJS4kUZQnpIr { 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:5.37475625rem;width:26.062rem;top:26.5625rem;left:31.25rem;overflow:hidden;display:block; }
#XtE9tFR837WdpRxUE0PWaPzB0oJWT12A { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:27.5625rem;left:34.6875rem;height:2.12535625rem;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; }
#UL5PsgGafq3b5AoIzTt5m6T4FxXMM7Vr { position:absolute;display:block;z-index:15012;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.9375rem;width:7.4375rem;top:27.1875rem;left:47.125rem;overflow:hidden;display:block; }
#rbrsLi0INKGZBC77HmdM5S3DqwGFOPqd { position:absolute;display:block;z-index:15013;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:12.5rem;width:12.5rem;top:35.25rem;left:4.375rem;overflow:hidden;display:block; }
#mie9HSnouJOuJJXSI7p4xdPOEzc7ZCZL { position:absolute;display:block;z-index:15014;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:12.5rem;width:12.5rem;top:35.25rem;left:25.0625rem;overflow:hidden;display:block; }
#TVVm8bDc71V8BEca5DfEs2IafEfVAlQC { position:absolute;display:block;z-index:15015;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:12.5rem;width:12.5rem;top:35.25rem;left:45.6875rem;overflow:hidden;display:block; }
#zqD4dMT76JGzURtcktpkqLb6kLfvO855 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:2.5625rem;display:block; }
#Q6QdLCweIwZyQX34EkQcXbw8vKoD0u4Z { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:23.25rem;display:block; }
#zdPJykHDECbXJheJFxsoCxgBdX7TAbyZ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:43.875rem;display:block; }
#bV1MHbHTyI33J8QtRaCvNV2TlngLTvEZ { position:absolute;display:block;z-index:15023;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:1.9987rem;width:60rem;top:55.374338150024rem;left:0rem;overflow:hidden;display:block; }
#FwTxVLk047yr8KTwIfsM91vzU6e3ILyh { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.6240234375rem;left:2.4990234375rem;height:3.6rem;font-style:normal;display:block; }
#BSup58Iy3CqCfuRfIPqyx4ykxB1HAGS1 { color:#ff3500;display:block;width:51.3110625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6220703125rem;left:2.498046875rem;height:9.099625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q8E7EZvLnnG0MwadrRectMbLhEAp9pHL { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.6240234375rem;left:2.4990234375rem;height:3.5996125rem;font-style:normal;display:none; }
#K7gAdALtDGt75z5niRbKulNAQILwpsUq { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8740234375rem;left:2.4990234375rem;height:17.9980625rem;font-style:normal;display:none; }
#XWM6TK87smKNgZOy8ZAECT8vRZl06sTc { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:27.5625rem;left:34.6875rem;height:2.125rem;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:none; }
#IqQOwvc1kRQ7s5rAbKdNT3QS6t8tHeh9 { position:absolute;display:block;z-index:15012;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.9375rem;width:7.4375rem;top:27.1875rem;left:47.125rem;overflow:hidden;display:none; }
#p4gA1PZ2wTViSO3pORCIoygFS77rzepR { 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:5.37475625rem;width:26.062rem;top:26.5625rem;left:31.25rem;overflow:hidden;display:none; }
#cS0NRrNDm7Eef8ug5AvfusPfeXfqiVir { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8740234375rem;left:2.4990234375rem;height:17.9980625rem;font-style:normal;display:none; }
#mODUWTmyZDChRTnGSBfF7dzoC21zTGHz { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8740234375rem;left:2.4990234375rem;height:17.9980625rem;font-style:normal;display:none; }
#e1CxBUdNubQE7NzXpT57XTmynyZsEniV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94baaced-6cbb-4150-915c-5b909424064e/Paulo5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV.adaptive-delivery-prevent-bg, #e1CxBUdNubQE7NzXpT57XTmynyZsEniV.lazyload, #e1CxBUdNubQE7NzXpT57XTmynyZsEniV.lazyloading { background-image: none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container { border-width: 0; border-radius: 0; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:60rem;position:relative;display:none; }#AWNpasy2iy4oGfwBUvdyBGxiOmbE6yHU { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8740234375rem;left:2.4990234375rem;height:17.9980625rem;font-style:normal;display:block; }
#JvzHofTqCAhyMim0lJuTKWdQkNnny8nR { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.43676875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.3125rem;left:4.375rem;display:block; }
#y5g32VcTtevbCRPdWwR2i5ypJPDye1mP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSA5xA0TknOtMarTaIPNp0xHX1GbuNUC { color:#ff3500;display:block;width:51.3110625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6220703125rem;left:2.498046875rem;height:9.099625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRSGQy4kGeGUnXuQ0p5IPlC714zImWHQ { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.3125rem;left:45.75rem;display:block; }
#FH8WzCVrzl76aAh1F4BDBKqmTGOfZTZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeJ1fVDIGBImghVT5l4T0Rfz2vxnTRLZ { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.3125rem;left:25.1875rem;display:block; }
#DDrd9hTgfibarZX96H4LJ6AZCRDzmfbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwBhvNrW7hLR3Kb0l2zDyUJpTSVrb5F2 { 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:5.37475625rem;width:26.062rem;top:26.5625rem;left:31.25rem;overflow:hidden;display:block; }
#xPFsm4WpTfpFoiJGDVdkLC4mhesX3IQQ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:27.5625rem;left:34.6875rem;height:2.125rem;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; }
#WGbPnGdHFWNFXy0MNFuQfrLHkTBFRm5R { position:absolute;display:block;z-index:15012;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.9375rem;width:7.4375rem;top:27.1875rem;left:47.125rem;overflow:hidden;display:block; }
#WxMqZv2MhRD5AlCEvUMbVHEQFpKG0Zp7 { position:absolute;display:block;z-index:15013;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:12.5rem;width:12.5rem;top:35.25rem;left:4.375rem;overflow:hidden;display:block; }
#TUgSomFX0oxoyOWTfgTfZAVLIMAKq6tS { position:absolute;display:block;z-index:15014;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:12.5rem;width:12.5rem;top:35.25rem;left:25.0625rem;overflow:hidden;display:block; }
#o4PqLBtG7vGFl9E9plHc6eXN7zHyc5d9 { position:absolute;display:block;z-index:15015;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:12.5rem;width:12.5rem;top:35.25rem;left:45.6875rem;overflow:hidden;display:block; }
#IxePxTzsC0i17HEeia4EH1DbpHn7FU2g { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:2.5625rem;display:block; }
#rRBX15xnoyXnGgfArbAw6clICh9vD9Vc { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:23.25rem;display:block; }
#BpgNV7AXlBPC8IAsdSewp3lo0a1O2wNi { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:43.875rem;display:block; }
#wgX2nxSERKcXDhod3e6ZpaNepWbZDqh8 { position:absolute;display:block;z-index:15023;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:1.9987rem;width:60rem;top:55.374338150024rem;left:0rem;overflow:hidden;display:block; }
#LKFyoGQo4RFoiZas2p1ew5QzaLTotwpG { color:#e8f7ff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.6240234375rem;left:2.4990234375rem;height:3.5996125rem;font-style:normal;display:block; }
#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4a00;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; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { background-color: transparent; background-image: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container > .video-iframe-container { display: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row > .video-iframe-container { display: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .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); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { border-width: 0; border-radius: 0; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#aRI5SyaZQBUFzDd58g8Q3rdgQlszsMqa { color:#d8ecff;display:block;width:53.2495rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4990234375rem;left:3.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#Pk6hhsPP7fHLlxzaPIzhSaiX2Qf22hHT { position:absolute;display:block;z-index:15023;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.24935rem;width:60rem;top:3.3723964691162rem;left:0rem;overflow:hidden;display:block; }
#BrEhh2lOfvUF5PMRyy6AoUGGXmGVW7RC { position:absolute;display:block;z-index:15013;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:12.5rem;width:12.5rem;top:35.25rem;left:4.375rem;overflow:hidden;display:none; }
#AhpRQgBEwUmzOWwLZxkCx5Mq4aqMZ2Zz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:2.5625rem;display:none; }
#r3F17ICX3A50MOC0hsfZ2v0oX8TrJgIP { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.43676875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.3125rem;left:4.375rem;display:none; }
#mL60C9DOFQS7pZpkCFl3RTyGl6fVe7Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paZgXyMD03fMR36MAAKBu6VksbKANS5a { position:absolute;display:block;z-index:15014;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:12.5rem;width:12.5rem;top:35.25rem;left:25.0625rem;overflow:hidden;display:none; }
#mqL02ArcFPwOo7q9bWWTMwGlvaTPNWFE { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:23.25rem;display:none; }
#q2fJ9gmMx9k0SSJilOeIRpUCAgPasHRA { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.3125rem;left:25.1875rem;display:none; }
#DPXWTC7wWFIB4bSHsgnsHTJOvaliqGxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uViymgN1Nr4JsoWTxef8pdfUhhrBlhF0 { position:absolute;display:block;z-index:15015;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:12.5rem;width:12.5rem;top:35.25rem;left:45.6875rem;overflow:hidden;display:none; }
#K5BqPnNXUemMyoqfOSIqyJiTfxutFi7t { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:43.875rem;display:none; }
#ht1viIRo96EIZCO1hgGu8nXtJc7olPdl { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.3125rem;left:45.75rem;display:none; }
#u0hVg61340A8uTy2KcVWdlmDz4dIXTuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0OTT8cZ4OiDgqe4pqpu9pX5yKDZWUPV { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#srE66K8h8hdpo65HkEIUBlgrht68gTXS { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tNbEt4GhNaXyREPb9cieCTF6UciKxlaN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#trBDTUhNUPTTlLD3x0wTbfEZcxlvuvJ7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ceff993-2e2f-4fb6-a1da-7cc352107179/IMG_4430.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.adaptive-delivery-prevent-bg, #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.lazyload, #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.lazyloading { background-image: none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container { background-color: transparent; background-image: none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container > .video-iframe-container { display: none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row > .video-iframe-container { display: none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .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); }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container { border-width: 0; border-radius: 0; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#XxmbolUUOsGPi1OqT6ZnoqtlZwEoflOI { position:absolute;display:block;z-index:15022;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:1.99978125rem;width:60rem;top:43.059909820557rem;left:0rem;overflow:hidden;display:block; }
#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI { position:relative;display:block; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI { background-color: transparent; background-image: none; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container > .video-iframe-container { display: none; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row > .video-iframe-container { display: none; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .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); }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI { border-width: 0; border-radius: 0; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#foVJTkOKO3XBHHx7LsrLy50cPlKPvZSQ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(120deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(120deg, #ffffff, #ffffff);background-image: -o-linear-gradient(120deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(120deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:24.625rem;width:19.375rem;top:15.4375rem;left:0rem;display:block; }
#eUvT4wQC9ui9amrv3xm8AS6QpTdOc9GG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:16.1875rem;left:0.75rem;overflow:hidden;display:block; }
#Pho6q0SmX9BzB1ylCbqzpqHof12UMSJM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:17.6875rem;top:10.125rem;left:21.1875rem;overflow:hidden;display:block; }
#ezv5TlM68w3gS8Oh6T9drTxq0KJRoJ7q { position:absolute;display:block;z-index:15011;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:17.8125rem;width:17.8125rem;top:16.1875rem;left:41.4375rem;overflow:hidden;display:block; }
#sQeCnKqlHSvTAly8Z3UO8sKnqh4hHKR6 { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.64453125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.25rem;left:21.125rem;display:block; }
#TTETfIs0Hv89ELhTe7OIR0ZteNTzBEMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3SMFOWFBPdzED6dGapbRC2UofsDpk5V { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(120deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(120deg, #ffffff, #ffffff);background-image: -o-linear-gradient(120deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(120deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:30.875rem;width:19.375rem;top:9.375rem;left:20.3125rem;display:block; }
#srMlAnEH4NbMDttUXpuoQ3bvIPvAOyJc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(120deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(120deg, #ffffff, #ffffff);background-image: -o-linear-gradient(120deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(120deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:24.625rem;width:19.375rem;top:15.5625rem;left:40.625rem;display:block; }
#DqgUPCmvtcTBbQqSQmzGpQGNZTsgB7CS { background-color:#353535;background-image:none;border-top:0.1875rem solid #717171;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.686525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.1875rem;left:0.8125rem;display:block; }
#EkQnvQyF17SkVyPiFLITcr4UXtDeSfnx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iry6qsUriM5ZwgBzF3wieADsTT8bkVLR { background-color:#353535;background-image:none;border-top:0.1875rem solid #717171;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.686525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.1875rem;left:41.375rem;display:block; }
#fTFHsQGCfMp1VQ0AEdoo18i4QZm6N6au { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUCyQVpGBH7NTq04Sv4lymMwaz6Lpdea { color:#ffffff;display:block;width:55.499rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:0.533203125rem;left:2.2490234375rem;height:8.100125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4a00;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; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container { background-color: transparent; background-image: none; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container > .video-iframe-container { display: none; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row > .video-iframe-container { display: none; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .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); }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container { border-width: 0; border-radius: 0; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#EEVNmuJlDSxeITFcyC3G1Rx97lzy7Otu { color:#d8ecff;display:block;width:57.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.21875rem;height:1.625rem;font-style:normal;display:block; }
#tQ9h81NHbdCbd7ViHDXTouoKJ85H0rA5 { position:absolute;display:block;z-index:15023;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.249025rem;width:60rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !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; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { background-color: transparent; background-image: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container > .video-iframe-container { display: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row > .video-iframe-container { display: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .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); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { border-width: 0; border-radius: 0; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#uyFAPTssGN65zSqz8MNcgVxRK5ICLb7S { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTbT8gPdS1gCRMBuHqoGUTPXzFPQDAnW { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe7401, #ff4a00);background-image: -moz-linear-gradient(150deg, #fe7401, #ff4a00);background-image: -ms-linear-gradient(150deg, #fe7401, #ff4a00);background-image: -o-linear-gradient(150deg, #fe7401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff4a00' );";background-image: linear-gradient(150deg, #fe7401, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.9375rem;top:8.1875rem;left:0rem;display:block; }
#VK2sfl9MfXMrnrRK7wsO56fJX4hvX30X { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.0625rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AzvDeFbh87xnQuWnNRaP8bPqx1UEvCbl { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.462675rem;font-style:normal;display:block; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-form-header {  }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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 #ffffff;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:16.125rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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 #ffffff;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:16.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .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:16.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ff4a00;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .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; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-container:first-of-type{padding-top:0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-container:last-of-type{padding-bottom:0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.1875rem;left:35.62343788147rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS {display:block;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.1875rem;left:35.62343788147rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #beU9bD3zzFF8CcW8u0iTmVdvNC4ESF0w { position:relative; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #xuezSBL3EeDLFsMMUxBvTwiTveUmGKAD { position:relative;display:block; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #SL6PTxV2WsNh3C1ZiUrPL7Ko2fpOXSIz { position:relative; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #sfHGpMAZ9wzDkIkTHJvBNUMMeVsTssVu { position:relative; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #K4VSz472aHHq6BcUEawN1hxdCc98TFFo { position:relative;display:block; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #ygDeaBHqo7pPaKfe8C6H3IEMFufMZ76X { position:relative; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #pKRUn7MxzNSA0ao6qXukWpvbqBTpTFoa { position:relative; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #BHVX5fMQiuGrSe8VJ2NzC2uWlvNQntyl { position:relative; }
#IXJfW6W3VRDp8Hl2vvL4M5NFJeVhV7uu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fe7401, #ff4a00);background-image: -moz-linear-gradient(180deg, #fe7401, #ff4a00);background-image: -ms-linear-gradient(180deg, #fe7401, #ff4a00);background-image: -o-linear-gradient(180deg, #fe7401, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7401', endColorstr='#ff4a00' );";background-image: linear-gradient(180deg, #fe7401, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:26rem;width:22rem;top:3rem;left:33.875rem;display:block; }
#RfcLGbdyzaufLMkf99S4lBPvL43lGVCe { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.486328125rem;left:33.875rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6AkzqUa1t11Agzlv7f3OZ6xTo34GQV6 { position:absolute;display:block;z-index:15021;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:2rem;width:60rem;top:30.505426406861rem;left:-0.0625rem;overflow:hidden;display:block; }
#TKzIqQkaU4JvTXPrSvsf39I9n4eBN9EK { position:absolute;display:block;z-index:15022;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.24935rem;width:60rem;top:31.630861282349rem;left:0.625rem;overflow:hidden;display:block; }
#o94rXGn8lMm2A990JHxuOJQuLDS062Fl { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.0625rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#svO47O99ysyyaw804Q8liXJXyQISCrzf { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.0625rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK { position:relative;display:block; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK { background-color: transparent; background-image: none; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container > .video-iframe-container { display: none; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row > .video-iframe-container { display: none; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .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); }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK { border-width: 0; border-radius: 0; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xR2ETsnIIeWEGbLTQL5ctI27b3L4bJOp { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(120deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(120deg, #ffffff, #ffffff);background-image: -o-linear-gradient(120deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(120deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:25.375rem;width:19.375rem;top:2.5625rem;left:0rem;display:block; }
#SkfMz2zcWHss4Pz7A9bWdvZpsaDznKTJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.3125rem;left:0.75rem;overflow:hidden;display:block; }
#FVL0eKeelybQZexrGOurPSk8tMtbgvcl { background-color:#353535;background-image:none;border-top:0.1875rem solid #717171;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.686525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.875rem;left:0.8125rem;display:block; }
#BTy98L9ICuE27nGbATDcJLQD7DmzUUTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taQOTBcPc4ZKyteI0McQN2icOQeTM2ru { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.9375rem;left:23.40625rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ze0xw6lbfrnfzTvMQc1FQrs7kmzRPElo { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.1884765625rem;left:25.4375rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LhUhezpoeHBg35HZyPHyIZJP3OTrxwk5 { 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:7.1875rem;width:28.25rem;top:21.375rem;left:25.4375rem;overflow:hidden;display:block; }
#yPSyUnsMEvxaaFUPbZ9rZJQppwJnNIn9 { color:#ff4a00;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:23rem;left:30.125rem;height:2.12535625rem;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; }
#G05lErPpWHyubTlmQ9tnq7eSEGAQFFhE { position:absolute;display:block;z-index:15026;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.0625rem;width:7.3125rem;top:22.625rem;left:42.8125rem;overflow:hidden;display:block; }
#JOqXCraLMw95O8PEfAM8dp2NikFittH0 { position:absolute;display:block;z-index:15022;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.24935rem;width:60rem;top:29.436851501465rem;left:0rem;overflow:hidden;display:block; }
#UPZ64Xbqgww4asNrGxNLLWFSJfzeS70m { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.1884765625rem;left:25.4375rem;height:11.69925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vmBMTiCHpKHS3GBFzsiqb4RPX6aBxsyT { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.1884765625rem;left:25.4375rem;height:11.69925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zS5A5yAwOuT1m0VLUTiGai7DTB1XdT19 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#PTuDBVqNdaFKqfb6CON0ZrCNKPuaNtwU { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #646464, #000000);background-image: -moz-linear-gradient(120deg, #646464, #000000);background-image: -ms-linear-gradient(120deg, #646464, #000000);background-image: -o-linear-gradient(120deg, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(120deg, #646464, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5rem;width:16.1875rem;top:33.625rem;left:43.875rem;display:none; }
#Ja57zewvpaVhhEeIswPFxZx9PdvoIJzB { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #fe6601, #ff3500);background-image: -moz-linear-gradient(150deg, #fe6601, #ff3500);background-image: -ms-linear-gradient(150deg, #fe6601, #ff3500);background-image: -o-linear-gradient(150deg, #fe6601, #ff3500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff3500' );";background-image: linear-gradient(150deg, #fe6601, #ff3500);background-size:auto !important;border-top:0.1875rem solid #ff9402;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4978rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.3125rem;left:45.75rem;display:none; }
#EZb54zTcAfdn8DUSIIOLwN8zKoyoXpWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVytRMTUkvDfDyvvzeWDvlTNCCZxAwR7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.3125rem;left:0.75rem;overflow:hidden;display:none; }
#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !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; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { background-color: transparent; background-image: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container > .video-iframe-container { display: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row > .video-iframe-container { display: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .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); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { border-width: 0; border-radius: 0; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#Sf0TAoo44ct5Qq49T0K1Eaer9drvND0c { color:#000000;display:block;width:19.3115rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:1.748046875rem;left:20.34375rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sq4o2IASMB7BtezfxuXKrTE4vvPIs08s { 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:25.375rem;width:33.8125rem;top:6.0625rem;left:13.09375rem;overflow:hidden;display:block; }
#NuVXv55DqPzb3ViV4Ps2h7y63DTXS61C { position:absolute;display:block;z-index:15025;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:1.125rem;width:35.9375rem;top:5.458984375rem;left:12.03125rem;overflow:hidden;display:block; }
#UzILXXN4HF8ZRDsmzJS6qDeWAKwG9uzJ { position:absolute;display:block;z-index:15026;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:1.125rem;width:35.9375rem;top:31rem;left:11.716796875rem;overflow:hidden;display:block; }
#tUew4DpTFT0EvqMLwZ2yzRtoFANmLnrH { position:absolute;display:block;z-index:15026;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.5rem;width:0.8125rem;top:3.96484375rem;left:12.539664485697rem;overflow:hidden;display:block; }
#F4JAiBcio71ooxh9Gl78BOQ59W4XHIR8 { position:absolute;display:block;z-index:15027;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:26.8125rem;width:1rem;top:5.34375rem;left:46.46875rem;overflow:hidden;display:block; }
#QyKk6omLLXyN4z4UgqHPAPhCICJf7vIS { background-color:#6a6a6a;background-image:none;border-top:0.1875rem solid #717171;border-left:0;border-right:0;border-bottom:0;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.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.25rem;left:14.625rem;display:block; }
#H9ZehSmTy3dW5O9JF7M3ITswObRKsOUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7zW0frcz3R2BkgEICPhmmc3HPyTQevf { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:33.25rem;left:25.375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4a8xZ07F9KehR8eMqywqguFNIW0PrGr { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:34.6875rem;left:27.4375rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWFlTWNEuSXKkAuWSlkNguEsPJqJkOi4 { position:absolute;display:block;z-index:15028;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:1.625rem;width:1.6875rem;top:33.874282836914rem;left:15.624290466309rem;overflow:hidden;display:block; }
#edzT4hPgxl16dJwocz016cNu2NTZcMVk { position:absolute;display:block;z-index:15017;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:1.999025rem;width:60rem;top:37.3125rem;left:0rem;overflow:hidden;display:block; }
#GCEJwnNDen8JnCHCipvBSkhHQaq3FrKl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.87464375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:33.216442108154rem;left:14.623580932618rem;display:block; }
#upXrVslFGKUpuieokeJJqVBdhLomIqyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp { position:relative;display:block; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp { background-color: transparent; background-image: none; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container > .video-iframe-container { display: none; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row > .video-iframe-container { display: none; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .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); }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp { border-width: 0; border-radius: 0; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pdd01ba6wdft8X75tLUxBIqlOZmrX2Bo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.0625rem;top:0.75rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:7.0625rem;height:2.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:5.625rem;height:2.1875rem;top:1.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:8.3125rem;height:2.1875rem;top:1.5625rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.5625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #ne0NzuoZL4Bwq8c0D9OTNxaUBxwK5It7 { top:0.875rem;left:17.96875rem;width:11.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADsdOkGDZDaUIDrkrJSJokr49hRQuvM { top:0.875rem;left:17.96875rem;width:11.8125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8tH7eV9XP2xBfWkubv27GTx0GMCchgL { width:15.5625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX { display:block; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTugiDgl0gkm6iW3ZHcTgkS2fxpIPHQN { top:0rem;left:16.0625rem;width:15.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrXIg3mfeuRTbH9TuoV7SzdiuMTTsea6 { width:17.5rem;height:3.6875rem;top:33.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDkFeCOgf57CFQ0TgZvSkKhfFRCusaI { display:block; }
 }@media only screen and (max-width: 763px) { #gGwXODwId4GzVgLxp2bZOmMztaGt9siI { top:11.5rem;left:0.0625rem;width:36.3125rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4zak0qb76BRqmkEwZ78LX4HXGwnS0pb { top:7.375rem;left:0.0625rem;width:36.3125rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psmtp1AXrRdhFVKmNghT9S5SEBxThOSX { top:6.4375rem;left:11.4375rem;width:10.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3NTUyvEArzyRkSzgiUlBH8q493zlRlz { top:23.4375rem;left:0rem;width:35.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTFf9bE97xTaSewAATavK49TKrxWEF9 { top:20.625rem;left:0rem;width:26.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxRgq5yxSEUtAKv5uwQOFWiSGDRVTmW { top:25.1875rem;left:2.0625rem;width:41.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Q6t55cQso7bsCvi9l4InPql53bTcGs { top:24.875rem;left:22.375rem;width:9.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3T3eavmmK9aEZI9x8TFisK3Cuw2qX3N { width:17.5rem;height:3.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0JctxtFTDaVkwTzxkqCszDOKL39pzr { display:block; }
 }@media only screen and (max-width: 763px) { #lypeuVtKnmkgWNaFmxz2r9vTGb6SmZKp { top:22.0625rem;left:2.0625rem;width:21.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bha34m60hVxzLWFOC6sSp0QgKW6zwlwc { top:42.6875rem;left:0rem;width:47.75rem;height:1.5901147916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNkKV7QuJfeJhDTZiuONd4eI4a5212Jo { top:0rem;left:16.0625rem;width:15.625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0JvWnMT97JDUQV0RSfQkX62z8a5IpZw { top:0rem;left:16.0625rem;width:15.625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJwp8Ly3t3wOtxgDzfhbIRFSPwbez8uv { top:0rem;left:16.0625rem;width:15.625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUEaSQWBB1fgTGCeaKJXlbICRi48n5WK { top:42.6875rem;left:0rem;width:47.75rem;height:1.5901147916667rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnLAUrezv2HE16usMw5qt6g3DdugDaP1 { display:none; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZyhtEFx4TpIsxBv8tVpWiUm0iXFvxA { top:0.625rem;left:0rem;width:41.75rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOu5DlWEikHaJP7pFTUBgiWWE8MMoZ2o { top:6.75rem;left:0rem;width:47.75rem;height:26.7478271936rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTELcu7OwV3heqnCTgpJCTVfoqatT5K { top:38.4375rem;left:0rem;width:47.75rem;height:1.790625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmq0qF3lugnBaMnnB8gIRoW8oIGpZVdl { top:5.6875rem;left:0rem;width:47.75rem;height:1.392016953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gal9sw3x5A0q5VFViDDynvUuRGHR0ISb { top:4.5625rem;left:0rem;width:2.25rem;height:36.246063816848rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpqdT20S6T6UDBJFQVaenMrNZ65iNwW { top:4.5625rem;left:45.25rem;width:2.375rem;height:36.788133669803rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8Dp5gVCp2FLZzcBqUgiCydFoCzrfT { top:42.8125rem;left:0rem;width:47.75rem;height:1.7901077083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTOmCyslh9vybrDhecHnoA30JDCMl3C { display:none; }
 }@media only screen and (max-width: 763px) { #EH4CoMk7boXaXZnqQ8QGRyUira4ZiTHK { top:5.6875rem;left:0rem;width:47.75rem;height:1.392016953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuroNSFsRk8TgZVnAq0KVZ165UtJoDUW { top:38.4375rem;left:0rem;width:47.75rem;height:1.790625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z42h9lOxTyalFRK9TaWw3g8zLCTJBD48 { width:6.5rem;height:312.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBGcg0VFloVBoR1TPvnhy0cQZ2I9pHBV { width:2.6875rem;height:128rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:13.8125rem;left:0rem;width:31.8125rem;height:17.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS00oloq9rTymGbU7d2ZRbJ3qH3a2vLk { width:12.5rem;height:3.375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TNR6kTg6iX28yaqsAPRN3J6ZynZEat { display:block; }
 }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:1.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKHE89H0TlIX3nmvTqTsNsTJbge5QB5 { width:12.5rem;height:3.4375rem;top:49.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml7CtTbyEPrB6S5TqtXerOXvT28tkLvR { display:block; }
 }@media only screen and (max-width: 763px) { #ZVgSyCIvMElWKbVSO33ruWLuEy2Pywly { width:12.5rem;height:3.4375rem;top:49.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnMPoFBDvgMQaxeBEDtnpuFSM0vSBF0 { display:block; }
 }@media only screen and (max-width: 763px) { #eHR7TVimik6s7myadWJexJS4kUZQnpIr { top:26.5625rem;left:21.75rem;width:26rem;height:5.3613433608963rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtE9tFR837WdpRxUE0PWaPzB0oJWT12A { top:27.5625rem;left:28.5625rem;width:12.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5PsgGafq3b5AoIzTt5m6T4FxXMM7Vr { top:27.1875rem;left:40.3125rem;width:7.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbrsLi0INKGZBC77HmdM5S3DqwGFOPqd { top:35.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mie9HSnouJOuJJXSI7p4xdPOEzc7ZCZL { top:35.25rem;left:18.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVm8bDc71V8BEca5DfEs2IafEfVAlQC { top:35.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqD4dMT76JGzURtcktpkqLb6kLfvO855 { top:33.625rem;left:0rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QdLCweIwZyQX34EkQcXbw8vKoD0u4Z { top:33.625rem;left:17.125rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdPJykHDECbXJheJFxsoCxgBdX7TAbyZ { top:33.625rem;left:31.5625rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV1MHbHTyI33J8QtRaCvNV2TlngLTvEZ { top:55.3125rem;left:0rem;width:47.75rem;height:1.5906320833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwTxVLk047yr8KTwIfsM91vzU6e3ILyh { top:11.5625rem;left:0rem;width:31.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSup58Iy3CqCfuRfIPqyx4ykxB1HAGS1 { top:1.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8E7EZvLnnG0MwadrRectMbLhEAp9pHL { top:11.5625rem;left:0rem;width:31.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7gAdALtDGt75z5niRbKulNAQILwpsUq { top:10.5rem;left:0rem;width:18.9375rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWM6TK87smKNgZOy8ZAECT8vRZl06sTc { top:27.5625rem;left:28.5625rem;width:12.75rem;height:2.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqQOwvc1kRQ7s5rAbKdNT3QS6t8tHeh9 { top:27.1875rem;left:40.3125rem;width:7.4375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4gA1PZ2wTViSO3pORCIoygFS77rzepR { top:26.5625rem;left:21.75rem;width:26rem;height:5.3613433608963rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS0NRrNDm7Eef8ug5AvfusPfeXfqiVir { top:30.0625rem;left:0rem;width:18.9375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mODUWTmyZDChRTnGSBfF7dzoC21zTGHz { top:30.0625rem;left:0rem;width:18.9375rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1CxBUdNubQE7NzXpT57XTmynyZsEniV { display:none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AWNpasy2iy4oGfwBUvdyBGxiOmbE6yHU { top:13.8125rem;left:0rem;width:31.8125rem;height:17.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvzHofTqCAhyMim0lJuTKWdQkNnny8nR { width:12.5rem;height:3.375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5g32VcTtevbCRPdWwR2i5ypJPDye1mP { display:block; }
 }@media only screen and (max-width: 763px) { #LSA5xA0TknOtMarTaIPNp0xHX1GbuNUC { top:1.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSGQy4kGeGUnXuQ0p5IPlC714zImWHQ { width:12.5rem;height:3.4375rem;top:49.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8WzCVrzl76aAh1F4BDBKqmTGOfZTZw { display:block; }
 }@media only screen and (max-width: 763px) { #xeJ1fVDIGBImghVT5l4T0Rfz2vxnTRLZ { width:12.5rem;height:3.4375rem;top:49.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDrd9hTgfibarZX96H4LJ6AZCRDzmfbx { display:block; }
 }@media only screen and (max-width: 763px) { #JwBhvNrW7hLR3Kb0l2zDyUJpTSVrb5F2 { top:26.5625rem;left:21.75rem;width:26rem;height:5.3613433608963rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFsm4WpTfpFoiJGDVdkLC4mhesX3IQQ { top:27.5625rem;left:28.5625rem;width:12.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGbPnGdHFWNFXy0MNFuQfrLHkTBFRm5R { top:27.1875rem;left:40.3125rem;width:7.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxMqZv2MhRD5AlCEvUMbVHEQFpKG0Zp7 { top:35.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgSomFX0oxoyOWTfgTfZAVLIMAKq6tS { top:35.25rem;left:18.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PqLBtG7vGFl9E9plHc6eXN7zHyc5d9 { top:35.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxePxTzsC0i17HEeia4EH1DbpHn7FU2g { top:33.625rem;left:0rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBX15xnoyXnGgfArbAw6clICh9vD9Vc { top:33.625rem;left:17.125rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpgNV7AXlBPC8IAsdSewp3lo0a1O2wNi { top:33.625rem;left:31.5625rem;width:16.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgX2nxSERKcXDhod3e6ZpaNepWbZDqh8 { top:55.3125rem;left:0rem;width:47.75rem;height:1.5906320833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKFyoGQo4RFoiZas2p1ew5QzaLTotwpG { top:11.5625rem;left:0rem;width:31.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIhRAUP4SRyag7QnwggbzrywzUc5Cls { display:block; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRI5SyaZQBUFzDd58g8Q3rdgQlszsMqa { top:1.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6hhsPP7fHLlxzaPIzhSaiX2Qf22hHT { top:3.3125rem;left:0rem;width:47.75rem;height:1.7901077083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrEhh2lOfvUF5PMRyy6AoUGGXmGVW7RC { top:35.25rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhpRQgBEwUmzOWwLZxkCx5Mq4aqMZ2Zz { top:33.625rem;left:0rem;width:16.125rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3F17ICX3A50MOC0hsfZ2v0oX8TrJgIP { width:12.5rem;height:3.375rem;top:49.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mL60C9DOFQS7pZpkCFl3RTyGl6fVe7Fi { display:block; }
 }@media only screen and (max-width: 763px) { #paZgXyMD03fMR36MAAKBu6VksbKANS5a { top:35.25rem;left:18.9375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqL02ArcFPwOo7q9bWWTMwGlvaTPNWFE { top:33.625rem;left:17.125rem;width:16.125rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2fJ9gmMx9k0SSJilOeIRpUCAgPasHRA { width:12.5rem;height:3.4375rem;top:49.3125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXWTC7wWFIB4bSHsgnsHTJOvaliqGxT { display:block; }
 }@media only screen and (max-width: 763px) { #uViymgN1Nr4JsoWTxef8pdfUhhrBlhF0 { top:35.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5BqPnNXUemMyoqfOSIqyJiTfxutFi7t { top:33.625rem;left:31.5625rem;width:16.125rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ht1viIRo96EIZCO1hgGu8nXtJc7olPdl { width:12.5rem;height:3.4375rem;top:49.3125rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0hVg61340A8uTy2KcVWdlmDz4dIXTuF { display:block; }
 }@media only screen and (max-width: 763px) { #o0OTT8cZ4OiDgqe4pqpu9pX5yKDZWUPV { display:none; }
 }@media only screen and (max-width: 763px) { #srE66K8h8hdpo65HkEIUBlgrht68gTXS { display:none; }
 }@media only screen and (max-width: 763px) { #tNbEt4GhNaXyREPb9cieCTF6UciKxlaN { display:none; }
 }@media only screen and (max-width: 763px) { #trBDTUhNUPTTlLD3x0wTbfEZcxlvuvJ7 { display:none; }
 }@media only screen and (max-width: 763px) { #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc { display:block; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxmbolUUOsGPi1OqT6ZnoqtlZwEoflOI { top:43rem;left:0rem;width:47.75rem;height:1.591492578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI { display:block; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foVJTkOKO3XBHHx7LsrLy50cPlKPvZSQ { top:15.4375rem;left:0rem;width:19.375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvT4wQC9ui9amrv3xm8AS6QpTdOc9GG { top:16.1875rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pho6q0SmX9BzB1ylCbqzpqHof12UMSJM { top:10.125rem;left:13.9375rem;width:17.6875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezv5TlM68w3gS8Oh6T9drTxq0KJRoJ7q { top:16.1875rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQeCnKqlHSvTAly8Z3UO8sKnqh4hHKR6 { width:17.8125rem;height:3.625rem;top:35.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTETfIs0Hv89ELhTe7OIR0ZteNTzBEMa { display:block; }
 }@media only screen and (max-width: 763px) { #A3SMFOWFBPdzED6dGapbRC2UofsDpk5V { top:9.375rem;left:12.375rem;width:19.375rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srMlAnEH4NbMDttUXpuoQ3bvIPvAOyJc { top:15.5625rem;left:28.25rem;width:19.375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqgUPCmvtcTBbQqSQmzGpQGNZTsgB7CS { width:17.8125rem;height:3.625rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQnvQyF17SkVyPiFLITcr4UXtDeSfnx { display:block; }
 }@media only screen and (max-width: 763px) { #Iry6qsUriM5ZwgBzF3wieADsTT8bkVLR { width:17.8125rem;height:3.625rem;top:35.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFHsQGCfMp1VQ0AEdoo18i4QZm6N6au { display:block; }
 }@media only screen and (max-width: 763px) { #MUCyQVpGBH7NTq04Sv4lymMwaz6Lpdea { top:0.5rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O { display:block; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEVNmuJlDSxeITFcyC3G1Rx97lzy7Otu { top:0.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9h81NHbdCbd7ViHDXTouoKJ85H0rA5 { top:1.8125rem;left:0rem;width:47.75rem;height:1.7898490625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z { display:block; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyFAPTssGN65zSqz8MNcgVxRK5ICLb7S { top:5.3125rem;left:0rem;width:30.0625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTbT8gPdS1gCRMBuHqoGUTPXzFPQDAnW { top:8.1875rem;left:0rem;width:8.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK2sfl9MfXMrnrRK7wsO56fJX4hvX30X { top:9.25rem;left:0rem;width:25.75rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzvDeFbh87xnQuWnNRaP8bPqx1UEvCbl { top:4rem;left:0rem;width:23rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS  { width:16.125rem;height:auto;top:9.1875rem;left:26.43593788147rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS {display:block;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS { width:16.125rem;height:auto;top:9.1875rem;left:26.43593788147rem; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #beU9bD3zzFF8CcW8u0iTmVdvNC4ESF0w {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #xuezSBL3EeDLFsMMUxBvTwiTveUmGKAD { display:block; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #SL6PTxV2WsNh3C1ZiUrPL7Ko2fpOXSIz {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #sfHGpMAZ9wzDkIkTHJvBNUMMeVsTssVu {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #K4VSz472aHHq6BcUEawN1hxdCc98TFFo {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #ygDeaBHqo7pPaKfe8C6H3IEMFufMZ76X {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #pKRUn7MxzNSA0ao6qXukWpvbqBTpTFoa {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #BHVX5fMQiuGrSe8VJ2NzC2uWlvNQntyl {  }
 }@media only screen and (max-width: 763px) { #IXJfW6W3VRDp8Hl2vvL4M5NFJeVhV7uu { top:3rem;left:24.6875rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfcLGbdyzaufLMkf99S4lBPvL43lGVCe { top:5.4375rem;left:24.6875rem;width:22.125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6AkzqUa1t11Agzlv7f3OZ6xTo34GQV6 { top:30.5rem;left:0rem;width:47.75rem;height:1.5916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKzIqQkaU4JvTXPrSvsf39I9n4eBN9EK { top:31.625rem;left:0rem;width:47.75rem;height:1.7901077083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94rXGn8lMm2A990JHxuOJQuLDS062Fl { top:6.375rem;left:0rem;width:7.375rem;height:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #svO47O99ysyyaw804Q8liXJXyQISCrzf { top:6.375rem;left:5.0625rem;width:7.375rem;height:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK { display:block; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR2ETsnIIeWEGbLTQL5ctI27b3L4bJOp { top:2.5625rem;left:0rem;width:19.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfMz2zcWHss4Pz7A9bWdvZpsaDznKTJ { top:3.3125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVL0eKeelybQZexrGOurPSk8tMtbgvcl { width:17.8125rem;height:3.625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTy98L9ICuE27nGbATDcJLQD7DmzUUTu { display:block; }
 }@media only screen and (max-width: 763px) { #taQOTBcPc4ZKyteI0McQN2icOQeTM2ru { top:1.9375rem;left:0rem;width:32.3125rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0xw6lbfrnfzTvMQc1FQrs7kmzRPElo { top:9.1875rem;left:0rem;width:32.3125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUhezpoeHBg35HZyPHyIZJP3OTrxwk5 { top:21.375rem;left:3.5rem;width:28.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSyUnsMEvxaaFUPbZ9rZJQppwJnNIn9 { top:23rem;left:19rem;width:12.75rem;height:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G05lErPpWHyubTlmQ9tnq7eSEGAQFFhE { top:22.625rem;left:32.5rem;width:7.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqXCraLMw95O8PEfAM8dp2NikFittH0 { top:29.375rem;left:0rem;width:47.75rem;height:1.7901077083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPZ64Xbqgww4asNrGxNLLWFSJfzeS70m { top:36.5625rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmBMTiCHpKHS3GBFzsiqb4RPX6aBxsyT { top:46.8125rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zS5A5yAwOuT1m0VLUTiGai7DTB1XdT19 { display:none; }
 }@media only screen and (max-width: 763px) { #PTuDBVqNdaFKqfb6CON0ZrCNKPuaNtwU { top:33.625rem;left:31.5625rem;width:16.125rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ja57zewvpaVhhEeIswPFxZx9PdvoIJzB { width:12.5rem;height:3.4375rem;top:49.3125rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZb54zTcAfdn8DUSIIOLwN8zKoyoXpWm { display:block; }
 }@media only screen and (max-width: 763px) { #aVytRMTUkvDfDyvvzeWDvlTNCCZxAwR7 { top:3.3125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz { display:block; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf0TAoo44ct5Qq49T0K1Eaer9drvND0c { top:1.6875rem;left:4.625rem;width:19.25rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4o2IASMB7BtezfxuXKrTE4vvPIs08s { top:6.0625rem;left:0rem;width:33.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuVXv55DqPzb3ViV4Ps2h7y63DTXS61C { top:5.4375rem;left:0rem;width:35.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzILXXN4HF8ZRDsmzJS6qDeWAKwG9uzJ { top:31rem;left:0rem;width:35.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUew4DpTFT0EvqMLwZ2yzRtoFANmLnrH { top:3.9375rem;left:9.4771644856969rem;width:0.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JAiBcio71ooxh9Gl78BOQ59W4XHIR8 { top:5.3125rem;left:37.28125rem;width:1rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKk6omLLXyN4z4UgqHPAPhCICJf7vIS { width:9.375rem;height:2.8125rem;top:33.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ZehSmTy3dW5O9JF7M3ITswObRKsOUB { display:block; }
 }@media only screen and (max-width: 763px) { #S7zW0frcz3R2BkgEICPhmmc3HPyTQevf { top:33.25rem;left:3.9375rem;width:19.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4a8xZ07F9KehR8eMqywqguFNIW0PrGr { top:34.6875rem;left:8.0625rem;width:15.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlTWNEuSXKkAuWSlkNguEsPJqJkOi4 { top:33.8125rem;left:12.561790466309rem;width:1.6875rem;height:1.6253300004446rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzT4hPgxl16dJwocz016cNu2NTZcMVk { top:37.3125rem;left:0rem;width:47.75rem;height:1.5908907291667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCEJwnNDen8JnCHCipvBSkhHQaq3FrKl { width:10.3125rem;height:2.8125rem;top:33.1875rem;left:11.561080932618rem;display:block; }
 }@media only screen and (max-width: 763px) { #upXrVslFGKUpuieokeJJqVBdhLomIqyE { display:block; }
 }@media only screen and (max-width: 763px) { #Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp { display:block; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdd01ba6wdft8X75tLUxBIqlOZmrX2Bo { top:0.75rem;left:19.78125rem;width:8.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;background-color:#ff4a00;background-image:none;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:2.9365234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:3.9375rem;height:2.1875rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #ne0NzuoZL4Bwq8c0D9OTNxaUBxwK5It7 { width:8.5625rem;height:2.9375rem;top:0rem;left:5.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HADsdOkGDZDaUIDrkrJSJokr49hRQuvM { width:5.8125rem;height:1.9375rem;top:0.28125rem;left:7.09375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #o8tH7eV9XP2xBfWkubv27GTx0GMCchgL { top:0.18714487552643rem;left:5.9996446371079rem;width:7.8125rem;height:2.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60088f27-eb19-4b30-8dac-4c0b7c1cd561/LARANJA2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.adaptive-delivery-prevent-bg, #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.lazyload, #pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX.lazyloading { background-image: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { background-color: transparent; background-image: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container > .video-iframe-container { display: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container { display: none; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .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); }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { border-width: 0; border-radius: 0; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTWCxFayWX57SvyUgiFWEJmVWkkoTKKX > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTugiDgl0gkm6iW3ZHcTgkS2fxpIPHQN { width:11.25rem;height:1.5rem;top:4.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrXIg3mfeuRTbH9TuoV7SzdiuMTTsea6 { width:12.5rem;height:3.125rem;top:31.562145233154rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDkFeCOgf57CFQ0TgZvSkKhfFRCusaI { display:block; }
 }@media only screen and (max-width: 763px) { #gGwXODwId4GzVgLxp2bZOmMztaGt9siI { width:15.5rem;height:3.75rem;top:4.1875rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #n4zak0qb76BRqmkEwZ78LX4HXGwnS0pb { width:5.5rem;height:1.875rem;top:2.1875rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Psmtp1AXrRdhFVKmNghT9S5SEBxThOSX { width:4.3125rem;height:1.875rem;top:1.9375rem;left:7.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #s3NTUyvEArzyRkSzgiUlBH8q493zlRlz { width:17.9375rem;height:3.3125rem;top:10.624289512634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTFf9bE97xTaSewAATavK49TKrxWEF9 { width:13.875rem;height:3.125rem;top:7.8748216629031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxRgq5yxSEUtAKv5uwQOFWiSGDRVTmW { width:11.8125rem;height:1.25rem;top:11.249289512634rem;left:1.7187498807907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h2Q6t55cQso7bsCvi9l4InPql53bTcGs { width:4.125rem;height:1.125rem;top:11.374466896057rem;left:13.097478270531rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3T3eavmmK9aEZI9x8TFisK3Cuw2qX3N { width:14.375rem;height:3.4375rem;top:35.249820709229rem;left:2.8124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0JctxtFTDaVkwTzxkqCszDOKL39pzr { display:block; }
 }@media only screen and (max-width: 763px) { #lypeuVtKnmkgWNaFmxz2r9vTGb6SmZKp { width:14.0625rem;height:1.25rem;top:8.4057168960569rem;left:1.6867896318436rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bha34m60hVxzLWFOC6sSp0QgKW6zwlwc { width:20rem;height:0.5625rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNkKV7QuJfeJhDTZiuONd4eI4a5212Jo { width:11.25rem;height:1.5rem;top:3.2499997615814rem;left:10.705357074738rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #H0JvWnMT97JDUQV0RSfQkX62z8a5IpZw { width:11.25rem;height:1.5rem;top:3.1874997615814rem;left:10.705357074738rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #zJwp8Ly3t3wOtxgDzfhbIRFSPwbez8uv { width:11.25rem;height:1.5rem;top:25.25rem;left:10.28125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #uUEaSQWBB1fgTGCeaKJXlbICRi48n5WK { width:20rem;height:0.5625rem;top:36.9375rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #SnLAUrezv2HE16usMw5qt6g3DdugDaP1 { top:2.1875rem;left:0rem;width:1.75rem;height:12.5rem;z-index:15026;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZyhtEFx4TpIsxBv8tVpWiUm0iXFvxA { width:20rem;height:1.6495rem;top:0.45667266845703rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOu5DlWEikHaJP7pFTUBgiWWE8MMoZ2o { height:10.875rem;width:19.6875rem;top:3.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTELcu7OwV3heqnCTgpJCTVfoqatT5K { width:20rem;height:0.75rem;top:13.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmq0qF3lugnBaMnnB8gIRoW8oIGpZVdl { width:20rem;height:0.582589375rem;top:2.7499990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gal9sw3x5A0q5VFViDDynvUuRGHR0ISb { width:0.75rem;height:12.625rem;top:2.51953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpqdT20S6T6UDBJFQVaenMrNZ65iNwW { width:0.75rem;height:12.625rem;top:2.43359375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8Dp5gVCp2FLZzcBqUgiCydFoCzrfT { width:20rem;height:0.749025rem;top:61.07619375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVTOmCyslh9vybrDhecHnoA30JDCMl3C { top:16.954900026321rem;left:0.15625rem;width:19.6875rem;height:35rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EH4CoMk7boXaXZnqQ8QGRyUira4ZiTHK { width:20rem;height:0.58238625rem;top:16.616832017899rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GuroNSFsRk8TgZVnAq0KVZ165UtJoDUW { width:20rem;height:0.7492875rem;top:51.642400026321rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Z42h9lOxTyalFRK9TaWw3g8zLCTJBD48 { top:15.455433130264rem;left:0rem;width:0.8125rem;height:39rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wBGcg0VFloVBoR1TPvnhy0cQZ2I9pHBV { top:15.643642663956rem;left:19.25rem;width:0.8125rem;height:38.625rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3ef7a202-255f-40a7-8819-95e098651410/CopoSuperior.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:12.744125rem;top:9.5654375rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gS00oloq9rTymGbU7d2ZRbJ3qH3a2vLk { width:12.5rem;height:3.375rem;top:48.418rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8TNR6kTg6iX28yaqsAPRN3J6ZynZEat { display:block; }
 }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:7.066375rem;top:1.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ybKHE89H0TlIX3nmvTqTsNsTJbge5QB5 { width:12.5rem;height:3.4375rem;top:91.793rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ml7CtTbyEPrB6S5TqtXerOXvT28tkLvR { display:block; }
 }@media only screen and (max-width: 763px) { #ZVgSyCIvMElWKbVSO33ruWLuEy2Pywly { width:12.5rem;height:3.4375rem;top:70.1055rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evnMPoFBDvgMQaxeBEDtnpuFSM0vSBF0 { display:block; }
 }@media only screen and (max-width: 763px) { #eHR7TVimik6s7myadWJexJS4kUZQnpIr { width:20rem;height:4.124025rem;top:27.356475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtE9tFR837WdpRxUE0PWaPzB0oJWT12A { width:12.75rem;height:2rem;top:28.356475rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UL5PsgGafq3b5AoIzTt5m6T4FxXMM7Vr { width:7.4375rem;height:2.9375rem;top:27.981475rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbrsLi0INKGZBC77HmdM5S3DqwGFOPqd { width:12.5rem;height:12.5rem;top:34.3555rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mie9HSnouJOuJJXSI7p4xdPOEzc7ZCZL { width:12.5rem;height:12.5rem;top:56.043rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVVm8bDc71V8BEca5DfEs2IafEfVAlQC { width:12.5rem;height:12.5rem;top:77.7305rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqD4dMT76JGzURtcktpkqLb6kLfvO855 { width:16.125rem;height:20.4375rem;top:32.7305rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6QdLCweIwZyQX34EkQcXbw8vKoD0u4Z { width:16.125rem;height:20.4375rem;top:54.418rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdPJykHDECbXJheJFxsoCxgBdX7TAbyZ { width:16.125rem;height:20.4375rem;top:76.1055rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV1MHbHTyI33J8QtRaCvNV2TlngLTvEZ { width:20rem;height:0.6660125rem;top:97.793rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwTxVLk047yr8KTwIfsM91vzU6e3ILyh { width:20rem;height:2.548825rem;top:23.558625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BSup58Iy3CqCfuRfIPqyx4ykxB1HAGS1 { width:20rem;height:3.8984375rem;top:26.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #q8E7EZvLnnG0MwadrRectMbLhEAp9pHL { width:18.625rem;height:2.69921875rem;top:30.875rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #K7gAdALtDGt75z5niRbKulNAQILwpsUq { width:18.9375rem;height:3.65625rem;top:40.1875rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15002;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #XWM6TK87smKNgZOy8ZAECT8vRZl06sTc { width:10.6875rem;height:1.875rem;top:45.75rem;left:2.125rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #IqQOwvc1kRQ7s5rAbKdNT3QS6t8tHeh9 { width:4.625rem;height:1.625rem;top:45.9375rem;left:13.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #p4gA1PZ2wTViSO3pORCIoygFS77rzepR { width:20rem;height:4.124025rem;top:45.0625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cS0NRrNDm7Eef8ug5AvfusPfeXfqiVir { width:18.9375rem;height:2.4375rem;top:32.6875rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #mODUWTmyZDChRTnGSBfF7dzoC21zTGHz { width:18.9375rem;height:4.875rem;top:35.875rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #e1CxBUdNubQE7NzXpT57XTmynyZsEniV { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2ac8e96a-7a5b-4d30-b40c-28ef336dc9c1/Leitequente.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV.adaptive-delivery-prevent-bg, #e1CxBUdNubQE7NzXpT57XTmynyZsEniV.lazyload, #e1CxBUdNubQE7NzXpT57XTmynyZsEniV.lazyloading { background-image: none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container { background-color: transparent; background-image: none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container > .video-iframe-container { display: none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row > .video-iframe-container { display: none; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .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); }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#e1CxBUdNubQE7NzXpT57XTmynyZsEniV > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWNpasy2iy4oGfwBUvdyBGxiOmbE6yHU { width:19.625rem;height:12.744125rem;top:9.5654375rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JvzHofTqCAhyMim0lJuTKWdQkNnny8nR { width:12.5rem;height:3.375rem;top:48.418rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5g32VcTtevbCRPdWwR2i5ypJPDye1mP { display:block; }
 }@media only screen and (max-width: 763px) { #LSA5xA0TknOtMarTaIPNp0xHX1GbuNUC { width:20rem;height:7.066375rem;top:1.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aRSGQy4kGeGUnXuQ0p5IPlC714zImWHQ { width:12.5rem;height:3.4375rem;top:91.793rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH8WzCVrzl76aAh1F4BDBKqmTGOfZTZw { display:block; }
 }@media only screen and (max-width: 763px) { #xeJ1fVDIGBImghVT5l4T0Rfz2vxnTRLZ { width:12.5rem;height:3.4375rem;top:70.1055rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDrd9hTgfibarZX96H4LJ6AZCRDzmfbx { display:block; }
 }@media only screen and (max-width: 763px) { #JwBhvNrW7hLR3Kb0l2zDyUJpTSVrb5F2 { width:20rem;height:4.124025rem;top:27.356475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPFsm4WpTfpFoiJGDVdkLC4mhesX3IQQ { width:12.75rem;height:2rem;top:28.356475rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WGbPnGdHFWNFXy0MNFuQfrLHkTBFRm5R { width:7.4375rem;height:2.9375rem;top:27.981475rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxMqZv2MhRD5AlCEvUMbVHEQFpKG0Zp7 { width:12.5rem;height:12.5rem;top:34.3555rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUgSomFX0oxoyOWTfgTfZAVLIMAKq6tS { width:12.5rem;height:12.5rem;top:56.043rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4PqLBtG7vGFl9E9plHc6eXN7zHyc5d9 { width:12.5rem;height:12.5rem;top:77.7305rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxePxTzsC0i17HEeia4EH1DbpHn7FU2g { width:16.125rem;height:20.4375rem;top:32.7305rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRBX15xnoyXnGgfArbAw6clICh9vD9Vc { width:16.125rem;height:20.4375rem;top:54.418rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpgNV7AXlBPC8IAsdSewp3lo0a1O2wNi { width:16.125rem;height:20.4375rem;top:76.1055rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgX2nxSERKcXDhod3e6ZpaNepWbZDqh8 { width:20rem;height:0.6660125rem;top:97.793rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKFyoGQo4RFoiZas2p1ew5QzaLTotwpG { width:20rem;height:2.548825rem;top:23.558625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PXIhRAUP4SRyag7QnwggbzrywzUc5Cls { position:relative;z-index:auto;background-color:#ff4a00;background-image:url("https://images.assets-landingi.com/uc/d1237c58-0a92-4a10-a1fb-160d670ef478/Caminhopince.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls.adaptive-delivery-prevent-bg, #PXIhRAUP4SRyag7QnwggbzrywzUc5Cls.lazyload, #PXIhRAUP4SRyag7QnwggbzrywzUc5Cls.lazyloading { background-image: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { background-color: transparent; background-image: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container > .video-iframe-container { display: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row > .video-iframe-container { display: none; }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .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); }#PXIhRAUP4SRyag7QnwggbzrywzUc5Cls > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRI5SyaZQBUFzDd58g8Q3rdgQlszsMqa { width:20rem;height:2.111325rem;top:0.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6hhsPP7fHLlxzaPIzhSaiX2Qf22hHT { width:20rem;height:0.749025rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrEhh2lOfvUF5PMRyy6AoUGGXmGVW7RC { width:12.5rem;height:12.5rem;top:5.4596328735351rem;left:3.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AhpRQgBEwUmzOWwLZxkCx5Mq4aqMZ2Zz { width:16.125rem;height:20.4375rem;top:3.8346328735351rem;left:1.9375rem;z-index:14997;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #r3F17ICX3A50MOC0hsfZ2v0oX8TrJgIP { width:12.5rem;height:3.375rem;top:19.522132873535rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mL60C9DOFQS7pZpkCFl3RTyGl6fVe7Fi { display:block; }
 }@media only screen and (max-width: 763px) { #paZgXyMD03fMR36MAAKBu6VksbKANS5a { width:12.5rem;height:12.5rem;top:31.709632873535rem;left:3.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mqL02ArcFPwOo7q9bWWTMwGlvaTPNWFE { width:16.125rem;height:20.4375rem;top:30.084632873535rem;left:1.9375rem;z-index:14995;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #q2fJ9gmMx9k0SSJilOeIRpUCAgPasHRA { width:12.5rem;height:3.4375rem;top:45.772132873535rem;left:3.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DPXWTC7wWFIB4bSHsgnsHTJOvaliqGxT { display:block; }
 }@media only screen and (max-width: 763px) { #uViymgN1Nr4JsoWTxef8pdfUhhrBlhF0 { width:12.5rem;height:12.5rem;top:57.959632873535rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #K5BqPnNXUemMyoqfOSIqyJiTfxutFi7t { width:16.125rem;height:20.4375rem;top:56.334632873535rem;left:1.9375rem;z-index:14993;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ht1viIRo96EIZCO1hgGu8nXtJc7olPdl { width:12.5rem;height:3.4375rem;top:72.022132873538rem;left:3.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #u0hVg61340A8uTy2KcVWdlmDz4dIXTuF { display:block; }
 }@media only screen and (max-width: 763px) { #o0OTT8cZ4OiDgqe4pqpu9pX5yKDZWUPV { top:25.25rem;left:5.6875rem;width:10.625rem;height:10.5rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #srE66K8h8hdpo65HkEIUBlgrht68gTXS { top:51.5625rem;left:5.6875rem;width:10.625rem;height:10.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #tNbEt4GhNaXyREPb9cieCTF6UciKxlaN { top:77.875rem;left:5.6875rem;width:10.625rem;height:10.5rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #trBDTUhNUPTTlLD3x0wTbfEZcxlvuvJ7 { top:25.25rem;left:5.6875rem;width:10.625rem;height:10.5rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ceff993-2e2f-4fb6-a1da-7cc352107179/IMG_4430.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.adaptive-delivery-prevent-bg, #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.lazyload, #cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc.lazyloading { background-image: none; }#cyoMtBXvThN8LS9IVX5NRP13FEiCFTuc > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxmbolUUOsGPi1OqT6ZnoqtlZwEoflOI { width:20rem;height:0.6660125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI { display:block; }#oPXICb6CAi4ZRAkak8F83ULbUWKuJRuI > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foVJTkOKO3XBHHx7LsrLy50cPlKPvZSQ { width:19.375rem;height:25.375rem;top:4.25rem;left:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eUvT4wQC9ui9amrv3xm8AS6QpTdOc9GG { width:17.8125rem;height:17.8125rem;top:5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pho6q0SmX9BzB1ylCbqzpqHof12UMSJM { width:17.6875rem;height:23.8125rem;top:31.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezv5TlM68w3gS8Oh6T9drTxq0KJRoJ7q { width:17.8125rem;height:17.8125rem;top:64.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQeCnKqlHSvTAly8Z3UO8sKnqh4hHKR6 { width:17.8125rem;height:3.625rem;top:56.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTETfIs0Hv89ELhTe7OIR0ZteNTzBEMa { display:block; }
 }@media only screen and (max-width: 763px) { #A3SMFOWFBPdzED6dGapbRC2UofsDpk5V { width:19.375rem;height:31.5rem;top:30.875rem;left:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #srMlAnEH4NbMDttUXpuoQ3bvIPvAOyJc { width:19.375rem;height:25.375rem;top:63.625rem;left:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DqgUPCmvtcTBbQqSQmzGpQGNZTsgB7CS { width:17.8125rem;height:3.625rem;top:24rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQnvQyF17SkVyPiFLITcr4UXtDeSfnx { display:block; }
 }@media only screen and (max-width: 763px) { #Iry6qsUriM5ZwgBzF3wieADsTT8bkVLR { width:17.8125rem;height:3.625rem;top:83.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFHsQGCfMp1VQ0AEdoo18i4QZm6N6au { display:block; }
 }@media only screen and (max-width: 763px) { #MUCyQVpGBH7NTq04Sv4lymMwaz6Lpdea { width:16.9375rem;height:2.1005rem;top:0.875rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O { position:relative;z-index:auto;display:block; }#Onem3Q9KkOh8Jd5CiCrrLv4DaSxIGW3O > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEVNmuJlDSxeITFcyC3G1Rx97lzy7Otu { width:20rem;height:2.111325rem;top:0.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9h81NHbdCbd7ViHDXTouoKJ85H0rA5 { width:20rem;height:0.749025rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1571ecc-042c-438a-984e-baa8b1dc97f4/Brancolong.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z.adaptive-delivery-prevent-bg, #EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z.lazyload, #EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z.lazyloading { background-image: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { background-color: transparent; background-image: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container > .video-iframe-container { display: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row > .video-iframe-container { display: none; }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .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); }#EpdLp1WWApwZ1gtOTRWPC7iN7lxJx25z > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyFAPTssGN65zSqz8MNcgVxRK5ICLb7S { width:15.375rem;height:1.625rem;top:3.875rem;left:2.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTbT8gPdS1gCRMBuHqoGUTPXzFPQDAnW { width:8.25rem;height:0.375rem;top:5.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK2sfl9MfXMrnrRK7wsO56fJX4hvX30X { width:7.375rem;height:16.89744375rem;top:6.32421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AzvDeFbh87xnQuWnNRaP8bPqx1UEvCbl { width:13.5rem;height:1.29980625rem;top:2.6875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS  { width:16.125rem;height:auto;top:21.561981201172rem;left:0.68714487552644rem; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS {display:block;}#DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS { width:16.125rem;height:auto;top:21.561981201172rem;left:0.68714487552644rem; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #beU9bD3zzFF8CcW8u0iTmVdvNC4ESF0w {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #xuezSBL3EeDLFsMMUxBvTwiTveUmGKAD { display:block; }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #SL6PTxV2WsNh3C1ZiUrPL7Ko2fpOXSIz {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #sfHGpMAZ9wzDkIkTHJvBNUMMeVsTssVu {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #K4VSz472aHHq6BcUEawN1hxdCc98TFFo {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #ygDeaBHqo7pPaKfe8C6H3IEMFufMZ76X {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #pKRUn7MxzNSA0ao6qXukWpvbqBTpTFoa {  }
 }@media only screen and (max-width: 763px) { #DGBubUbDkV3p9zgKnR6r9BrX0pCwzvUS #BHVX5fMQiuGrSe8VJ2NzC2uWlvNQntyl {  }
 }@media only screen and (max-width: 763px) { #IXJfW6W3VRDp8Hl2vvL4M5NFJeVhV7uu { width:20rem;height:24.25rem;top:15.720367431641rem;left:0rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #RfcLGbdyzaufLMkf99S4lBPvL43lGVCe { width:20rem;height:2.4375rem;top:17.499481201172rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6AkzqUa1t11Agzlv7f3OZ6xTo34GQV6 { width:20rem;height:0.6653625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKzIqQkaU4JvTXPrSvsf39I9n4eBN9EK { width:20rem;height:0.749025rem;top:32.09669375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o94rXGn8lMm2A990JHxuOJQuLDS062Fl { width:7.375rem;height:9.0986375rem;top:7.0625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #svO47O99ysyyaw804Q8liXJXyQISCrzf { width:7.375rem;height:9.09861875rem;top:7.0625rem;left:10.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK { display:block; }#qtBWnaRTI8u2gr0dcThz9wt2KAaSWitK > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR2ETsnIIeWEGbLTQL5ctI27b3L4bJOp { width:19.375rem;height:25.375rem;top:1.25rem;left:0.3125rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #SkfMz2zcWHss4Pz7A9bWdvZpsaDznKTJ { width:17.8125rem;height:17.8125rem;top:2rem;left:1.0625rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #FVL0eKeelybQZexrGOurPSk8tMtbgvcl { width:17.8125rem;height:3.625rem;top:21.5625rem;left:1.125rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #BTy98L9ICuE27nGbATDcJLQD7DmzUUTu { display:block; }
 }@media only screen and (max-width: 763px) { #taQOTBcPc4ZKyteI0McQN2icOQeTM2ru { width:18.9375rem;height:3.5996125rem;top:28.0625rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0xw6lbfrnfzTvMQc1FQrs7kmzRPElo { width:20rem;height:7.7988125rem;top:35.072265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LhUhezpoeHBg35HZyPHyIZJP3OTrxwk5 { width:20rem;height:5.0869125rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSyUnsMEvxaaFUPbZ9rZJQppwJnNIn9 { width:12.75rem;height:1.875rem;top:43.25rem;left:2.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G05lErPpWHyubTlmQ9tnq7eSEGAQFFhE { width:3.75rem;height:1.625rem;top:43.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqXCraLMw95O8PEfAM8dp2NikFittH0 { width:20rem;height:0.749025rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPZ64Xbqgww4asNrGxNLLWFSJfzeS70m { width:20rem;height:3.8994125rem;top:32.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #vmBMTiCHpKHS3GBFzsiqb4RPX6aBxsyT { width:20rem;height:3.8994125rem;top:37.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #zS5A5yAwOuT1m0VLUTiGai7DTB1XdT19 { top:23.25rem;left:5.6875rem;width:10.625rem;height:10.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #PTuDBVqNdaFKqfb6CON0ZrCNKPuaNtwU { width:16.125rem;height:20.4375rem;top:1.25rem;left:1.9375rem;z-index:14994;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ja57zewvpaVhhEeIswPFxZx9PdvoIJzB { width:12.5rem;height:3.4375rem;top:16.9375rem;left:3.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #EZb54zTcAfdn8DUSIIOLwN8zKoyoXpWm { display:block; }
 }@media only screen and (max-width: 763px) { #aVytRMTUkvDfDyvvzeWDvlTNCCZxAwR7 { width:12.8125rem;height:12.8125rem;top:2.75rem;left:3.59375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04189ca2-bce0-4184-9140-5e72e4d1a841/Brancolongpequeno.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz.adaptive-delivery-prevent-bg, #XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz.lazyload, #XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz.lazyloading { background-image: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { background-color: transparent; background-image: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container > .video-iframe-container { display: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row > .video-iframe-container { display: none; }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .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); }#XNizdc43kJ3HTKRP5Thoqo3NbKv1G6Jz > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf0TAoo44ct5Qq49T0K1Eaer9drvND0c { width:19.25rem;height:2.4rem;top:1.5rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4o2IASMB7BtezfxuXKrTE4vvPIs08s { width:19.5625rem;height:14.625rem;top:4.8982620239258rem;left:0.21750712394714rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuVXv55DqPzb3ViV4Ps2h7y63DTXS61C { width:20rem;height:0.625975rem;top:4.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzILXXN4HF8ZRDsmzJS6qDeWAKwG9uzJ { width:20rem;height:0.625rem;top:19.273254394531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUew4DpTFT0EvqMLwZ2yzRtoFANmLnrH { width:0.5rem;height:17.5rem;top:3.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JAiBcio71ooxh9Gl78BOQ59W4XHIR8 { width:0.5rem;height:17.5625rem;top:3.7734375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKk6omLLXyN4z4UgqHPAPhCICJf7vIS { width:9.375rem;height:2.8125rem;top:21.312316894531rem;left:5.249467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ZehSmTy3dW5O9JF7M3ITswObRKsOUB { display:block; }
 }@media only screen and (max-width: 763px) { #S7zW0frcz3R2BkgEICPhmmc3HPyTQevf { width:19.9375rem;height:1.19939375rem;top:24.999298095703rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4a8xZ07F9KehR8eMqywqguFNIW0PrGr { width:15.8125rem;height:1.19939375rem;top:26.249298095703rem;left:2.0623222589493rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlTWNEuSXKkAuWSlkNguEsPJqJkOi4 { width:1.6875rem;height:1.625rem;top:21.937316894531rem;left:6.3121446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzT4hPgxl16dJwocz016cNu2NTZcMVk { width:20rem;height:0.6660125rem;top:67.76955625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCEJwnNDen8JnCHCipvBSkhHQaq3FrKl { width:10.3125rem;height:2.8125rem;top:21.312316894531rem;left:5.4989346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #upXrVslFGKUpuieokeJJqVBdhLomIqyE { display:block; }
 }@media only screen and (max-width: 763px) { #Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp { display:block; }#Hnh96mNSz9Z33f3bAFQkEcG2FV1GnLlp > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdd01ba6wdft8X75tLUxBIqlOZmrX2Bo { width:8.4375rem;height:2.8125rem;top:0.71875rem;left:5.78125rem;display:block; }
 }