.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .row > .video-iframe-container { display: none; }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .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); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH { background-color:#0b3a7a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { background-color: transparent; background-image: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container > .video-iframe-container { display: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row > .video-iframe-container { display: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .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); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { border-width: 0; border-radius: 0; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row > .video-iframe-container {  }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { width:960px;height:77px;font-size:14px;font-family:arial;position:relative;display:block; }#iTO9UGH4ppEAmoBXTNwxtJWhMfEQzMmA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:267px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5px;left:664.5px;display:none; }
#Z3LHHHXARHiga7fLk2J1cD8Quhv6Fbt8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kXDBEoKM2aGikJhc3f1Wz114GoNeB3BS { background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:effra;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:55px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:393px;left:664px;display:none; }
#LHxOEiyLluU3wt9l6oNnFAvob8CRttAL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zJDey4xNAGRa7SK4mQBOqpXIHyIPdUBh { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:110px;top:16px;left:36.5px;overflow:hidden;display:block; }
#sysp9wqhTbC9t39IrbmIkQKOeDNt7BEz { color:#005b9e;display:block;width:314px;position:absolute;font-family:"titillium web";font-size:17px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25.800001144409px;left:632.39999389648px;height:23.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJWPG1X0ayeV7sXUJWziFioubriqumZ4 { box-sizing:content-box;color:#ffdd00;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:21.5px;left:619.39999389648px;display:block; }
#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV { background-color:transparent;background-image:url("https://images.assets-landingi.com/mEsoIVCJ/LP_Desktop_Banner.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.adaptive-delivery-prevent-bg, #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.lazyload, #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.lazyloading { background-image: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { background-color: transparent; background-image: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container > .video-iframe-container { display: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row > .video-iframe-container { display: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .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); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { border-width: 0; border-radius: 0; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row > .video-iframe-container {  }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { width:960px;height:282px;font-size:14px;font-family:arial;position:relative;display:block; }#L9E2pu3md5wAg2EAHQSEI06gKK0XczsM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:270px;top:338px;left:179.5px;overflow:hidden;display:none; }
#nZTvgSzluqenOC57U9fWkKo6uA719shA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:126px;width:126px;top:328px;left:816.5px;overflow:hidden;display:none; }
#MqSHytoZwBuiWtNiHRod3IbbDhee2ARi { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:154px;width:366px;top:273px;left:26px;overflow:hidden;display:none; }
#PdtoG1h2L4eoN7ECXb6UIAmyFWf9gvSv { color:#ffffff;display:block;width:341px;position:absolute;font-family:effra;font-size:116px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:298px;left:64px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xW1WGvewsJSAgZNZIGxTfXw2LdyKigh1 { color:#ffdd00;display:block;width:456px;position:absolute;font-family:effra;font-size:55px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:54px;left:22px;height:55px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7TgNCT25CRsOTmUNCeqThvSkVC39z0z { color:#ffdd00;display:block;width:389px;position:absolute;font-family:effra;font-size:32px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:135px;left:22px;height:64px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC { 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; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container { background-color: transparent; background-image: none; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container > .video-iframe-container { display: none; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row > .video-iframe-container { display: none; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .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); }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container { border-width: 0; border-radius: 0; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row > .video-iframe-container {  }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container { font-size:14px;font-family:arial;height:400px;width:960px;position:relative;display:block; }#sDvTET6rVDDdJ5EEFXtK0A3XOc2kV79E { color:#005b9e;display:block;width:400px;position:absolute;font-family:"titillium web";font-size:19px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:166px;left:20px;height:132.969px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Xf6dI3kM8ysIXhSs9vgy1FyEkRTPoLcM { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:354px;width:407px;top:40px;left:475px;overflow:hidden;display:block; }
#GHreaIyrE6ICZnmZGLOzVnrnxhQZR2XE { color:#005b9e;display:block;width:410px;position:absolute;font-family:effra;font-size:32px;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:80px;left:20px;height:64px;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; }
#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DRO3ZTKr/LP_Fundo.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR.adaptive-delivery-prevent-bg, #orBVm6WvMysDAaErgSs4fRZrKccQ9AbR.lazyload, #orBVm6WvMysDAaErgSs4fRZrKccQ9AbR.lazyloading { background-image: none; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container { background-color: transparent; background-image: none; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container > .video-iframe-container { display: none; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row > .video-iframe-container { display: none; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .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); }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container { border-width: 0; border-radius: 0; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row > .video-iframe-container {  }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#J3VmCT0f7kMEzzMqIKtiwF7XBU3cZafq { color:#ffffff;display:block;width:960px;position:absolute;font-family:effra;font-size:25px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:71.974998474121px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRMdgfB7x03pXVfT6rO754lTkKC8O7NZ { color:#ffffff;display:block;width:658px;position:absolute;font-family:effra;font-size:19px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:113.98749542236px;left:151px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8c5rHk8SyMg06oKr7gms1USHNAvsL4Z { z-index:15062;top:184.00000762939px;left:359.50003051758px;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#005b9e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:effra;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:241px;height:41px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#FK0L7EkpBrOtmuSvhWb64GgTfiTu8HBz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DsPmS03A7WcECG9bK8TURaZX5iOP0Vmc { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:283px;top:23.9375px;left:338.50003051758px;overflow:hidden;display:block; }
#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container { background-color: transparent; background-image: none; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container > .video-iframe-container { display: none; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row > .video-iframe-container { display: none; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .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); }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container { border-width: 0; border-radius: 0; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row > .video-iframe-container {  }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container { font-size:14px;font-family:arial;height:446px;width:960px;position:relative;display:block; }#TLNlbwdQRTv1xt2TGcH8F9K17pP5mGDP { color:#005b9e;display:block;width:960px;position:absolute;font-family:effra;font-size:32px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.979175567627px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z93mFVpntqir50t8baE7vMmduEXSpyzB { z-index:15063;top:366px;left:352.00003051758px;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#005b9e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:effra;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:41px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kbh2A58QqHuTtlCTobmBmM0H7BwTQVlO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cf5hV2NKNT6inwa1T6w0fhfAKBqiGyvR { position:absolute;display:block;z-index:15064;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:80px;width:80px;top:151px;left:331px;display:block; }
#ORdmk5fyJUTe5ISgT85I6TwAp98U5XV1 { color:#005b9e;display:block;width:164px;position:absolute;font-family:effra;font-size:19px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:243px;left:291px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRrqA28MifZ7orFpUViKRtHucThACIXN { color:#005b9e;display:block;width:160px;position:absolute;font-family:effra;font-size:19px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:243px;left:71px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkS8keMpIFeJIk4fbkTCeUZi3vBakqTX { position:absolute;display:block;z-index:15066;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:80px;width:80px;top:151px;left:111px;display:block; }
#XgxWGksl9aqy7uenuWHz6QQlT28IRwrT { position:absolute;display:block;z-index:15066;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:80px;width:80px;top:151px;left:551px;display:block; }
#OozdMFplaB0eTzOFBX7SkbqdGuSyTiK2 { color:#005b9e;display:block;width:141px;position:absolute;font-family:effra;font-size:19px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:243px;left:520.5px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I3kqfuBU5ZT1UTbuVhWTt6wZ5QuCMLJ8 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:143px;top:129px;left:189px;overflow:hidden;display:block; }
#cVzM7HbamglezcAlZ0K0DkrzZfOKqM4d { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:143px;top:129px;left:411px;overflow:hidden;display:block; }
#SFDiUcAqNb0dDJHIDaG3FpX9I4y9BOyB { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:43px;top:165px;left:133px;overflow:hidden;display:block; }
#GMU9uEmKG3v7dflBVupXoSEIH5HRJx0C { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:32px;top:165px;left:792px;overflow:hidden;display:block; }
#GVzK0KKS24LyZ5IzCmbkLVsIWFyrBCQ4 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:43px;top:165px;left:354px;overflow:hidden;display:block; }
#IlmbfhwBMI6I8vtKAZvb6KfxVe6TpB56 { position:absolute;display:block;z-index:15070;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:80px;width:80px;top:151px;left:768px;display:block; }
#lgSnInSUUVxdayaP2wN02QENZnleApRh { color:#005b9e;display:block;width:190px;position:absolute;font-family:effra;font-size:19px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:243px;left:713px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCdRyHLixQXxly1gi3icIv16uEEyMIF1 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:143px;top:129px;left:628px;overflow:hidden;display:block; }
#MmKfWOf6FliPLH93TaeT4vo0mtkn3io6 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:32px;top:165px;left:575px;overflow:hidden;display:block; }
#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container { background-color: transparent; background-image: none; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container > .video-iframe-container { display: none; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row > .video-iframe-container { display: none; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .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); }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container { border-width: 0; border-radius: 0; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row > .video-iframe-container {  }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container { font-size:14px;font-family:arial;height:294px;width:960px;position:relative;display:block; }#GbbyP8ZUufURwo8NVWko8XeyoSDLAPD9 { color:#4f4f4f;display:block;width:677px;position:absolute;font-family:"titillium web";font-size:15px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:79px;left:141px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLFnLBaGUhkkDPcRKMFPu1qwBkcxSEP7 { color:#005b9e;display:block;width:960px;position:absolute;font-family:effra;font-size:32px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:25px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQonQyOJR3sdR5h9tBvUdcEuhT1zu3Ba { color:#4f4f4f;display:block;width:677px;position:absolute;font-family:"titillium web";font-size:15px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:224.98751831055px;left:141.5px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXRpiia95Vw8Nobipb1XTdSrWoP84T9L { z-index:15064;top:150px;left:352.00003051758px;background-color:#ffdd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#005b9e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:effra;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:41px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ya5bArixO5TkdhE0i8UNkaq9hVpA8Dlz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container { background-color: transparent; background-image: none; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container > .video-iframe-container { display: none; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row > .video-iframe-container { display: none; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .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); }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container { border-width: 0; border-radius: 0; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row > .video-iframe-container {  }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container { font-size:14px;font-family:arial;height:204px;width:960px;position:relative;display:block; }#OKdVmC92dsvENE21AJk1G9RCOHfy7CNS { color:#4f4f4f;display:block;width:921px;position:absolute;font-family:"titillium web";font-size:15px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:50px;left:19px;height:105px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CHwwNWrDSWzVvGoZi7PNIquZX7om8oeZ { box-sizing:content-box;color:#ffdd00;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:151px;left:22px;display:none; }
#hM06FbO1VP84LSCAUTUTg8QkAy7p0EHs { color:#005b9e;display:block;width:314px;position:absolute;font-family:"titillium web";font-size:17px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:156px;left:33px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005b9e;background-image:none;position:relative;display:block; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container { background-color: transparent; background-image: none; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container > .video-iframe-container { display: none; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row > .video-iframe-container { display: none; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .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); }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container { border-width: 0; border-radius: 0; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row > .video-iframe-container {  }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#CBQ01oM51hpX0yqcH8nSp45QUSFbSwZN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:132px;top:24.5px;left:414px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH { display:block; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTO9UGH4ppEAmoBXTNwxtJWhMfEQzMmA { width:267px;height:55px;top:35px;left:497px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LHHHXARHiga7fLk2J1cD8Quhv6Fbt8 { display:block; }
 }@media only screen and (max-width: 763px) { #kXDBEoKM2aGikJhc3f1Wz114GoNeB3BS { width:260px;height:55px;top:393px;left:468px;display:block; }
 }@media only screen and (max-width: 763px) { #LHxOEiyLluU3wt9l6oNnFAvob8CRttAL { display:block; }
 }@media only screen and (max-width: 763px) { #zJDey4xNAGRa7SK4mQBOqpXIHyIPdUBh { top:16px;left:0px;width:110px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #sysp9wqhTbC9t39IrbmIkQKOeDNt7BEz { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #VJWPG1X0ayeV7sXUJWziFioubriqumZ4 { top:21px;left:521.39999389648px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV { display:block; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9E2pu3md5wAg2EAHQSEI06gKK0XczsM { top:338px;left:81.5px;width:270px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #nZTvgSzluqenOC57U9fWkKo6uA719shA { top:328px;left:513px;width:126px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #MqSHytoZwBuiWtNiHRod3IbbDhee2ARi { top:273px;left:0px;width:366px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #PdtoG1h2L4eoN7ECXb6UIAmyFWf9gvSv { width:341px;height:116px;top:298px;left:0px;font-size:91px;display:block; }
 }@media only screen and (max-width: 763px) { #xW1WGvewsJSAgZNZIGxTfXw2LdyKigh1 { width:456px;height:55px;top:54px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #D7TgNCT25CRsOTmUNCeqThvSkVC39z0z { width:389px;height:64px;top:135px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC { display:block; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDvTET6rVDDdJ5EEFXtK0A3XOc2kV79E { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6dI3kM8ysIXhSs9vgy1FyEkRTPoLcM { top:40px;left:357px;width:407px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #GHreaIyrE6ICZnmZGLOzVnrnxhQZR2XE { width:410px;height:64px;top:80px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #orBVm6WvMysDAaErgSs4fRZrKccQ9AbR { display:block; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3VmCT0f7kMEzzMqIKtiwF7XBU3cZafq { width:764px;height:;top:71px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KRMdgfB7x03pXVfT6rO754lTkKC8O7NZ { width:658px;height:;top:113px;left:53px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G8c5rHk8SyMg06oKr7gms1USHNAvsL4Z { top:184px;left:261.50003051758px;width:241px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #FK0L7EkpBrOtmuSvhWb64GgTfiTu8HBz { display:block; }
 }@media only screen and (max-width: 763px) { #DsPmS03A7WcECG9bK8TURaZX5iOP0Vmc { top:23px;left:240.50003051758px;width:283px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT { display:block; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLNlbwdQRTv1xt2TGcH8F9K17pP5mGDP { width:764px;height:;top:27px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Z93mFVpntqir50t8baE7vMmduEXSpyzB { top:366px;left:254.00003051758px;width:256px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Kbh2A58QqHuTtlCTobmBmM0H7BwTQVlO { display:block; }
 }@media only screen and (max-width: 763px) { #cf5hV2NKNT6inwa1T6w0fhfAKBqiGyvR { top:151px;left:233px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ORdmk5fyJUTe5ISgT85I6TwAp98U5XV1 { width:164px;height:;top:243px;left:193px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRrqA28MifZ7orFpUViKRtHucThACIXN { width:160px;height:49px;top:243px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zkS8keMpIFeJIk4fbkTCeUZi3vBakqTX { top:151px;left:13px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #XgxWGksl9aqy7uenuWHz6QQlT28IRwrT { top:151px;left:453px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #OozdMFplaB0eTzOFBX7SkbqdGuSyTiK2 { width:141px;height:49px;top:243px;left:422.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I3kqfuBU5ZT1UTbuVhWTt6wZ5QuCMLJ8 { top:129px;left:91px;width:143px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #cVzM7HbamglezcAlZ0K0DkrzZfOKqM4d { top:129px;left:313px;width:143px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #SFDiUcAqNb0dDJHIDaG3FpX9I4y9BOyB { top:165px;left:35px;width:43px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #GMU9uEmKG3v7dflBVupXoSEIH5HRJx0C { top:165px;left:694px;width:32px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #GVzK0KKS24LyZ5IzCmbkLVsIWFyrBCQ4 { top:165px;left:256px;width:43px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #IlmbfhwBMI6I8vtKAZvb6KfxVe6TpB56 { top:151px;left:670px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #lgSnInSUUVxdayaP2wN02QENZnleApRh { width:190px;height:;top:243px;left:574px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aCdRyHLixQXxly1gi3icIv16uEEyMIF1 { top:129px;left:530px;width:143px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #MmKfWOf6FliPLH93TaeT4vo0mtkn3io6 { top:165px;left:477px;width:32px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 { display:block; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbbyP8ZUufURwo8NVWko8XeyoSDLAPD9 { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #HLFnLBaGUhkkDPcRKMFPu1qwBkcxSEP7 { width:764px;height:41px;top:25px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aQonQyOJR3sdR5h9tBvUdcEuhT1zu3Ba { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #TXRpiia95Vw8Nobipb1XTdSrWoP84T9L { top:150px;left:254.00003051758px;width:256px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #ya5bArixO5TkdhE0i8UNkaq9hVpA8Dlz { display:block; }
 }@media only screen and (max-width: 763px) { #yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 { display:block; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKdVmC92dsvENE21AJk1G9RCOHfy7CNS { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #CHwwNWrDSWzVvGoZi7PNIquZX7om8oeZ { top:151px;left:0px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hM06FbO1VP84LSCAUTUTg8QkAy7p0EHs { width:420px;height:240px;top:333px;left:344px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz { display:block; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBQ01oM51hpX0yqcH8nSp45QUSFbSwZN { top:24px;left:316px;width:132px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#005b9e;background-image:none;position:relative;display:block; }
#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .row > .video-iframe-container { display: none; }#Q1vqmETKg5tDMTcBQae5SuWkfM5x0BWW > .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); } }@media only screen and (max-width: 763px) { #DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH { background-color:#002a53;background-image:none;position:relative;z-index:auto;display:block; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { background-color: transparent; background-image: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container > .video-iframe-container { display: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row > .video-iframe-container { display: none; }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .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); }#DILV7XbJXTiSuRbSHLlMNZNUTiLX2ZNH > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTO9UGH4ppEAmoBXTNwxtJWhMfEQzMmA { width:267px;height:55px;top:162px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Z3LHHHXARHiga7fLk2J1cD8Quhv6Fbt8 { display:block; }
 }@media only screen and (max-width: 763px) { #kXDBEoKM2aGikJhc3f1Wz114GoNeB3BS { width:260px;height:55px;top:161px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #LHxOEiyLluU3wt9l6oNnFAvob8CRttAL { display:block; }
 }@media only screen and (max-width: 763px) { #zJDey4xNAGRa7SK4mQBOqpXIHyIPdUBh { width:115px;height:40px;top:17px;left:102.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #sysp9wqhTbC9t39IrbmIkQKOeDNt7BEz { width:314px;height:0;top:138px;left:3px;text-align:center;text-align-last:center;line-height:1.5;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #VJWPG1X0ayeV7sXUJWziFioubriqumZ4 { width:35px;height:35px;top:83px;left:142px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/0Kb7mci4/LP_Mobile_Banner.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.adaptive-delivery-prevent-bg, #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.lazyload, #yU4bROCWNyZnLIOv7KAd97HScFvd4sqV.lazyloading { background-image: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { background-color: transparent; background-image: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container > .video-iframe-container { display: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row > .video-iframe-container { display: none; }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .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); }#yU4bROCWNyZnLIOv7KAd97HScFvd4sqV > .row .container { width:320px;height:401px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9E2pu3md5wAg2EAHQSEI06gKK0XczsM { width:298px;height:91px;top:336.921875px;left:17.670103092783px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #nZTvgSzluqenOC57U9fWkKo6uA719shA { width:126px;height:126px;top:328px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #MqSHytoZwBuiWtNiHRod3IbbDhee2ARi { width:320px;height:134.64480874317px;top:587px;left:0px;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #PdtoG1h2L4eoN7ECXb6UIAmyFWf9gvSv { width:226px;height:109px;top:602px;left:48px;text-align:left;text-align-last:left;line-height:1.2;font-size:91px;font-family:effra;display:none; }
 }@media only screen and (max-width: 763px) { #xW1WGvewsJSAgZNZIGxTfXw2LdyKigh1 { width:312px;height:76px;top:21px;left:8px;text-align:center;text-align-last:center;line-height:1;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #D7TgNCT25CRsOTmUNCeqThvSkVC39z0z { width:188px;height:36px;top:105px;left:68px;text-align:center;text-align-last:center;line-height:1;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC { position:relative;z-index:auto;display:block; }#FAbrUAuRG0PpMHpvExs05TdTqkzoIRaC > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDvTET6rVDDdJ5EEFXtK0A3XOc2kV79E { width:282px;height:144px;top:99.987518310547px;left:20px;text-align:justify;text-align-last:initial;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6dI3kM8ysIXhSs9vgy1FyEkRTPoLcM { width:151px;height:131px;top:79px;left:79.999998092651px;display:none; }
 }@media only screen and (max-width: 763px) { #GHreaIyrE6ICZnmZGLOzVnrnxhQZR2XE { width:280px;height:52.7812px;top:25px;left:20px;text-align:center;text-align-last:center;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #orBVm6WvMysDAaErgSs4fRZrKccQ9AbR { display:block; }#orBVm6WvMysDAaErgSs4fRZrKccQ9AbR > .row .container { width:320px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3VmCT0f7kMEzzMqIKtiwF7XBU3cZafq { width:276px;height:52.7812px;top:78px;left:23px;text-align:center;text-align-last:center;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KRMdgfB7x03pXVfT6rO754lTkKC8O7NZ { width:302px;height:57.5625px;top:161.20001220703px;left:9px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G8c5rHk8SyMg06oKr7gms1USHNAvsL4Z { top:267.00003051758px;left:40.000001907349px;width:241px;height:41px;display:none; }
 }@media only screen and (max-width: 763px) { #FK0L7EkpBrOtmuSvhWb64GgTfiTu8HBz { display:block; }
 }@media only screen and (max-width: 763px) { #DsPmS03A7WcECG9bK8TURaZX5iOP0Vmc { width:283px;height:38px;top:27px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT { display:block; }#CJDibtzeaXVHvwe6PXGoafwLOzpxz5qT > .row .container { width:320px;height:794px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLNlbwdQRTv1xt2TGcH8F9K17pP5mGDP { width:242px;height:26.4px;top:17.974975585938px;left:38.987501144409px;text-align:center;text-align-last:center;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z93mFVpntqir50t8baE7vMmduEXSpyzB { top:714px;left:40px;width:241px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Kbh2A58QqHuTtlCTobmBmM0H7BwTQVlO { display:block; }
 }@media only screen and (max-width: 763px) { #cf5hV2NKNT6inwa1T6w0fhfAKBqiGyvR { width:80px;height:80px;top:234px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #ORdmk5fyJUTe5ISgT85I6TwAp98U5XV1 { width:164px;height:38.375px;top:333px;left:75px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZRrqA28MifZ7orFpUViKRtHucThACIXN { width:164px;height:38.375px;top:154px;left:80px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zkS8keMpIFeJIk4fbkTCeUZi3vBakqTX { width:80px;height:80px;top:63px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #XgxWGksl9aqy7uenuWHz6QQlT28IRwrT { width:80px;height:80px;top:394px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #OozdMFplaB0eTzOFBX7SkbqdGuSyTiK2 { width:189px;height:19.1875px;top:494.8125px;left:71px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I3kqfuBU5ZT1UTbuVhWTt6wZ5QuCMLJ8 { width:143px;height:41px;top:206.77509765625px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #cVzM7HbamglezcAlZ0K0DkrzZfOKqM4d { width:143px;height:41px;top:368.77509765625px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #SFDiUcAqNb0dDJHIDaG3FpX9I4y9BOyB { width:43px;height:52px;top:77px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #GMU9uEmKG3v7dflBVupXoSEIH5HRJx0C { width:32px;height:52px;top:560px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #GVzK0KKS24LyZ5IzCmbkLVsIWFyrBCQ4 { width:43px;height:50px;top:248px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #IlmbfhwBMI6I8vtKAZvb6KfxVe6TpB56 { width:80px;height:80px;top:546px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #lgSnInSUUVxdayaP2wN02QENZnleApRh { width:190px;height:38.375px;top:645px;left:60px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aCdRyHLixQXxly1gi3icIv16uEEyMIF1 { width:143px;height:41px;top:129px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #MmKfWOf6FliPLH93TaeT4vo0mtkn3io6 { width:32px;height:52px;top:408px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 { display:block; }#xxTQkF3BH3yXbufudAbZpfwuHnBSHLx0 > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbbyP8ZUufURwo8NVWko8XeyoSDLAPD9 { width:279px;height:112.5px;top:81.5px;left:20.500001907349px;text-align:center;text-align-last:center;line-height:1.5;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HLFnLBaGUhkkDPcRKMFPu1qwBkcxSEP7 { width:320px;height:26.4px;top:36.975006103516px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aQonQyOJR3sdR5h9tBvUdcEuhT1zu3Ba { width:320px;height:90px;top:274.5px;left:0px;text-align:center;text-align-last:center;line-height:1.5;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TXRpiia95Vw8Nobipb1XTdSrWoP84T9L { top:213.5px;left:32px;width:256px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #ya5bArixO5TkdhE0i8UNkaq9hVpA8Dlz { display:block; }
 }@media only screen and (max-width: 763px) { #yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 { display:block; }#yhzIw8gwU9SOCDsOhBQ8lPtRSmM9p8u4 > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKdVmC92dsvENE21AJk1G9RCOHfy7CNS { width:299px;height:225px;top:31.000030517578px;left:10px;text-align:left;text-align-last:left;line-height:1.5;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CHwwNWrDSWzVvGoZi7PNIquZX7om8oeZ { width:35px;height:35px;top:267px;left:52px;font-size:24px;color:#005b9e;display:block; }
 }@media only screen and (max-width: 763px) { #hM06FbO1VP84LSCAUTUTg8QkAy7p0EHs { width:282px;height:51px;top:271px;left:19px;text-align:center;text-align-last:center;line-height:1.5;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz { display:block; }#tg3Pa2uX55D0r9OcF0M8VIGU5kZJEXyz > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBQ01oM51hpX0yqcH8nSp45QUSFbSwZN { width:144px;height:72px;top:10.984375px;left:88px;display:block; }
 }