.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container { background-color: transparent; background-image: none; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container > .video-iframe-container { display: none; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row > .video-iframe-container { display: none; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .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); }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container { border-width: 0; border-radius: 0; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container { font-size:14px;font-family:arial;height:94px;width:1200px;position:relative;display:block; }#P3LixdOGPEeZ9IzfQ7SM5mTbkukds59D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:115px;top:20px;left:461.11627906977px;overflow:hidden;display:block; }
#hts731IzfJ7l5AnMFJBskcRnMcF6Gpq5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:113px;top:20px;left:623px;overflow:hidden;display:block; }
#foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color:#003a5d;background-image:url("https://images.assets-landingi.com/uc/5d2d61d4-92cb-44b5-8934-96a9056c7db2/testcioccolato_1920.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak.adaptive-delivery-prevent-bg, #foG2ovFgsftE2ITpCoPagwKtRTDbNPak.lazyload, #foG2ovFgsftE2ITpCoPagwKtRTDbNPak.lazyloading { background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { border-width: 0; border-radius: 0; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:1200px;height:614px;font-size:14px;font-family:"open sans";position:relative;display:block; }#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-form-header {  }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#585858;width:352px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:33px;color:#003a5d;font-size:17px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:70px;color:#003a5d;font-size:17px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:32px;color:#003a5d;font-family:"open sans";font-size:17px;overflow:hidden;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7ab41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:53px;margin-bottom:4px;margin-left:53px;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#f2f9ff;width:246px;height:55px;font-family:"open sans";overflow:hidden;line-height:1.1;text-align:center;text-align-last:center; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]:-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:17px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]::-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:17px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]:-ms-input-placeholder { color:#003a5d;font-family:"open sans";font-size:17px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p [class*="-text"]::-webkit-input-placeholder { color:#003a5d;font-family:"open sans";font-size:17px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:10px;font-weight:300;color:#003a5d;vertical-align:top;width:335px;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container { padding-top:1px;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:first-of-type{padding-top:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:last-of-type{padding-bottom:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:160.94319152832px;left:178.98863220215px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:352px;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;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; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:160.94319152832px;left:178.98863220215px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #fbIX1lzmTpN4hqT9qMJrEcQobxwdza9N { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zFEn3mHGVa41FsSqNi8DvgOPW8vf9DyH { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zHrmxWs8n24ASR8BDzu33Vr6wKqm6hJn { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uRSrK6sHcfdhOJ3no9KMJwGZoT1sDc36 { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iHkMUweoRg0RF8qhddt3JOAuGt835bWq { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #UkhZ3p0aemsnTxSlP5Vsmn2peCHJXMpJ { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #Aff9xpnCITdvhqq9GnrT6pOdfsUoZWgH { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KL9ngLH1zPJ2aRSJtpG8m6LBHPClg4oA { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SmebKmGktZtyT7UxcbeoxN951phb3BqF { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O82oylAXgb8HV8uUPAbwUOPoD0Gse7pZ { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #TSyMnVRphLma9hTiavgrDsadVIrcnCr8 { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #yW2JocWQJWtH9BI9GtHPfwxt1DEyfuER { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ErrHbsIA82EOOkhH6qXhHDHVMC1w5uyB { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PrMzq4RwfzWKAlx3kPz0eblCRF6ut7lt { position:relative;display:none; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ISutQHPz0ND9HvbD59p3Tb8iTidlQCAa { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #cTheQRkGAWQbai8tIIcqUkeuHDTGz4g3 { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #lXnSRNy8FXWzD3Suk4D0TMFmZXy6iASd { position:relative;z-index:2; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iXP0nARNrZqyLwwmA94r5b8AhPWlGGkZ { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O2IU8elnfd6khhJm8lHUpKoFBHbOiHt6 { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #a145GTbe4t01FUxq3CSnk9bgXerBre4z { position:relative;z-index:2; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uzTiTHHbf5vpp1fHtavAs0RTGs8yug5x { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU { position:relative; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl { position:relative; }
#o7Lt3NcW7ZBvpgoNdQAhLmXqIsF7hAKG { color:#003a5d;display:block;width:687px;position:absolute;font-family:"open sans";font-size:33px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.796875px;left:31.5px;height:128.693px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { background-color: transparent; background-image: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container > .video-iframe-container { display: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container { display: none; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .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); }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { border-width: 0; border-radius: 0; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { font-size:14px;font-family:arial;height:156px;width:1200px;position:relative;display:block; }#yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { color:#ffffff;display:block;width:1000px;position:absolute;font-family:"open sans";font-size:27px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:24px;left:100px;height:105.273px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zo06huy27pBi0gX6Zwafin4aWQXpexVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { background-color: transparent; background-image: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container { display: none; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .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); }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { border-width: 0; border-radius: 0; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { font-size:14px;font-family:arial;height:273px;width:1200px;position:relative;display:block; }#ekfi6912uvO4LpQRO8I5XLpfWBn1VfWH { color:#003a5d;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:2px 2px 5px rgba(25,25,25,0.35);top:19px;left:1px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3bJtXZNTwv14ScOCKKstmG2kIPbeQ86 { color:#003a5d;display:block;width:987px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:84.000015258789px;left:106px;height:160px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container { background-color: transparent; background-image: none; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container > .video-iframe-container { display: none; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row > .video-iframe-container { display: none; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .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); }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container { border-width: 0; border-radius: 0; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#NkEtqT63ZvTSIyaqovA2WxObUZ8OmTOm { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#PVVVGBTCEF7MWUiTTwJxtcav35bRKMOB { color:#003a5d;display:block;width:512px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.386367797852px;height:45.5px;font-style:normal;display:block; }
#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container { background-color: transparent; background-image: none; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container > .video-iframe-container { display: none; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row > .video-iframe-container { display: none; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .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); }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container { border-width: 0; border-radius: 0; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container { font-size:14px;font-family:arial;height:477px;width:1200px;position:relative;display:block; }#VIVBttLUFls0tP93VTC2xIBUDbBcfuQc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:224px;width:337px;top:35px;left:830.52278137207px;overflow:hidden;display:block; }
#rT1wNSeCExlMJ2NqAm6pTsQOJPGV1b2p { color:#7ab41d;display:block;width:337px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:264px;left:822.00001525879px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKL3JNI9oaNUtmwnSb6SH23eun3P5BEi { color:#003a5d;display:block;width:335px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:290px;left:825.00001525879px;height:20.7955px;text-align:center;text-align-last:center;display:block; }
#b9t7NLvxXR2E3XSe4XS1QFQsPDc9ZzgA { color:#003a5d;display:block;width:337px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:325px;left:824.00001525879px;height:41.5909px;text-align:center;text-align-last:center;display:block; }
#ttOCi1rsttT7B8pEyfRrQlWuRA8yd2HF { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9972px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:386px;left:898.00001525879px;display:block; }
#IoTPZe3zdsD8wJ3kACqelrhy5XAcOhuK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AKDOXJ9IBUamO3yeQ6MwRT7hMrWCG7Oz { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:336px;top:40px;left:824px;display:block; }
#n8DW8UyAbXN8Rh6pL6GZEI5TsAOvWrh3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:188px;width:284px;top:54px;left:498.39772033691px;overflow:hidden;display:block; }
#fySqTQBsGexW0aPMTTztD1IqLD9TuIom { color:#7ab41d;display:block;width:341px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:265px;left:465.00001525879px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3gXpXdPXxLIaaV3ZhcBaHo94peoRvh6 { color:#003a5d;display:block;width:336px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:291px;left:468.00001525879px;height:20.7955px;text-align:center;text-align-last:center;display:block; }
#twyHrR0kodsbfL9E2UVdIeaExTfxgbnB { color:#003a5d;display:block;width:333px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:326px;left:470.00001525879px;height:41.5909px;text-align:center;text-align-last:center;display:block; }
#renz20N7HkCv0KVnGEBWrtlRJWPebTmH { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9844px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:387px;left:534.00001525879px;display:block; }
#vE1FKTBBzbAKMJoBTebT0gCFrdNh82NZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CLmJZ3Dq3aMgl2O0WTo6UvJz5EUqRSVF { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:336px;top:41px;left:468.00001525879px;display:block; }
#iMTFbT99a1B8vyLUVl4qP6fIq3I6wsaH { color:#003a5d;display:block;width:395px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32px;left:40.5px;height:128px;text-align:justify;text-align-last:initial;display:block; }
#KubpndWD4TQvtM1XTR0zNqT9iRXGFxIZ { color:#003a5d;display:block;width:392px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:273px;left:41px;height:168px;text-align:justify;text-align-last:initial;display:block; }
#mwV4I8TRTGzD5WSoBCz8wt3bQyJPXbsr { color:#003a5d;display:block;width:342px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:236px;left:40px;height:25.5909px;text-align:justify;text-align-last:initial;display:block; }
#N7d6ySaZ79UNJxdRqTPKBqba2N2TO9Bp { position:absolute;display:block;z-index:15036;background-color:#87a3c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:90px;top:262px;left:40px;display:block; }
#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container { background-color: transparent; background-image: none; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container > .video-iframe-container { display: none; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row > .video-iframe-container { display: none; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .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); }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container { border-width: 0; border-radius: 0; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#OrTyGPduITcB9TtzZ3SFtglJukrvUknr { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#z5TJzrym1TsFEmvRe3K57HmBkE89JyPZ { color:#003a5d;display:block;width:452px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.386367797852px;height:45.5px;font-style:normal;display:block; }
#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container { background-color: transparent; background-image: none; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container > .video-iframe-container { display: none; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row > .video-iframe-container { display: none; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .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); }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container { border-width: 0; border-radius: 0; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container { font-size:14px;font-family:arial;height:399px;width:1200px;position:relative;display:block; }#wGXzMoTxy2tqmCfncRAirdFJyurB7Knu { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9844px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:328px;left:40px;display:block; }
#udKZ3n39Gzv3vXzy4XmvTKs6PrBhcUC8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wnEKcFrBzeXr1vqEIPMMo8OHBPCwGofF { color:#003a5d;display:block;width:763px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32px;left:40.5px;height:256px;text-align:justify;text-align-last:initial;display:block; }
#DfF8LmwIbHkZlUGSBTLyckJ5wTN8a4iE { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:376px;width:288px;top:21px;left:869.89986456588px;overflow:hidden;display:block; }
#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container { background-color: transparent; background-image: none; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container > .video-iframe-container { display: none; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row > .video-iframe-container { display: none; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .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); }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container { border-width: 0; border-radius: 0; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#IvpcftWoh2Drvi6GicGBN9w9TFV5CJqT { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#eW9pDnyybaSdyWFQm7ZBTgxfKaBOmHZK { color:#003a5d;display:block;width:227px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.386367797852px;height:45.5px;font-style:normal;display:block; }
#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container { background-color: transparent; background-image: none; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container > .video-iframe-container { display: none; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row > .video-iframe-container { display: none; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .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); }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container { border-width: 0; border-radius: 0; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container { font-size:14px;font-family:arial;height:437px;width:1200px;position:relative;display:block; }#GoE0akuuwuz2e7kpcct6FPU9XbuFXWLo { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9844px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:363px;left:40px;display:block; }
#Q5QPZLkEUABwdiqT6VxqV2v34uxUlZnM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ry7i70L1hHazDABTVtvt0JX2mOVvSiKx { color:#003a5d;display:block;width:763px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32px;left:40.5px;height:288px;text-align:justify;text-align-last:initial;display:block; }
#LyQwPJEXa8TKNmm84gap9qOJGlPpLPFS { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:374px;width:288px;top:21px;left:869.89986456588px;overflow:hidden;display:block; }
#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container { background-color: transparent; background-image: none; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container > .video-iframe-container { display: none; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row > .video-iframe-container { display: none; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .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); }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container { border-width: 0; border-radius: 0; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#cswGvdOIeiTCZtQDD3NpJXzokBa29ydA { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#P8mxMQ7Q0orbARsRNzxNxfCNysqkNnW2 { color:#003a5d;display:block;width:371px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.390625px;height:45.5px;font-style:normal;display:block; }
#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container { background-color: transparent; background-image: none; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container > .video-iframe-container { display: none; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row > .video-iframe-container { display: none; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .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); }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container { border-width: 0; border-radius: 0; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#JoGTxXMwEMLunoTgJDM9pTFNBT6RouJ5 { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9844px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:382.00012207031px;left:40px;display:block; }
#m0anTo4c6akG6G12SesJppzhsuhxpSHT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dqN9sIWnb0sLM0gX64MrWXwArFmyaEyz { color:#003a5d;display:block;width:763px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32.000122070312px;left:40.5px;height:320px;text-align:justify;text-align-last:initial;display:block; }
#If1CcNqLehWKnXtpxho4c6GiNCdPHRzQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:374px;width:288px;top:41.000122070312px;left:869.88636779785px;overflow:hidden;display:block; }
#xw5OioBWPUfN4oBuBtr9AkT964HNImTI { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container { background-color: transparent; background-image: none; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container > .video-iframe-container { display: none; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row > .video-iframe-container { display: none; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .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); }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container { border-width: 0; border-radius: 0; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#BTCfvbmFZ9BmlrzKV5UzcBF2hkAdA5XP { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#PEPpDTTVFF1dz4zk5r2g21nluJdMEGIG { color:#003a5d;display:block;width:670px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.386367797852px;height:45.5px;font-style:normal;display:block; }
#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container { background-color: transparent; background-image: none; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container > .video-iframe-container { display: none; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row > .video-iframe-container { display: none; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .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); }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container { border-width: 0; border-radius: 0; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#ZlJWG6ShTAhlIOlTZpPcvB9xCq9I8AVU { color:#003a5d;display:block;width:763px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32px;left:40.5px;height:320px;text-align:justify;text-align-last:initial;display:block; }
#Q0cW9U8E5cfTb1sITq7qEVVbQfhIsBbo { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:32.9844px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:380.00001907349px;left:40px;display:block; }
#uZPyZ5gfThITliiGDJmeL6XnqlrI2305 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hf3T92gkqnTVv0LG1oA1gJ4rTkwOI9fr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:208px;width:228px;top:52px;left:894.00001525879px;overflow:hidden;display:block; }
#d8VT8plCuv8AdRvzNafcTtsaKIlZXELP { color:#7ab41d;display:block;width:287px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:257.00001907349px;left:871.00001525879px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAeghlAnwPxxrz0hztyNteBiCHxTw8FU { color:#003a5d;display:block;width:286px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:287.92045974731px;left:870.00001525879px;height:41.5909px;text-align:center;text-align-last:center;display:block; }
#NSUsqEtTJlu7dTSlEIdo04vCPKFaDK4x { color:#003a5d;display:block;width:286px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:343.00001907349px;left:871.00001525879px;height:41.5909px;text-align:center;text-align-last:center;display:block; }
#OwpmwlkzeG7T63azSFsZRLEKefZHvWHy { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:372px;width:288px;top:39px;left:869.00001525879px;display:block; }
#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #f6f6f6;background-color:#87a3c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container { background-color: transparent; background-image: none; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container > .video-iframe-container { display: none; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row > .video-iframe-container { display: none; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .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); }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container { border-width: 0; border-radius: 0; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#gBJbVZrGLoferKkGqFcxlzdMswunMoeS { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2px;left:24px; }
#uMEsOmgUQvspMbbvT7R8U8twTS5Xyw9N { color:#003a5d;display:block;width:595px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375px;left:95.386367797852px;height:45.5px;font-style:normal;display:block; }
#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container { background-color: transparent; background-image: none; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container > .video-iframe-container { display: none; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row > .video-iframe-container { display: none; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .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); }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container { border-width: 0; border-radius: 0; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container { font-size:14px;font-family:arial;height:447px;width:1200px;position:relative;display:block; }#o2SOkcuM6hzcGZFV79KqJc93m5Kg2msV { color:#003a5d;display:block;width:763px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:32px;left:40.5px;height:384px;text-align:justify;text-align-last:initial;display:block; }
#IexLQ8Sif0UgJAHWW4UkTIIvf2KlK0LM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:373px;width:286px;top:35.39990234375px;left:872.44889992912px;overflow:hidden;display:block; }
#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container { background-color: transparent; background-image: none; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container > .video-iframe-container { display: none; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row > .video-iframe-container { display: none; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .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); }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container { border-width: 0; border-radius: 0; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container { font-size:14px;font-family:arial;height:703px;width:1200px;position:relative;display:block; }#grd1o0moWP2wGaGOHHXCPVhud5a4gT2X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:627px;width:1119px;top:36px;left:40.564635958395px;display:block; }
#gLl6vAO11buW6nwa4qzTis97s7zPzRXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { background-color: transparent; background-image: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container > .video-iframe-container { display: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container { display: none; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .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); }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { border-width: 0; border-radius: 0; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { background-color:#7ab41d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:559px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18px;left:321.00001525879px;display:block; }
#fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container { background-color: transparent; background-image: none; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container > .video-iframe-container { display: none; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row > .video-iframe-container { display: none; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .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); }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container { border-width: 0; border-radius: 0; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container { font-size:14px;font-family:arial;height:296px;width:1200px;position:relative;display:block; }#EzZ1CTJ5e8ruLBRefwa4eyuLC9fxgSoX { color:#003a5d;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:2px 2px 5px rgba(25,25,25,0.35);top:19px;left:1px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4V46BS99hrhHa2hJTSqKQUWHr59gc16 { color:#df2222;display:block;width:1094px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:98px;left:54px;height:192px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container { background-color: transparent; background-image: none; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container > .video-iframe-container { display: none; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row > .video-iframe-container { display: none; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .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); }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container { border-width: 0; border-radius: 0; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container { font-size:14px;font-family:arial;height:273px;width:1200px;position:relative;display:block; }#BHfPVePzayJgpMyeXv5M6lylFVJelqEg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:180px;top:27px;left:40px;display:block; }
#TRETJ5dSX3ztuEP5wFrHNa5VIDAEfpip { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:180px;top:27px;left:280px;display:block; }
#Ff6I4Dx0MVgqhazOD1GgdSWMlWPu6Ptw { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:180px;top:27px;left:520px;display:block; }
#WEML1gVR4OuCy6T7XLhSW2FTKHP9E8aB { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:180px;top:27px;left:760px;display:block; }
#g1B208Ifac2t7hTwsGovnCkBJE28WITc { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:180px;top:27px;left:1000px;display:block; }
#ID8UaSW3EeKoG4odISTgDkkdcodipp0P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:160px;top:36.587501525879px;left:51px;overflow:hidden;display:block; }
#KSo3A9LkpZi3868zn1geRmSNswZauiFD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:160px;top:37px;left:289.859375px;overflow:hidden;display:block; }
#fUuriJERrG3JuIh5zH2TvyBAaxR7J6TB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:160px;top:37px;left:530.984375px;overflow:hidden;display:block; }
#NvvTxvNQM63qOy7n4PKRDTg37gRHiZtQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:160px;top:37px;left:770px;overflow:hidden;display:block; }
#Q5KZkZcPaDaoPoOcxyeoOcStZA2GykQ8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:160px;top:37px;left:1010.09375px;overflow:hidden;display:block; }
#lnpM8Ir2fwFIodJDpTGWeaWqaanXkMsQ { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:26px;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:208px;left:40px;display:block; }
#RsZ5JoQCMspWTDFSTv4LMqk8OHe2EGTx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O02Wut5VbVTIvFOmJtmTuZT0dWtinL7T { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:26px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:208px;left:280.00001525879px;display:block; }
#L2Os0x9VKJc30TEwvWAavCGSwhxN4OGD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#F9yDWRBmAFcgJ4xsTE1fVc6ZwBCTa09T { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:26px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:208px;left:520.00001525879px;display:block; }
#ShiqJA5TwSTTs3S3WHSHuWOm3qWQ9eo2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JCuWk97z3SDB4nOTOVm7WHoK1JuG48GB { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:26px;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:208px;left:760.00001525879px;display:block; }
#UWyTNMv43dS5UrAggpUQTzAbc16xZaZc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QkqzAUBeWvOdb5gEZIUho17FSoA2TWf4 { background-color:#003a5d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:26px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:208px;left:1000.0000762939px;display:block; }
#xRx3VUO6lEGoCQPka47oPq70XrTzQ6HV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container { background-color: transparent; background-image: none; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container > .video-iframe-container { display: none; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row > .video-iframe-container { display: none; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .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); }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container { border-width: 0; border-radius: 0; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container { font-size:14px;font-family:arial;height:278px;width:1200px;position:relative;display:block; }#OZyEw3RnuTZwoXO36Nqx4nT0KU6xdcvt { color:#003a5d;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:2px 2px 5px rgba(25,25,25,0.35);top:13px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gu7xqEQrhQtBVOU3ZgXuKpf5oGo6SS0y { color:#003a5d;display:block;width:1120px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:84px;left:41px;height:64px;text-align:justify;text-align-last:initial;display:block; }
#qtRQsEZGofQgaRVaQFBU8J9evnTuqr5B { color:#003a5d;display:block;width:1120px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:164px;left:40px;height:96px;text-align:justify;text-align-last:initial;display:block; }
#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/a4a25ad7-8573-4609-8f92-a0d3b79d2d98/PROVA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo.adaptive-delivery-prevent-bg, #TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo.lazyload, #TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo.lazyloading { background-image: none; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container { background-color: transparent; background-image: none; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container > .video-iframe-container { display: none; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row > .video-iframe-container { display: none; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .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); }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container { border-width: 0; border-radius: 0; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container { font-size:14px;font-family:arial;height:180px;width:1200px;position:relative;display:block; }#T3QWUTGJwtPFevFc10JTTaaEVWetExFd { color:#ffffff;display:block;width:302px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:82px;left:0px;height:65px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hoIiS6oCoiiqgfEdeuvqblh7Js343mDS { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:50px;left:300px;height:97.5px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UnaNsfpDuzqUgZcxKO12OlkeohaSVUPb { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:49px;left:600px;height:97.5px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JBlchMfOs4wrhq6vJ292ha5M6IxZu5J0 { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:49px;left:900px;height:97.5px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cBSvAWw2LAxZUPGNNa4VVwRCx7UT44sD { color:#ffffff;display:block;width:302px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:23px;left:0px;height:65px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TVC2XA5MbQfPtLV3vTeSTda5F8y0dEHA { color:#ffffff;display:block;width:302px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:22px;left:300px;height:65px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZINSamg8kBQMCPDdSP5KDQATrBiFywkq { color:#ffffff;display:block;width:302px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:22px;left:600px;height:65px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pPMocahQwtatq1V7vZrRnzykCVlXcWTG { color:#ffffff;display:block;width:302px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 4px rgba(255,255,255,0.5);top:22px;left:898px;height:65px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BADGV7ndAH0yf73McDq5o73G0Odz50Ii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container { background-color: transparent; background-image: none; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container > .video-iframe-container { display: none; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row > .video-iframe-container { display: none; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .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); }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container { border-width: 0; border-radius: 0; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container { font-size:14px;font-family:arial;height:246px;width:1200px;position:relative;display:block; }#trtNlP2JDD0w7CTSpAT3bTfTdVbvP7pq { color:#003a5d;display:block;width:761px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:126.03125px;left:399.984375px;height:77.9545px;text-align:justify;text-align-last:initial;display:block; }
#ntlFlTJm9mLA1V26ES1dCc5BrrAyvnNM { color:#003a5d;display:block;width:761px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:41.046875px;left:400px;height:64px;text-align:justify;text-align-last:initial;display:block; }
#ozIDqe4Vy6pEFnSQ3vPe6JWb4NqUBZqm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:170px;width:323px;top:40px;left:40px;overflow:hidden;display:block; }
#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a5d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container { background-color: transparent; background-image: none; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container > .video-iframe-container { display: none; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row > .video-iframe-container { display: none; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .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); }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container { border-width: 0; border-radius: 0; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#u8EMBLyQKuL4Ng4DffDlXhUFxZ4QAbT0 { background-color:#7ab41d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:559px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18px;left:321.00001525879px;display:block; }
#CvS2tihSypGi5y4DBVXEi5HiGT3fLftL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container { background-color: transparent; background-image: none; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container > .video-iframe-container { display: none; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row > .video-iframe-container { display: none; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .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); }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container { border-width: 0; border-radius: 0; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { background-color: transparent; background-image: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container > .video-iframe-container { display: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container { display: none; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .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); }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { border-width: 0; border-radius: 0; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { font-size:14px;font-family:arial;height:181px;width:1200px;position:relative;display:block; }#WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { color:#003a5d;display:block;width:593px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:18px;left:20px;height:78px;display:block; }
#hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15003;top:18px;left:380px; }
#hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV > img { max-width: 100%;max-height:100%; }#AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:62px;left:382px; }
#AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 > img { max-width: 100%;max-height:100%; }#QsKDPKxNagIlLnJpz1OTdvScukvAxCLJ { color:#003a5d;display:block;width:279px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18px;left:836px;height:78px;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15006;top:18px;left:1146px; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; }#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:62px;left:1149px; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; }#BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:231px;top:123px;left:20px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ESmirEF8c2aset2tBufwqQ5bFsFICC3C { display:block; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3LixdOGPEeZ9IzfQ7SM5mTbkukds59D { top:20px;left:243.11627906977px;width:115px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #hts731IzfJ7l5AnMFJBskcRnMcF6Gpq5 { top:20px;left:405px;width:113px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { width:352px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:53px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-checkbox-label { width:336px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { width:352px;height:auto;top:160px;left:0px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { width:352px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { width:352px;height:auto;top:160px;left:0px; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #fbIX1lzmTpN4hqT9qMJrEcQobxwdza9N {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zFEn3mHGVa41FsSqNi8DvgOPW8vf9DyH { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zHrmxWs8n24ASR8BDzu33Vr6wKqm6hJn {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uRSrK6sHcfdhOJ3no9KMJwGZoT1sDc36 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iHkMUweoRg0RF8qhddt3JOAuGt835bWq { display:block; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #UkhZ3p0aemsnTxSlP5Vsmn2peCHJXMpJ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #Aff9xpnCITdvhqq9GnrT6pOdfsUoZWgH {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KL9ngLH1zPJ2aRSJtpG8m6LBHPClg4oA {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SmebKmGktZtyT7UxcbeoxN951phb3BqF {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O82oylAXgb8HV8uUPAbwUOPoD0Gse7pZ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #TSyMnVRphLma9hTiavgrDsadVIrcnCr8 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #yW2JocWQJWtH9BI9GtHPfwxt1DEyfuER {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ErrHbsIA82EOOkhH6qXhHDHVMC1w5uyB {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PrMzq4RwfzWKAlx3kPz0eblCRF6ut7lt {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ISutQHPz0ND9HvbD59p3Tb8iTidlQCAa {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #cTheQRkGAWQbai8tIIcqUkeuHDTGz4g3 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #lXnSRNy8FXWzD3Suk4D0TMFmZXy6iASd {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iXP0nARNrZqyLwwmA94r5b8AhPWlGGkZ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O2IU8elnfd6khhJm8lHUpKoFBHbOiHt6 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #a145GTbe4t01FUxq3CSnk9bgXerBre4z {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uzTiTHHbf5vpp1fHtavAs0RTGs8yug5x {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl {  }
 }@media only screen and (max-width: 763px) { #o7Lt3NcW7ZBvpgoNdQAhLmXqIsF7hAKG { top:27px;left:0px;width:687px;height:128px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { display:block; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { top:24px;left:0px;width:764px;height:105px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Zo06huy27pBi0gX6Zwafin4aWQXpexVe { display:block; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekfi6912uvO4LpQRO8I5XLpfWBn1VfWH { top:19px;left:0px;width:764px;height:64px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #k3bJtXZNTwv14ScOCKKstmG2kIPbeQ86 { top:84px;left:0px;width:764px;height:160px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN { display:block; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkEtqT63ZvTSIyaqovA2WxObUZ8OmTOm { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #PVVVGBTCEF7MWUiTTwJxtcav35bRKMOB { top:10px;left:0px;width:512px;height:46px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf { display:block; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIVBttLUFls0tP93VTC2xIBUDbBcfuQc { top:35px;left:427px;width:337px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #rT1wNSeCExlMJ2NqAm6pTsQOJPGV1b2p { top:264px;left:427px;width:337px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TKL3JNI9oaNUtmwnSb6SH23eun3P5BEi { top:290px;left:429px;width:335px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9t7NLvxXR2E3XSe4XS1QFQsPDc9ZzgA { top:325px;left:427px;width:337px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ttOCi1rsttT7B8pEyfRrQlWuRA8yd2HF { width:200px;height:33px;top:386px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #IoTPZe3zdsD8wJ3kACqelrhy5XAcOhuK { display:block; }
 }@media only screen and (max-width: 763px) { #AKDOXJ9IBUamO3yeQ6MwRT7hMrWCG7Oz { top:40px;left:428px;width:336px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #n8DW8UyAbXN8Rh6pL6GZEI5TsAOvWrh3 { top:54px;left:280.39772033691px;width:284px;height:188px;display:block; }
 }@media only screen and (max-width: 763px) { #fySqTQBsGexW0aPMTTztD1IqLD9TuIom { top:265px;left:247.00001525879px;width:341px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a3gXpXdPXxLIaaV3ZhcBaHo94peoRvh6 { top:291px;left:250.00001525879px;width:336px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twyHrR0kodsbfL9E2UVdIeaExTfxgbnB { top:326px;left:252.00001525879px;width:333px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #renz20N7HkCv0KVnGEBWrtlRJWPebTmH { width:200px;height:33px;top:387px;left:316.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #vE1FKTBBzbAKMJoBTebT0gCFrdNh82NZ { display:block; }
 }@media only screen and (max-width: 763px) { #CLmJZ3Dq3aMgl2O0WTo6UvJz5EUqRSVF { top:41px;left:250.00001525879px;width:336px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #iMTFbT99a1B8vyLUVl4qP6fIq3I6wsaH { top:32px;left:0px;width:395px;height:160px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KubpndWD4TQvtM1XTR0zNqT9iRXGFxIZ { top:273px;left:0px;width:392px;height:168px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4I8TRTGzD5WSoBCz8wt3bQyJPXbsr { top:236px;left:0px;width:342px;height:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N7d6ySaZ79UNJxdRqTPKBqba2N2TO9Bp { top:262px;left:0px;width:90px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 { display:block; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrTyGPduITcB9TtzZ3SFtglJukrvUknr { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #z5TJzrym1TsFEmvRe3K57HmBkE89JyPZ { top:10px;left:0px;width:452px;height:46px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OWvymZUZrJgfpyPnfdb97daWMhGEvpvW { display:block; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGXzMoTxy2tqmCfncRAirdFJyurB7Knu { width:200px;height:33px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #udKZ3n39Gzv3vXzy4XmvTKs6PrBhcUC8 { display:block; }
 }@media only screen and (max-width: 763px) { #wnEKcFrBzeXr1vqEIPMMo8OHBPCwGofF { top:32px;left:0px;width:763px;height:256px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DfF8LmwIbHkZlUGSBTLyckJ5wTN8a4iE { top:21px;left:430px;width:288px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH { display:block; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvpcftWoh2Drvi6GicGBN9w9TFV5CJqT { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #eW9pDnyybaSdyWFQm7ZBTgxfKaBOmHZK { top:10px;left:0px;width:227px;height:46px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EtOgQo80QOIJbZsTXye0PuJqT78VGMKK { display:block; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoE0akuuwuz2e7kpcct6FPU9XbuFXWLo { width:200px;height:33px;top:363px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QPZLkEUABwdiqT6VxqV2v34uxUlZnM { display:block; }
 }@media only screen and (max-width: 763px) { #ry7i70L1hHazDABTVtvt0JX2mOVvSiKx { top:32px;left:0px;width:763px;height:320px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LyQwPJEXa8TKNmm84gap9qOJGlPpLPFS { top:21px;left:430px;width:288px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw { display:block; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cswGvdOIeiTCZtQDD3NpJXzokBa29ydA { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #P8mxMQ7Q0orbARsRNzxNxfCNysqkNnW2 { top:10px;left:0px;width:371px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh { display:block; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGTxXMwEMLunoTgJDM9pTFNBT6RouJ5 { width:200px;height:33px;top:382px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m0anTo4c6akG6G12SesJppzhsuhxpSHT { display:block; }
 }@media only screen and (max-width: 763px) { #dqN9sIWnb0sLM0gX64MrWXwArFmyaEyz { top:32px;left:0px;width:763px;height:320px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #If1CcNqLehWKnXtpxho4c6GiNCdPHRzQ { top:41px;left:476px;width:288px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #xw5OioBWPUfN4oBuBtr9AkT964HNImTI { display:block; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTCfvbmFZ9BmlrzKV5UzcBF2hkAdA5XP { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #PEPpDTTVFF1dz4zk5r2g21nluJdMEGIG { top:10px;left:0px;width:670px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ML4aNQKB853VZd72NSV8GRtTrGNcHZHX { display:block; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlJWG6ShTAhlIOlTZpPcvB9xCq9I8AVU { top:32px;left:0px;width:763px;height:320px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0cW9U8E5cfTb1sITq7qEVVbQfhIsBbo { width:200px;height:33px;top:380px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uZPyZ5gfThITliiGDJmeL6XnqlrI2305 { display:block; }
 }@media only screen and (max-width: 763px) { #hf3T92gkqnTVv0LG1oA1gJ4rTkwOI9fr { top:52px;left:536px;width:228px;height:208px;display:block; }
 }@media only screen and (max-width: 763px) { #d8VT8plCuv8AdRvzNafcTtsaKIlZXELP { top:257px;left:477px;width:287px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QAeghlAnwPxxrz0hztyNteBiCHxTw8FU { top:287px;left:478px;width:286px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NSUsqEtTJlu7dTSlEIdo04vCPKFaDK4x { top:343px;left:478px;width:286px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OwpmwlkzeG7T63azSFsZRLEKefZHvWHy { top:39px;left:476px;width:288px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #IUsHcynApQsMKdHg6bf78HS5DEOOPeTi { display:block; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBJbVZrGLoferKkGqFcxlzdMswunMoeS { top:2px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #uMEsOmgUQvspMbbvT7R8U8twTS5Xyw9N { top:10px;left:0px;width:595px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 { display:block; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2SOkcuM6hzcGZFV79KqJc93m5Kg2msV { top:32px;left:0px;width:763px;height:384px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IexLQ8Sif0UgJAHWW4UkTIIvf2KlK0LM { top:35px;left:478px;width:286px;height:373px;display:block; }
 }@media only screen and (max-width: 763px) { #LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN { display:block; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grd1o0moWP2wGaGOHHXCPVhud5a4gT2X { top:36px;left:0px;width:764px;height:428.08579088472px;display:block; }
 }@media only screen and (max-width: 763px) { #gLl6vAO11buW6nwa4qzTis97s7zPzRXa { display:block; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { width:559px;height:55px;top:18px;left:103.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block; }
 }@media only screen and (max-width: 763px) { #Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy { display:block; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzZ1CTJ5e8ruLBRefwa4eyuLC9fxgSoX { top:19px;left:0px;width:764px;height:64px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #O4V46BS99hrhHa2hJTSqKQUWHr59gc16 { top:98px;left:0px;width:764px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 { display:block; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHfPVePzayJgpMyeXv5M6lylFVJelqEg { top:27px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #TRETJ5dSX3ztuEP5wFrHNa5VIDAEfpip { top:27px;left:62px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6I4Dx0MVgqhazOD1GgdSWMlWPu6Ptw { top:27px;left:302px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #WEML1gVR4OuCy6T7XLhSW2FTKHP9E8aB { top:27px;left:542px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #g1B208Ifac2t7hTwsGovnCkBJE28WITc { top:27px;left:584px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #ID8UaSW3EeKoG4odISTgDkkdcodipp0P { top:36px;left:0px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #KSo3A9LkpZi3868zn1geRmSNswZauiFD { top:37px;left:71.859375px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #fUuriJERrG3JuIh5zH2TvyBAaxR7J6TB { top:37px;left:312.984375px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #NvvTxvNQM63qOy7n4PKRDTg37gRHiZtQ { top:37px;left:552px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KZkZcPaDaoPoOcxyeoOcStZA2GykQ8 { top:37px;left:604px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #lnpM8Ir2fwFIodJDpTGWeaWqaanXkMsQ { width:180px;height:26px;top:208px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RsZ5JoQCMspWTDFSTv4LMqk8OHe2EGTx { display:block; }
 }@media only screen and (max-width: 763px) { #O02Wut5VbVTIvFOmJtmTuZT0dWtinL7T { width:180px;height:26px;top:208px;left:62.000015258789px;display:block; }
 }@media only screen and (max-width: 763px) { #L2Os0x9VKJc30TEwvWAavCGSwhxN4OGD { display:block; }
 }@media only screen and (max-width: 763px) { #F9yDWRBmAFcgJ4xsTE1fVc6ZwBCTa09T { width:180px;height:26px;top:208px;left:302.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #ShiqJA5TwSTTs3S3WHSHuWOm3qWQ9eo2 { display:block; }
 }@media only screen and (max-width: 763px) { #JCuWk97z3SDB4nOTOVm7WHoK1JuG48GB { width:180px;height:26px;top:208px;left:542.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #UWyTNMv43dS5UrAggpUQTzAbc16xZaZc { display:block; }
 }@media only screen and (max-width: 763px) { #QkqzAUBeWvOdb5gEZIUho17FSoA2TWf4 { width:180px;height:26px;top:208px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #xRx3VUO6lEGoCQPka47oPq70XrTzQ6HV { display:block; }
 }@media only screen and (max-width: 763px) { #PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b { display:block; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZyEw3RnuTZwoXO36Nqx4nT0KU6xdcvt { top:13px;left:0px;width:764px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Gu7xqEQrhQtBVOU3ZgXuKpf5oGo6SS0y { top:84px;left:0px;width:764px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qtRQsEZGofQgaRVaQFBU8J9evnTuqr5B { top:164px;left:0px;width:764px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo { display:block; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3QWUTGJwtPFevFc10JTTaaEVWetExFd { top:82px;left:0px;width:302px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hoIiS6oCoiiqgfEdeuvqblh7Js343mDS { top:50px;left:82px;width:300px;height:97px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UnaNsfpDuzqUgZcxKO12OlkeohaSVUPb { top:49px;left:273px;width:300px;height:97px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JBlchMfOs4wrhq6vJ292ha5M6IxZu5J0 { top:49px;left:464px;width:300px;height:97px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cBSvAWw2LAxZUPGNNa4VVwRCx7UT44sD { top:23px;left:0px;width:302px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TVC2XA5MbQfPtLV3vTeSTda5F8y0dEHA { top:22px;left:80px;width:302px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZINSamg8kBQMCPDdSP5KDQATrBiFywkq { top:22px;left:271px;width:302px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pPMocahQwtatq1V7vZrRnzykCVlXcWTG { top:22px;left:271px;width:302px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BADGV7ndAH0yf73McDq5o73G0Odz50Ii { display:block; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trtNlP2JDD0w7CTSpAT3bTfTdVbvP7pq { top:126px;left:3px;width:761px;height:77px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ntlFlTJm9mLA1V26ES1dCc5BrrAyvnNM { top:41px;left:3px;width:761px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ozIDqe4Vy6pEFnSQ3vPe6JWb4NqUBZqm { top:40px;left:0px;width:323px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh { display:block; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8EMBLyQKuL4Ng4DffDlXhUFxZ4QAbT0 { width:559px;height:55px;top:18px;left:103.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #CvS2tihSypGi5y4DBVXEi5HiGT3fLftL { display:block; }
 }@media only screen and (max-width: 763px) { #CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH { display:block; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVBcBxdSGylEukmRPZKphUlW8x41rzR { display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { top:18px;left:0px;width:593px;height:78px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV { top:18px;left:271px;width:35px;height:35px;display:block; }
#hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 { top:62px;left:273px;width:30px;height:30px;display:block; }
#AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #QsKDPKxNagIlLnJpz1OTdvScukvAxCLJ { top:18px;left:485px;width:279px;height:78px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { top:18px;left:729px;width:35px;height:35px;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { top:62px;left:734px;width:30px;height:30px;display:block; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { top:123px;left:0px;width:231px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ESmirEF8c2aset2tBufwqQ5bFsFICC3C { display:block; }#ESmirEF8c2aset2tBufwqQ5bFsFICC3C > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3LixdOGPEeZ9IzfQ7SM5mTbkukds59D { width:88px;height:40px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hts731IzfJ7l5AnMFJBskcRnMcF6Gpq5 { width:86px;height:40px;top:20px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #foG2ovFgsftE2ITpCoPagwKtRTDbNPak { background-color:transparent;background-image:none;display:block; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { background-color: transparent; background-image: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row > .video-iframe-container { display: none; }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .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); }#foG2ovFgsftE2ITpCoPagwKtRTDbNPak > .row .container { width:320px;height:621px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-input-button { width:224px;margin-top:4px;margin-right:28px;margin-bottom:4px;margin-left:28px;font-size:18px;overflow:hidden; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:first-of-type{padding-top:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .widget-container:last-of-type{padding-bottom:0;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p  { width:280px;height:auto;top:154px;left:0px; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Hpb4QQGOS0endoqshIk13usuyHI6TT8p {display:block;}#Hpb4QQGOS0endoqshIk13usuyHI6TT8p { width:280px;height:auto;top:154px;left:0px; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #JHhixyboef8p7nBsh84S5EyBOPUvgINg {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KcFDoqhzZB2wSW8w7HH8OTpHuSLeeiwV { display:none; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #LZauVVbNGSHoVLKN8BJlpVrvF0pcCwgu {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #fbIX1lzmTpN4hqT9qMJrEcQobxwdza9N {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zFEn3mHGVa41FsSqNi8DvgOPW8vf9DyH { display:none; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #zHrmxWs8n24ASR8BDzu33Vr6wKqm6hJn {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uRSrK6sHcfdhOJ3no9KMJwGZoT1sDc36 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iHkMUweoRg0RF8qhddt3JOAuGt835bWq { display:none; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #UkhZ3p0aemsnTxSlP5Vsmn2peCHJXMpJ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #Aff9xpnCITdvhqq9GnrT6pOdfsUoZWgH {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #KL9ngLH1zPJ2aRSJtpG8m6LBHPClg4oA { display:none; }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SmebKmGktZtyT7UxcbeoxN951phb3BqF {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O82oylAXgb8HV8uUPAbwUOPoD0Gse7pZ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #TSyMnVRphLma9hTiavgrDsadVIrcnCr8 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #yW2JocWQJWtH9BI9GtHPfwxt1DEyfuER {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ErrHbsIA82EOOkhH6qXhHDHVMC1w5uyB {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #PrMzq4RwfzWKAlx3kPz0eblCRF6ut7lt {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #ISutQHPz0ND9HvbD59p3Tb8iTidlQCAa {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #cTheQRkGAWQbai8tIIcqUkeuHDTGz4g3 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #lXnSRNy8FXWzD3Suk4D0TMFmZXy6iASd {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #iXP0nARNrZqyLwwmA94r5b8AhPWlGGkZ {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #O2IU8elnfd6khhJm8lHUpKoFBHbOiHt6 {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #a145GTbe4t01FUxq3CSnk9bgXerBre4z {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #uzTiTHHbf5vpp1fHtavAs0RTGs8yug5x {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #SCmgaTEKay3NGDMtrZeBo7VJ0WJRDEKU {  }
 }@media only screen and (max-width: 763px) { #Hpb4QQGOS0endoqshIk13usuyHI6TT8p #CknaqRTu66KBEsUe5hzXzEWP9xhRfptl {  }
 }@media only screen and (max-width: 763px) { #o7Lt3NcW7ZBvpgoNdQAhLmXqIsF7hAKG { width:320px;height:142.955px;top:12px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu { display:block; }#bc8bqdcogLDwQsMZWJ5iu4KqmEbeQAPu > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzwxHdTN5hIi2rM7UwNrAutLHR9MFNCw { width:320px;height:163.784px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Zo06huy27pBi0gX6Zwafin4aWQXpexVe { display:block; }#Zo06huy27pBi0gX6Zwafin4aWQXpexVe > .row .container { width:320px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekfi6912uvO4LpQRO8I5XLpfWBn1VfWH { width:249px;height:57.1818px;top:12px;left:45px;font-size:22px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k3bJtXZNTwv14ScOCKKstmG2kIPbeQ86 { width:320px;height:312px;top:80px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN { display:block; }#cbJWhNOBW31gOz7bnCcZZ2ru6bClEpaN > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkEtqT63ZvTSIyaqovA2WxObUZ8OmTOm { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #PVVVGBTCEF7MWUiTTwJxtcav35bRKMOB { width:299px;height:24.6932px;top:7.5908203125px;left:38.988638877869px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf { display:block; }#O9EFDvW9lqGZNJyu5t18bUTJnr7ZdcEf > .row .container { width:320px;height:1150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIVBttLUFls0tP93VTC2xIBUDbBcfuQc { width:285px;height:190px;top:352px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rT1wNSeCExlMJ2NqAm6pTsQOJPGV1b2p { width:320px;height:26px;top:540.375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TKL3JNI9oaNUtmwnSb6SH23eun3P5BEi { width:320px;height:20.8px;top:566.375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9t7NLvxXR2E3XSe4XS1QFQsPDc9ZzgA { width:258px;height:62.3864px;top:599.37504577637px;left:31.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ttOCi1rsttT7B8pEyfRrQlWuRA8yd2HF { width:233px;height:32px;top:676.37504577637px;left:43.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #IoTPZe3zdsD8wJ3kACqelrhy5XAcOhuK { display:block; }
 }@media only screen and (max-width: 763px) { #AKDOXJ9IBUamO3yeQ6MwRT7hMrWCG7Oz { width:320px;height:375px;top:353.99998474121px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n8DW8UyAbXN8Rh6pL6GZEI5TsAOvWrh3 { width:279px;height:184px;top:761.375px;left:22.888517931895px;display:block; }
 }@media only screen and (max-width: 763px) { #fySqTQBsGexW0aPMTTztD1IqLD9TuIom { width:320px;height:26px;top:952.375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a3gXpXdPXxLIaaV3ZhcBaHo94peoRvh6 { width:320px;height:20.7955px;top:978.375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twyHrR0kodsbfL9E2UVdIeaExTfxgbnB { width:256px;height:41.5909px;top:1010.375px;left:31.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #renz20N7HkCv0KVnGEBWrtlRJWPebTmH { width:233px;height:32px;top:1069.375px;left:43.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #vE1FKTBBzbAKMJoBTebT0gCFrdNh82NZ { display:block; }
 }@media only screen and (max-width: 763px) { #CLmJZ3Dq3aMgl2O0WTo6UvJz5EUqRSVF { width:320px;height:377px;top:751.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iMTFbT99a1B8vyLUVl4qP6fIq3I6wsaH { width:320px;height:96px;top:11px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KubpndWD4TQvtM1XTR0zNqT9iRXGFxIZ { width:320px;height:168px;top:164px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4I8TRTGzD5WSoBCz8wt3bQyJPXbsr { width:320px;height:22.4px;top:134px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N7d6ySaZ79UNJxdRqTPKBqba2N2TO9Bp { width:80px;height:2px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 { display:block; }#TPNm80t8xuWPAeNcap8Pax07ZdK1lVi5 > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrTyGPduITcB9TtzZ3SFtglJukrvUknr { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #z5TJzrym1TsFEmvRe3K57HmBkE89JyPZ { width:301px;height:24.6932px;top:7.591064453125px;left:38.988638877869px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OWvymZUZrJgfpyPnfdb97daWMhGEvpvW { display:block; }#OWvymZUZrJgfpyPnfdb97daWMhGEvpvW > .row .container { width:320px;height:853px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGXzMoTxy2tqmCfncRAirdFJyurB7Knu { width:233px;height:32px;top:799px;left:43.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #udKZ3n39Gzv3vXzy4XmvTKs6PrBhcUC8 { display:block; }
 }@media only screen and (max-width: 763px) { #wnEKcFrBzeXr1vqEIPMMo8OHBPCwGofF { width:320px;height:384px;top:18px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DfF8LmwIbHkZlUGSBTLyckJ5wTN8a4iE { width:320px;height:418px;top:401px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH { display:block; }#UT8apQyK2xlPui0BvNHmnI6KOBw4JBnH > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvpcftWoh2Drvi6GicGBN9w9TFV5CJqT { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #eW9pDnyybaSdyWFQm7ZBTgxfKaBOmHZK { width:200px;height:24.6932px;top:7.6000061035156px;left:38.999998092651px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EtOgQo80QOIJbZsTXye0PuJqT78VGMKK { display:block; }#EtOgQo80QOIJbZsTXye0PuJqT78VGMKK > .row .container { width:320px;height:966px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoE0akuuwuz2e7kpcct6FPU9XbuFXWLo { width:233px;height:32px;top:910px;left:44.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QPZLkEUABwdiqT6VxqV2v34uxUlZnM { display:block; }
 }@media only screen and (max-width: 763px) { #ry7i70L1hHazDABTVtvt0JX2mOVvSiKx { width:320px;height:432px;top:16px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LyQwPJEXa8TKNmm84gap9qOJGlPpLPFS { width:320px;height:416px;top:469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw { display:block; }#lCzh4BobkV1vqUl4C1Nkhh210KAFyBFw > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cswGvdOIeiTCZtQDD3NpJXzokBa29ydA { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #P8mxMQ7Q0orbARsRNzxNxfCNysqkNnW2 { width:200px;height:24.7px;top:7.6000061035156px;left:38.999998092651px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh { display:block; }#p9POBZblbuzTvsuh2hM9UKvR0VyVyTgh > .row .container { width:320px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGTxXMwEMLunoTgJDM9pTFNBT6RouJ5 { width:233px;height:32px;top:860.375px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #m0anTo4c6akG6G12SesJppzhsuhxpSHT { display:block; }
 }@media only screen and (max-width: 763px) { #dqN9sIWnb0sLM0gX64MrWXwArFmyaEyz { width:320px;height:384px;top:15px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #If1CcNqLehWKnXtpxho4c6GiNCdPHRzQ { width:320px;height:416px;top:417px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xw5OioBWPUfN4oBuBtr9AkT964HNImTI { display:block; }#xw5OioBWPUfN4oBuBtr9AkT964HNImTI > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTCfvbmFZ9BmlrzKV5UzcBF2hkAdA5XP { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #PEPpDTTVFF1dz4zk5r2g21nluJdMEGIG { width:285px;height:24.6932px;top:7.59375px;left:38.984375px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ML4aNQKB853VZd72NSV8GRtTrGNcHZHX { display:block; }#ML4aNQKB853VZd72NSV8GRtTrGNcHZHX > .row .container { width:320px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlJWG6ShTAhlIOlTZpPcvB9xCq9I8AVU { width:320px;height:408px;top:16.03125px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q0cW9U8E5cfTb1sITq7qEVVbQfhIsBbo { width:233px;height:32px;top:848px;left:43.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #uZPyZ5gfThITliiGDJmeL6XnqlrI2305 { display:block; }
 }@media only screen and (max-width: 763px) { #hf3T92gkqnTVv0LG1oA1gJ4rTkwOI9fr { width:228px;height:208px;top:455px;left:43.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #d8VT8plCuv8AdRvzNafcTtsaKIlZXELP { width:287px;height:26px;top:660px;left:18.000000953674px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QAeghlAnwPxxrz0hztyNteBiCHxTw8FU { width:286px;height:41.5909px;top:686px;left:18.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NSUsqEtTJlu7dTSlEIdo04vCPKFaDK4x { width:260px;height:62.3864px;top:740px;left:30.999999046326px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OwpmwlkzeG7T63azSFsZRLEKefZHvWHy { width:320px;height:377px;top:444px;left:-0.35227298736572px;display:block; }
 }@media only screen and (max-width: 763px) { #IUsHcynApQsMKdHg6bf78HS5DEOOPeTi { display:block; }#IUsHcynApQsMKdHg6bf78HS5DEOOPeTi > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBJbVZrGLoferKkGqFcxlzdMswunMoeS { display:flex;width:40px;height:40px;top:0px;left:0px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #uMEsOmgUQvspMbbvT7R8U8twTS5Xyw9N { width:292px;height:24.6932px;top:7.59375px;left:38.984375px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 { display:block; }#UUXyO6aICPAxJSV5QSe7b6xFTQqoCRK5 > .row .container { width:320px;height:1027px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2SOkcuM6hzcGZFV79KqJc93m5Kg2msV { width:320px;height:552px;top:18px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IexLQ8Sif0UgJAHWW4UkTIIvf2KlK0LM { width:320px;height:418px;top:586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN { display:block; }#LbrNCwiZycA8ZqTt5vLkwzO4BCOM89GN > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grd1o0moWP2wGaGOHHXCPVhud5a4gT2X { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gLl6vAO11buW6nwa4qzTis97s7zPzRXa { display:block; }#gLl6vAO11buW6nwa4qzTis97s7zPzRXa > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aanoKwT5pfs0WuCe1O67Uvv8dQNXcZNf { width:320px;height:44px;top:18.977294921875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fTy7gVKFGNLDqXaRMHvPTM7AC6p6HPwB { display:block; }
 }@media only screen and (max-width: 763px) { #Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy { display:block; }#Us7szGbt6KumdbfzK36Pp3fLLSFDu2Wy > .row .container { width:320px;height:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzZ1CTJ5e8ruLBRefwa4eyuLC9fxgSoX { width:320px;height:57.1818px;top:11px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O4V46BS99hrhHa2hJTSqKQUWHr59gc16 { width:320px;height:408px;top:79px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 { display:block; }#G2pfowhb0zzRPCEfLFpSiiWCT5MCbws2 > .row .container { width:320px;height:1150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHfPVePzayJgpMyeXv5M6lylFVJelqEg { width:180px;height:180px;top:20px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #TRETJ5dSX3ztuEP5wFrHNa5VIDAEfpip { width:180px;height:180px;top:245.99996948242px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6I4Dx0MVgqhazOD1GgdSWMlWPu6Ptw { width:180px;height:180px;top:469.00003051758px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #WEML1gVR4OuCy6T7XLhSW2FTKHP9E8aB { width:180px;height:180px;top:695.00003051758px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #g1B208Ifac2t7hTwsGovnCkBJE28WITc { width:180px;height:180px;top:920.99996948242px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #ID8UaSW3EeKoG4odISTgDkkdcodipp0P { width:160px;height:160px;top:29.568176269531px;left:81.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #KSo3A9LkpZi3868zn1geRmSNswZauiFD { width:160px;height:160px;top:255.99996948242px;left:79.852274894714px;display:block; }
 }@media only screen and (max-width: 763px) { #fUuriJERrG3JuIh5zH2TvyBAaxR7J6TB { width:160px;height:160px;top:479.00003051758px;left:80.977274894714px;display:block; }
 }@media only screen and (max-width: 763px) { #NvvTxvNQM63qOy7n4PKRDTg37gRHiZtQ { width:160px;height:160px;top:705.00003051758px;left:80.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KZkZcPaDaoPoOcxyeoOcStZA2GykQ8 { width:160px;height:160px;top:930.99996948242px;left:80.090914726257px;display:block; }
 }@media only screen and (max-width: 763px) { #lnpM8Ir2fwFIodJDpTGWeaWqaanXkMsQ { width:180px;height:26px;top:200px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #RsZ5JoQCMspWTDFSTv4LMqk8OHe2EGTx { display:block; }
 }@media only screen and (max-width: 763px) { #O02Wut5VbVTIvFOmJtmTuZT0dWtinL7T { width:180px;height:26px;top:425.00003051758px;left:70.000002861023px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #L2Os0x9VKJc30TEwvWAavCGSwhxN4OGD { display:block; }
 }@media only screen and (max-width: 763px) { #F9yDWRBmAFcgJ4xsTE1fVc6ZwBCTa09T { width:180px;height:26px;top:649.00003051758px;left:70.000002861023px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ShiqJA5TwSTTs3S3WHSHuWOm3qWQ9eo2 { display:block; }
 }@media only screen and (max-width: 763px) { #JCuWk97z3SDB4nOTOVm7WHoK1JuG48GB { width:180px;height:26px;top:873.99996948242px;left:70.000002861023px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UWyTNMv43dS5UrAggpUQTzAbc16xZaZc { display:block; }
 }@media only screen and (max-width: 763px) { #QkqzAUBeWvOdb5gEZIUho17FSoA2TWf4 { width:180px;height:26px;top:1100.9999694824px;left:70.000002861023px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xRx3VUO6lEGoCQPka47oPq70XrTzQ6HV { display:block; }
 }@media only screen and (max-width: 763px) { #PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b { display:block; }#PdT5VR6uxQRsZnJ2XJTcMACCulnbUs8b > .row .container { width:320px;height:426px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZyEw3RnuTZwoXO36Nqx4nT0KU6xdcvt { width:320px;height:57.1818px;top:19px;left:0px;font-size:22px;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gu7xqEQrhQtBVOU3ZgXuKpf5oGo6SS0y { width:320px;height:153.545px;top:87px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qtRQsEZGofQgaRVaQFBU8J9evnTuqr5B { width:320px;height:153.545px;top:250.43188476562px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo { display:block; }#TvqxXLNKbSFThsTCbI0PLr6azRWhEGqo > .row .container { width:320px;height:501px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3QWUTGJwtPFevFc10JTTaaEVWetExFd { width:320px;height:46.8px;top:64.234375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hoIiS6oCoiiqgfEdeuvqblh7Js343mDS { width:214px;height:70.1932px;top:160px;left:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UnaNsfpDuzqUgZcxKO12OlkeohaSVUPb { width:222px;height:70.1932px;top:280px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JBlchMfOs4wrhq6vJ292ha5M6IxZu5J0 { width:320px;height:70.1932px;top:401.84375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cBSvAWw2LAxZUPGNNa4VVwRCx7UT44sD { width:320px;height:41.6px;top:23px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TVC2XA5MbQfPtLV3vTeSTda5F8y0dEHA { width:320px;height:41.6px;top:142.390625px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZINSamg8kBQMCPDdSP5KDQATrBiFywkq { width:320px;height:41.5909px;top:260px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pPMocahQwtatq1V7vZrRnzykCVlXcWTG { width:320px;height:41.6px;top:379.46875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BADGV7ndAH0yf73McDq5o73G0Odz50Ii { display:block; }#BADGV7ndAH0yf73McDq5o73G0Odz50Ii > .row .container { width:320px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trtNlP2JDD0w7CTSpAT3bTfTdVbvP7pq { width:320px;height:126px;top:262px;left:0px;font-size:10px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ntlFlTJm9mLA1V26ES1dCc5BrrAyvnNM { width:320px;height:76.7727px;top:171.015625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ozIDqe4Vy6pEFnSQ3vPe6JWb4NqUBZqm { width:247px;height:131px;top:24px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh { display:block; }#UwyMr84XFhKq9R90ZUOHTrP1qS6O5RVh > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8EMBLyQKuL4Ng4DffDlXhUFxZ4QAbT0 { width:320px;height:44px;top:18.977294921875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CvS2tihSypGi5y4DBVXEi5HiGT3fLftL { display:block; }
 }@media only screen and (max-width: 763px) { #CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH { display:block; }#CiNT7bsusVLJTmnGcVbTq1wwXF7bunyH > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVBcBxdSGylEukmRPZKphUlW8x41rzR { display:block; }#fdVBcBxdSGylEukmRPZKphUlW8x41rzR > .row .container { width:320px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDrIyWZu0v50PaDHQ93X2Ux1La4mC7l9 { width:320px;height:66px;top:20px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV { width:35px;height:35px;top:99px;left:0px;display:block; }
#hnJ0JTAyesE1uyxR9TKywdRCZLdVyiXV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 { width:30.9375px;height:30.9375px;top:101.0625px;left:47px;display:block; }
#AJZWAe0rRlhEwgGANPRMTt3exTiJvfa8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #QsKDPKxNagIlLnJpz1OTdvScukvAxCLJ { width:279px;height:66px;top:161px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw { width:35px;height:35px;top:238px;left:0px;display:block; }
#iToFM9lh1d5yklUeeTiB7MOhp1XLM2Vw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei { width:30px;height:30px;top:241px;left:48px;display:block; }
#hNQH6i41r5KTmXi4ArLtJ3afhrxNcHei > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #BikdoUWbTlPlKgZkqyCTKJEoI5hnMbWJ { width:218px;height:35px;top:311px;left:0px;display:block; }
 }