.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea9faa53-03dd-4fce-af28-630afd61cc2d/1920x540_Header_Caramello_v10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { 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;z-index:auto;display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { background-color: transparent; background-image: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container > .video-iframe-container { display: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container { display: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .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); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { border-width: 0; border-radius: 0; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#RzCROb15olt5o3RRXbD6doyySwS3fbl9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:2.125rem;left:70.625rem; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:2rem;left:68rem; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { 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;box-shadow: none;height:2.87435rem;width:18.4375rem;top:1.5615234375rem;left:1.8798828125rem;overflow:hidden;display:block; }
#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/bccf3eeb-7ba9-4440-9d47-c91261d70425/Header_1920x400px_v05_opz2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyloading { background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { 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; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { background-color: transparent; background-image: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .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); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { border-width: 0; border-radius: 0; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { color:#003a5d;display:block;width:63.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:5.875rem;left:5.8125rem;height:12.5923125rem;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; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#003a5d;background-image:none;color:#ffffff;padding-top:0.535rem;padding-right:0.479375rem;padding-bottom:0.535rem;padding-left:0.479375rem;display:block;align-items:center;width:2.873125rem;min-width:2.873125rem;height:2.87375rem;position:relative;font-family:"open sans";font-size:2.14rem;font-weight:700;line-height:45.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.334375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.83rem;height:1.13625rem;position:relative;font-family:"open sans";font-size:0.8025rem;font-weight:400;line-height:18.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.310125rem;height:5.4125rem;padding-top:0.66875rem;padding-right:0.68375rem;padding-bottom:0.66875rem;padding-left:0.68375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.9375rem;left:27.16015625rem;z-index:15002; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA { width:auto; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
#ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { color:#003a5d;display:block;width:66.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.3313789367676rem;left:4.0625019073486rem;height:3.599075rem;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; }
#D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { color:#003a5d;display:block;width:31.9993125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.465020179749rem;left:21.499467849731rem;height:2.03125rem;font-style:normal;display:block; }
#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { 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; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { background-color: transparent; background-image: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .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); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { border-width: 0; border-radius: 0; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { background-color:#f1f3f6;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-shadow: none;box-sizing:border-box;color:#003a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:1.4375rem;display:block; }
#IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { background-color:#f1f3f6;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-shadow: none;box-sizing:border-box;color:#003a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:19.5625rem;display:block; }
#GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { background-color:#f1f3f6;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-shadow: none;box-sizing:border-box;color:#003a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:37.8125rem;display:block; }
#RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcfC92Hf9FrS4LH3OFqwO3es1CWZwig6 { background-color:#f1f3f6;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-shadow: none;box-sizing:border-box;color:#003a5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:56.0625rem;display:block; }
#PF6nozzp5Cgoo6pzrze0cJ3bB4Zq9ppQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { position:relative;display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { background-color: transparent; background-image: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .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); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { border-width: 0; border-radius: 0; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { color:#000000;display:block;width:60.8735625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:4.8117885589599rem;left:7.0623226165769rem;height:8.394875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xd2UHddfxobmraDnHenreFmdyWk1Elat { color:#003a5d;display:block;width:60.4989375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.5616111755371rem;left:7.2487564086912rem;height:2.6988625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6241875rem;height:10.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:17.5rem;display:block; }
#SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { position:relative;display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { background-color: transparent; background-image: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container > .video-iframe-container { display: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row > .video-iframe-container { display: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .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); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { border-width: 0; border-radius: 0; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.40603351593rem;left:20.185548782349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { box-sizing:content-box;height:2.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.7);background-image:none;top:8.93728351593rem;left:19.312067031861rem;display:block; }
#ARUDh4wb95nFnequHvBksrMyHyvHXNGL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:1rem;left:55.9375rem;overflow:hidden;display:block; }
#rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.7);background-image:none;top:8.7494659423825rem;left:37.749464035034rem;display:block; }
#WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { box-sizing:content-box;height:2.8125rem;width:17.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.7);background-image:none;top:8.625rem;left:55.9375rem;display:block; }
#BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.5625rem;height:1.62464375rem;text-align:center;text-align-last:center;display:block; }
#kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:56.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21rem;left:38.625rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:56.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:10.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.686718940735rem;left:55.875rem;display:block; }
#uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:10.75rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:24.468216896057rem;left:19.311967849731rem;display:block; }
#VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.3125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:10.9375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:35.96875rem;left:37.71875rem;display:block; }
#OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.7);background-image:none;top:20.3125rem;left:19.4375rem;display:block; }
#qbbQaBA352DS9JzyfhTzWwycdrX6unMT { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:10.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.717969894409rem;left:19.34140586853rem;display:block; }
#DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8744375rem;width:17.6873125rem;top:1.0616202354431rem;left:19.311433792114rem;overflow:hidden;display:block; }
#oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:0.99964523315431rem;left:37.71661567688rem;overflow:hidden;display:block; }
#w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:12.625rem;left:19.3125rem;overflow:hidden;display:block; }
#IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:12.6875rem;left:37.75rem;overflow:hidden;display:block; }
#IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.7);background-image:none;top:20.375rem;left:37.625rem;display:block; }
#Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;top:20.4375rem;left:55.875rem;display:block; }
#LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { box-sizing:content-box;height:2.8125rem;width:17.9375rem;position:absolute;display:block;z-index:15051;background-color:rgba(255,255,255,0.7);background-image:none;top:31.9375rem;left:19.3125rem;display:block; }
#wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:17.8125rem;top:24.437149047851rem;left:19.374998092651rem;overflow:hidden;display:block; }
#GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { box-sizing:content-box;height:2.8125rem;width:17.749rem;position:absolute;display:block;z-index:15055;background-color:rgba(255,255,255,0.7);background-image:none;top:32rem;left:55.9375rem;display:block; }
#o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.5625rem;left:56.8125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:36rem;left:19.3125rem;overflow:hidden;display:block; }
#r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.6875rem;top:36rem;left:37.75rem;overflow:hidden;display:block; }
#Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15064;background-color:rgba(255,255,255,0.7);background-image:none;top:43.6875rem;left:37.625rem;display:block; }
#KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6241875rem;height:10.810125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.34531211853rem;left:37.750782012939rem;display:block; }
#cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:44.25rem;left:38.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15067;background-color:rgba(255,255,255,0.7);background-image:none;top:43.75rem;left:19.25rem;display:block; }
#a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:44.25rem;left:20.125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:10.9375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:36rem;left:19.31015586853rem;display:block; }
#ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { box-sizing:content-box;height:10.8735625rem;width:17.6864375rem;position:absolute;display:block;z-index:15059;background-color:rgba(0,58,93,0.85);background-image:none;top:36rem;left:55.9375rem;display:block; }
#oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.75rem;top:12.75rem;left:55.9375rem;overflow:hidden;display:block; }
#i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8744375rem;width:17.6873125rem;top:24.375rem;left:37.75rem;overflow:hidden;display:block; }
#DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8728125rem;width:17.6855625rem;top:24.375rem;left:55.9375rem;overflow:hidden;display:block; }
#R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:10.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.686719894409rem;left:37.6875rem;display:block; }
#W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.685125rem;height:10.9375rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:24.28125rem;left:55.939064025879rem;display:block; }
#NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { color:#ffffff;display:block;width:15.6860625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:38.3125rem;left:56.9375rem;height:5.99786875rem;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; }
#Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:31.6875rem;left:68.8125rem; }
#xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.9375rem;width:15.874rem;top:0.875rem;left:2rem;overflow:hidden;display:block; }
#ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:45.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.875rem;left:2.1875rem;display:block; }
#o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { color:#ffffff;display:block;width:15.561rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:14.6875rem;left:2.1560344696045rem;height:13.875rem;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; }
#vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { color:#ffffff;display:block;width:15.686875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:30.108509063721rem;left:2.0920143127441rem;height:1.9rem;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; }
#TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68555rem;width:2.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:29.883464813233rem;left:13.562284469604rem; }
#palaPo77sDN0GzoEKXTkXUl7p7asyTKH { box-sizing:content-box;height:2.8125rem;width:17.7485rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.7);background-image:none;top:31.963977813721rem;left:37.68772315979rem;display:block; }
#fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { color:#003a5d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:32.516277313233rem;left:38.592668533325rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#vyuITE3txbnwF80VazoQ1KyIXo417Qnc { box-sizing:content-box;height:46.0623125rem;width:16.124125rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,58,93,0.75);background-image:none;top:0.9375rem;left:1.875rem;display:block; }
#G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.7);background-image:none;top:8.6875rem;left:37.75rem;display:none; }
#lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6248125rem;height:10.8105625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.436849594116rem;left:37.749567031861rem;display:none; }
#a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.8125rem;height:10.9375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:0.61171865463257rem;left:19.24765586853rem;display:block; }
#LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:10.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.03125rem;left:56rem;display:block; }
#uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.31214375rem;width:1.31214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:43.499465942382rem;left:68.622869491575rem; }
#q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6243125rem;height:10.8744375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.000358581543rem;left:37.749998092651rem;display:block; }
#Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { 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; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { background-color: transparent; background-image: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .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); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { border-width: 0; border-radius: 0; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-form-header {  }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:400;color:#003a5d;width:30.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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;overflow:hidden;font-style:normal; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .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.125rem solid #003a5d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:2.1875rem;color:#003a5d;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .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.125rem solid #003a5d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:4.375rem;color:#003a5d;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:2.5rem;color:#003a5d;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .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:#003a5d;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.3125rem;margin-bottom:0.25rem;margin-left:10.3125rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:9.6875rem;height:2.5rem;font-family:"open sans";overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]:-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]::-moz-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]:-ms-input-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]::-webkit-input-placeholder { color:#003a5d;font-family:"open sans";font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .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:0.6875rem;font-weight:300;color:#636362;vertical-align:top;width:29.25rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container:first-of-type{padding-top:0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container:last-of-type{padding-bottom:0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom: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:5.7688293457031rem;left:1.9966259002686rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.3125rem;display:block;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom: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:5.7688293457031rem;left:1.9966259002686rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF { position:relative;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN { position:relative;z-index:2; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 { position:relative;z-index:2; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U { position:relative; }
#nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.62358093261719rem;left:0rem;height:3.70028125rem;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; }
#bKrR9QvATg55CUzW5uhkyLVaypklA3Ql { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:42.8125rem;top:5.7744140625rem;left:31.748046875rem;overflow:hidden;display:block; }
#HayFKv2CJToJoLRVhC0Nn40vtWTH2GkT { color:#000000;display:block;width:10.5615rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.427001953125rem;left:35.263671875rem;height:0.73153125rem;display:block; }
#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;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; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { background-color: transparent; background-image: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container > .video-iframe-container { display: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container { display: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .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); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { border-width: 0; border-radius: 0; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { 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;box-shadow: none;height:10.625rem;width:16.25rem;top:3.03125rem;left:57.5rem;display:block; }
#u57r9N8eXlcqnizcp73pdvutlQfnyif8 { color:#003a5d;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4765625rem;left:63.78125rem;height:1.462675rem;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; }
#DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { color:#003a5d;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.9375rem;left:58.1875rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.875rem;left:38.75rem;display:block; }
#OpqbTApSOz4m9fg9akfr52mvoPihBUGz { color:#003a5d;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0859375rem;left:44rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:3.125rem;left:5.875rem;overflow:hidden;display:block; }
#dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { color:#003a5d;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:2.625rem;height:1.462675rem;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; }
#TTLco61UTVDKoQncsWRuQE29JDtVAChf { color:#003a5d;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:10.9375rem;width:16.25rem;top:3.125rem;left:1.25rem;display:block; }
#RTR1wDaDyxo746hZcboHuizksiraM4mr { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.875rem;left:20rem;display:block; }
#K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:3.125rem;left:24.625rem;overflow:hidden;display:block; }
#Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { color:#003a5d;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.625rem;left:21.0625rem;height:1.4625rem;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; }
#tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { color:#003a5d;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.0625rem;left:20.75rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { color:#003a5d;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:44rem;height:1.462675rem;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; }
#nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.125rem;left:44.34375rem;overflow:hidden;display:block; }
#eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.125rem;left:63.09375rem;overflow:hidden;display:block; }
#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { position:relative;display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { background-color: transparent; background-image: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container > .video-iframe-container { display: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row > .video-iframe-container { display: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .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); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { border-width: 0; border-radius: 0; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:0.56268310546875rem;left:0rem;height:3.70028125rem;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; }
#ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { color:#003a5d;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:4.7491188049316rem;left:1.7489337921143rem;height:7.9971875rem;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; }
#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { position:relative;display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { background-color: transparent; background-image: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .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); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { border-width: 0; border-radius: 0; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.625rem;left:1.75rem;display:block; }
#NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { color:#003a5d;display:block;width:22.4370625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.90494918823244rem;left:5.6866321563721rem;height:3rem;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:left;text-align-last:left;display:block; }
#sf6MBuQsx23Np8itET725huQzrT4lA5u { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1rem;left:2.5rem;overflow:hidden;display:block; }
#h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { color:#003a5d;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.80545997619631rem;left:43.25rem;height:3rem;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:left;text-align-last:left;display:block; }
#o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.62499141693115rem;left:39.25rem;display:block; }
#rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.0312414169311rem;left:39.987499237061rem;overflow:hidden;display:block; }
#g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.68683815002444rem;left:1.7491321563721rem;display:block; }
#F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLALotCpNBX9dSUfHchHLEJTls2PpCcG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9995625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.68684959411619rem;left:39.249132156372rem;display:block; }
#Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvKKMuwphlnG729hvswvIGfel8iCuNco { position:relative;display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco { background-color: transparent; background-image: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .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); }#kvKKMuwphlnG729hvswvIGfel8iCuNco { border-width: 0; border-radius: 0; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.625rem;left:1.75rem;display:block; }
#RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { color:#003a5d;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.806640625rem;left:5.59375rem;height:3rem;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:left;text-align-last:left;display:block; }
#Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.03125rem;left:2.4479169845581rem;overflow:hidden;display:block; }
#l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.68685150146487rem;left:1.7502174377441rem;display:block; }
#LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.625rem;left:39.25rem;display:block; }
#yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { color:#003a5d;display:block;width:25.8735rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.90494728088381rem;left:43.31272315979rem;height:3rem;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:left;text-align-last:left;display:block; }
#NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.68684959411619rem;left:39.25022315979rem;display:block; }
#gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { position:relative;display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { background-color: transparent; background-image: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .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); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { border-width: 0; border-radius: 0; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.625rem;left:1.75rem;display:block; }
#nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.6875rem;left:1.75rem;display:block; }
#DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { color:#003a5d;display:block;width:28.6230625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:3rem;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:left;text-align-last:left;display:block; }
#k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.625rem;left:39.25rem;display:block; }
#OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.6875rem;left:39.25rem;display:block; }
#zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x605LskT54ifTfH8DvBZwTVib42c4aUR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { color:#003a5d;display:block;width:12.9980625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;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:left;text-align-last:left;display:block; }
#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { position:relative;display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { background-color: transparent; background-image: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .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); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { border-width: 0; border-radius: 0; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.625rem;left:1.75rem;display:block; }
#oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { color:#003a5d;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:3rem;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:left;text-align-last:left;display:block; }
#Wmyumc432WCcmXl993xNlzHSGTqSktbE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.6875rem;left:1.75rem;display:block; }
#s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.625rem;left:39.25rem;display:block; }
#cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#roJUoODEMa5bLzCZylMEEHGGt2TFn01J { color:#003a5d;display:block;width:22.6855625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;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:left;text-align-last:left;display:block; }
#K73nwDdAT72EoE63VqnAimzFquTn3FAv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.6857624053955rem;left:39.249132156372rem;display:block; }
#JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { position:relative;display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { background-color: transparent; background-image: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .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); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { border-width: 0; border-radius: 0; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.625rem;left:1.75rem;display:block; }
#X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { color:#003a5d;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.806640625rem;left:5.6875rem;height:3rem;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:left;text-align-last:left;display:block; }
#WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.71614456176756rem;left:1.7914505004882rem;display:block; }
#PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { box-sizing:content-box;height:3.56228125rem;width:33.9995625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.625rem;left:39.25rem;display:block; }
#eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { color:#003a5d;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;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:left;text-align-last:left;display:block; }
#lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.6875rem;left:39.25rem;display:block; }
#WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLvE1ATM6uksKOJexqlk4humT1dRqrdT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { position:relative;display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { background-color: transparent; background-image: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .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); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { border-width: 0; border-radius: 0; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { box-sizing:content-box;height:3.5625rem;width:50rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:0.625rem;left:12.5rem;display:block; }
#k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { color:#003a5d;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.80624771118162rem;left:17.25rem;height:3rem;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:left;text-align-last:left;display:block; }
#OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.03125rem;left:13.737501144409rem;overflow:hidden;display:block; }
#z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.68576431274412rem;left:12.500001907349rem;display:block; }
#x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 { position:relative;display:block; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 { background-color: transparent; background-image: none; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container > .video-iframe-container { display: none; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row > .video-iframe-container { display: none; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .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); }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 { border-width: 0; border-radius: 0; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pQridgm3CekeDVwGQTXdXIsJFM4S9XgT { color:#003a5d;display:block;width:65.686875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.5rem;left:4.625rem;height:10.49363125rem;text-align:center;text-align-last:center;display:block; }
#P5az87RAPVwsOGwtLgA8WSCDRBpl2quM { color:#003a5d;display:block;width:60.061875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:3.2492875rem;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; }
#WRloqRRGl2GEAWT4ZPvsp1h6BkbcdkTx { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4993125rem;height:3.8734rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25rem;left:24.25rem;display:block; }
#lTVCz4p5HFB62S8ZJTGxTstqobidy2aS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caihtzdhnH08CWcC0giZQTwnJOPqxWZq { color:#dcddde;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:19.112501144409rem;left:2.28125rem;height:2.0614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOIgOlU2SJt5FWBgFB1zUp1ehTshKAy2 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:19.112501144409rem;left:17.40625rem;height:2.0614375rem;text-align:center;text-align-last:center;display:block; }
#m5H3kIvOgHkQqxPVRGsW1tZWQkFEK7b6 { color:#000000;display:block;width:12.7485625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:18.408023834229rem;left:31.124822616577rem;height:3.09215625rem;text-align:center;text-align-last:center;display:block; }
#msD6K28VCdRJn3vl9c1Gb7iMpPmpwgds { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:19.112501144409rem;left:45.53125rem;height:2.0614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aODHZPWttgT2sNKGKFAvEOIsx6qRSSEJ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:18.080610632896rem;left:59.96803855896rem;height:4.122875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4VXQVa3nlTvUP2rawfPqmumw6XbNLrC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.1875rem;top:21.5rem;left:70.9375rem;overflow:hidden;display:block; }
#hoRq4Qnc91nGbz4Pi2PJ5ZVHsGdU9UwS { box-sizing:content-box;height:5.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15017;background-color:#87a3c0;background-image:none;top:17.5625rem;left:59.6875rem;display:block; }
#QTSsJsQzZOkf45m1MK753d2ZCFyl9hgP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.1875rem;top:21.5rem;left:56.3125rem;overflow:hidden;display:block; }
#fkgqfynsowTwv1R12csXRMGWhIC5nuuO { box-sizing:content-box;height:5.1875rem;width:13.6875rem;position:absolute;display:block;z-index:14999;background-color:#87a3c0;background-image:none;top:17.5rem;left:44.9375rem;display:block; }
#Go3DO1M1LTIWcWkV68RatoUuFHKLmga8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.1875rem;top:21.5rem;left:42rem;overflow:hidden;display:block; }
#glXJPs368Ivd5uQCFDc0UL7Av3B3vtI2 { box-sizing:content-box;height:5.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15001;background-color:#87a3c0;background-image:none;top:17.5rem;left:30.5625rem;display:block; }
#DuIBgCSe1uubMb7VqT5Cfli6fg9WbARO { box-sizing:content-box;height:5.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15003;background-color:#87a3c0;background-image:none;top:17.5rem;left:16.25rem;display:block; }
#z2chN2J3qaGDlLgxvZlmwgg9Wpfsrk2b { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.1875rem;top:21.5625rem;left:27.625rem;overflow:hidden;display:block; }
#Gd0d2OmKcLmXDW6AP3W1kIxuG1FrBAw8 { box-sizing:content-box;height:5.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15005;background-color:#87a3c0;background-image:none;top:17.5rem;left:1.6875rem;display:block; }
#eoXFVTSAButx09zkWgIi5HtJIbUTpWXl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.1875rem;top:21.5625rem;left:13.125rem;overflow:hidden;display:block; }
#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { background-color: transparent; background-image: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container > .video-iframe-container { display: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container { display: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .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); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { border-width: 0; border-radius: 0; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { color:#003a5d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.5rem;left:0rem;height:4rem;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; }
#KrypapfBd9VT2i8z4veXnmQIALty84OO { color:#003a5d;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:2.5625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#DrdybVs5TV55MnwU3821MrCqlpP64OhV { color:#003a5d;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.5rem;height:11.25rem;text-align:justify;text-align-last:initial;display:block; }
#mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { 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;box-shadow: none;height:21.4375rem;width:34.875rem;top:6.0718933338623rem;left:40.1875rem;overflow:hidden;display:block; }
#v7XN27HH70NUsdktXgUQZm8crHeEbx17 { color:#003a5d;display:block;width:70.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:27.375001907349rem;left:2.5625rem;height:5.625rem;display:block; }
#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { position:relative;display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { background-color: transparent; background-image: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .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); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { border-width: 0; border-radius: 0; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { box-sizing:content-box;height:9.5rem;width:21rem;position:absolute;display:block;z-index:15000;background-color:#003a5d;background-image:none;top:2.1875rem;left:2.3125rem;display:block; }
#XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { color:#ffffff;display:block;width:18.874rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:2.875rem;left:3.375rem;height:8.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zsege9rV7fELcZH3ddcvJiVbGPCuhZMd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.25rem;top:2.3125rem;left:55.854167938233rem;overflow:hidden;display:block; }
#StgW1FlQzbUI6qCDue36ioy4fTrQcbs1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.75rem;top:6.375rem;left:58.833335876465rem;overflow:hidden;display:block; }
#sUntIZqXNTNuMUzDyo3vn1MN1CVCWHKM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.4375rem;top:2.125rem;left:32.9375rem;overflow:hidden;display:block; }
#r2OC6PCukLEphKU4AoRa9phDCPJNDyLe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49964375rem;width:15.062125rem;top:2.25rem;left:46.185546875rem;overflow:hidden;display:block; }
#BSxqbdZTONHJq9culE33Dp2r8JeJOnmM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10.8125rem;top:7rem;left:37.5rem;overflow:hidden;display:block; }
#r0img5CBPTk36qvowDJoxFidUTSHMdbb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.9375rem;top:5.5rem;left:48.4375rem;overflow:hidden;display:block; }
#BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:10.25rem;top:1.3125rem;left:24.1875rem;overflow:hidden;display:block; }
#lxlrHFpEDPQRNrk3VGbszzJtf1Wh8sfH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:9.9375rem;top:5.5416669845581rem;left:24.291667938233rem;overflow:hidden;display:block; }
#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH { 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; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH.adaptive-delivery-prevent-bg, #FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH.lazyload, #FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH.lazyloading { background-image: none; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container { background-color: transparent; background-image: none; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container > .video-iframe-container { display: none; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row > .video-iframe-container { display: none; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .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); }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container { border-width: 0; border-radius: 0; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#lVCGqrDOP97pS2zmo2JIQp6shkBFQbdh { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:0rem;height:4.0625rem;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; }
#Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:18.75rem;height:4.0625rem;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; }
#XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:37.5rem;height:4.0625rem;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; }
#fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:5.125rem;left:56.25rem;height:4.0625rem;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; }
#I4KF22POuR4UQincTNUcRsnfyu2TbJiL { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.4375rem;left:0rem;height:4.0625rem;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; }
#GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:18.75rem;height:4.0625rem;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; }
#HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:37.5rem;height:4.0625rem;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; }
#PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.375rem;left:56.125rem;height:4.0625rem;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; }
#wBslpm0IwTp10ET5dslhW40xlaxJNU82 { 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; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { background-color: transparent; background-image: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .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); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { border-width: 0; border-radius: 0; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { color:#003a5d;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.453125rem;left:1.25rem;height:3.6541125rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1.328125rem;left:69.2470703125rem; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WFoGKa3xR46PJelyKVz69f7xtikuVK4T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.453125rem;left:71.935546875rem; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:20.5625rem;top:6.4013671875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzCROb15olt5o3RRXbD6doyySwS3fbl9 { top:2.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { top:2rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { top:1.5rem;left:0rem;width:18.4375rem;height:2.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { top:5.875rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:18rem;height:5.0625rem;top:14rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { top:1.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { top:18.4375rem;left:7.8744678497312rem;width:31.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:16.875rem;height:3.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:16.875rem;height:3.375rem;top:1.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { width:16.875rem;height:3.375rem;top:1.4375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block; }
 }@media only screen and (max-width: 763px) { #QcfC92Hf9FrS4LH3OFqwO3es1CWZwig6 { width:16.875rem;height:3.375rem;top:1.4375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF6nozzp5Cgoo6pzrze0cJ3bB4Zq9ppQ { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { top:4.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { top:1.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.5625rem;height:10.9375rem;top:13.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { top:9.375rem;left:6.5605487823488rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { top:8.875rem;left:5.6870670318604rem;width:17.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARUDh4wb95nFnequHvBksrMyHyvHXNGL { top:1rem;left:30.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { top:8.6875rem;left:24.124464035034rem;width:17.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { top:8.625rem;left:30.125rem;width:17.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { top:9.25rem;left:24.9375rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { top:9.1875rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { top:20.8125rem;left:6.5625rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { top:21rem;left:25rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { top:21rem;left:31.8125rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { width:17.8125rem;height:10.875rem;top:12.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block; }
 }@media only screen and (max-width: 763px) { #UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { width:17.875rem;height:10.75rem;top:24.4375rem;left:5.6869678497314rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block; }
 }@media only screen and (max-width: 763px) { #Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { top:32.4375rem;left:6.6875rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { width:17.6875rem;height:10.9375rem;top:35.9375rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block; }
 }@media only screen and (max-width: 763px) { #TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { top:20.3125rem;left:5.8125rem;width:17.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbbQaBA352DS9JzyfhTzWwycdrX6unMT { width:17.625rem;height:10.8125rem;top:12.6875rem;left:5.7164058685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block; }
 }@media only screen and (max-width: 763px) { #vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { top:1rem;left:5.6864337921142rem;width:17.625rem;height:10.836126796397rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { top:0.9375rem;left:24.09161567688rem;width:17.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { top:12.625rem;left:5.6875rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { top:12.6875rem;left:24.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { top:20.375rem;left:24rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { top:20.4375rem;left:29.9375rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { top:31.9375rem;left:5.6875rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { top:24.375rem;left:5.7499980926514rem;width:17.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { top:32rem;left:30.0625rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { top:32.5625rem;left:31.8125rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { top:36rem;left:5.6875rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { top:36rem;left:24.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { top:43.6875rem;left:24rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { width:17.5625rem;height:10.75rem;top:24.3125rem;left:24.125782012939rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block; }
 }@media only screen and (max-width: 763px) { #gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { top:44.25rem;left:25rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { top:43.75rem;left:5.625rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { top:44.25rem;left:6.5rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { width:17.6875rem;height:10.9375rem;top:36rem;left:5.6851558685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block; }
 }@media only screen and (max-width: 763px) { #iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { top:36rem;left:30.125rem;width:17.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { top:12.75rem;left:30.0625rem;width:17.6875rem;height:10.836538884761rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { top:24.375rem;left:24.125rem;width:17.625rem;height:10.835613775947rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { top:24.375rem;left:30.125rem;width:17.625rem;height:10.835143602303rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { width:17.75rem;height:10.875rem;top:12.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block; }
 }@media only screen and (max-width: 763px) { #TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { width:17.625rem;height:10.9375rem;top:24.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block; }
 }@media only screen and (max-width: 763px) { #dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { top:38.3125rem;left:32.125rem;width:15.625rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { top:31.6875rem;left:46.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { top:0.875rem;left:0rem;width:15.8125rem;height:45.760967571739rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { width:15.6875rem;height:45.9375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block; }
 }@media only screen and (max-width: 763px) { #DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { top:14.6875rem;left:0rem;width:15.5rem;height:13.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { top:30.0625rem;left:0rem;width:15.625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { top:29.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #palaPo77sDN0GzoEKXTkXUl7p7asyTKH { top:31.9375rem;left:24.06272315979rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { top:32.5rem;left:24.967668533325rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuITE3txbnwF80VazoQ1KyIXo417Qnc { top:0.9375rem;left:0rem;width:16.0625rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { top:8.6875rem;left:24.125rem;width:17.5625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { width:17.5625rem;height:10.75rem;top:24.375rem;left:24.124567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block; }
 }@media only screen and (max-width: 763px) { #S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { width:17.8125rem;height:10.9375rem;top:0.5625rem;left:5.6226558685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { width:17.5625rem;height:10.8125rem;top:1rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block; }
 }@media only screen and (max-width: 763px) { #UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { top:43.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { width:17.5625rem;height:10.8125rem;top:1rem;left:24.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { width:30.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-textarea { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-button { width:9.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.3125rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-checkbox-label { width:29.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { width:30.3125rem;height:auto;top:5.75rem;left:0rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { width:30.3125rem;height:auto;top:5.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U {  }
 }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { top:0.5625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKrR9QvATg55CUzW5uhkyLVaypklA3Ql { top:5.75rem;left:4.9375rem;width:42.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HayFKv2CJToJoLRVhC0Nn40vtWTH2GkT { top:31.375rem;left:21.638671875rem;width:10.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { display:block; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { top:3rem;left:31.5rem;width:16.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u57r9N8eXlcqnizcp73pdvutlQfnyif8 { top:9.4375rem;left:39.9375rem;width:3.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { top:10.9375rem;left:32.875rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { top:2.875rem;left:19.5625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqbTApSOz4m9fg9akfr52mvoPihBUGz { top:11.0625rem;left:26.96875rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { top:3.125rem;left:2.46875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { top:9.625rem;left:0rem;width:13.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLco61UTVDKoQncsWRuQE29JDtVAChf { top:11.0625rem;left:0rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { top:3.125rem;left:0rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1wDaDyxo746hZcboHuizksiraM4mr { top:2.875rem;left:7.625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { top:3.125rem;left:14.40625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { top:9.625rem;left:9.5rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { top:11.0625rem;left:9rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { top:9.625rem;left:26.96875rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { top:4.125rem;left:27.3125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { top:4.125rem;left:39.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { top:0.5625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { top:4.6875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { top:0.875rem;left:0rem;width:22.375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MBuQsx23Np8itET725huQzrT4lA5u { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { top:0.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { top:0.5625rem;left:13.75rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { top:1rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { width:34rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block; }
 }@media only screen and (max-width: 763px) { #fLALotCpNBX9dSUfHchHLEJTls2PpCcG { width:33.9375rem;height:3.4375rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block; }
 }@media only screen and (max-width: 763px) { #kvKKMuwphlnG729hvswvIGfel8iCuNco { display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { top:0.75rem;left:0rem;width:19.125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { width:33.9375rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block; }
 }@media only screen and (max-width: 763px) { #KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { top:0.875rem;left:21.9375rem;width:25.8125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { width:33.9375rem;height:3.4375rem;top:0.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block; }
 }@media only screen and (max-width: 763px) { #IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { top:0.625rem;left:0rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block; }
 }@media only screen and (max-width: 763px) { #vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { top:0.8125rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { top:1.0625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block; }
 }@media only screen and (max-width: 763px) { #x605LskT54ifTfH8DvBZwTVib42c4aUR { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { top:0.8125rem;left:23.875rem;width:12.9375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { top:0.625rem;left:0rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { top:0.8125rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmyumc432WCcmXl993xNlzHSGTqSktbE { top:1.0625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block; }
 }@media only screen and (max-width: 763px) { #X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJUoODEMa5bLzCZylMEEHGGt2TFn01J { top:0.8125rem;left:23.875rem;width:22.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K73nwDdAT72EoE63VqnAimzFquTn3FAv { width:34rem;height:3.4375rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block; }
 }@media only screen and (max-width: 763px) { #wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { top:0.75rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block; }
 }@media only screen and (max-width: 763px) { #bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { top:0.8125rem;left:18.6875rem;width:29.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block; }
 }@media only screen and (max-width: 763px) { #oLvE1ATM6uksKOJexqlk4humT1dRqrdT { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { top:0.625rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { top:0.75rem;left:1.6875rem;width:46.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { top:1rem;left:0.11250114440918rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { width:46.75rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block; }
 }@media only screen and (max-width: 763px) { #AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 { display:block; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQridgm3CekeDVwGQTXdXIsJFM4S9XgT { top:4.5rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5az87RAPVwsOGwtLgA8WSCDRBpl2quM { top:0.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRloqRRGl2GEAWT4ZPvsp1h6BkbcdkTx { width:24.4375rem;height:3.8125rem;top:25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVCz4p5HFB62S8ZJTGxTstqobidy2aS { display:block; }
 }@media only screen and (max-width: 763px) { #caihtzdhnH08CWcC0giZQTwnJOPqxWZq { top:19.0625rem;left:0rem;width:12.5rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIgOlU2SJt5FWBgFB1zUp1ehTshKAy2 { top:19.0625rem;left:3.7808933258057rem;width:11.3125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5H3kIvOgHkQqxPVRGsW1tZWQkFEK7b6 { top:18.375rem;left:17.499822616577rem;width:12.6875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msD6K28VCdRJn3vl9c1Gb7iMpPmpwgds { top:19.0625rem;left:31.90625rem;width:12.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aODHZPWttgT2sNKGKFAvEOIsx6qRSSEJ { top:18.0625rem;left:34.625rem;width:13.125rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4VXQVa3nlTvUP2rawfPqmumw6XbNLrC { top:21.5rem;left:45.5625rem;width:2.1875rem;height:1.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRq4Qnc91nGbz4Pi2PJ5ZVHsGdU9UwS { top:17.5625rem;left:34.125rem;width:13.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTSsJsQzZOkf45m1MK753d2ZCFyl9hgP { top:21.5rem;left:42.6875rem;width:2.1875rem;height:1.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgqfynsowTwv1R12csXRMGWhIC5nuuO { top:17.5rem;left:31.3125rem;width:13.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go3DO1M1LTIWcWkV68RatoUuFHKLmga8 { top:21.5rem;left:28.375rem;width:2.1875rem;height:1.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glXJPs368Ivd5uQCFDc0UL7Av3B3vtI2 { top:17.5rem;left:16.9375rem;width:13.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuIBgCSe1uubMb7VqT5Cfli6fg9WbARO { top:17.5rem;left:2.625rem;width:13.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2chN2J3qaGDlLgxvZlmwgg9Wpfsrk2b { top:21.5625rem;left:14rem;width:2.1875rem;height:1.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0d2OmKcLmXDW6AP3W1kIxuG1FrBAw8 { top:17.5rem;left:0rem;width:13.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoXFVTSAButx09zkWgIi5HtJIbUTpWXl { top:21.5625rem;left:0rem;width:2.1875rem;height:1.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { display:block; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrypapfBd9VT2i8z4veXnmQIALty84OO { top:6.5rem;left:0rem;width:37.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrdybVs5TV55MnwU3821MrCqlpP64OhV { top:16.0625rem;left:0rem;width:37.5625rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { top:6.0625rem;left:12.875rem;width:34.875rem;height:21.437427754988rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7XN27HH70NUsdktXgUQZm8crHeEbx17 { top:27.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { top:2.1875rem;left:0rem;width:21rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { top:2.875rem;left:0rem;width:18.8125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsege9rV7fELcZH3ddcvJiVbGPCuhZMd { top:2.3125rem;left:30.5rem;width:17.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StgW1FlQzbUI6qCDue36ioy4fTrQcbs1 { top:6.375rem;left:34rem;width:13.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUntIZqXNTNuMUzDyo3vn1MN1CVCWHKM { top:2.125rem;left:19.3125rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OC6PCukLEphKU4AoRa9phDCPJNDyLe { top:2.25rem;left:32.560546875rem;width:15rem;height:3.4852091753322rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxqbdZTONHJq9culE33Dp2r8JeJOnmM { top:7rem;left:23.875rem;width:10.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0img5CBPTk36qvowDJoxFidUTSHMdbb { top:5.5rem;left:34.8125rem;width:9.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { top:1.3125rem;left:10.5625rem;width:10.25rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxlrHFpEDPQRNrk3VGbszzJtf1Wh8sfH { top:5.5rem;left:10.666667938233rem;width:9.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH { display:block; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVCGqrDOP97pS2zmo2JIQp6shkBFQbdh { top:5.125rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { top:5.125rem;left:5.125rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { top:5.125rem;left:17.0625rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { top:5.125rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KF22POuR4UQincTNUcRsnfyu2TbJiL { top:1.4375rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { top:1.375rem;left:5rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { top:1.4375rem;left:0rem;width:27.75rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { top:1.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { top:6.375rem;left:0rem;width:20.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { position:relative;z-index:auto;display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzCROb15olt5o3RRXbD6doyySwS3fbl9 { width:1.875rem;height:1.875rem;top:20.8496125rem;left:9.0625rem;display:none; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { width:2.125rem;height:2.125rem;top:17.4746125rem;left:8.9375rem;display:none; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { width:7.0625rem;height:1.25rem;top:0.87456601858137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3057ca4-e8f9-4649-a266-515a0fb71c4c/Header_320x200px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyloading { background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { width:18.8743125rem;height:23.9915rem;top:3.62482213974rem;left:0.56107950210571rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { padding-top:0.434375rem;padding-right:0.37875rem;padding-bottom:0.434375rem;padding-left:0.37875rem;width:2.274375rem;min-width:2.274375rem;height:2.334375rem;font-size:1.7375rem;line-height:37.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.031875rem;height:0.923125rem;font-size:0.65125rem;line-height:14.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:16.1239375rem;height:4.39541875rem;top:34.061610519886rem;left:1.3955966234207rem;padding-top:0.543125rem;padding-right:0.54125rem;padding-bottom:0.543125rem;padding-left:0.54125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { width:17.1875rem;height:2.062325rem;top:1.0555753707886rem;left:1.4053622484207rem;font-size:1.375rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { width:15.8123125rem;height:3.2492875rem;top:28.604401886463rem;left:2.0933948755264rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:16.875rem;height:3.375rem;top:2.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:16.875rem;height:3.375rem;top:6.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { width:16.875rem;height:3.375rem;top:11.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block; }
 }@media only screen and (max-width: 763px) { #QcfC92Hf9FrS4LH3OFqwO3es1CWZwig6 { width:16.875rem;height:3.375rem;top:15.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF6nozzp5Cgoo6pzrze0cJ3bB4Zq9ppQ { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:20rem;height:58.530714035034rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { width:17.9368125rem;height:15.989rem;top:5.9481534957886rem;left:1.0298295021057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { width:20rem;height:3.14808125rem;top:1.8749799728394rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.625rem;height:10.9375rem;top:47.593751907349rem;left:1.2805991172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { width:20rem;height:188.99928665161rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { width:11.312125rem;height:1.5625rem;top:55.5rem;left:4.4375rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { width:9.375rem;height:7.4375rem;top:7.9778642654419rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARUDh4wb95nFnequHvBksrMyHyvHXNGL { width:17.6875rem;height:10.875rem;top:70.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { width:17.6875rem;height:2.8125rem;top:66.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { width:17.6875rem;height:2.8125rem;top:78.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { width:15.9375rem;height:1.25rem;top:67.5rem;left:2.125rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { width:15.9375rem;height:1.25rem;top:79.125rem;left:2.0625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { width:15.9375rem;height:1.25rem;top:90.5625rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { width:15.9375rem;height:1.3125rem;top:102.25rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { width:15.9375rem;height:1.375175rem;top:113.5625rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { width:17.8125rem;height:10.875rem;top:105.04166698456rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block; }
 }@media only screen and (max-width: 763px) { #UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { width:17.4375rem;height:10.8125rem;top:116.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block; }
 }@media only screen and (max-width: 763px) { #Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { width:15.9375rem;height:1.4375rem;top:124.75rem;left:2.125rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { width:17.6875rem;height:10.9375rem;top:162.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block; }
 }@media only screen and (max-width: 763px) { #TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { width:17.6875rem;height:2.8125rem;top:90.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbbQaBA352DS9JzyfhTzWwycdrX6unMT { width:17.625rem;height:10.8125rem;top:82.354166984556rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block; }
 }@media only screen and (max-width: 763px) { #vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { width:17.6875rem;height:10.875rem;top:47.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { width:17.6875rem;height:10.875rem;top:59.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { width:17.6875rem;height:10.875rem;top:82.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { width:17.625rem;height:10.836572438163rem;top:93.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { width:17.8125rem;height:2.8125rem;top:101.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { width:17.8125rem;height:2.8125rem;top:113.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { width:17.8125rem;height:2.8125rem;top:124.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { width:17.4375rem;height:10.625rem;top:116.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { width:17.6875rem;height:2.8125rem;top:147.37481212616rem;left:1.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { width:15.9375rem;height:1.31214375rem;top:147.875rem;left:2.1875rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { width:17.625rem;height:10.836572438163rem;top:151.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { width:17.625rem;height:10.836572438163rem;top:162.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { width:17.8125rem;height:2.8125rem;top:170.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { width:17.6243125rem;height:10.8114375rem;top:139.81622266769rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block; }
 }@media only screen and (max-width: 763px) { #gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { width:15.9375rem;height:1.25rem;top:171.1875rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { width:17.8125rem;height:2.8125rem;top:158.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { width:15.9375rem;height:1.375175rem;top:159.5625rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { width:17.6875rem;height:10.9375rem;top:151.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block; }
 }@media only screen and (max-width: 763px) { #iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { width:17.625rem;height:10.8125rem;top:174.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { width:17.75rem;height:10.875rem;top:105.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { width:17.6243125rem;height:10.8363125rem;top:128.31124973297rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { width:17.6243125rem;height:10.835375rem;top:139.80556678772rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { width:17.75rem;height:10.875rem;top:93.91796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block; }
 }@media only screen and (max-width: 763px) { #TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { width:17.6873125rem;height:10.9375rem;top:140.49360084534rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block; }
 }@media only screen and (max-width: 763px) { #dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { width:15.625rem;height:4.8739375rem;top:176.75rem;left:2.1875rem;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { display:flex;width:1.3125rem;height:1.3125rem;top:181.62374687195rem;left:14.492186903954rem; }
 }@media only screen and (max-width: 763px) { #xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { width:15.8125rem;height:45.7604375rem;top:1.375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { width:16.9375rem;height:35.375rem;top:1.23828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block; }
 }@media only screen and (max-width: 763px) { #DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { width:15.5rem;height:3.41145625rem;top:15.373753547669rem;left:2.2496448755264rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { width:15.625rem;height:1.54385625rem;top:30.352450370789rem;left:2.1874998807907rem;font-size:1.1875rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { display:flex;width:2.625rem;height:2.625rem;top:29.810900449752rem;left:13.835226416588rem;display:none; }
 }@media only screen and (max-width: 763px) { #palaPo77sDN0GzoEKXTkXUl7p7asyTKH { width:17.6875rem;height:2.8125rem;top:135.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { width:15.9375rem;height:1.31214375rem;top:136.3125rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vyuITE3txbnwF80VazoQ1KyIXo417Qnc { width:16.0611875rem;height:45.999375rem;top:1.3541669845581rem;left:1.9694011211395rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { width:17.75rem;height:2.8125rem;top:54.875rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { width:17.6243125rem;height:10.8114375rem;top:128.32296848297rem;left:1.186967253685rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block; }
 }@media only screen and (max-width: 763px) { #S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { width:17.8125rem;height:10.9375rem;top:186.56159533691rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { width:17.5625rem;height:10.8125rem;top:70.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block; }
 }@media only screen and (max-width: 763px) { #UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { display:flex;width:1.25rem;height:1.25rem;top:186.49928665161rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { width:17.6243125rem;height:10.8744375rem;top:59.181997299194rem;left:1.186967253685rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;line-height:1;height:3.1875rem;font-size:1.0625rem;overflow:hidden; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { width:17.5rem;height:auto;top:7.2469811439512rem;left:0rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { width:17.5rem;height:auto;top:7.2469811439512rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH { display:none; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U {  }
 }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { width:20rem;height:3.9364375rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bKrR9QvATg55CUzW5uhkyLVaypklA3Ql { width:20rem;height:13.25rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HayFKv2CJToJoLRVhC0Nn40vtWTH2GkT { width:10.4998125rem;height:0.73153125rem;top:52.499998092651rem;left:0.56107950210571rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { display:block; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { width:15.06125rem;height:10.4368125rem;top:36.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u57r9N8eXlcqnizcp73pdvutlQfnyif8 { width:8.8743125rem;height:1.4622375rem;top:43.3125rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { width:14.8739375rem;height:1.0559875rem;top:44.6875rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { width:15.06125rem;height:10.4368125rem;top:24.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqbTApSOz4m9fg9akfr52mvoPihBUGz { width:14.8739375rem;height:1.0559875rem;top:33.5625rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { width:7.0614375rem;height:7.0614375rem;top:1.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { width:13.6239375rem;height:1.4622375rem;top:8.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLco61UTVDKoQncsWRuQE29JDtVAChf { width:14.8739375rem;height:1.0559875rem;top:9.5rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { width:15.06125rem;height:10.4368125rem;top:1.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1wDaDyxo746hZcboHuizksiraM4mr { width:15.062125rem;height:10.4368125rem;top:13.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { width:7.0614375rem;height:7.0614375rem;top:13.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { width:17.1226875rem;height:1.4622375rem;top:19.8125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { width:14.8739375rem;height:1.0559875rem;top:21.1875rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { width:5.7492875rem;height:1.4622375rem;top:32.0625rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { width:5.06214375rem;height:5.06214375rem;top:26.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { width:5.06214375rem;height:5.06214375rem;top:37.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { width:19.124625rem;height:3.41145625rem;top:1.3742899894714rem;left:0.43678975105286rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { width:18.2493125rem;height:19.4930625rem;top:5.9090909957886rem;left:0.87357950210569rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { background-color: transparent; background-image: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .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); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { border-width: 0; border-radius: 0; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { width:15.4368125rem;height:1.7871125rem;top:1.7924346923828rem;left:4.4373224973679rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MBuQsx23Np8itET725huQzrT4lA5u { width:2.74946875rem;height:2.74946875rem;top:1.3112564086914rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { width:15.1873125rem;height:3.57421875rem;top:5.6875rem;left:4.5625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { width:20rem;height:4.125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { width:2.74946875rem;height:2.74946875rem;top:6.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { width:20rem;height:4.1867875rem;top:0.59303951263428rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block; }
 }@media only screen and (max-width: 763px) { #fLALotCpNBX9dSUfHchHLEJTls2PpCcG { width:20rem;height:4.562325rem;top:5.1926488876342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block; }
 }@media only screen and (max-width: 763px) { #kvKKMuwphlnG729hvswvIGfel8iCuNco { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { background-color: transparent; background-image: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .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); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { border-width: 0; border-radius: 0; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { width:15.4368125rem;height:1.7871125rem;top:1.7302913665771rem;left:4.5623224973679rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { width:2.74946875rem;height:2.74946875rem;top:1.2491130828857rem;left:0.71732950210569rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { width:20rem;height:4.0625rem;top:0.56196784973144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block; }
 }@media only screen and (max-width: 763px) { #KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { width:2.687325rem;height:2.687325rem;top:6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { width:8.3123125rem;height:1.7871125rem;top:6.5rem;left:4.5625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { width:20rem;height:4.125rem;top:5.3117904663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block; }
 }@media only screen and (max-width: 763px) { #IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { background-color: transparent; background-image: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .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); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { border-width: 0; border-radius: 0; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block; }
 }@media only screen and (max-width: 763px) { #vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { width:12.4360625rem;height:1.7871125rem;top:1.79332447052rem;left:4.7496446371079rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { width:2.687325rem;height:2.687325rem;top:1.3432178497314rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { width:20rem;height:4.125rem;top:5.4367904663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { width:20rem;height:4.0625rem;top:5.4350128173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block; }
 }@media only screen and (max-width: 763px) { #x605LskT54ifTfH8DvBZwTVib42c4aUR { width:2.687325rem;height:2.687325rem;top:6.1541194915771rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { width:12.9368125rem;height:1.7871125rem;top:6.6042251586912rem;left:4.7496446371079rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { background-color: transparent; background-image: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .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); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { border-width: 0; border-radius: 0; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { width:9.5614375rem;height:1.7871125rem;top:1.7924365997314rem;left:4.8109019994736rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wmyumc432WCcmXl993xNlzHSGTqSktbE { width:2.687325rem;height:2.687325rem;top:1.3432178497314rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block; }
 }@media only screen and (max-width: 763px) { #X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { width:2.687325rem;height:2.687325rem;top:6rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJUoODEMa5bLzCZylMEEHGGt2TFn01J { width:14.8748125rem;height:1.7871125rem;top:6.5rem;left:4.8125rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K73nwDdAT72EoE63VqnAimzFquTn3FAv { width:20rem;height:4.1867875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block; }
 }@media only screen and (max-width: 763px) { #wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { background-color: transparent; background-image: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .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); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { border-width: 0; border-radius: 0; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { width:14.375rem;height:1.7871125rem;top:1.7294034957886rem;left:4.7484019994736rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { width:2.74946875rem;height:2.74946875rem;top:1.2482242584229rem;left:0.96857237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { width:20rem;height:4.1867875rem;top:0.53000736236572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block; }
 }@media only screen and (max-width: 763px) { #bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { width:15.374625rem;height:3.57421875rem;top:5.5625rem;left:4.625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block; }
 }@media only screen and (max-width: 763px) { #oLvE1ATM6uksKOJexqlk4humT1dRqrdT { width:2.687325rem;height:2.687325rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { background-color: transparent; background-image: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .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); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { border-width: 0; border-radius: 0; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { width:20rem;height:6.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { width:14.1875rem;height:5.361325rem;top:0.9375rem;left:4.8110793828964rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { width:2.74946875rem;height:2.74946875rem;top:2.1866130828858rem;left:0.99964487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { width:20rem;height:6.4373125rem;top:0.34268379211426rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block; }
 }@media only screen and (max-width: 763px) { #AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 { display:block; }#AW7FsVDbVahaAJMw0qavfu2WAvfrCfi2 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQridgm3CekeDVwGQTXdXIsJFM4S9XgT { width:17.6243125rem;height:25.582375rem;top:3.7027893066406rem;left:1.186967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5az87RAPVwsOGwtLgA8WSCDRBpl2quM { width:20rem;height:1.70573125rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WRloqRRGl2GEAWT4ZPvsp1h6BkbcdkTx { width:18.9985625rem;height:3.81125625rem;top:63.436611175538rem;left:0.49982237815857rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lTVCz4p5HFB62S8ZJTGxTstqobidy2aS { display:block; }
 }@media only screen and (max-width: 763px) { #caihtzdhnH08CWcC0giZQTwnJOPqxWZq { width:12.5rem;height:1.92471875rem;top:32.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIgOlU2SJt5FWBgFB1zUp1ehTshKAy2 { width:12.5rem;height:1.92471875rem;top:38.6875rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5H3kIvOgHkQqxPVRGsW1tZWQkFEK7b6 { width:12.0623125rem;height:2.887075rem;top:44.356353759766rem;left:3.9683946371079rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msD6K28VCdRJn3vl9c1Gb7iMpPmpwgds { width:12.5rem;height:1.92471875rem;top:51.285509109497rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aODHZPWttgT2sNKGKFAvEOIsx6qRSSEJ { width:12.5rem;height:3.84943125rem;top:56.699216842651rem;left:3.8749998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4VXQVa3nlTvUP2rawfPqmumw6XbNLrC { width:2.1875rem;height:1.124825rem;top:59.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRq4Qnc91nGbz4Pi2PJ5ZVHsGdU9UwS { width:13.625rem;height:5.125rem;top:56.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTSsJsQzZOkf45m1MK753d2ZCFyl9hgP { width:2.1875rem;height:1.124825rem;top:53.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgqfynsowTwv1R12csXRMGWhIC5nuuO { width:13.625rem;height:5.125rem;top:49.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go3DO1M1LTIWcWkV68RatoUuFHKLmga8 { width:2.1875rem;height:1.124825rem;top:47.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glXJPs368Ivd5uQCFDc0UL7Av3B3vtI2 { width:13.625rem;height:5.125rem;top:43.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuIBgCSe1uubMb7VqT5Cfli6fg9WbARO { width:13.625rem;height:5.125rem;top:36.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2chN2J3qaGDlLgxvZlmwgg9Wpfsrk2b { width:2.1875rem;height:1.124825rem;top:40.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0d2OmKcLmXDW6AP3W1kIxuG1FrBAw8 { width:13.625rem;height:5.125rem;top:30.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoXFVTSAButx09zkWgIi5HtJIbUTpWXl { width:2.1875rem;height:1.124825rem;top:34.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { display:block; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrypapfBd9VT2i8z4veXnmQIALty84OO { width:20rem;height:8.9968125rem;top:6.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrdybVs5TV55MnwU3821MrCqlpP64OhV { width:20rem;height:13.49521875rem;top:16.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { width:20rem;height:12.25rem;top:29.818023681641rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v7XN27HH70NUsdktXgUQZm8crHeEbx17 { width:20rem;height:12.37125rem;top:43.323883056641rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { width:20rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { width:18.81125rem;height:5.199225rem;top:2.0241470336914rem;left:0.59303975105286rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zsege9rV7fELcZH3ddcvJiVbGPCuhZMd { width:13.0625rem;height:2.5rem;top:11.624114990234rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StgW1FlQzbUI6qCDue36ioy4fTrQcbs1 { width:11.0625rem;height:2.5rem;top:17.874114990234rem;left:8.9373220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUntIZqXNTNuMUzDyo3vn1MN1CVCWHKM { width:11.7489375rem;height:2.687325rem;top:8.3430480957031rem;left:6.936789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OC6PCukLEphKU4AoRa9phDCPJNDyLe { width:11.0618125rem;height:2.5rem;top:11.623565673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxqbdZTONHJq9culE33Dp2r8JeJOnmM { width:8.2493125rem;height:2.24964375rem;top:14.562316894531rem;left:10.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0img5CBPTk36qvowDJoxFidUTSHMdbb { width:7.125rem;height:4.5rem;top:17.374298095703rem;left:1.8110793828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { width:7.249625rem;height:4.12464375rem;top:7.8746337890625rem;left:1.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxlrHFpEDPQRNrk3VGbszzJtf1Wh8sfH { width:7.1875rem;height:4.375rem;top:13.561248779297rem;left:1.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH { display:block; }#FMTf3ZHn2WoUURynKOIk1P2eMttP9WRH > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVCGqrDOP97pS2zmo2JIQp6shkBFQbdh { width:20rem;height:2.924475rem;top:4.1273078918457rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { width:20rem;height:2.924475rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { width:20rem;height:2.924475rem;top:17.6318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { width:20rem;height:2.924475rem;top:24.8408203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4KF22POuR4UQincTNUcRsnfyu2TbJiL { width:20rem;height:2.5996125rem;top:1.5314273834229rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { width:20rem;height:2.5996125rem;top:8.4561030864713rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { width:20rem;height:2.5996125rem;top:15.078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { width:20rem;height:2.5996125rem;top:22.3037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { width:15.6875rem;height:4.122875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { width:1.875rem;height:1.875rem;top:1.3125rem;left:18.125rem;font-size:1.3125rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:18.3125rem;font-size:1.0625rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { width:20rem;height:2.7963525835866rem;top:6.625rem;left:0rem;display:block; }
 }