.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -moz-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -ms-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -o-linear-gradient(180deg, #13a5ff, #006eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );";background-image: linear-gradient(180deg, #13a5ff, #006eb6);background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { background-color: transparent; background-image: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container > .video-iframe-container { display: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container { display: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .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); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { border-width: 0; border-radius: 0; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container {  }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#kITQWTkd7Mg4lF6BiytJ3sSkF5vRKCWq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:21.25rem;top:0rem;left:45.625rem;overflow:hidden;display:none; }
#liddgh2aMkVTFnRVK34HEnzsFbk1L7iJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:14.9375rem;top:0.40625rem;left:0.625rem;overflow:hidden;display:block; }
#yuukMaTRxiXoJPUHOCrrK5matePnp8Uk { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Tluo2m3Bi8ksGWkpv0zIVoTJkIgvqvhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HOAZtT4Fphg4SkJHiBsR5La8ae9wlNEk { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006eb6, #0054b8);background-image: -moz-linear-gradient(180deg, #006eb6, #0054b8);background-image: -ms-linear-gradient(180deg, #006eb6, #0054b8);background-image: -o-linear-gradient(180deg, #006eb6, #0054b8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#0054b8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#0054b8' );";background-image: linear-gradient(180deg, #006eb6, #0054b8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ;height:28.125rem;width:37.5rem;top:0rem;left:0rem;display:none; }
#Ww5i1AANlkXNwColkxtJ6hFNRFtwCrTP { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.26806640625rem;left:40.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpD7blBqc8bbRlXXygi41MiPNNm0RUIu { z-index:100001;top:0.59375rem;left:55.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5fd000, #008d3a);background-image: -moz-linear-gradient(180deg, #5fd000, #008d3a);background-image: -ms-linear-gradient(180deg, #5fd000, #008d3a);background-image: -o-linear-gradient(180deg, #5fd000, #008d3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd000', endColorstr='#008d3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd000', endColorstr='#008d3a' );";background-image: linear-gradient(180deg, #5fd000, #008d3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qPLsikBJB29qSnyJ0v78V3urXxRa0ssk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tUOCVo8P/Camada_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.adaptive-delivery-prevent-bg, #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.lazyload, #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.lazyloading { background-image: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { background-color: transparent; background-image: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container > .video-iframe-container { display: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row > .video-iframe-container { display: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .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); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { border-width: 0; border-radius: 0; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row > .video-iframe-container {  }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#e9gGt2RzFFsLcUru99wJlLT3vKvRfq4a { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:8.25rem;left:0.625rem;height:8.661625rem;font-style:normal;display:block; }
#xXW9mkE5MTwi21fMaCCLaob5TxzF6JN2 { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18.783638000488rem;left:0.62500190734863rem;height:5.84911875rem;font-style:normal;display:block; }
#PaT6kwLmHRvsTqeIIOBAXMmppva2AW1I { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:33.6875rem;left:0.625rem;height:4.38720625rem;font-style:normal;display:block; }
#J3gAq0FRLbypH11zAmSk39Tsp5nN4A1a { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:26.0576171875rem;left:0.6875rem;height:1.21875rem;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; }
#LZ0PJXflbNKCrh4qIAZWTkPcsH5mXH6D { color:#000000;display:block;width:36.125rem;position:absolute;font-family:"helvetica neue";font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0.625rem;height:1.21875rem;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; }
#wpJ7yNDseuoPZLySHXchfKc6SbU5u3S5 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:14.9375rem;top:0.40625rem;left:0.625rem;overflow:hidden;display:none; }
#O7iJ1ETZMKcDawxFaugCc8OFJuqD4bKT { position:absolute;display:block;z-index:99998;background-color:#ef7d00;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;height:3.9375rem;width:21.625rem;top:33.1875rem;left:0rem;display:block; }
#Vs2v58yfat3HknWU01ogmImoA9b7QsxU { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -moz-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -ms-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -o-linear-gradient(180deg, #13a5ff, #006eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );";background-image: linear-gradient(180deg, #13a5ff, #006eb6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ;height:37.1875rem;width:29.75rem;top:6.0625rem;left:41.46875rem;display:block; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-form-header {  }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-regular-label { height:auto;display:block;font-family:helvetica02;font-size:0.875rem;font-weight:bold;color:#000000;width:22.5625rem;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; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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.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:22.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:helvetica02; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-textarea { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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.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:22.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:helvetica02; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:22.5625rem;box-sizing:border-box;height:2.5rem;color:#686868;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .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; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(180deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(180deg, #fbad30, #ef7d00);background-size:initial !important;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.4375rem;font-weight:bold;color:#ffffff;width:22.5625rem;height:3.4375rem;font-family:helvetica02;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11); }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 [class*="-text"]:-moz-placeholder { color:#686868;font-family:"source sans pro";font-size:0.875rem;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 [class*="-text"]::-moz-placeholder { color:#686868;font-family:"source sans pro";font-size:0.875rem;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:"source sans pro";font-size:0.875rem;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:"source sans pro";font-size:0.875rem;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .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:helvetica02;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .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; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .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:helvetica02;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-container:first-of-type{padding-top:0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-container:last-of-type{padding-bottom:0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100025;position:absolute;top:14.5830078125rem;left:43.8115234375rem; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-info-text { display:block;height:auto;font-family:helvetica02;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; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 {display:block;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100025;position:absolute;top:14.5830078125rem;left:43.8115234375rem; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #AuWo9yOA6PkeZIRKXQJemkehXUqUgHDn { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #wOK5C9Kp4qrpLUq2lUkpCZT3CCt5cqMH { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TT3OW1luko2XkkCTpFZNBgTkh7xXu2p5 { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #oaJGGcZhLR2safwgKG9tartdEU06AFHE { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #DT76NmTuPLcikP3xv2u0KO4fVF8SvbVd { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #Rbs2XMFHTPXROq42H1iJACMwbIqcVg8n { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TpmbuEVRgXDVnep6Sv9TkyPTTeAnWhrO { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #IAlW4FysnAIMMTs2qcRoc6sxTVDaCyhJ { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #c8VWe9eU4CsqTBkfiCLfif0K5wzH83W1 { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #qI1s2RFfDIMJHMRBtNpk8hOalBXJV7PU { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #iSTiaAR7Q3e112Lo3F96tvmrnvCgJaVn { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #yyEFZi8bhf4PsuMTgvPpSfJ5fRD4gTUH { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #x6yBuQ00qI0lbipvt9xv2WQZnuvLvzG0 { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #KsgDakyUln202sxXF7qebQt50kzq5cXO { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TTGrmylr0X2mv14u1OrsuZudb6deTBRt { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #vvtT8QJorgtWFzODAiFcDRIWOg1XH8sw { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #nLupOtWx9C8z6Vfszl0M1cBTqgUt414o { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #JufiTwhvG3DNFLHQ72H5EHVOzRppf5ui { position:relative; }
#vU3ytCzGBOZBdAAKnaOhobKFa0qMFOxC { position:relative;display:block; }
#IHV0HLFRiPhEzAVt1eM7HdwRgPbzVRpS { position:relative;display:block; }
#M6l4QmIkMbcR2MQ5UUEVMeSmNRU6ok4s { position:relative;display:block; }
#lFyIp4z5avlCOzR3duUe6qtEVTtQKIJS { position:relative;display:block; }
#TPoMG8WmRbWN0R7oIFTu1iv95vDmM6iO { position:relative;display:block; }
#m8Jy9frXUJSc82IbgTiOEtbbuATZX9bS { position:relative;display:block; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #V0nhaAAHst8QvBq8XyD55AadhO9NW0ZF { position:relative; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #UeakKZhUcJdTmn67myTTERZwVhi5oQlD { position:relative; }
#uxgWmqhc3DBba5sZUPG4rnX56c8Lr5SA { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:12.3125rem;left:42.28125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glg2ALskduJkrEFMsLx3NqaRqkxngeQa { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:10.875rem;left:42.28125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgdBJRDdlZkl3FuzSSxG3W7fDRuSFxtD { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:21.25rem;top:3.75rem;left:45.71875rem;overflow:hidden;display:block; }
#CdboStL7FNVURGGA2bUwwMr3M8EFGOLD { position:absolute;display:block;z-index:99999;background-color:#ef7d00;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;height:4.1875rem;width:30.0625rem;top:27.900390625rem;left:0rem;display:block; }
#qmg5aixKJL5vfawOOoAkgBB901bJ1Nib { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:28.41015625rem;left:0.3125rem;height:4.63036875rem;font-style:normal;display:block; }
#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,125,0,0.3);background-image:url("https://images.assets-landingi.com/Ii3NAFlJ/Camada_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa.adaptive-delivery-prevent-bg, #D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa.lazyload, #D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa.lazyloading { background-image: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { background-color: transparent; background-image: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container > .video-iframe-container { display: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row > .video-iframe-container { display: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .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); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { border-width: 0; border-radius: 0; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row > .video-iframe-container {  }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#RfcGyRdfq3nWdVcU3ynCb796wSWHV9D8 { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.625rem;height:2.92480625rem;font-style:normal;display:block; }
#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,125,0,0.3);background-image:url("https://images.assets-landingi.com/Ii3NAFlJ/Camada_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV.adaptive-delivery-prevent-bg, #hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV.lazyload, #hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV.lazyloading { background-image: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { background-color: transparent; background-image: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container > .video-iframe-container { display: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row > .video-iframe-container { display: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .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); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { border-width: 0; border-radius: 0; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row > .video-iframe-container {  }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#bxH4kceRehm85NyLwJUvbZi544uobaAD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:6.5625rem;overflow:hidden;display:block; }
#QQUeXaFnVe41u64kyyHlfFX2K11GQFCi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#dFwRiriNX19rrdAhZg2NnIw1gvhACQn4 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdnuH9wLD6oLTM2cAacRiBzLqJKaiDOx { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOI7KWMVq8HwaCCztntbzGxN219I7GEM { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:19.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTESABqyHT1AVahpvlvpETGJd1bzBrTL { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:19.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,125,0,0.3);background-image:url("https://images.assets-landingi.com/Ii3NAFlJ/Camada_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh.adaptive-delivery-prevent-bg, #J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh.lazyload, #J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh.lazyloading { background-image: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { background-color: transparent; background-image: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container > .video-iframe-container { display: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row > .video-iframe-container { display: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .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); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { border-width: 0; border-radius: 0; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row > .video-iframe-container {  }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#GBCaUwESlvTTx4yhr0OGT4GGz1GGMvmZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:6.5625rem;overflow:hidden;display:block; }
#zNC3cTo7IQWvgCa3CdP6Ick1asU1ZgLi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#rBqL6Rd734LiiSGvhACSTHaPoHfetrRx { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chEOTNaKuBd5wdC6WP05VI1CSto4M8Tu { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCeEgcdFZvo71c29gz4BXbDHbhVF79Ls { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.57421875rem;left:19.78125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPeRhPlbPgIt3QwR5xPEva4frtGfTp8a { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:21.5625rem;height:2.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,125,0,0.3);background-image:url("https://images.assets-landingi.com/Ii3NAFlJ/Camada_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx.adaptive-delivery-prevent-bg, #Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx.lazyload, #Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx.lazyloading { background-image: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { background-color: transparent; background-image: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container > .video-iframe-container { display: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row > .video-iframe-container { display: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .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); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { border-width: 0; border-radius: 0; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row > .video-iframe-container {  }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#bT2g3b2fyK6bte92QLZOKpiOiM7PZ2bS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:6.5625rem;overflow:hidden;display:block; }
#pTuTdgS6B8tMm4esm9Clke1hLkzPRp0D { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#fPmnoyqCdrQ7wlkDZTnSBo5PxuTPQVTr { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:8.0625rem;left:2.1875rem;height:2.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4VgfTMFXKKuXlsT7dNoTFRhtfNLI2dr { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:11.57421875rem;left:1.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fplJK8maX0qpL2xB0fQp6e3U9srPRI1r { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:19.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6roc06tSzuTgtPQDxqrARLeMyIFfkS0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:helvetica02;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:19.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;z-index:auto;display:block; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container { background-color: transparent; background-image: none; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container > .video-iframe-container { display: none; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row > .video-iframe-container { display: none; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .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); }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container { border-width: 0; border-radius: 0; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row > .video-iframe-container {  }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#TH6mk3azMbtuxMNvStJ58c2oitUr3TVw { color:#0054b8;display:block;width:37.4375rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.75rem;left:0.62500190734863rem;height:5.7744125rem;font-style:normal;display:block; }
#cncuR9LxV8oW0PPsbusgTKTbAVX2XurF { color:#818a91;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.2612915039062rem;left:0.62500190734863rem;height:1.4624rem;font-style:normal;display:block; }
#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p { position:relative;display:block; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p { background-color: transparent; background-image: none; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container > .video-iframe-container { display: none; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row > .video-iframe-container { display: none; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .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); }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p { border-width: 0; border-radius: 0; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container > .video-iframe-container {  }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#H8lNrRnQKbU0t5FkMKoIOVI16ExwMbWR { color:#ef7d00;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:4.375rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:0.625rem;left:5.625rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5i9sp3OVdsqGNreTGL8fKih3DMDrXqe { color:#818a91;display:block;width:15.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aboq3fIsheeu8D8vS8wDIv0tm9evxc5K { color:#818a91;display:block;width:15.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:5.375rem;left:20.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMMGk8MyPUtEqH5Q3mge60abq6TcwiDP { color:#fbad30;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:4.375rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:0.625rem;left:24.375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G3gQ232ZNO9upItOWUwdkDHWmkErP88T { position:relative;display:block; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T { background-color: transparent; background-image: none; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container > .video-iframe-container { display: none; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row > .video-iframe-container { display: none; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .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); }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T { border-width: 0; border-radius: 0; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container > .video-iframe-container {  }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#VaLMUsaHxUsFQpdtLtB4xwDJmrMIREve { color:#fbad30;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:4.375rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:0rem;left:5.625rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eL5XbMua4JwwX5JEU3aMPRtn3h4EKQSJ { color:#818a91;display:block;width:15.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPEXq2z3Vqpbq7SVNix6rsQQUacFNG3q { color:#818a91;display:block;width:15.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwZEyNyBkumRpbmaQcAvQXMWPVdCsP9Q { color:#ef7d00;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:4.375rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:0rem;left:24.375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.79);background-image:none;position:relative;z-index:auto;display:block; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container { background-color: transparent; background-image: none; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container > .video-iframe-container { display: none; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row > .video-iframe-container { display: none; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .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); }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container { border-width: 0; border-radius: 0; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row > .video-iframe-container {  }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#aLUWSBiQOTSAlPIdhBr2Vi5pTZ13EiTT { color:#0054b8;display:block;width:35.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.75rem;left:0.62500190734863rem;height:2.88720625rem;font-style:normal;display:block; }
#ThLyKCflaKgI55xhMkTsPU59VuI0VAPc { color:#818a91;display:block;width:32.3123125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.2612848281863rem;left:0.62500190734863rem;height:1.462675rem;font-style:normal;display:block; }
#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container { background-color: transparent; background-image: none; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container > .video-iframe-container { display: none; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row > .video-iframe-container { display: none; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .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); }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container { border-width: 0; border-radius: 0; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row > .video-iframe-container {  }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#iwzuIvMtuEVZeWUQUPT8S4CiSHHFX8Ko { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:16rem;width:17.5rem;top:0.625rem;left:0.9375rem;display:block; }
#c69QrnoxQSV77q0ApsaMRNolXgdd2TDU { color:#818a91;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.125rem;left:2.8125rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKC33TXh4LTZWxfgCvZsLc1oRVcTHqVN { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2gfh7p3Tr1Do5fD9TQ4pTBBvRTuQWIS { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:0.625rem;left:19.0625rem;display:block; }
#IGx3544Oqe1pk5ue1LxlvxsK0Wzp5JXf { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.5rem;left:19.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb7TnINJgpUa7pwQg620Az1kIGJXi75o { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13rem;left:20.75rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKoN2T1B23Hk3w4QEJnJvV1hh11q4p3e { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:17.25rem;left:0.9375rem;display:block; }
#LKP574KDVLX8n4A9hztvuzz0IKzZDLLm { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:31.125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXLtEF4cgD0mFQohmhZzRiLr9txTFrFz { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:29.625rem;left:2.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLWvCWQq9RtrvswUxLKr3GUEv9BVXWTJ { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:17.25rem;left:19.0625rem;display:block; }
#uD5cqw7LyurXTaAB7mCZRaw41odbGkTv { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:30.75rem;left:19.5625rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDZzzN2sty54cBiQmQw2kCJBrG6T2IdQ { color:#0054b8;display:block;width:13.811875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:28.157770156861rem;left:20.906036376953rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5VbDhiuf/Hospital_America.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;height:10.5rem;width:17.5rem;top:0.625rem;left:0.93750190734863rem;display:block; }#FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu.adaptive-delivery-prevent-bg, #FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu.lazyload, #FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu.lazyloading { background-image: none; }
#sDPg8t8llkXppcTJMDv9T312uIDWg0PQ { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cW4rIpbE/hospital_jardimamerica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:17.5rem;top:0.625rem;left:19.0625rem;display:block; }#sDPg8t8llkXppcTJMDv9T312uIDWg0PQ.adaptive-delivery-prevent-bg, #sDPg8t8llkXppcTJMDv9T312uIDWg0PQ.lazyload, #sDPg8t8llkXppcTJMDv9T312uIDWg0PQ.lazyloading { background-image: none; }
#HHQUtenqOewRqUA47PJIKHz26J1iBJ8C { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iXrsHnPG/hospital_ortopedico_promed.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;height:10.4980625rem;width:17.5rem;top:17.249349594116rem;left:0.93750190734863rem;display:block; }#HHQUtenqOewRqUA47PJIKHz26J1iBJ8C.adaptive-delivery-prevent-bg, #HHQUtenqOewRqUA47PJIKHz26J1iBJ8C.lazyload, #HHQUtenqOewRqUA47PJIKHz26J1iBJ8C.lazyloading { background-image: none; }
#a87DIu81d0mIoy0tVSuqhLL8We4Buk2H { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kpjm7ild/Pronto_Atendimento_Cora_Coralina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4980625rem;width:17.5rem;top:17.249349594116rem;left:19.0625rem;display:block; }#a87DIu81d0mIoy0tVSuqhLL8We4Buk2H.adaptive-delivery-prevent-bg, #a87DIu81d0mIoy0tVSuqhLL8We4Buk2H.lazyload, #a87DIu81d0mIoy0tVSuqhLL8We4Buk2H.lazyloading { background-image: none; }
#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;z-index:auto;display:block; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container { background-color: transparent; background-image: none; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container > .video-iframe-container { display: none; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row > .video-iframe-container { display: none; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .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); }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container { border-width: 0; border-radius: 0; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row > .video-iframe-container {  }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#d4RUbSUPWER6cknOgI5leWRbFhGTIWeB { color:#0054b8;display:block;width:35.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.75rem;left:0.62500190734863rem;height:2.88720625rem;font-style:normal;display:block; }
#IEHNVyx9yO58yC0kMfSzXtoEN1peOmTM { color:#818a91;display:block;width:32.3123125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.2612848281863rem;left:0.62500190734863rem;height:2.92480625rem;font-style:normal;display:block; }
#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;z-index:auto;display:block; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container { background-color: transparent; background-image: none; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container > .video-iframe-container { display: none; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row > .video-iframe-container { display: none; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .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); }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container { border-width: 0; border-radius: 0; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row > .video-iframe-container {  }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#XlLASAr7SEU7iOTUrGvDue0fzUx9qm4k { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:16rem;width:17.5rem;top:0.625rem;left:0.9375rem;display:block; }
#T3mFvZGqK7P3AbyF5ve0PuqDTW0fHCBU { color:#818a91;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.125rem;left:2.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEUVU7RSZwqumNNh4SwAmJPFQN7moMOM { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQtqza8Pin7cT2rns7Q7dfmoIOmBqQTB { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:0.625rem;left:19.0625rem;display:block; }
#PKkBh2te51LwMu6O6GnQgbveOdova3uk { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.5rem;left:19.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9Wocq0BP7WExmf8qlZ1HvXCBeUpysdi { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13rem;left:20.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipNJ2VOJgTxkCRUVhLDwl2gspEP9S2sh { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:17.25rem;left:0.9375rem;display:block; }
#P8DVsRPqbvTIhcIeaLINhG3ThzZd0Lu7 { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:31.125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCiwdlRoGhcZs35kyh0yEo44tEbTaA7N { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:29.625rem;left:2.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VB77gcNIaawOJEPmkOti7rLeTwRJw1Rm { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(10,11,12,0.3) ;height:15.999375rem;width:17.5rem;top:17.25rem;left:19.0625rem;display:block; }
#c0G7efgct6ChuLQoMtMo7pni7LUAdCII { color:#818a91;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:30.75rem;left:19.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWBLJviCvkO4EB1Q2Txv5VoMEZspBuSU { color:#0054b8;display:block;width:14.1873125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:29.25rem;left:20.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xifgnOA2/Clinica_rio_araguaia.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:17.5rem;top:0.625rem;left:0.93750190734863rem;display:block; }#NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H.adaptive-delivery-prevent-bg, #NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H.lazyload, #NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H.lazyloading { background-image: none; }
#xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8 { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JQy5heDF/clinica_goiana_0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:17.5rem;top:0.625rem;left:19.0625rem;display:block; }#xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8.adaptive-delivery-prevent-bg, #xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8.lazyload, #xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8.lazyloading { background-image: none; }
#BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ZUr45TdD/america_policlinica.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4980625rem;width:17.5rem;top:17.249349594116rem;left:0.93750190734863rem;display:block; }#BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi.adaptive-delivery-prevent-bg, #BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi.lazyload, #BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi.lazyloading { background-image: none; }
#NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/84uWAUzM/clinica_avenida_85_0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4980625rem;width:17.5rem;top:17.249349594116rem;left:19.0625rem;display:block; }#NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi.adaptive-delivery-prevent-bg, #NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi.lazyload, #NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi.lazyloading { background-image: none; }
#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container { background-color: transparent; background-image: none; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container > .video-iframe-container { display: none; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row > .video-iframe-container { display: none; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .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); }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container { border-width: 0; border-radius: 0; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row > .video-iframe-container {  }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#S1FRgi1m2rqHbaMMP24hZgl351uRli3D { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006eb6, #0054b8);background-image: -moz-linear-gradient(180deg, #006eb6, #0054b8);background-image: -ms-linear-gradient(180deg, #006eb6, #0054b8);background-image: -o-linear-gradient(180deg, #006eb6, #0054b8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#0054b8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#0054b8' );";background-image: linear-gradient(180deg, #006eb6, #0054b8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ;height:28.125rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#OragUnXQgVz3nIT8XreMMnolJBOUsalB { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.25rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7ZH8UEzTHGhlwhlxQMNeTPRcTSEBERu { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:4rem;left:4.25rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.25rem;height:12.5244375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX li:before{  }
#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -moz-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -ms-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -o-linear-gradient(180deg, #13a5ff, #006eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );";background-image: linear-gradient(180deg, #13a5ff, #006eb6);background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { border-width: 0; border-radius: 0; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row > .video-iframe-container {  }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#sKZiP4FBBSpEb09gMyhFaieJ0mMAhklh { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.25rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOouxUECPgoTSZUcaIwWVPBnoEGS1XJT { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:46.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utBf45ukU2kZ9I74ICBq9HfHTSTbHFnI { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:21.25rem;top:11.029727935791rem;left:0rem;overflow:hidden;display:block; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-form-header {  }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-regular-label { height:auto;display:block;font-family:helvetica02;font-size:0.875rem;font-weight:bold;color:#000000;width:22.5625rem;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; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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.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:22.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:helvetica02; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-textarea { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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.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:22.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:helvetica02; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:22.5625rem;box-sizing:border-box;height:2.5rem;color:#959595;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .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; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(180deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(180deg, #fbad30, #ef7d00);background-size:initial !important;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.25rem;font-weight:bold;color:#ffffff;width:22.5625rem;height:3.4375rem;font-family:helvetica02;overflow:hidden; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]:-moz-placeholder { color:#959595;font-family:"source sans pro";font-size:0.875rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]::-moz-placeholder { color:#959595;font-family:"source sans pro";font-size:0.875rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]:-ms-input-placeholder { color:#959595;font-family:"source sans pro";font-size:0.875rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]::-webkit-input-placeholder { color:#959595;font-family:"source sans pro";font-size:0.875rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .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:helvetica02;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .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; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .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:helvetica02;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-container:first-of-type{padding-top:0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-container:last-of-type{padding-bottom:0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.279296875rem;left:22.9375rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-info-text { display:block;height:auto;font-family:helvetica02;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; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa {display:block;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.279296875rem;left:22.9375rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IFeUctyTI9ldJPVPlup3DTscUcRA0lGi { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #BB4L75LdqZf4LnLhXyZdEQRlPvV8y2tl { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #EQMz5wHqZpSEOIhFE57sBHH3nMexoOG3 { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #qGZ19pkWMgOPIL7eOvUZyPafFpD1Gdkm { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #fqG0SCbhuINJNniEHt2yluXiHscrFfe9 { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #k16mq0kl5y8bgSloPBGLycxECK5CN8CI { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #WioPuyv03eB0KB59nfddnqT7TTZHS9cs { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TOx6P5Ds3OdlXmcNzrzNB9TB9hsAM5Mv { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IUZXRlllo4ATbvPUi8RITUdDa2gOHanz { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #G48numPsyuLKzCzQ9028JIqkZMGTGbdk { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HWndWB6TD36hmVkLcHx3dtu1Ifem5sU6 { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pTSAAIGhK59R3NQ0kFcuZXgtkwbaHShG { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #S9gHOIET5LM1uayP7AEh8pThb89OX0xT { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HTbfeByRQOyUvn9HKMNVoPbAtTq2h0xo { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #MOKhOtkrnTe7y7CPd1oqImMNu3NLIgQM { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #zFag18cxUD9sSHIddRpFVzrWnmHzZfci { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #tia211te8t8VtdbGHRUzbva27brpnArx { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #LMQBvpkJn6Xv2l4365bkoAa66AOV9sl0 { position:relative; }
#UmRxZimJugqC1rMn1GyRZ0mSyZ0xkPgf { position:relative;display:block; }
#KdacpRDVgAAerE8Zagop6wMKhXUnOv30 { position:relative;display:block; }
#LCu9bWTTCBDcIHXKmraVbZOzGVoLdMNW { position:relative;display:block; }
#mlSJwRVg8mK3CCW1Lfymbm1aG3MDcylW { position:relative;display:block; }
#rmy5xfHncVPxG0lO5ohcmTgnXEKhaFLl { position:relative;display:block; }
#kPxawg2QNXn2V9BKTRLT2cEW0RhdaJqy { position:relative;display:block; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TLqKHkuBMhcFLv5TnzoIeKG83RGvFy0O { position:relative; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pB9hoifEdt0avhKXtlWZzZAdX0ey3mIr { position:relative; }
#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container { background-color: transparent; background-image: none; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container > .video-iframe-container { display: none; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row > .video-iframe-container { display: none; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .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); }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container { border-width: 0; border-radius: 0; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row > .video-iframe-container {  }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#BbOM3AUww24KhvpqDZNiI2Vv82m61kcK { color:#818a91;display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.75rem;left:0.875rem;height:1.462675rem;font-style:normal;display:block; }
#IQWi7Wk3yU52qSDbChaW6DThpOT7yTSO { color:#0054b8;display:block;width:35.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:3.75rem;left:0.875rem;height:2.88720625rem;font-style:normal;display:block; }
#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container { background-color: transparent; background-image: none; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container > .video-iframe-container { display: none; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row > .video-iframe-container { display: none; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .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); }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container { border-width: 0; border-radius: 0; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row > .video-iframe-container {  }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#nIGzEapwLBO5sMFgtKHhdsCEVhSkedSb { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#vZsHxqFVbC49dqlp66Tg6O4AHsmrCTzu { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHaAuTvFNZ6sIsEk788wOM6551oAag46 { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container { background-color: transparent; background-image: none; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container > .video-iframe-container { display: none; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row > .video-iframe-container { display: none; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .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); }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container { border-width: 0; border-radius: 0; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row > .video-iframe-container {  }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#JNC8nkLLSNyeAH94T28kXGrqIoAILagB { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container { background-color: transparent; background-image: none; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container > .video-iframe-container { display: none; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row > .video-iframe-container { display: none; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .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); }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container { border-width: 0; border-radius: 0; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row > .video-iframe-container {  }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#T0KrbFUApmCLpwrxQTp0canKrizPNGbI { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#MOyTIzr0B8l8nfm7Hh6nUHUOJHFTAGiA { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPTwHq6Jmqg6CiCk6Z4rcydmRAg2yRXZ { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container { background-color: transparent; background-image: none; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container > .video-iframe-container { display: none; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row > .video-iframe-container { display: none; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .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); }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container { border-width: 0; border-radius: 0; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row > .video-iframe-container {  }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#XT9GyQcXRuOU4txc6gkAC26TVFHESKCC { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container { background-color: transparent; background-image: none; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container > .video-iframe-container { display: none; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row > .video-iframe-container { display: none; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .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); }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container { border-width: 0; border-radius: 0; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row > .video-iframe-container {  }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#O2q8W9GufqMPrXHBqlRWhe7ygcx4kL0U { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#IXyOsfFk1kwq03MT3xHwMZv0GOLSoaPy { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZEUTEikIrRKTfLB9i3RKgEsO1RdPbVvo { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container { background-color: transparent; background-image: none; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container > .video-iframe-container { display: none; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row > .video-iframe-container { display: none; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .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); }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container { border-width: 0; border-radius: 0; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row > .video-iframe-container {  }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#NgWX3V9pTKh1y6Ta9vwBNoVguyeMv7nm { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:7.19825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container { background-color: transparent; background-image: none; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container > .video-iframe-container { display: none; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row > .video-iframe-container { display: none; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .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); }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container { border-width: 0; border-radius: 0; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row > .video-iframe-container {  }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#opaonwGiz4vSTzkRLoDIqkIeiS5kOnVM { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#V0XoVVdymT2QptxxDCeSa6K40MPkLLe2 { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ShMc1v7LCtiZq19HB0CE5lUemMl8mNAN { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container { background-color: transparent; background-image: none; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container > .video-iframe-container { display: none; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row > .video-iframe-container { display: none; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .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); }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container { border-width: 0; border-radius: 0; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row > .video-iframe-container {  }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#uQueqi24U7b5tDQWThCXAvoltUR7kpVk { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container { background-color: transparent; background-image: none; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container > .video-iframe-container { display: none; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row > .video-iframe-container { display: none; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .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); }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container { border-width: 0; border-radius: 0; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row > .video-iframe-container {  }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#ZkxyPCWNWwhHc8L2K4lDb1zLRM8gCQQh { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#QOs05TfSwVVyeDrmTqOaviLHi2yDoIeD { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDhDarAwaKKNSUTzSkNPSHfDmONCVia6 { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container { background-color: transparent; background-image: none; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container > .video-iframe-container { display: none; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row > .video-iframe-container { display: none; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .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); }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container { border-width: 0; border-radius: 0; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row > .video-iframe-container {  }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#FfokkTxTxV2M5ETdwN2VF5LS4rD8K00D { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container { background-color: transparent; background-image: none; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container > .video-iframe-container { display: none; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row > .video-iframe-container { display: none; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .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); }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container { border-width: 0; border-radius: 0; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row > .video-iframe-container {  }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#qMFS0F07s1RBGOD3qI4OMUWpnwFqxSDe { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#X77g0zU3AkPveD3G7uWvzHkJQGTR8aLt { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmhuX83gHBDUy6rc5kTVv5TvUAwDBmaa { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container { background-color: transparent; background-image: none; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container > .video-iframe-container { display: none; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row > .video-iframe-container { display: none; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .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); }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container { border-width: 0; border-radius: 0; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row > .video-iframe-container {  }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#k7T209wL4Cog6yC262OEhTFBaeG0txWt { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container { background-color: transparent; background-image: none; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container > .video-iframe-container { display: none; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row > .video-iframe-container { display: none; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .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); }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container { border-width: 0; border-radius: 0; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row > .video-iframe-container {  }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#vcu4IM0L8HSEiyGEC6Th3ppCzI7Mx5bV { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#gIGTdHEPwvgytaLFyR7IZy3XXhpAvCaf { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wUM0pksBOO8KQeRAq36HFJvEWzaIcqxH { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container { background-color: transparent; background-image: none; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container > .video-iframe-container { display: none; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row > .video-iframe-container { display: none; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .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); }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container { border-width: 0; border-radius: 0; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row > .video-iframe-container {  }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#iEZtv00BJLz3c5adeT2EAh2O4aN3V1e7 { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:2.44921875rem;left:0.9375rem;height:19.3461875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw li:before{  }
#STof9wDTzCP5PZtB4UJBzKRaem0gl36X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container { background-color: transparent; background-image: none; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container > .video-iframe-container { display: none; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row > .video-iframe-container { display: none; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .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); }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container { border-width: 0; border-radius: 0; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row > .video-iframe-container {  }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#LqiHrPXFTnlJyBHiBKaiFc6ICHC8LzMk { box-sizing:content-box;color:#0054b8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.96875rem;left:35.0625rem;display:block; }
#A2JfvqJ5bJCClrigz1MhtIPIPkLEx94z { color:#0054b8;display:block;width:35.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.296875rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqPL5EhU2cbECbrs7xiplJJ4ZtULShBv { position:absolute;display:block;z-index:100012;background-color:#818a91;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;height:0.1875rem;width:37.5rem;top:2.9375rem;left:0rem;display:block; }
#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.79);background-image:none;position:relative;z-index:auto;display:block; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container { background-color: transparent; background-image: none; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container > .video-iframe-container { display: none; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row > .video-iframe-container { display: none; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .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); }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container { border-width: 0; border-radius: 0; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row > .video-iframe-container {  }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#yA0oinBfk5wCr6aGc86st2Ga5KQSH40x { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:0.625rem;left:0.9375rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:3.6484375rem;left:0.9375rem;height:14.8095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 li:before{  }
#TTsD02ssH11rSh5rODuQQl17dv4SNWyX { color:#434240;display:block;width:35.625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:19.078125rem;left:0.9375rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#iornQduAzhI2odR18JOihILgsVz2msV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container { background-color: transparent; background-image: none; }#iornQduAzhI2odR18JOihILgsVz2msV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container > .video-iframe-container { display: none; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row > .video-iframe-container { display: none; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .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); }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container { border-width: 0; border-radius: 0; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row > .video-iframe-container {  }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -moz-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -ms-linear-gradient(180deg, #13a5ff, #006eb6);background-image: -o-linear-gradient(180deg, #13a5ff, #006eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#006eb6' );";background-image: linear-gradient(180deg, #13a5ff, #006eb6);background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { background-color: transparent; background-image: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container > .video-iframe-container { display: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container { display: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .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); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { border-width: 0; border-radius: 0; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container {  }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#T5O68MWlGA4HZXnZ1R9NplanzsdOkzdn { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:3.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSvTkFZLFSX2wqyPpN0q0zrzXSlLtgp8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:21.25rem;top:0rem;left:45.625rem;overflow:hidden;display:none; }
#UmzRvf6nuiaZTIw0G7CIOVfHJQtD77yP { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:3.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RTpB1bkMdBAOrXc8rRMCqg840r4g1G7B { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:helvetica02;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:12.9375rem;height:1.4619125rem;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBRtLaELy06J85C8xL7TCl9N7zrDUTCT { display:block; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kITQWTkd7Mg4lF6BiytJ3sSkF5vRKCWq { width:21.25rem;height:6.25rem;top:0rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #liddgh2aMkVTFnRVK34HEnzsFbk1L7iJ { width:14.9375rem;height:3.1875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuukMaTRxiXoJPUHOCrrK5matePnp8Uk { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Tluo2m3Bi8ksGWkpv0zIVoTJkIgvqvhy { display:block; }
 }@media only screen and (max-width: 763px) { #HOAZtT4Fphg4SkJHiBsR5La8ae9wlNEk { width:37.5rem;height:28.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww5i1AANlkXNwColkxtJ6hFNRFtwCrTP { width:15.3125rem;height:1.4375rem;top:1.25rem;left:27rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpD7blBqc8bbRlXXygi41MiPNNm0RUIu { top:0.5625rem;left:35.25rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLsikBJB29qSnyJ0v78V3urXxRa0ssk { display:block; }
 }@media only screen and (max-width: 763px) { #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L { display:block; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9gGt2RzFFsLcUru99wJlLT3vKvRfq4a { width:35.8125rem;height:8.625rem;top:8.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXW9mkE5MTwi21fMaCCLaob5TxzF6JN2 { width:33.4375rem;height:5.8125rem;top:18.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaT6kwLmHRvsTqeIIOBAXMmppva2AW1I { width:21.1875rem;height:2.875rem;top:33.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3gAq0FRLbypH11zAmSk39Tsp5nN4A1a { width:36.125rem;height:1.1875rem;top:26rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ0PJXflbNKCrh4qIAZWTkPcsH5mXH6D { width:13.0625rem;height:5.3125rem;top:18.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpJ7yNDseuoPZLySHXchfKc6SbU5u3S5 { width:14.9375rem;height:3.1875rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7iJ1ETZMKcDawxFaugCc8OFJuqD4bKT { width:21.625rem;height:3.9375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs2v58yfat3HknWU01ogmImoA9b7QsxU { width:29.75rem;height:37.1875rem;top:6.0625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6  { width:22.5625rem;height:auto;top:14.5625rem;left:22.6875rem; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 {display:block;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 { width:22.5625rem;height:auto;top:14.5625rem;left:22.6875rem; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #AuWo9yOA6PkeZIRKXQJemkehXUqUgHDn {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #wOK5C9Kp4qrpLUq2lUkpCZT3CCt5cqMH {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TT3OW1luko2XkkCTpFZNBgTkh7xXu2p5 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #oaJGGcZhLR2safwgKG9tartdEU06AFHE {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #DT76NmTuPLcikP3xv2u0KO4fVF8SvbVd {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #Rbs2XMFHTPXROq42H1iJACMwbIqcVg8n {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TpmbuEVRgXDVnep6Sv9TkyPTTeAnWhrO {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #IAlW4FysnAIMMTs2qcRoc6sxTVDaCyhJ {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #c8VWe9eU4CsqTBkfiCLfif0K5wzH83W1 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #qI1s2RFfDIMJHMRBtNpk8hOalBXJV7PU {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #iSTiaAR7Q3e112Lo3F96tvmrnvCgJaVn {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #yyEFZi8bhf4PsuMTgvPpSfJ5fRD4gTUH {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #x6yBuQ00qI0lbipvt9xv2WQZnuvLvzG0 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #KsgDakyUln202sxXF7qebQt50kzq5cXO {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TTGrmylr0X2mv14u1OrsuZudb6deTBRt {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #vvtT8QJorgtWFzODAiFcDRIWOg1XH8sw {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #nLupOtWx9C8z6Vfszl0M1cBTqgUt414o {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #JufiTwhvG3DNFLHQ72H5EHVOzRppf5ui {  }
 }@media only screen and (max-width: 763px) { #vU3ytCzGBOZBdAAKnaOhobKFa0qMFOxC { display:block; }
 }@media only screen and (max-width: 763px) { #IHV0HLFRiPhEzAVt1eM7HdwRgPbzVRpS { display:block; }
 }@media only screen and (max-width: 763px) { #M6l4QmIkMbcR2MQ5UUEVMeSmNRU6ok4s { display:block; }
 }@media only screen and (max-width: 763px) { #lFyIp4z5avlCOzR3duUe6qtEVTtQKIJS { display:block; }
 }@media only screen and (max-width: 763px) { #TPoMG8WmRbWN0R7oIFTu1iv95vDmM6iO { display:block; }
 }@media only screen and (max-width: 763px) { #m8Jy9frXUJSc82IbgTiOEtbbuATZX9bS { display:block; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #V0nhaAAHst8QvBq8XyD55AadhO9NW0ZF {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #UeakKZhUcJdTmn67myTTERZwVhi5oQlD {  }
 }@media only screen and (max-width: 763px) { #uxgWmqhc3DBba5sZUPG4rnX56c8Lr5SA { width:28.125rem;height:2.875rem;top:12.3125rem;left:19.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glg2ALskduJkrEFMsLx3NqaRqkxngeQa { width:28.125rem;height:1.4375rem;top:10.875rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgdBJRDdlZkl3FuzSSxG3W7fDRuSFxtD { width:21.25rem;height:6.25rem;top:3.75rem;left:25.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdboStL7FNVURGGA2bUwwMr3M8EFGOLD { width:30.0625rem;height:4.1875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmg5aixKJL5vfawOOoAkgBB901bJ1Nib { width:29.4375rem;height:3.0625rem;top:28.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa { display:block; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfcGyRdfq3nWdVcU3ynCb796wSWHV9D8 { width:36.4375rem;height:2.9375rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV { display:block; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxH4kceRehm85NyLwJUvbZi544uobaAD { width:5.625rem;height:5.625rem;top:1.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUeXaFnVe41u64kyyHlfFX2K11GQFCi { width:5.625rem;height:5.625rem;top:1.875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwRiriNX19rrdAhZg2NnIw1gvhACQn4 { width:17.5rem;height:1.6875rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnuH9wLD6oLTM2cAacRiBzLqJKaiDOx { width:16.6875rem;height:4.875rem;top:9.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOI7KWMVq8HwaCCztntbzGxN219I7GEM { width:16.6875rem;height:6.0625rem;top:9.9375rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTESABqyHT1AVahpvlvpETGJd1bzBrTL { width:17.5rem;height:1.6875rem;top:8.0625rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh { display:block; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBCaUwESlvTTx4yhr0OGT4GGz1GGMvmZ { width:5.625rem;height:5.625rem;top:1.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC3cTo7IQWvgCa3CdP6Ick1asU1ZgLi { width:5.625rem;height:5.625rem;top:1.875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBqL6Rd734LiiSGvhACSTHaPoHfetrRx { width:17.5rem;height:1.6875rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chEOTNaKuBd5wdC6WP05VI1CSto4M8Tu { width:16.6875rem;height:4.875rem;top:9.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCeEgcdFZvo71c29gz4BXbDHbhVF79Ls { width:16.6875rem;height:4.875rem;top:11.5625rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPeRhPlbPgIt3QwR5xPEva4frtGfTp8a { width:13.125rem;height:2.875rem;top:8.0625rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx { display:block; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT2g3b2fyK6bte92QLZOKpiOiM7PZ2bS { width:5.625rem;height:5.625rem;top:1.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuTdgS6B8tMm4esm9Clke1hLkzPRp0D { width:5.625rem;height:5.625rem;top:1.875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPmnoyqCdrQ7wlkDZTnSBo5PxuTPQVTr { width:14.375rem;height:2.875rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VgfTMFXKKuXlsT7dNoTFRhtfNLI2dr { width:16.6875rem;height:4.875rem;top:11.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplJK8maX0qpL2xB0fQp6e3U9srPRI1r { width:16.6875rem;height:3.625rem;top:9.9375rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6roc06tSzuTgtPQDxqrARLeMyIFfkS0 { width:17.5rem;height:1.6875rem;top:8.0625rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxuUyTURiElzyl2ohkXPmTlzkVpBFmle { display:block; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH6mk3azMbtuxMNvStJ58c2oitUr3TVw { width:37.4375rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cncuR9LxV8oW0PPsbusgTKTbAVX2XurF { width:34.5rem;height:1.4375rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxMfGgIosNwq5Miozgxqq24BKRWuvP9p { display:block; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8lNrRnQKbU0t5FkMKoIOVI16ExwMbWR { width:7.5rem;height:4.8125rem;top:0.625rem;left:2.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5i9sp3OVdsqGNreTGL8fKih3DMDrXqe { width:15.8125rem;height:1.4375rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboq3fIsheeu8D8vS8wDIv0tm9evxc5K { width:15.8125rem;height:1.4375rem;top:5.375rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMMGk8MyPUtEqH5Q3mge60abq6TcwiDP { width:7.5rem;height:4.8125rem;top:0.625rem;left:14.15625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gQ232ZNO9upItOWUwdkDHWmkErP88T { display:block; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaLMUsaHxUsFQpdtLtB4xwDJmrMIREve { width:7.5rem;height:4.8125rem;top:0rem;left:2.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL5XbMua4JwwX5JEU3aMPRtn3h4EKQSJ { width:15.8125rem;height:1.4375rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPEXq2z3Vqpbq7SVNix6rsQQUacFNG3q { width:15.8125rem;height:1.4375rem;top:4.75rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwZEyNyBkumRpbmaQcAvQXMWPVdCsP9Q { width:7.5rem;height:4.8125rem;top:0rem;left:14.15625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 { display:block; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLUWSBiQOTSAlPIdhBr2Vi5pTZ13EiTT { width:35.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLyKCflaKgI55xhMkTsPU59VuI0VAPc { width:32.25rem;height:1.4375rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXJ3mFP2IPsXh62faGrladcEaIHtN5FA { display:block; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwzuIvMtuEVZeWUQUPT8S4CiSHHFX8Ko { width:17.5rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69QrnoxQSV77q0ApsaMRNolXgdd2TDU { width:13.75rem;height:1.9375rem;top:14.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKC33TXh4LTZWxfgCvZsLc1oRVcTHqVN { width:14.125rem;height:1.4375rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gfh7p3Tr1Do5fD9TQ4pTBBvRTuQWIS { width:17.5rem;height:15.9375rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGx3544Oqe1pk5ue1LxlvxsK0Wzp5JXf { width:16.5625rem;height:0.9375rem;top:14.4375rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7TnINJgpUa7pwQg620Az1kIGJXi75o { width:14.125rem;height:1.4375rem;top:12.9375rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKoN2T1B23Hk3w4QEJnJvV1hh11q4p3e { width:17.5rem;height:15.9375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP574KDVLX8n4A9hztvuzz0IKzZDLLm { width:16.5625rem;height:0.9375rem;top:31.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLtEF4cgD0mFQohmhZzRiLr9txTFrFz { width:14.125rem;height:1.4375rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWvCWQq9RtrvswUxLKr3GUEv9BVXWTJ { width:17.5rem;height:15.9375rem;top:17.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5cqw7LyurXTaAB7mCZRaw41odbGkTv { width:16.5625rem;height:1.9375rem;top:30.6875rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDZzzN2sty54cBiQmQw2kCJBrG6T2IdQ { width:13.75rem;height:2.4375rem;top:28.125rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu { width:17.5rem;height:10.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPg8t8llkXppcTJMDv9T312uIDWg0PQ { width:17.5rem;height:10.4375rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHQUtenqOewRqUA47PJIKHz26J1iBJ8C { width:17.5rem;height:10.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a87DIu81d0mIoy0tVSuqhLL8We4Buk2H { width:17.5rem;height:10.4375rem;top:17.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G { display:block; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4RUbSUPWER6cknOgI5leWRbFhGTIWeB { width:35.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEHNVyx9yO58yC0kMfSzXtoEN1peOmTM { width:32.25rem;height:2.875rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq { display:block; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlLASAr7SEU7iOTUrGvDue0fzUx9qm4k { width:17.5rem;height:15.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mFvZGqK7P3AbyF5ve0PuqDTW0fHCBU { width:13.75rem;height:1.9375rem;top:14.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEUVU7RSZwqumNNh4SwAmJPFQN7moMOM { width:14.125rem;height:1.4375rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQtqza8Pin7cT2rns7Q7dfmoIOmBqQTB { width:17.5rem;height:15.9375rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKkBh2te51LwMu6O6GnQgbveOdova3uk { width:16.5625rem;height:0.9375rem;top:14.4375rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Wocq0BP7WExmf8qlZ1HvXCBeUpysdi { width:14.125rem;height:1.4375rem;top:12.9375rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipNJ2VOJgTxkCRUVhLDwl2gspEP9S2sh { width:17.5rem;height:15.9375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DVsRPqbvTIhcIeaLINhG3ThzZd0Lu7 { width:16.5625rem;height:0.9375rem;top:31.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCiwdlRoGhcZs35kyh0yEo44tEbTaA7N { width:14.125rem;height:1.4375rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB77gcNIaawOJEPmkOti7rLeTwRJw1Rm { width:17.5rem;height:15.9375rem;top:17.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0G7efgct6ChuLQoMtMo7pni7LUAdCII { width:16.5625rem;height:1.9375rem;top:30.75rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWBLJviCvkO4EB1Q2Txv5VoMEZspBuSU { width:14.125rem;height:1.4375rem;top:29.25rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H { width:17.5rem;height:10.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8 { width:17.5rem;height:10.4375rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi { width:17.5rem;height:10.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi { width:17.5rem;height:10.4375rem;top:17.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 { display:block; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1FRgi1m2rqHbaMMP24hZgl351uRli3D { width:37.5rem;height:28.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OragUnXQgVz3nIT8XreMMnolJBOUsalB { width:26.4375rem;height:2.875rem;top:6.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ZH8UEzTHGhlwhlxQMNeTPRcTSEBERu { width:25.375rem;height:2.875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX { width:29.0625rem;height:12.5rem;top:11.5625rem;left:0rem;font-size:0.9375rem;display:block; }#mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX li:before{  }
 }@media only screen and (max-width: 763px) { #JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC { display:none; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sKZiP4FBBSpEb09gMyhFaieJ0mMAhklh { width:28.125rem;height:3.375rem;top:10.75rem;left:19.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOouxUECPgoTSZUcaIwWVPBnoEGS1XJT { width:28.125rem;height:1.4375rem;top:9.3125rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBf45ukU2kZ9I74ICBq9HfHTSTbHFnI { width:21.25rem;height:6.25rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa  { width:22.5625rem;height:auto;top:3.25rem;left:9.3125rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa {display:block;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa { width:22.5625rem;height:auto;top:3.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IFeUctyTI9ldJPVPlup3DTscUcRA0lGi {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #BB4L75LdqZf4LnLhXyZdEQRlPvV8y2tl {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #EQMz5wHqZpSEOIhFE57sBHH3nMexoOG3 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #qGZ19pkWMgOPIL7eOvUZyPafFpD1Gdkm {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #fqG0SCbhuINJNniEHt2yluXiHscrFfe9 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #k16mq0kl5y8bgSloPBGLycxECK5CN8CI {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #WioPuyv03eB0KB59nfddnqT7TTZHS9cs {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TOx6P5Ds3OdlXmcNzrzNB9TB9hsAM5Mv {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IUZXRlllo4ATbvPUi8RITUdDa2gOHanz {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #G48numPsyuLKzCzQ9028JIqkZMGTGbdk {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HWndWB6TD36hmVkLcHx3dtu1Ifem5sU6 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pTSAAIGhK59R3NQ0kFcuZXgtkwbaHShG {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #S9gHOIET5LM1uayP7AEh8pThb89OX0xT {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HTbfeByRQOyUvn9HKMNVoPbAtTq2h0xo {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #MOKhOtkrnTe7y7CPd1oqImMNu3NLIgQM {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #zFag18cxUD9sSHIddRpFVzrWnmHzZfci {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #tia211te8t8VtdbGHRUzbva27brpnArx {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #LMQBvpkJn6Xv2l4365bkoAa66AOV9sl0 {  }
 }@media only screen and (max-width: 763px) { #UmRxZimJugqC1rMn1GyRZ0mSyZ0xkPgf { display:block; }
 }@media only screen and (max-width: 763px) { #KdacpRDVgAAerE8Zagop6wMKhXUnOv30 { display:block; }
 }@media only screen and (max-width: 763px) { #LCu9bWTTCBDcIHXKmraVbZOzGVoLdMNW { display:block; }
 }@media only screen and (max-width: 763px) { #mlSJwRVg8mK3CCW1Lfymbm1aG3MDcylW { display:block; }
 }@media only screen and (max-width: 763px) { #rmy5xfHncVPxG0lO5ohcmTgnXEKhaFLl { display:block; }
 }@media only screen and (max-width: 763px) { #kPxawg2QNXn2V9BKTRLT2cEW0RhdaJqy { display:block; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TLqKHkuBMhcFLv5TnzoIeKG83RGvFy0O {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pB9hoifEdt0avhKXtlWZzZAdX0ey3mIr {  }
 }@media only screen and (max-width: 763px) { #BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU { display:block; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOM3AUww24KhvpqDZNiI2Vv82m61kcK { width:32.3125rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWi7Wk3yU52qSDbChaW6DThpOT7yTSO { width:35.8125rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn { display:block; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIGzEapwLBO5sMFgtKHhdsCEVhSkedSb { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZsHxqFVbC49dqlp66Tg6O4AHsmrCTzu { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHaAuTvFNZ6sIsEk788wOM6551oAag46 { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv { display:block; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNC8nkLLSNyeAH94T28kXGrqIoAILagB { top:0.625rem;left:0rem;width:35.625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c { display:block; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0KrbFUApmCLpwrxQTp0canKrizPNGbI { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOyTIzr0B8l8nfm7Hh6nUHUOJHFTAGiA { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTwHq6Jmqg6CiCk6Z4rcydmRAg2yRXZ { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu { display:block; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9GyQcXRuOU4txc6gkAC26TVFHESKCC { top:0.625rem;left:0rem;width:35.625rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ { display:block; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2q8W9GufqMPrXHBqlRWhe7ygcx4kL0U { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyOsfFk1kwq03MT3xHwMZv0GOLSoaPy { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEUTEikIrRKTfLB9i3RKgEsO1RdPbVvo { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E { display:block; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgWX3V9pTKh1y6Ta9vwBNoVguyeMv7nm { top:0.625rem;left:0rem;width:35.625rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 { display:block; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opaonwGiz4vSTzkRLoDIqkIeiS5kOnVM { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0XoVVdymT2QptxxDCeSa6K40MPkLLe2 { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMc1v7LCtiZq19HB0CE5lUemMl8mNAN { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwDVpVua10wX1OoKM4yMNmlO2faFu2n { display:block; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQueqi24U7b5tDQWThCXAvoltUR7kpVk { top:0.625rem;left:0rem;width:35.625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G99GfwyBRAhCHBli8LGTcIgmHm44TOhA { display:block; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkxyPCWNWwhHc8L2K4lDb1zLRM8gCQQh { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOs05TfSwVVyeDrmTqOaviLHi2yDoIeD { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDhDarAwaKKNSUTzSkNPSHfDmONCVia6 { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW { display:block; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfokkTxTxV2M5ETdwN2VF5LS4rD8K00D { top:0.625rem;left:0rem;width:35.625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw { display:block; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMFS0F07s1RBGOD3qI4OMUWpnwFqxSDe { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77g0zU3AkPveD3G7uWvzHkJQGTR8aLt { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhuX83gHBDUy6rc5kTVv5TvUAwDBmaa { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy { display:block; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7T209wL4Cog6yC262OEhTFBaeG0txWt { top:0.625rem;left:0rem;width:35.625rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu { display:block; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcu4IM0L8HSEiyGEC6Th3ppCzI7Mx5bV { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIGTdHEPwvgytaLFyR7IZy3XXhpAvCaf { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM0pksBOO8KQeRAq36HFJvEWzaIcqxH { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi { display:block; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEZtv00BJLz3c5adeT2EAh2O4aN3V1e7 { top:0.625rem;left:0rem;width:35.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw { top:2.4375rem;left:0rem;width:35.625rem;height:19.3125rem;font-size:0.75rem;display:block; }#EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw li:before{  }
 }@media only screen and (max-width: 763px) { #STof9wDTzCP5PZtB4UJBzKRaem0gl36X { display:block; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqiHrPXFTnlJyBHiBKaiFc6ICHC8LzMk { top:0.9375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2JfvqJ5bJCClrigz1MhtIPIPkLEx94z { top:1.25rem;left:0rem;width:35.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPL5EhU2cbECbrs7xiplJJ4ZtULShBv { top:2.9375rem;left:0rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp { display:block; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yA0oinBfk5wCr6aGc86st2Ga5KQSH40x { top:0.625rem;left:0rem;width:35.625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 { top:3.625rem;left:0rem;width:35.625rem;height:;font-size:0.75rem;display:block; }#oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 li:before{  }
 }@media only screen and (max-width: 763px) { #TTsD02ssH11rSh5rODuQQl17dv4SNWyX { top:19.0625rem;left:0rem;width:35.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iornQduAzhI2odR18JOihILgsVz2msV3 { display:block; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc { display:block; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5O68MWlGA4HZXnZ1R9NplanzsdOkzdn { width:47.75rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvTkFZLFSX2wqyPpN0q0zrzXSlLtgp8 { width:21.25rem;height:6.25rem;top:0rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmzRvf6nuiaZTIw0G7CIOVfHJQtD77yP { width:15.6875rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTpB1bkMdBAOrXc8rRMCqg840r4g1G7B { width:18.5rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBRtLaELy06J85C8xL7TCl9N7zrDUTCT { position:fixed;z-index:199999;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:0rem;right:0rem;display:block; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { background-color: transparent; background-image: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container > .video-iframe-container { display: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container { display: none; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .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); }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { border-width: 0; border-radius: 0; }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row > .video-iframe-container {  }#MBRtLaELy06J85C8xL7TCl9N7zrDUTCT > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kITQWTkd7Mg4lF6BiytJ3sSkF5vRKCWq { width:8.625rem;height:2.4375rem;top:0rem;left:5.6875rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #liddgh2aMkVTFnRVK34HEnzsFbk1L7iJ { width:12rem;height:2.5rem;top:5.8125rem;left:4.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuukMaTRxiXoJPUHOCrrK5matePnp8Uk { top:7.0182294845581rem;left:1.2500000596046rem;width:17.5rem;height:3.4375rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(180deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(180deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(180deg, #fbad30, #ef7d00);background-size:auto !important;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;font-size:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fafafa;display:none; }
 }@media only screen and (max-width: 763px) { #Tluo2m3Bi8ksGWkpv0zIVoTJkIgvqvhy { display:block; }
 }@media only screen and (max-width: 763px) { #HOAZtT4Fphg4SkJHiBsR5La8ae9wlNEk { width:20rem;height:5.3125rem;top:0rem;left:-0.03466796875rem;z-index:100000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13a5ff, #0054b8);background-image: -moz-linear-gradient(180deg, #13a5ff, #0054b8);background-image: -ms-linear-gradient(180deg, #13a5ff, #0054b8);background-image: -o-linear-gradient(180deg, #13a5ff, #0054b8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#0054b8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a5ff', endColorstr='#0054b8' );";background-image: linear-gradient(180deg, #13a5ff, #0054b8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5i1AANlkXNwColkxtJ6hFNRFtwCrTP { width:20rem;height:1.21875rem;top:2.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kpD7blBqc8bbRlXXygi41MiPNNm0RUIu { top:3.83056640625rem;left:4.34375rem;width:11.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLsikBJB29qSnyJ0v78V3urXxRa0ssk { display:block; }
 }@media only screen and (max-width: 763px) { #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/tUOCVo8P/Camada_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.adaptive-delivery-prevent-bg, #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.lazyload, #r77SG08TcxQzGaV00IbuM1JTe3QTRh6L.lazyloading { background-image: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { background-color: transparent; background-image: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container > .video-iframe-container { display: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row > .video-iframe-container { display: none; }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .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); }#r77SG08TcxQzGaV00IbuM1JTe3QTRh6L > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9gGt2RzFFsLcUru99wJlLT3vKvRfq4a { width:18.3745625rem;height:2.88671875rem;top:8.33203125rem;left:0.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXW9mkE5MTwi21fMaCCLaob5TxzF6JN2 { width:16.3125rem;height:4.875rem;top:12.345703125rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaT6kwLmHRvsTqeIIOBAXMmppva2AW1I { width:14.9375rem;height:5.11816875rem;top:34.8125rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3gAq0FRLbypH11zAmSk39Tsp5nN4A1a { width:20rem;height:0;top:20.1064453125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ0PJXflbNKCrh4qIAZWTkPcsH5mXH6D { width:13.0625rem;height:5.34375rem;top:18.908203125rem;left:3.4677734375rem;font-size:0.9375rem;z-index:100005;line-height:1.9;text-align:center;text-align-last:center;color:#ffffff;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wpJ7yNDseuoPZLySHXchfKc6SbU5u3S5 { width:7.625rem;height:1.4375rem;top:41.8056640625rem;left:6.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #O7iJ1ETZMKcDawxFaugCc8OFJuqD4bKT { width:16.5625rem;height:1.875rem;top:34.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs2v58yfat3HknWU01ogmImoA9b7QsxU { width:20rem;height:34.375rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6  { width:17.5rem;height:auto;top:14.5625rem;left:0rem; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 {display:block;}#VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 { width:17.5rem;height:auto;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #AuWo9yOA6PkeZIRKXQJemkehXUqUgHDn {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #wOK5C9Kp4qrpLUq2lUkpCZT3CCt5cqMH {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TT3OW1luko2XkkCTpFZNBgTkh7xXu2p5 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #oaJGGcZhLR2safwgKG9tartdEU06AFHE {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #DT76NmTuPLcikP3xv2u0KO4fVF8SvbVd {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #Rbs2XMFHTPXROq42H1iJACMwbIqcVg8n {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TpmbuEVRgXDVnep6Sv9TkyPTTeAnWhrO {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #IAlW4FysnAIMMTs2qcRoc6sxTVDaCyhJ {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #c8VWe9eU4CsqTBkfiCLfif0K5wzH83W1 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #qI1s2RFfDIMJHMRBtNpk8hOalBXJV7PU {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #iSTiaAR7Q3e112Lo3F96tvmrnvCgJaVn {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #yyEFZi8bhf4PsuMTgvPpSfJ5fRD4gTUH {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #x6yBuQ00qI0lbipvt9xv2WQZnuvLvzG0 {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #KsgDakyUln202sxXF7qebQt50kzq5cXO {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #TTGrmylr0X2mv14u1OrsuZudb6deTBRt {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #vvtT8QJorgtWFzODAiFcDRIWOg1XH8sw {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #nLupOtWx9C8z6Vfszl0M1cBTqgUt414o {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #JufiTwhvG3DNFLHQ72H5EHVOzRppf5ui {  }
 }@media only screen and (max-width: 763px) { #vU3ytCzGBOZBdAAKnaOhobKFa0qMFOxC { display:block; }
 }@media only screen and (max-width: 763px) { #IHV0HLFRiPhEzAVt1eM7HdwRgPbzVRpS { display:block; }
 }@media only screen and (max-width: 763px) { #M6l4QmIkMbcR2MQ5UUEVMeSmNRU6ok4s { display:block; }
 }@media only screen and (max-width: 763px) { #lFyIp4z5avlCOzR3duUe6qtEVTtQKIJS { display:block; }
 }@media only screen and (max-width: 763px) { #TPoMG8WmRbWN0R7oIFTu1iv95vDmM6iO { display:block; }
 }@media only screen and (max-width: 763px) { #m8Jy9frXUJSc82IbgTiOEtbbuATZX9bS { display:block; }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #V0nhaAAHst8QvBq8XyD55AadhO9NW0ZF {  }
 }@media only screen and (max-width: 763px) { #VRehCluBsgqMOtqTMGl2yu2I8Uiivui6 #UeakKZhUcJdTmn67myTTERZwVhi5oQlD {  }
 }@media only screen and (max-width: 763px) { #uxgWmqhc3DBba5sZUPG4rnX56c8Lr5SA { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #glg2ALskduJkrEFMsLx3NqaRqkxngeQa { width:20rem;height:auto;top:10.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AgdBJRDdlZkl3FuzSSxG3W7fDRuSFxtD { width:20rem;height:5.8823529411765rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdboStL7FNVURGGA2bUwwMr3M8EFGOLD { width:17.75rem;height:8.0625rem;top:25.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmg5aixKJL5vfawOOoAkgBB901bJ1Nib { width:14.6875rem;height:6.173825rem;top:26.125rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(280deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(280deg, #fbad30, #ef7d00);background-size:cover !important;display:block; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { background-color: transparent; background-image: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container > .video-iframe-container { display: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row > .video-iframe-container { display: none; }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .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); }#D1xQv7N8v7ITCNTS2EBqJKOddHDwqnOa > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfcGyRdfq3nWdVcU3ynCb796wSWHV9D8 { width:15.375rem;height:3.29980625rem;top:1.875rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV { background-color:transparent;background-image: -webkit-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(280deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(280deg, #fbad30, #ef7d00);background-size:cover !important;display:block; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { background-color: transparent; background-image: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container > .video-iframe-container { display: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row > .video-iframe-container { display: none; }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .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); }#hVfv6Mwgz0cyDEsRl4e2WtryXXtZUOwV > .row .container { width:20rem;height:25.6484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxH4kceRehm85NyLwJUvbZi544uobaAD { width:5.625rem;height:5.625rem;top:1.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUeXaFnVe41u64kyyHlfFX2K11GQFCi { width:5.625rem;height:5.625rem;top:13.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwRiriNX19rrdAhZg2NnIw1gvhACQn4 { width:17.5rem;height:1.462675rem;top:8.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnuH9wLD6oLTM2cAacRiBzLqJKaiDOx { width:16.6875rem;height:2.923825rem;top:9.6875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOI7KWMVq8HwaCCztntbzGxN219I7GEM { width:16.6875rem;height:3.8984375rem;top:21.75rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTESABqyHT1AVahpvlvpETGJd1bzBrTL { width:17.5rem;height:1.462675rem;top:20.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh { background-color:transparent;background-image: -webkit-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(280deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(280deg, #fbad30, #ef7d00);background-size:cover !important;display:block; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { background-color: transparent; background-image: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container > .video-iframe-container { display: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row > .video-iframe-container { display: none; }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .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); }#J73fc0HJKTrdPn1tRqWF5vt2DCmFqDTh > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBCaUwESlvTTx4yhr0OGT4GGz1GGMvmZ { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC3cTo7IQWvgCa3CdP6Ick1asU1ZgLi { width:5.625rem;height:5.625rem;top:13.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBqL6Rd734LiiSGvhACSTHaPoHfetrRx { width:17.5rem;height:1.462675rem;top:7.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chEOTNaKuBd5wdC6WP05VI1CSto4M8Tu { width:16.6875rem;height:2.923825rem;top:9.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCeEgcdFZvo71c29gz4BXbDHbhVF79Ls { width:16.6875rem;height:2.923825rem;top:21.125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPeRhPlbPgIt3QwR5xPEva4frtGfTp8a { width:17.5rem;height:1.23730625rem;top:19.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx { background-color:transparent;background-image: -webkit-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -moz-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -ms-linear-gradient(280deg, #fbad30, #ef7d00);background-image: -o-linear-gradient(280deg, #fbad30, #ef7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad30', endColorstr='#ef7d00' );";background-image: linear-gradient(280deg, #fbad30, #ef7d00);background-size:cover !important;display:block; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { background-color: transparent; background-image: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container > .video-iframe-container { display: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row > .video-iframe-container { display: none; }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .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); }#Sd4NcFBqVxsyrov9yrEzTihbyrFzPDcx > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT2g3b2fyK6bte92QLZOKpiOiM7PZ2bS { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuTdgS6B8tMm4esm9Clke1hLkzPRp0D { width:5.625rem;height:5.625rem;top:13.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPmnoyqCdrQ7wlkDZTnSBo5PxuTPQVTr { width:17.5rem;height:1.23730625rem;top:7.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VgfTMFXKKuXlsT7dNoTFRhtfNLI2dr { width:16.6875rem;height:2.923825rem;top:9.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplJK8maX0qpL2xB0fQp6e3U9srPRI1r { width:16.6875rem;height:1.94965rem;top:21.125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6roc06tSzuTgtPQDxqrARLeMyIFfkS0 { width:17.5rem;height:1.462675rem;top:19.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxuUyTURiElzyl2ohkXPmTlzkVpBFmle { position:relative;z-index:auto;display:block; }#RxuUyTURiElzyl2ohkXPmTlzkVpBFmle > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH6mk3azMbtuxMNvStJ58c2oitUr3TVw { width:14.3120625rem;height:3.29980625rem;top:3.75rem;left:2.8439670205116rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cncuR9LxV8oW0PPsbusgTKTbAVX2XurF { width:17.9373125rem;height:2.4375rem;top:7.1677513122556rem;left:1.0308160185814rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxMfGgIosNwq5Miozgxqq24BKRWuvP9p { display:block; }#vxMfGgIosNwq5Miozgxqq24BKRWuvP9p > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8lNrRnQKbU0t5FkMKoIOVI16ExwMbWR { width:18.375rem;height:4.125rem;top:1.875rem;left:0.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5i9sp3OVdsqGNreTGL8fKih3DMDrXqe { width:16.3125rem;height:1.21875rem;top:6rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aboq3fIsheeu8D8vS8wDIv0tm9evxc5K { width:15.8125rem;height:1.21875rem;top:11.96875rem;left:2.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMMGk8MyPUtEqH5Q3mge60abq6TcwiDP { width:7.5rem;height:4.125rem;top:7.84375rem;left:6.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3gQ232ZNO9upItOWUwdkDHWmkErP88T { display:block; }#G3gQ232ZNO9upItOWUwdkDHWmkErP88T > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaLMUsaHxUsFQpdtLtB4xwDJmrMIREve { width:18.375rem;height:4.125rem;top:0.625rem;left:0.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL5XbMua4JwwX5JEU3aMPRtn3h4EKQSJ { width:16.3125rem;height:1.21875rem;top:4.75rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPEXq2z3Vqpbq7SVNix6rsQQUacFNG3q { width:15.8125rem;height:1.21875rem;top:10.71875rem;left:2.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwZEyNyBkumRpbmaQcAvQXMWPVdCsP9Q { width:7.5rem;height:4.125rem;top:6.59375rem;left:6.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 { position:relative;z-index:auto;display:block; }#t1fIUFotRHH4PdP71zqmTSy7uml7lFT4 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLUWSBiQOTSAlPIdhBr2Vi5pTZ13EiTT { width:18.375rem;height:1.6499rem;top:3.75rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThLyKCflaKgI55xhMkTsPU59VuI0VAPc { width:17.9373125rem;height:2.4375rem;top:6.0232219696045rem;left:1.0308160185814rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXJ3mFP2IPsXh62faGrladcEaIHtN5FA { position:relative;z-index:auto;display:block; }#xXJ3mFP2IPsXh62faGrladcEaIHtN5FA > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwzuIvMtuEVZeWUQUPT8S4CiSHHFX8Ko { width:17.5rem;height:16rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69QrnoxQSV77q0ApsaMRNolXgdd2TDU { width:16.5625rem;height:1.949225rem;top:13.874771118164rem;left:1.7491319775581rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKC33TXh4LTZWxfgCvZsLc1oRVcTHqVN { width:14.124375rem;height:1.21875rem;top:12.374130249024rem;left:2.9372830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2gfh7p3Tr1Do5fD9TQ4pTBBvRTuQWIS { width:17.5rem;height:16rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGx3544Oqe1pk5ue1LxlvxsK0Wzp5JXf { width:16.5625rem;height:0.974825rem;top:31.125rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb7TnINJgpUa7pwQg620Az1kIGJXi75o { width:14.124375rem;height:1.21875rem;top:29.625rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKoN2T1B23Hk3w4QEJnJvV1hh11q4p3e { width:17.5rem;height:16rem;top:33.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP574KDVLX8n4A9hztvuzz0IKzZDLLm { width:16.5625rem;height:0.974825rem;top:47.75rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXLtEF4cgD0mFQohmhZzRiLr9txTFrFz { width:14.124375rem;height:1.21875rem;top:46.25rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLWvCWQq9RtrvswUxLKr3GUEv9BVXWTJ { width:17.5rem;height:16rem;top:50.561875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5cqw7LyurXTaAB7mCZRaw41odbGkTv { width:16.5625rem;height:1.949225rem;top:63.999343872069rem;left:1.7491319775581rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDZzzN2sty54cBiQmQw2kCJBrG6T2IdQ { width:14.124375rem;height:2.0625rem;top:61.819661883638rem;left:2.9372830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBJQKuVRBM4vJJHomTwU54QQzfJqnrbu { width:17.5rem;height:10.5rem;top:0.62500847503544rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPg8t8llkXppcTJMDv9T312uIDWg0PQ { width:17.5rem;height:10.4375rem;top:17.248256683349rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHQUtenqOewRqUA47PJIKHz26J1iBJ8C { width:17.5rem;height:10.4375rem;top:33.873713385314rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a87DIu81d0mIoy0tVSuqhLL8We4Buk2H { width:17.5rem;height:10.4375rem;top:50.558794975281rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G { position:relative;z-index:auto;display:block; }#MsMhEAmT7J09lzSLxdMAr0V0Qu9aog9G > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4RUbSUPWER6cknOgI5leWRbFhGTIWeB { width:18.375rem;height:1.6499rem;top:3.75rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEHNVyx9yO58yC0kMfSzXtoEN1peOmTM { width:16.4995625rem;height:3.65625rem;top:6.0232210159302rem;left:1.7502170205116rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq { position:relative;z-index:auto;display:block; }#HqUcbBWLl1aaQ8FJxMo9hKya4qcTPaqq > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlLASAr7SEU7iOTUrGvDue0fzUx9qm4k { width:17.5rem;height:16rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mFvZGqK7P3AbyF5ve0PuqDTW0fHCBU { width:11.4995625rem;height:1.94965rem;top:13.77908039093rem;left:4.2491322159767rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEUVU7RSZwqumNNh4SwAmJPFQN7moMOM { width:14.124375rem;height:1.21875rem;top:12.374114990234rem;left:2.9372830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQtqza8Pin7cT2rns7Q7dfmoIOmBqQTB { width:17.5rem;height:16rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKkBh2te51LwMu6O6GnQgbveOdova3uk { width:16.5625rem;height:0.974825rem;top:31.125rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9Wocq0BP7WExmf8qlZ1HvXCBeUpysdi { width:14.124375rem;height:1.21875rem;top:29.625rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipNJ2VOJgTxkCRUVhLDwl2gspEP9S2sh { width:17.5rem;height:16rem;top:33.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DVsRPqbvTIhcIeaLINhG3ThzZd0Lu7 { width:16.5625rem;height:0.974825rem;top:47.75rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCiwdlRoGhcZs35kyh0yEo44tEbTaA7N { width:14.124375rem;height:1.21875rem;top:46.25rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VB77gcNIaawOJEPmkOti7rLeTwRJw1Rm { width:17.5rem;height:16rem;top:50.561875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0G7efgct6ChuLQoMtMo7pni7LUAdCII { width:11.3748125rem;height:1.94965rem;top:63.716150283813rem;left:4.3120661377907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWBLJviCvkO4EB1Q2Txv5VoMEZspBuSU { width:14.124375rem;height:1.21875rem;top:62.311187744141rem;left:2.9372830986977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NR0lotsGp4IQzJnPUQ57QeZfrKT5vQ5H { width:17.5rem;height:10.5rem;top:0.62500847503544rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNEAwJmTsf3y7Fsgc6tZfxpnF1J75l8 { width:17.5rem;height:10.4375rem;top:17.248256683349rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrmJgBOIzms6SdEthTKlRs9G1Q31rRRi { width:17.5rem;height:10.4375rem;top:33.873713385314rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgXs7HkzpiVWHBDeOPoXJKhGs5DbnxWi { width:17.5rem;height:10.4375rem;top:50.558794975281rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 { position:relative;z-index:auto;display:block; }#g1f9g4T1LNVLwFpyFNkEI4uNb6sb4kL9 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1FRgi1m2rqHbaMMP24hZgl351uRli3D { width:20rem;height:26.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OragUnXQgVz3nIT8XreMMnolJBOUsalB { width:17.9375rem;height:2.4375rem;top:5.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7ZH8UEzTHGhlwhlxQMNeTPRcTSEBERu { width:18.0625rem;height:1.6499rem;top:3.75rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX { width:16.1875rem;height:17.15625rem;top:9.25rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#mTl1QBIqR3IGMk0Km7ThmNU4GoFfMFNX li:before{  }
 }@media only screen and (max-width: 763px) { #JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -moz-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -ms-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -o-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#ba006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#ba006eb6' );";background-image: linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { background-color: transparent; background-image: none; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container > .video-iframe-container { display: none; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row > .video-iframe-container { display: none; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .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); }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { border-width: 0; border-radius: 0; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#JvAXMhAU6Bi26GZeT0wf63PBXubeTRIC > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKZiP4FBBSpEb09gMyhFaieJ0mMAhklh { width:12.7495625rem;height:4.125rem;top:7.7571620941163rem;left:3.6252170205116rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xOouxUECPgoTSZUcaIwWVPBnoEGS1XJT { width:20rem;height:1.21875rem;top:12.504340171814rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utBf45ukU2kZ9I74ICBq9HfHTSTbHFnI { width:20rem;height:5.8823529411765rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;color:#4d4d4d; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;color:#4d4d4d; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;color:#4d4d4d; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;color:#4d4d4d; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;color:#4d4d4d; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa  { width:17.5rem;height:auto;top:13.75rem;left:0rem; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa {display:block;}#EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa { width:17.5rem;height:auto;top:13.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IFeUctyTI9ldJPVPlup3DTscUcRA0lGi {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #BB4L75LdqZf4LnLhXyZdEQRlPvV8y2tl {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #EQMz5wHqZpSEOIhFE57sBHH3nMexoOG3 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #qGZ19pkWMgOPIL7eOvUZyPafFpD1Gdkm {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #fqG0SCbhuINJNniEHt2yluXiHscrFfe9 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #k16mq0kl5y8bgSloPBGLycxECK5CN8CI {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #WioPuyv03eB0KB59nfddnqT7TTZHS9cs {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TOx6P5Ds3OdlXmcNzrzNB9TB9hsAM5Mv {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #IUZXRlllo4ATbvPUi8RITUdDa2gOHanz {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #G48numPsyuLKzCzQ9028JIqkZMGTGbdk {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HWndWB6TD36hmVkLcHx3dtu1Ifem5sU6 {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pTSAAIGhK59R3NQ0kFcuZXgtkwbaHShG {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #S9gHOIET5LM1uayP7AEh8pThb89OX0xT {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #HTbfeByRQOyUvn9HKMNVoPbAtTq2h0xo {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #MOKhOtkrnTe7y7CPd1oqImMNu3NLIgQM {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #zFag18cxUD9sSHIddRpFVzrWnmHzZfci {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #tia211te8t8VtdbGHRUzbva27brpnArx {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #LMQBvpkJn6Xv2l4365bkoAa66AOV9sl0 {  }
 }@media only screen and (max-width: 763px) { #UmRxZimJugqC1rMn1GyRZ0mSyZ0xkPgf { display:block; }
 }@media only screen and (max-width: 763px) { #KdacpRDVgAAerE8Zagop6wMKhXUnOv30 { display:block; }
 }@media only screen and (max-width: 763px) { #LCu9bWTTCBDcIHXKmraVbZOzGVoLdMNW { display:block; }
 }@media only screen and (max-width: 763px) { #mlSJwRVg8mK3CCW1Lfymbm1aG3MDcylW { display:block; }
 }@media only screen and (max-width: 763px) { #rmy5xfHncVPxG0lO5ohcmTgnXEKhaFLl { display:block; }
 }@media only screen and (max-width: 763px) { #kPxawg2QNXn2V9BKTRLT2cEW0RhdaJqy { display:block; }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #TLqKHkuBMhcFLv5TnzoIeKG83RGvFy0O {  }
 }@media only screen and (max-width: 763px) { #EwNfLUTVTwVAD5M5VDn3TDsfrpBt2THa #pB9hoifEdt0avhKXtlWZzZAdX0ey3mIr {  }
 }@media only screen and (max-width: 763px) { #BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU { position:relative;z-index:auto;display:block; }#BmiMLZ1xPD8mMs7H8D2GAKGeyzMeocgU > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOM3AUww24KhvpqDZNiI2Vv82m61kcK { width:16.75rem;height:2.4375rem;top:5.5625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQWi7Wk3yU52qSDbChaW6DThpOT7yTSO { width:20rem;height:1.6499rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn { position:relative;z-index:auto;display:block; }#r8tLRGZ9miigw9x3H3KcwlnegOxl5xQn > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIGzEapwLBO5sMFgtKHhdsCEVhSkedSb { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZsHxqFVbC49dqlp66Tg6O4AHsmrCTzu { width:17.5rem;height:1.05615rem;top:1.6875rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pHaAuTvFNZ6sIsEk788wOM6551oAag46 { width:20rem;height:0.1875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv { position:relative;z-index:auto;display:block; }#rxHoPSoyUb8ZwoqQkMU0IDcWbMVuW7dv > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNC8nkLLSNyeAH94T28kXGrqIoAILagB { width:18.8125rem;height:8.3979375rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c { position:relative;z-index:auto;display:block; }#tLi4e1m0OXMAlDMccKq2Hq17TnQP2b3c > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0KrbFUApmCLpwrxQTp0canKrizPNGbI { width:1.875rem;height:1.875rem;top:1.375rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOyTIzr0B8l8nfm7Hh6nUHUOJHFTAGiA { width:16.75rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPTwHq6Jmqg6CiCk6Z4rcydmRAg2yRXZ { width:20rem;height:0.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu { position:relative;z-index:auto;display:block; }#a8ZhFl23qI2UgyCyMtumwZs50Ps0nNiu > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9GyQcXRuOU4txc6gkAC26TVFHESKCC { width:17.9373125rem;height:5.9985375rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ { position:relative;z-index:auto;display:block; }#wCDkurlSDDMeTvhTXL1Kmd6vJoBDQHhQ > .row .container { width:20rem;height:4.4453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2q8W9GufqMPrXHBqlRWhe7ygcx4kL0U { width:1.875rem;height:1.875rem;top:1.875rem;left:17.498915731907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyOsfFk1kwq03MT3xHwMZv0GOLSoaPy { width:17.5rem;height:1.05615rem;top:2.2858066558838rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZEUTEikIrRKTfLB9i3RKgEsO1RdPbVvo { width:20rem;height:0.1875rem;top:4.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E { position:relative;z-index:auto;display:block; }#xgowkvH5IqKpbcwQZPfG50IB9f7S7z1E > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgWX3V9pTKh1y6Ta9vwBNoVguyeMv7nm { width:19.0625rem;height:13.19675rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 { position:relative;z-index:auto;display:block; }#ZDkzlODPDrbN4KeNbC88lmieebmGMGT6 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opaonwGiz4vSTzkRLoDIqkIeiS5kOnVM { width:1.875rem;height:1.875rem;top:1.375rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0XoVVdymT2QptxxDCeSa6K40MPkLLe2 { width:14rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ShMc1v7LCtiZq19HB0CE5lUemMl8mNAN { width:20rem;height:0.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwDVpVua10wX1OoKM4yMNmlO2faFu2n { position:relative;z-index:auto;display:block; }#ngwDVpVua10wX1OoKM4yMNmlO2faFu2n > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQueqi24U7b5tDQWThCXAvoltUR7kpVk { width:17.4370625rem;height:8.3979375rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G99GfwyBRAhCHBli8LGTcIgmHm44TOhA { position:relative;z-index:auto;display:block; }#G99GfwyBRAhCHBli8LGTcIgmHm44TOhA > .row .container { width:20rem;height:4.171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkxyPCWNWwhHc8L2K4lDb1zLRM8gCQQh { width:1.875rem;height:1.875rem;top:1.3665390014649rem;left:17.498915731907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOs05TfSwVVyeDrmTqOaviLHi2yDoIeD { width:17rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDhDarAwaKKNSUTzSkNPSHfDmONCVia6 { width:20rem;height:0.1875rem;top:3.9848098754883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW { position:relative;z-index:auto;display:block; }#mvTGiJWBRZzHbIMiXIAk6Cuw94np3ocW > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfokkTxTxV2M5ETdwN2VF5LS4rD8K00D { width:18.2498125rem;height:8.3979375rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw { position:relative;z-index:auto;display:block; }#vRBouGEt6Q7TkTVvDAsUBqZNmZGvPgOw > .row .container { width:20rem;height:3.935546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMFS0F07s1RBGOD3qI4OMUWpnwFqxSDe { width:1.875rem;height:1.875rem;top:1.3665370941162rem;left:17.498915731907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77g0zU3AkPveD3G7uWvzHkJQGTR8aLt { width:14.3125rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmhuX83gHBDUy6rc5kTVv5TvUAwDBmaa { width:20rem;height:0.1875rem;top:3.7482643127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy { position:relative;z-index:auto;display:block; }#qAzysrBtzbiMZKrUTBCW6P4OH5z7E4wy > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7T209wL4Cog6yC262OEhTFBaeG0txWt { width:17.874375rem;height:7.19825rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu { position:relative;z-index:auto;display:block; }#KRUbUHt7VV0X5HHy3qr2z8OTTzoxVJJu > .row .container { width:20rem;height:3.81884765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcu4IM0L8HSEiyGEC6Th3ppCzI7Mx5bV { width:1.875rem;height:1.875rem;top:1.25rem;left:17.498915731907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIGTdHEPwvgytaLFyR7IZy3XXhpAvCaf { width:17.5rem;height:1.05615rem;top:1.6623420715332rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUM0pksBOO8KQeRAq36HFJvEWzaIcqxH { width:20rem;height:0.1875rem;top:3.6317481994629rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi { position:relative;z-index:auto;display:block; }#UAbmJ3oNBAbzkh2dREk89m0ykSqQ29Qi > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEZtv00BJLz3c5adeT2EAh2O4aN3V1e7 { width:17.5625rem;height:1.19970625rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw { width:18.6875rem;height:22.9453125rem;top:3.07421875rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#EGGG2sy176ZfD1Qpy4WOHPhi3hDpKhcw li:before{  }
 }@media only screen and (max-width: 763px) { #STof9wDTzCP5PZtB4UJBzKRaem0gl36X { position:relative;z-index:auto;display:block; }#STof9wDTzCP5PZtB4UJBzKRaem0gl36X > .row .container { width:20rem;height:3.94482421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqiHrPXFTnlJyBHiBKaiFc6ICHC8LzMk { width:1.875rem;height:1.875rem;top:1.375rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2JfvqJ5bJCClrigz1MhtIPIPkLEx94z { width:15.1875rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqPL5EhU2cbECbrs7xiplJJ4ZtULShBv { width:20rem;height:0.1875rem;top:3.7575969696045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp { position:relative;z-index:auto;display:block; }#Fq1EaPk5WRehxiLWF18d1sqoRgXP8BGp > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yA0oinBfk5wCr6aGc86st2Ga5KQSH40x { width:18.25rem;height:3.59911875rem;top:0.625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 { width:18.375rem;height:14.8095625rem;top:5.47265625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#oNo7IT9CmLTStfqOAITFsQC3eiyUVJ13 li:before{  }
 }@media only screen and (max-width: 763px) { #TTsD02ssH11rSh5rODuQQl17dv4SNWyX { width:18.25rem;height:2.3994125rem;top:21.52734375rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iornQduAzhI2odR18JOihILgsVz2msV3 { display:block; }#iornQduAzhI2odR18JOihILgsVz2msV3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -moz-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -ms-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-image: -o-linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#ba006eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb6', endColorstr='#ba006eb6' );";background-image: linear-gradient(180deg, #006eb6, rgba(0,110,182,0.73));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { background-color: transparent; background-image: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container > .video-iframe-container { display: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container { display: none; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .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); }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { border-width: 0; border-radius: 0; }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row > .video-iframe-container {  }#fTJaZK7GshTPSXPMtHUoUW4Ti7EQ2JUc > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5O68MWlGA4HZXnZ1R9NplanzsdOkzdn { width:15.75rem;height:0;top:11.249992370606rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSvTkFZLFSX2wqyPpN0q0zrzXSlLtgp8 { width:17.9375rem;height:5.1875rem;top:0rem;left:1.03125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #UmzRvf6nuiaZTIw0G7CIOVfHJQtD77yP { width:17.561875rem;height:1.949225rem;top:9.7037963867188rem;left:1.2185329794884rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #RTpB1bkMdBAOrXc8rRMCqg840r4g1G7B { width:18.5623125rem;height:2.1123rem;top:5.7855911254883rem;left:0.71831601858137rem;font-size:0.8125rem;z-index:100003;text-align:center;text-align-last:center;display:block; }
 }