.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1da1dc;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;z-index:auto;display:block; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { background-color: transparent; background-image: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container > .video-iframe-container { display: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row > .video-iframe-container { display: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .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); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { border-width: 0; border-radius: 0; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#o23e1UmP5idqumcJ6ipMApfsHysz7JHw { 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;height:47px;width:167px;top:26.5px;left:516.5px;overflow:hidden;display:block; }
#TTCFemf2nqpmMr7f3dVD0gLkxiO6baR1 { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #09699d;border-left:3px solid #09699d;border-right:3px solid #09699d;border-bottom:3px solid #09699d;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:55px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8px;left:927px;display:none; }
#tmPi178R20oIr8mwSDhH1AN9FdKN74qf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HPwcWiR3Mz6ce6OE8OWfL51fswwNvhsH { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #09699d;border-left:3px solid #09699d;border-right:3px solid #09699d;border-bottom:3px solid #09699d;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:233px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.5px;left:681px;display:none; }
#y8la6nZpFFo8DI3n05r1HsiOzCku42tU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#itkhxHkRhIlxRA69mLPzFVGMsZ7vfQnf { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #09699d;border-left:3px solid #09699d;border-right:3px solid #09699d;border-bottom:3px solid #09699d;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:233px;height:55px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.5px;left:436px;display:none; }
#orVFnczXGf3WZptRvzOv1nolmkNkTF7O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.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; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.adaptive-delivery-prevent-bg, #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.lazyload, #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.lazyloading { background-image: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { background-color: transparent; background-image: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container > .video-iframe-container { display: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row > .video-iframe-container { display: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .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); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { border-width: 0; border-radius: 0; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { font-size:14px;font-family:arial;height:1000px;width:1200px;position:relative;display:block; }#MeHtZeeiFnvwhAGu0vleiwMUxFrmUPHg { position:absolute;display:block;z-index:15012;height:294px;width:440px;top:302.5px;left:680px;display:block; }
#JgFqbK6qqJp3A3MOEQs71KqKFOmvVbW5 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:731px;width:500px;top:207px;left:650px;display:block; }
#QTadADm6NkRQnqzKRthdGJxlR1Q13ogA { color:#ffffff;display:block;width:398px;position:absolute;font-family:gotham;font-size:28px;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:207px;left:701px;height:30.7969px;text-align:center;text-align-last:center;display:block; }
#adesf2CZ9VEbHZ851p0A7WwALDbMSCgT { 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;height:202px;width:438px;top:59.984375px;left:81px;overflow:hidden;display:block; }
#rtPNgOvw9F1E8iiZwThFbJe1SWBO33Su { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:38px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:850px;left:137px;height:98.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQgwvZuTsT5wffPHpk2Msgk2PVEK3qTh { position:absolute;display:block;z-index:15019;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:635px;left:200px;display:block; }
#esiuBdCzpykE6T4gG4odnTJHXnGc0ND5 { 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;height:30px;width:32px;top:351px;left:85px;overflow:hidden;display:block; }
#qSeQTNyZ7xQ7fKIAgenUdAsCD2opnoyw { 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;height:30px;width:31px;top:393px;left:85px;overflow:hidden;display:block; }
#WOlNg2FHD3rNquQkGTB35eCZyghDJVpx { 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;height:35px;width:25px;top:436px;left:89px;overflow:hidden;display:block; }
#XyLhPRLdtZTRyhG9XLBgHUVdCiLSxmdd { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:353px;left:149px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hk6RVsvXBwKOl3BByxErOXZxm8mZ5Xbb { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:395px;left:149px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXGapP9HiMEDp2QJ8UlhCOzcJc7CNah4 { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:440px;left:149px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BAK8lny7RWDSErmcUdVSO4HplMLdXTvD { 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;height:81px;width:290px;top:181.890625px;left:755px;overflow:hidden;display:block; }
#gyOnU2dSXrhxfG5886iHGJEGceAEdzx2 { position:absolute;display:block;z-index:15030;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;height:69px;width:42px;top:889px;left:128px;overflow:hidden;display:block; }
#VS2L863THBuoGvQcwAIHUCsrUVI0XLr2 { position:absolute;display:block;z-index:15031;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;height:69px;width:42px;top:889px;left:478px;overflow:hidden;display:block; }
#MDBTXTkPHVAoUTshGKAeSZyeu5uCcOPd { position:absolute;display:block;z-index:15032;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;height:84px;width:171px;top:529px;left:214.5px;overflow:hidden;display:block; }
#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.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; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.adaptive-delivery-prevent-bg, #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.lazyload, #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.lazyloading { background-image: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { background-color: transparent; background-image: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container > .video-iframe-container { display: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row > .video-iframe-container { display: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .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); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { border-width: 0; border-radius: 0; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { font-size:14px;font-family:arial;height:703px;width:1200px;position:relative;display:block; }#TDnow6EznBwN9wdaXMsGnKDgQNk57VL6 { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:28px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:159.8125px;left:394px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybgylFzcwUQAP6x8DfUThbrV7aAoMBJA { position:absolute;display:block;z-index:15019;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:196.1875px;left:289px;display:block; }
#TDeL2dNOEmL4uatHnm6XFyB3FT8pinwz { position:absolute;display:block;z-index:15020;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;height:356px;width:356px;top:19.1875px;left:0px;overflow:hidden;display:block; }
#d47W0qZeAgnIc2tGGd0nnqulqGTAZ8tl { color:#ffffff;display:block;width:673px;position:absolute;font-family:gotham;font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:254px;left:439px;height:353.5471px;display:block; }
#XFDEAo7iMTUzEFm0znw72huQbAH1m5VV { position:absolute;display:block;z-index:15032;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;height:69px;width:42px;top:254px;left:384px;overflow:hidden;display:block; }
#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.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; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.adaptive-delivery-prevent-bg, #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.lazyload, #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.lazyloading { background-image: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { background-color: transparent; background-image: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container > .video-iframe-container { display: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row > .video-iframe-container { display: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .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); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { border-width: 0; border-radius: 0; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { font-size:14px;font-family:arial;height:911px;width:1200px;position:relative;display:block; }#t9WBlZlJqpl3y6rpFTnSE85VkCHNKH4n { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:28px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:157.8125px;left:479px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lk67i3UDo25ELVvIvDSqDvEohsRc1Eon { position:absolute;display:block;z-index:15019;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:194.1875px;left:718px;display:block; }
#uoNw6PI4Ezahyp56hyGWtUXSOvIDqm3W { position:absolute;display:block;z-index:15020;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;height:342px;width:342px;top:0px;left:858px;overflow:hidden;display:block; }
#SdqahR74IbL7aEVC9M2bUgfskGhusadt { color:#ffffff;display:block;width:735px;position:absolute;font-family:gotham;font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:239px;left:63px;height:561.5148px;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; }
#UBOE0Pyoe0VtKzPuN28F9yiaqV0EsbP6 { position:absolute;display:block;z-index:15031;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;height:69px;width:42px;top:239px;left:797px;overflow:hidden;display:block; }
#llovFE9nQIE2IdJihUHzVS5wo57EBKRd { position:absolute;display:block;z-index:15032;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;height:69px;width:42px;top:254px;left:384px;overflow:hidden;display:none; }
#f2N5FWZRkO096uncLrTodtdLS2vzDHFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000032;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;z-index:auto;display:block; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container { background-color: transparent; background-image: none; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container > .video-iframe-container { display: none; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row > .video-iframe-container { display: none; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .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); }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container { border-width: 0; border-radius: 0; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container { font-size:14px;font-family:"open sans";height:954px;width:1200px;position:relative;display:block; }#i8MXF5lfPBSl1cliGM3PJLU7T8olqdRu { position:absolute;display:block;z-index:15022;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:29px;width:1200px;top:0px;left:0px;display:block; }
#iXiNdb2ziNvn8vvIpAPtu691Jc8wgucH { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:38px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:122px;left:417px;height:49.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOBW3EdNv7n61BpTcDZ6pbRKLxbiNeE1 { 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;height:69px;width:42px;top:112px;left:459px;overflow:hidden;display:block; }
#hoSPoOpxDz65kTGglPGFMM0e50lHee8K { 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;height:69px;width:42px;top:112px;left:700px;overflow:hidden;display:block; }
#rFDfWN5kws9VrEMTpnMBTWB41Cpn04lg { color:#ffffff;display:block;width:226px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:260px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZgfwzfRzJsDXysO8AGQZTwxPFnh01UM { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:260px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gSqN6J3Srzf7DRrfMvafBtskCMFB12Ql { position:absolute;display:block;z-index:15023;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:271px;left:320px;display:block; }
#dVvtlUMRFZWywIsyno2qercRTD9xidME { color:#1da1dc;display:block;width:951px;position:absolute;font-family:gotham;font-size:17px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:293px;left:82px;height:22.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cGCKm8ZVUpescRTCg6fqG4EWgthayigW { position:absolute;display:block;z-index:15029;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;height:39px;width:23px;top:254px;left:27px;overflow:hidden;display:block; }
#OyrvUphz1bq3SPGViWn50hRR8qQW2Xbr { position:absolute;display:block;z-index:15030;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;height:39px;width:23px;top:327px;left:27px;overflow:hidden;display:block; }
#PdBpMmCIa3xUJVCVSd8EURyELyiQcaA2 { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:334px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V6eDkkTQzz6t9isrxUrPHafVxHptairJ { color:#ffffff;display:block;width:179px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:334px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PAQMJhWRHGhhfKzJKgp7BL7gpc87kTTr { position:absolute;display:block;z-index:15024;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:345px;left:321px;display:block; }
#lR51UBGTkUMxaJBc3nAvhRC9lL5IfGz0 { position:absolute;display:block;z-index:15031;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;height:39px;width:23px;top:386px;left:28px;overflow:hidden;display:block; }
#JllrChLCW4vKqLzRn9EXkxN5f0f9qOJq { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:392px;left:83px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVtqWSoa65eulGWOemZEkP99Ky2dHbZ8 { position:absolute;display:block;z-index:15025;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:403px;left:321px;display:block; }
#E1bqzgF8BqUqOFbqJLuSM38Qwh5fOWOz { color:#ffffff;display:block;width:366px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:392px;left:554px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zHKIeWKVinPmvsL6hED9n2ITUxLKPQUp { color:#1da1dc;display:block;width:951px;position:absolute;font-family:gotham;font-size:17px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:425px;left:83px;height:22.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3JzM6DfBubFHrraDGBUmnC2SF8pBVe8 { position:absolute;display:block;z-index:15032;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;height:39px;width:23px;top:457px;left:27px;overflow:hidden;display:block; }
#rmcpTwa5b7qDImEvd1GJdQVVeJOfFTH9 { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:464px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fVvCwGVTBJDpZDAhkIReX37ObNuwBq2h { position:absolute;display:block;z-index:15026;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:475px;left:320px;display:block; }
#EFVXi6opO6yCVI8dfQT8vnAI5nnHrFXO { color:#ffffff;display:block;width:179px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:464px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KSHfLPtUeFBgNgFCbw3ysuFMXT1WwdJn { position:absolute;display:block;z-index:15033;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;height:39px;width:23px;top:511px;left:27px;overflow:hidden;display:block; }
#JbLCVs5g9lmk9z733N8ligTRxG61pQ0l { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:518px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRBzh2aoOLnbrRX8StlhfCnPtTG6L4Kw { position:absolute;display:block;z-index:15027;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:529px;left:320px;display:block; }
#fF9uE6romeARi0swtSQwgqzGit8KVBd2 { color:#ffffff;display:block;width:224px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:518px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nXITLfrv5rwb8DgRFgWWIoXNIuKTUkxz { color:#1da1dc;display:block;width:951px;position:absolute;font-family:gotham;font-size:17px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:559px;left:82px;height:22.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q0Qh2XJAmrdtuZxC4MheTASMhha1aiQZ { position:absolute;display:block;z-index:15034;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;height:39px;width:23px;top:593px;left:27px;overflow:hidden;display:block; }
#A7TZnFdKJr3CALNH6zwLiR3NSuy9pAwp { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:600px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u5ifFiaRThXxgcOM5LubJmD14cO9SUWb { position:absolute;display:block;z-index:15028;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:611px;left:320px;display:block; }
#bKCVvs0VsvZ2dH6pdLR8ao2OISnqJwtP { color:#ffffff;display:block;width:224px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:600px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSX1eoiOmcwXfwoJ4Jwtvh7IELTDmvdl { position:absolute;display:block;z-index:15035;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;height:39px;width:23px;top:652px;left:27px;overflow:hidden;display:block; }
#cxQH1SDqKA3EvhDsSkNKeH4W6lVpQob1 { color:#ffffff;display:block;width:217px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:659px;left:82px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eVN3sFkHhePMF8i3V257JUmAN0hIECdI { position:absolute;display:block;z-index:15029;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:4px;width:200px;top:670px;left:320px;display:block; }
#zqAEIeRuguZR4RUIaQG26qyHxOIJvmc9 { color:#ffffff;display:block;width:224px;position:absolute;font-family:gotham;font-size:20px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:659px;left:553px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MXWaU6CoTdOpEB36awA4SB7FIfKIoaBv { color:#1da1dc;display:block;width:951px;position:absolute;font-family:gotham;font-size:17px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:702px;left:82px;height:22.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6dzNbrRCKFGAm0RuZiRgr07Teb0gueA { position:absolute;display:block;z-index:15008;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;height:81px;width:290px;top:795px;left:488px;overflow:hidden;display:block; }
#FTx1UnDCv7QyOo8RQUdXAarQctcZk42N { color:#ffffff;display:block;width:398px;position:absolute;font-family:gotham;font-size:28px;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:820px;left:444px;height:30.7969px;text-align:center;text-align-last:center;display:block; }
#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1e4c;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;z-index:auto;display:block; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container { background-color: transparent; background-image: none; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container > .video-iframe-container { display: none; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row > .video-iframe-container { display: none; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .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); }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container { border-width: 0; border-radius: 0; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container { font-size:14px;font-family:"open sans";height:100px;width:1200px;position:relative;display:block; }#GEqXkApUyvEVNRvHDFsTmBTxBQzeOxeU { position:absolute;display:block;z-index:15077;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;height:25px;width:25px;top:37px;left:1101px;overflow:hidden;display:block; }
#OARW5y5SlHWPUKs9TU5HKvUNS4DrKUMk { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:30px;left:1045px;display:block; }
#LmrLvIVzx5hGdM5DD465gRUTfq8deTlc { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:30px;left:996px;display:block; }
#p6oZngiJDScoP68feRTFwgVW0MwnwZFm { 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;height:36px;width:127px;top:31.9931640625px;left:60px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM { display:none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o23e1UmP5idqumcJ6ipMApfsHysz7JHw { width:167px;height:47px;top:26px;left:298.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TTCFemf2nqpmMr7f3dVD0gLkxiO6baR1 { width:252px;height:55px;top:8px;left:446px;display:none; }
 }@media only screen and (max-width: 763px) { #tmPi178R20oIr8mwSDhH1AN9FdKN74qf { display:block; }
 }@media only screen and (max-width: 763px) { #HPwcWiR3Mz6ce6OE8OWfL51fswwNvhsH { width:233px;height:55px;top:7px;left:463px;display:none; }
 }@media only screen and (max-width: 763px) { #y8la6nZpFFo8DI3n05r1HsiOzCku42tU { display:block; }
 }@media only screen and (max-width: 763px) { #itkhxHkRhIlxRA69mLPzFVGMsZ7vfQnf { width:233px;height:55px;top:7px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #orVFnczXGf3WZptRvzOv1nolmkNkTF7O { display:block; }
 }@media only screen and (max-width: 763px) { #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 { display:none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MeHtZeeiFnvwhAGu0vleiwMUxFrmUPHg { width:440px;height:294px;top:302px;left:324px;display:block; }
 }@media only screen and (max-width: 763px) { #JgFqbK6qqJp3A3MOEQs71KqKFOmvVbW5 { width:500px;height:731px;top:207px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #QTadADm6NkRQnqzKRthdGJxlR1Q13ogA { width:398px;height:30px;top:207px;left:366px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #adesf2CZ9VEbHZ851p0A7WwALDbMSCgT { width:438px;height:202px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rtPNgOvw9F1E8iiZwThFbJe1SWBO33Su { width:366px;height:98px;top:850px;left:16px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xQgwvZuTsT5wffPHpk2Msgk2PVEK3qTh { width:200px;height:4px;top:635px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #esiuBdCzpykE6T4gG4odnTJHXnGc0ND5 { width:32px;height:30px;top:351px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qSeQTNyZ7xQ7fKIAgenUdAsCD2opnoyw { width:31px;height:30px;top:393px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WOlNg2FHD3rNquQkGTB35eCZyghDJVpx { width:25px;height:35px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XyLhPRLdtZTRyhG9XLBgHUVdCiLSxmdd { width:366px;height:26px;top:353px;left:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hk6RVsvXBwKOl3BByxErOXZxm8mZ5Xbb { width:366px;height:26px;top:395px;left:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BXGapP9HiMEDp2QJ8UlhCOzcJc7CNah4 { width:366px;height:26px;top:440px;left:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BAK8lny7RWDSErmcUdVSO4HplMLdXTvD { width:290px;height:81px;top:181px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #gyOnU2dSXrhxfG5886iHGJEGceAEdzx2 { width:42px;height:69px;top:889px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VS2L863THBuoGvQcwAIHUCsrUVI0XLr2 { width:42px;height:69px;top:889px;left:340px;display:block; }
 }@media only screen and (max-width: 763px) { #MDBTXTkPHVAoUTshGKAeSZyeu5uCcOPd { width:171px;height:84px;top:529px;left:105.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV { display:block; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDnow6EznBwN9wdaXMsGnKDgQNk57VL6 { width:366px;height:36px;top:159px;left:16px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ybgylFzcwUQAP6x8DfUThbrV7aAoMBJA { width:200px;height:4px;top:196px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #TDeL2dNOEmL4uatHnm6XFyB3FT8pinwz { width:356px;height:356px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d47W0qZeAgnIc2tGGd0nnqulqGTAZ8tl { width:673px;height:354px;top:254px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XFDEAo7iMTUzEFm0znw72huQbAH1m5VV { width:42px;height:69px;top:254px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 { display:block; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9WBlZlJqpl3y6rpFTnSE85VkCHNKH4n { width:366px;height:36px;top:157px;left:16px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lk67i3UDo25ELVvIvDSqDvEohsRc1Eon { width:200px;height:4px;top:194px;left:391px;display:block; }
 }@media only screen and (max-width: 763px) { #uoNw6PI4Ezahyp56hyGWtUXSOvIDqm3W { width:342px;height:342px;top:0px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #SdqahR74IbL7aEVC9M2bUgfskGhusadt { width:735px;height:561px;top:239px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UBOE0Pyoe0VtKzPuN28F9yiaqV0EsbP6 { width:42px;height:69px;top:239px;left:470px;display:none; }
 }@media only screen and (max-width: 763px) { #llovFE9nQIE2IdJihUHzVS5wo57EBKRd { width:42px;height:69px;top:254px;left:275px;display:none; }
 }@media only screen and (max-width: 763px) { #f2N5FWZRkO096uncLrTodtdLS2vzDHFd { display:block; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8MXF5lfPBSl1cliGM3PJLU7T8olqdRu { width:764px;height:29px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iXiNdb2ziNvn8vvIpAPtu691Jc8wgucH { width:366px;height:49px;top:122px;left:199px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #BOBW3EdNv7n61BpTcDZ6pbRKLxbiNeE1 { width:42px;height:69px;top:112px;left:241px;display:block; }
 }@media only screen and (max-width: 763px) { #hoSPoOpxDz65kTGglPGFMM0e50lHee8K { width:42px;height:69px;top:112px;left:482px;display:block; }
 }@media only screen and (max-width: 763px) { #rFDfWN5kws9VrEMTpnMBTWB41Cpn04lg { width:226px;height:26px;top:260px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gZgfwzfRzJsDXysO8AGQZTwxPFnh01UM { width:366px;height:26px;top:260px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gSqN6J3Srzf7DRrfMvafBtskCMFB12Ql { width:200px;height:4px;top:271px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #dVvtlUMRFZWywIsyno2qercRTD9xidME { width:764px;height:22px;top:293px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #cGCKm8ZVUpescRTCg6fqG4EWgthayigW { width:23px;height:39px;top:254px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OyrvUphz1bq3SPGViWn50hRR8qQW2Xbr { width:23px;height:39px;top:327px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PdBpMmCIa3xUJVCVSd8EURyELyiQcaA2 { width:217px;height:26px;top:334px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V6eDkkTQzz6t9isrxUrPHafVxHptairJ { width:179px;height:26px;top:334px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PAQMJhWRHGhhfKzJKgp7BL7gpc87kTTr { width:200px;height:4px;top:345px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #lR51UBGTkUMxaJBc3nAvhRC9lL5IfGz0 { width:23px;height:39px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JllrChLCW4vKqLzRn9EXkxN5f0f9qOJq { width:217px;height:26px;top:392px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqWSoa65eulGWOemZEkP99Ky2dHbZ8 { width:200px;height:4px;top:403px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #E1bqzgF8BqUqOFbqJLuSM38Qwh5fOWOz { width:366px;height:26px;top:392px;left:336px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zHKIeWKVinPmvsL6hED9n2ITUxLKPQUp { width:764px;height:22px;top:425px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U3JzM6DfBubFHrraDGBUmnC2SF8pBVe8 { width:23px;height:39px;top:457px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rmcpTwa5b7qDImEvd1GJdQVVeJOfFTH9 { width:217px;height:26px;top:464px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fVvCwGVTBJDpZDAhkIReX37ObNuwBq2h { width:200px;height:4px;top:475px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #EFVXi6opO6yCVI8dfQT8vnAI5nnHrFXO { width:179px;height:26px;top:464px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KSHfLPtUeFBgNgFCbw3ysuFMXT1WwdJn { width:23px;height:39px;top:511px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JbLCVs5g9lmk9z733N8ligTRxG61pQ0l { width:217px;height:26px;top:518px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GRBzh2aoOLnbrRX8StlhfCnPtTG6L4Kw { width:200px;height:4px;top:529px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #fF9uE6romeARi0swtSQwgqzGit8KVBd2 { width:224px;height:26px;top:518px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nXITLfrv5rwb8DgRFgWWIoXNIuKTUkxz { width:764px;height:22px;top:559px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Qh2XJAmrdtuZxC4MheTASMhha1aiQZ { width:23px;height:39px;top:593px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A7TZnFdKJr3CALNH6zwLiR3NSuy9pAwp { width:217px;height:26px;top:600px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u5ifFiaRThXxgcOM5LubJmD14cO9SUWb { width:200px;height:4px;top:611px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #bKCVvs0VsvZ2dH6pdLR8ao2OISnqJwtP { width:224px;height:26px;top:600px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XSX1eoiOmcwXfwoJ4Jwtvh7IELTDmvdl { width:23px;height:39px;top:652px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cxQH1SDqKA3EvhDsSkNKeH4W6lVpQob1 { width:217px;height:26px;top:659px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eVN3sFkHhePMF8i3V257JUmAN0hIECdI { width:200px;height:4px;top:670px;left:102px;display:none; }
 }@media only screen and (max-width: 763px) { #zqAEIeRuguZR4RUIaQG26qyHxOIJvmc9 { width:224px;height:26px;top:659px;left:335px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MXWaU6CoTdOpEB36awA4SB7FIfKIoaBv { width:764px;height:22px;top:702px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e6dzNbrRCKFGAm0RuZiRgr07Teb0gueA { width:290px;height:81px;top:795px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #FTx1UnDCv7QyOo8RQUdXAarQctcZk42N { width:398px;height:30px;top:820px;left:226px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa { display:block; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEqXkApUyvEVNRvHDFsTmBTxBQzeOxeU { width:25px;height:25px;top:37px;left:739px;display:block; }
 }@media only screen and (max-width: 763px) { #OARW5y5SlHWPUKs9TU5HKvUNS4DrKUMk { width:40px;height:40px;top:30px;left:724px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LmrLvIVzx5hGdM5DD465gRUTfq8deTlc { width:40px;height:40px;top:30px;left:724px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p6oZngiJDScoP68feRTFwgVW0MwnwZFm { width:127px;height:36px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM { background-color:#1da1dc;background-image:none;position:relative;z-index:auto;display:block; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { background-color: transparent; background-image: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container > .video-iframe-container { display: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row > .video-iframe-container { display: none; }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .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); }#U8ZMxLp3h96bTxtxdGmAMIhGhpaLgtHM > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o23e1UmP5idqumcJ6ipMApfsHysz7JHw { width:125px;height:34px;top:20px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #TTCFemf2nqpmMr7f3dVD0gLkxiO6baR1 { width:153px;height:55px;top:71px;left:166px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #tmPi178R20oIr8mwSDhH1AN9FdKN74qf { display:block; }
 }@media only screen and (max-width: 763px) { #HPwcWiR3Mz6ce6OE8OWfL51fswwNvhsH { width:161px;height:55px;top:136px;left:79.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #y8la6nZpFFo8DI3n05r1HsiOzCku42tU { display:block; }
 }@media only screen and (max-width: 763px) { #itkhxHkRhIlxRA69mLPzFVGMsZ7vfQnf { width:152px;height:55px;top:71px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #orVFnczXGf3WZptRvzOv1nolmkNkTF7O { display:block; }
 }@media only screen and (max-width: 763px) { #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.adaptive-delivery-prevent-bg, #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.lazyload, #yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4.lazyloading { background-image: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { background-color: transparent; background-image: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container > .video-iframe-container { display: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row > .video-iframe-container { display: none; }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .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); }#yKIaOLQtMP2CTTzzslSeAAmNJbfUw4Z4 > .row .container { width:320px;height:1573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeHtZeeiFnvwhAGu0vleiwMUxFrmUPHg { width:280px;height:348px;top:685px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JgFqbK6qqJp3A3MOEQs71KqKFOmvVbW5 { width:320px;height:854px;top:589px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QTadADm6NkRQnqzKRthdGJxlR1Q13ogA { width:247px;height:22px;top:594px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #adesf2CZ9VEbHZ851p0A7WwALDbMSCgT { width:248px;height:114px;top:67px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #rtPNgOvw9F1E8iiZwThFbJe1SWBO33Su { width:207px;height:49.375px;top:1484px;left:54px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xQgwvZuTsT5wffPHpk2Msgk2PVEK3qTh { width:200px;height:4px;top:515px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #esiuBdCzpykE6T4gG4odnTJHXnGc0ND5 { width:32px;height:30px;top:266px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qSeQTNyZ7xQ7fKIAgenUdAsCD2opnoyw { width:31px;height:30px;top:306px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #WOlNg2FHD3rNquQkGTB35eCZyghDJVpx { width:25px;height:35px;top:345px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #XyLhPRLdtZTRyhG9XLBgHUVdCiLSxmdd { width:163px;height:18.1875px;top:272px;left:104px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hk6RVsvXBwKOl3BByxErOXZxm8mZ5Xbb { width:148px;height:18.1875px;top:312px;left:104px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BXGapP9HiMEDp2QJ8UlhCOzcJc7CNah4 { width:197px;height:18.1875px;top:353px;left:104px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BAK8lny7RWDSErmcUdVSO4HplMLdXTvD { width:242px;height:66px;top:572px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #gyOnU2dSXrhxfG5886iHGJEGceAEdzx2 { width:30px;height:52px;top:1483px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #VS2L863THBuoGvQcwAIHUCsrUVI0XLr2 { width:30px;height:51px;top:1483px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #MDBTXTkPHVAoUTshGKAeSZyeu5uCcOPd { width:146px;height:72px;top:432px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.adaptive-delivery-prevent-bg, #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.lazyload, #TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV.lazyloading { background-image: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { background-color: transparent; background-image: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container > .video-iframe-container { display: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row > .video-iframe-container { display: none; }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .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); }#TgsTHmunmxRtZOpbm46hBxTqLiSrOTdV > .row .container { width:320px;height:814px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDnow6EznBwN9wdaXMsGnKDgQNk57VL6 { width:320px;height:24.6875px;top:254px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ybgylFzcwUQAP6x8DfUThbrV7aAoMBJA { width:200px;height:4px;top:290px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #TDeL2dNOEmL4uatHnm6XFyB3FT8pinwz { width:187px;height:187px;top:57px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d47W0qZeAgnIc2tGGd0nnqulqGTAZ8tl { width:274px;height:436.6248px;top:341px;left:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XFDEAo7iMTUzEFm0znw72huQbAH1m5VV { width:26px;height:44px;top:331px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b24cf6e9-5485-49c5-a3d6-375f8416a247/ORMCODegrdeAzulEscuro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.adaptive-delivery-prevent-bg, #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.lazyload, #x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7.lazyloading { background-image: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { background-color: transparent; background-image: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container > .video-iframe-container { display: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row > .video-iframe-container { display: none; }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .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); }#x2TbhkX54tZ6TyK9GweZhmnpH27BuTh7 > .row .container { width:320px;height:1112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9WBlZlJqpl3y6rpFTnSE85VkCHNKH4n { width:320px;height:24.6875px;top:269px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lk67i3UDo25ELVvIvDSqDvEohsRc1Eon { width:200px;height:4px;top:317px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #uoNw6PI4Ezahyp56hyGWtUXSOvIDqm3W { width:204px;height:204px;top:49px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #SdqahR74IbL7aEVC9M2bUgfskGhusadt { width:277px;height:717.3131px;top:355.5px;left:34px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UBOE0Pyoe0VtKzPuN28F9yiaqV0EsbP6 { width:42px;height:69px;top:1380.33px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #llovFE9nQIE2IdJihUHzVS5wo57EBKRd { width:26px;height:44px;top:343px;left:0px;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #f2N5FWZRkO096uncLrTodtdLS2vzDHFd { display:block; }#f2N5FWZRkO096uncLrTodtdLS2vzDHFd > .row .container { width:320px;height:963px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8MXF5lfPBSl1cliGM3PJLU7T8olqdRu { width:320px;height:29px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iXiNdb2ziNvn8vvIpAPtu691Jc8wgucH { width:320px;height:32.5px;top:87px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BOBW3EdNv7n61BpTcDZ6pbRKLxbiNeE1 { width:26px;height:43px;top:82px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #hoSPoOpxDz65kTGglPGFMM0e50lHee8K { width:27px;height:45px;top:81px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #rFDfWN5kws9VrEMTpnMBTWB41Cpn04lg { width:226px;height:18.1875px;top:182.1875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gZgfwzfRzJsDXysO8AGQZTwxPFnh01UM { width:218px;height:18.1875px;top:200.375px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gSqN6J3Srzf7DRrfMvafBtskCMFB12Ql { width:200px;height:4px;top:465.5px;left:49px;display:none; }
 }@media only screen and (max-width: 763px) { #dVvtlUMRFZWywIsyno2qercRTD9xidME { width:287px;height:31.1875px;top:227.5625px;left:16.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #cGCKm8ZVUpescRTCg6fqG4EWgthayigW { width:23px;height:39px;top:170.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OyrvUphz1bq3SPGViWn50hRR8qQW2Xbr { width:23px;height:39px;top:284.0625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PdBpMmCIa3xUJVCVSd8EURyELyiQcaA2 { width:217px;height:18.1875px;top:294.46875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V6eDkkTQzz6t9isrxUrPHafVxHptairJ { width:179px;height:18.1875px;top:312.65625px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PAQMJhWRHGhhfKzJKgp7BL7gpc87kTTr { width:200px;height:4px;top:665.7656px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #lR51UBGTkUMxaJBc3nAvhRC9lL5IfGz0 { width:23px;height:39px;top:354.765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JllrChLCW4vKqLzRn9EXkxN5f0f9qOJq { width:217px;height:18.1875px;top:361.265625px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JVtqWSoa65eulGWOemZEkP99Ky2dHbZ8 { width:200px;height:4px;top:840.7656px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #E1bqzgF8BqUqOFbqJLuSM38Qwh5fOWOz { width:153px;height:18.1875px;top:376.578125px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zHKIeWKVinPmvsL6hED9n2ITUxLKPQUp { width:289px;height:31.1875px;top:404.765625px;left:15.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U3JzM6DfBubFHrraDGBUmnC2SF8pBVe8 { width:23px;height:39px;top:462.015625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rmcpTwa5b7qDImEvd1GJdQVVeJOfFTH9 { width:217px;height:18.1875px;top:472.421875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fVvCwGVTBJDpZDAhkIReX37ObNuwBq2h { width:200px;height:4px;top:907.03125px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #EFVXi6opO6yCVI8dfQT8vnAI5nnHrFXO { width:179px;height:18.1875px;top:490.609375px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KSHfLPtUeFBgNgFCbw3ysuFMXT1WwdJn { width:23px;height:39px;top:536.03125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JbLCVs5g9lmk9z733N8ligTRxG61pQ0l { width:217px;height:18.1875px;top:546.4375px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GRBzh2aoOLnbrRX8StlhfCnPtTG6L4Kw { width:200px;height:4px;top:1277.0312px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #fF9uE6romeARi0swtSQwgqzGit8KVBd2 { width:224px;height:18.1875px;top:564.625px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nXITLfrv5rwb8DgRFgWWIoXNIuKTUkxz { width:268px;height:31.1875px;top:592.03125px;left:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Qh2XJAmrdtuZxC4MheTASMhha1aiQZ { width:23px;height:39px;top:644.28125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A7TZnFdKJr3CALNH6zwLiR3NSuy9pAwp { width:217px;height:18.1875px;top:654.6875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u5ifFiaRThXxgcOM5LubJmD14cO9SUWb { width:200px;height:4px;top:1538.2968px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #bKCVvs0VsvZ2dH6pdLR8ao2OISnqJwtP { width:68px;height:18.1875px;top:672.875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XSX1eoiOmcwXfwoJ4Jwtvh7IELTDmvdl { width:23px;height:39px;top:705.28125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cxQH1SDqKA3EvhDsSkNKeH4W6lVpQob1 { width:217px;height:18.1875px;top:715.6875px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eVN3sFkHhePMF8i3V257JUmAN0hIECdI { width:200px;height:4px;top:1713.2968px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #zqAEIeRuguZR4RUIaQG26qyHxOIJvmc9 { width:224px;height:18.1875px;top:736.40625px;left:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MXWaU6CoTdOpEB36awA4SB7FIfKIoaBv { width:268px;height:31.1875px;top:764.28125px;left:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e6dzNbrRCKFGAm0RuZiRgr07Teb0gueA { width:193px;height:53px;top:851px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #FTx1UnDCv7QyOo8RQUdXAarQctcZk42N { width:320px;height:22px;top:867px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa { display:block; }#gHaNBPRlFmWVFU0teaKIo9cyPRJ0vHXa > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEqXkApUyvEVNRvHDFsTmBTxBQzeOxeU { width:25px;height:25px;top:96px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #OARW5y5SlHWPUKs9TU5HKvUNS4DrKUMk { width:40px;height:40px;top:88px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LmrLvIVzx5hGdM5DD465gRUTfq8deTlc { width:40px;height:40px;top:88px;left:103px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p6oZngiJDScoP68feRTFwgVW0MwnwZFm { width:127px;height:36px;top:40px;left:96.5px;display:block; }
 }