.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { 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;z-index:auto;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { border-width: 0; border-radius: 0; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:30.5908203125rem;left:7.5rem;height:0;color:#fff6f6;display:block; }
#IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { position:absolute;display:block;z-index:15009;height:15.5625rem;width:25rem;top:9.90283203125rem;left:44.65625rem;display:block; }
#y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { color:#940d0d;display:block;width:38.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:1.409912109375rem;left:31.60888671875rem;height:3.3224875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9VtmE3zHFmzNUMCK3scInen9SV2ymui { 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:3.75rem;width:11.9995rem;top:0.9462890625rem;left:1.934814453125rem;overflow:hidden;display:block; }
#eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { color:#0d1c3d;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:7.6025390625rem;left:44.75rem;height:2.36328125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:31.8125rem;width:31.875rem;top:6.249755859375rem;left:5.516357421875rem;overflow:hidden;display:block; }
#TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.57) ;height:4.125rem;width:69.6875rem;top:0.87456601858137rem;left:1.9348974227905rem;display:block; }
#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c3d;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; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { background-color: transparent; background-image: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container > .video-iframe-container { display: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container { display: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .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); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { border-width: 0; border-radius: 0; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { color:#ffffff;display:block;width:53.811875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.96137237548825rem;left:11.311848640442rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { position:relative;display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { background-color: transparent; background-image: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container > .video-iframe-container { display: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row > .video-iframe-container { display: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .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); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { border-width: 0; border-radius: 0; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .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; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .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:39.9375rem;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; }#eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { 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:4.87305rem;width:4.87305rem;top:22.4365234375rem;left:8.40576171875rem;overflow:hidden;display:block; }
#M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { color:#000000;display:block;width:18.49975rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.06103515625rem;left:28.248291015625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:0rem;display:block; }
#cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.338623046875rem;left:0.68603515625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { 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:4.87305rem;width:4.87305rem;top:3.8125rem;left:61.8125rem;overflow:hidden;display:block; }
#ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { 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:4.87305rem;width:4.87305rem;top:3.812255859375rem;left:8.40576171875rem;overflow:hidden;display:block; }
#ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { 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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:0rem;display:block; }
#qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:26.75rem;display:block; }
#KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.311767578125rem;left:27.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:26.75rem;display:block; }
#TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10rem;left:57.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { 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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:53.5rem;display:block; }
#Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { 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:4.87305rem;width:4.87305rem;top:22.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { color:#000000;display:block;width:19.4998125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:1rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.1875rem;left:26.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.5625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { color:#000000;display:block;width:18.6870625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.25rem;left:28.125rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { color:#000000;display:block;width:19.249125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4375rem;left:54.625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { 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:4.87413125rem;width:4.87413125rem;top:23.0625rem;left:61.8125rem;overflow:hidden;display:block; }
#JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { 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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:53.5rem;display:block; }
#zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { color:#000000;display:block;width:20.811625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.3125rem;left:53.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { color:#000000;display:block;width:19.74975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:30.206787109375rem;left:54.37255859375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.8125rem;left:35.0625rem; }
#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { position:relative;display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { background-color: transparent; background-image: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container > .video-iframe-container { display: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row > .video-iframe-container { display: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .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); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { border-width: 0; border-radius: 0; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .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; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .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:6.25rem;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; }#RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { color:#000000;display:block;width:28.9995625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7024726867676rem;left:22.999131202698rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { position:relative;display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { background-color: transparent; background-image: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container > .video-iframe-container { display: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row > .video-iframe-container { display: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .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); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { border-width: 0; border-radius: 0; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .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; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .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:38.9375rem;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; }#k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.6245625rem;width:14.4998125rem;top:2.625rem;left:2.1875rem;display:block; }
#hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.9375rem;left:4.125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { position:absolute;display:block;z-index:15008;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.3125rem;left:4.625rem;display:block; }
#oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { position:absolute;display:block;z-index:15028;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.6875rem;left:5.0625rem;display:block; }
#z31T5d009KzS4zOB3MGKHGeDfE73pDuC { 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:9.4375rem;width:6.125rem;top:4.625rem;left:6.25rem;overflow:hidden;display:block; }
#hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.68725rem;width:7.06175rem;top:3.658935546875rem;left:24.466552734375rem;overflow:hidden;display:block; }
#uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { position:absolute;display:block;z-index:15018;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.375rem;left:23rem;display:block; }
#tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { position:absolute;display:block;z-index:15038;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.75rem;left:23.4375rem;display:block; }
#w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:2.0625rem;left:22.5rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:2.1;letter-spacing:0;top:17.1875rem;left:3.5625rem;height:11.1490625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:2.1;letter-spacing:0;top:17.25rem;left:22rem;height:13.378875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:17.3125rem;left:40.875rem;height:11.1490625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:2rem;left:41.375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { position:absolute;display:block;z-index:15028;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.4375rem;left:41.875rem;display:block; }
#btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { position:absolute;display:block;z-index:15045;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:10rem;width:6.875rem;top:4.4365234375rem;left:43.2177734375rem;overflow:hidden;display:block; }
#hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { color:#000000;display:block;width:9.5615rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:17.1875rem;left:60.6875rem;height:9.5594375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:2.1875rem;left:60.1875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { position:absolute;display:block;z-index:15038;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.5625rem;left:60.6875rem;display:block; }
#odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { position:absolute;display:block;z-index:15055;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:9.187rem;width:9.0625rem;top:5.20263671875rem;left:60.936279296875rem;overflow:hidden;display:block; }
#IcyfDsuJeru2EvIZi4frdvu358LfN67a { 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.18706875rem;width:1.49956875rem;top:35.375rem;left:8.625rem;overflow:hidden;display:block; }
#AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:35.875rem;left:3.375rem;display:block; }
#b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:35.875rem;left:12.25rem;display:block; }
#X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { position:absolute;display:block;z-index:15048;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06176875rem;width:11.12425rem;top:1.6884765625rem;left:41.109130859375rem;display:block; }
#qFqTs508iqs1aucHwXVlo33NTg7UoFHz { position:absolute;display:block;z-index:15058;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06163125rem;width:10.625rem;top:1.875rem;left:60.125rem;display:block; }
#o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.5rem;width:14.375rem;top:2.75rem;left:20.875rem;display:block; }
#Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.4375rem;width:14.375rem;top:2.75rem;left:39.375rem;display:block; }
#tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.125rem;width:14.4375rem;top:2.9375rem;left:58.375rem;display:block; }
#lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:35.4375rem;left:27.25rem;overflow:hidden;display:block; }
#pCnprDTb244vsfdRlQxz02u268VHS5xT { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36rem;left:30.6875rem;display:block; }
#zS0enble5DbtON5uPvJ72TEnkNuAr5JO { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36rem;left:21.8125rem;display:block; }
#BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:35.5rem;left:45.875rem;overflow:hidden;display:block; }
#xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36.0625rem;left:48.5625rem;display:block; }
#LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36.0625rem;left:40.625rem;display:block; }
#CHp5H0vHrul40myFn4ab4R59El8RkQSN { position:absolute;display:block;z-index:15038;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.18706875rem;width:1.49956875rem;top:35.625rem;left:64.9375rem;overflow:hidden;display:block; }
#NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36.125rem;left:67.9375rem;display:block; }
#TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.124783125rem;width:3.4375rem;top:36.125rem;left:60.1875rem;display:block; }
#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { position:relative;display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { background-color: transparent; background-image: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container > .video-iframe-container { display: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row > .video-iframe-container { display: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .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); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { border-width: 0; border-radius: 0; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .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; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .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:38.0625rem;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; }#X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { position:absolute;display:block;z-index:15044;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:60.6875rem;display:block; }
#TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { position:absolute;display:block;z-index:15061;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.249rem;width:18.8745rem;top:3.93798828125rem;left:56.12548828125rem;overflow:hidden;display:block; }
#ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { color:#000000;display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:60.09375rem;height:9.8415625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { position:absolute;display:block;z-index:15041;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.186525rem;width:1.499025rem;top:35.125rem;left:64.9375rem;overflow:hidden;display:block; }
#Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { position:absolute;display:block;z-index:15040;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:67.3125rem;display:block; }
#H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:60.4375rem;display:block; }
#J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:1.6875rem;left:60.4375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { position:absolute;display:block;z-index:15064;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:61.25rem;display:block; }
#aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:58.4375rem;display:block; }
#nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:39.6875rem;display:block; }
#x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:1.625rem;left:41.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#keigP5vRKlwNG1nQViZlhv59PQfrsSUC { position:absolute;display:block;z-index:15073;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.1875rem;top:1.3935546875rem;left:41.71875rem;display:block; }
#ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { position:absolute;display:block;z-index:15053;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:41.9375rem;display:block; }
#z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { position:absolute;display:block;z-index:15070;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:12.124rem;width:18.562rem;top:2.0166015625rem;left:37.750244140625rem;overflow:hidden;display:block; }
#mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { color:#000000;display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:41.34375rem;height:10.5035rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uhmr8oMHehorgktIInmnlADIoLGL5SWm { position:absolute;display:block;z-index:15050;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.186525rem;width:1.499025rem;top:35.125rem;left:46.1875rem;overflow:hidden;display:block; }
#aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { position:absolute;display:block;z-index:15049;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:48.5625rem;display:block; }
#v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { position:absolute;display:block;z-index:15048;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:41.6875rem;display:block; }
#N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:20.9375rem;display:block; }
#aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:1.6875rem;left:22.9375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { position:absolute;display:block;z-index:15082;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:23.75rem;display:block; }
#zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { position:absolute;display:block;z-index:15062;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:23.1875rem;display:block; }
#zcpBZUUWigXH9frXtxwRrusLPevPRI5F { position:absolute;display:block;z-index:15079;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:9.1875rem;width:6.25rem;top:4.890625rem;left:25.12451171875rem;overflow:hidden;display:block; }
#maBhtpVTQJn9hbODxQx5fwaK9twfomxp { color:#000000;display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15056;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:21.625rem;height:12.6041875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { position:absolute;display:block;z-index:15059;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.186525rem;width:1.499025rem;top:35.125rem;left:27.4375rem;overflow:hidden;display:block; }
#TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { position:absolute;display:block;z-index:15058;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:29.8125rem;display:block; }
#WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { position:absolute;display:block;z-index:15057;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:22.9375rem;display:block; }
#ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:2.1875rem;display:block; }
#T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.6875rem;left:4.1875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { position:absolute;display:block;z-index:15091;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:5rem;display:block; }
#Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { position:absolute;display:block;z-index:15071;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:4.4375rem;display:block; }
#uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { position:absolute;display:block;z-index:15088;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.37475rem;width:15.874rem;top:3.700439453125rem;left:1.436767578125rem;overflow:hidden;display:block; }
#gVOcSITXgVu25cFZqD3JITfpvmCws3KB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15065;line-height:2.1;letter-spacing:0;top:17.003173828125rem;left:3.125rem;height:14.704875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { position:absolute;display:block;z-index:15068;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.186525rem;width:1.499025rem;top:35.125rem;left:8.6875rem;overflow:hidden;display:block; }
#OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { position:absolute;display:block;z-index:15067;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:11.0625rem;display:block; }
#ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { position:absolute;display:block;z-index:15066;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.625rem;left:4.1875rem;display:block; }
#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { position:relative;display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { background-color: transparent; background-image: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container > .video-iframe-container { display: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row > .video-iframe-container { display: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .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); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { border-width: 0; border-radius: 0; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .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; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .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:38.5rem;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; }#IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { position:absolute;display:block;z-index:15062;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.25rem;left:45.3125rem;display:block; }
#To3It93X5S5eC9bwqWSvii9vHhHMU8rT { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.8125rem;left:43.0625rem;display:block; }
#yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:2.75rem;left:57.375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { position:absolute;display:block;z-index:15082;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06176875rem;width:10.249rem;top:1.5625rem;left:45.0625rem;display:block; }
#kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { color:#000000;display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15056;line-height:2.1;letter-spacing:0;top:17.125rem;left:44.6875rem;height:15.7465rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { position:absolute;display:block;z-index:15059;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.186525rem;width:1.499025rem;top:35.3125rem;left:49.5625rem;overflow:hidden;display:block; }
#FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { position:absolute;display:block;z-index:15058;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.8125rem;left:51.9375rem;display:block; }
#BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { position:absolute;display:block;z-index:15057;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.8125rem;left:45.0625rem;display:block; }
#SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { position:absolute;display:block;z-index:15071;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.25rem;left:20.3125rem;display:block; }
#EQDV7oKVa87O4lRHT42CEI2nRdVELawq { position:absolute;display:block;z-index:15088;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:9.56175rem;width:8.62425rem;top:4.765625rem;left:20.99853515625rem;overflow:hidden;display:block; }
#DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.8125rem;left:18.0625rem;display:block; }
#IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.875rem;left:20.0625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kToInvxX1fr31dTkiJWMnR0HXDgTydLe { position:absolute;display:block;z-index:15091;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.625rem;left:20.875rem;display:block; }
#pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { color:#000000;display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:2.1;letter-spacing:0;top:17.125rem;left:19.8125rem;height:15.7465rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { position:absolute;display:block;z-index:15068;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.186525rem;width:1.499025rem;top:35.3125rem;left:24.5625rem;overflow:hidden;display:block; }
#aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { position:absolute;display:block;z-index:15067;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.8125rem;left:26.9375rem;display:block; }
#Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { position:absolute;display:block;z-index:15066;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat: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:0.12402375rem;width:3.4375rem;top:35.8125rem;left:20.0625rem;display:block; }
#l7a6C9ESWTAzHT0P6foUsB3EJobVSgQ3 { position:absolute;display:block;z-index:15071;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.3125rem;width:18.49975rem;top:3.9375rem;left:40.75rem;overflow:hidden;display:block; }
#VxZ3GlWQ7MZvAbBzXGP1tHHNxSD4M8Td { color:#247e84;display:block;width:10.5615rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15094;line-height:1.6;letter-spacing:0;top:1.875rem;left:44.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GsKr2GvWSOF3QmQP3mGanN33BAascQOi { position:relative;display:block; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi { background-color: transparent; background-image: none; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row .container > .video-iframe-container { display: none; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row > .video-iframe-container { display: none; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .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); }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi { border-width: 0; border-radius: 0; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .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; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .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:3.75rem;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; }#FsDqTWSIdT1p245CKNnO1b3MUAS4Bpzd { color:#000000;display:block;width:28.999rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:0.452880859375rem;left:22.265625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { position:relative;display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { background-color: transparent; background-image: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container > .video-iframe-container { display: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row > .video-iframe-container { display: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .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); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { border-width: 0; border-radius: 0; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .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; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .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:43.5625rem;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; }#HrQErwg6TathTxogHg2Jh6oasnyTMZgk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:32.5rem;top:2.34375rem;left:2.406005859375rem;overflow:hidden;display:block; }
#WlgZTc7OUfL0xQmZHNPm82ZDgUMtabA3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:32.375rem;top:2.3724060058594rem;left:40rem;overflow:hidden;display:block; }
#RPhypHbMUPr7kyO7tTOTPJTacnzF3CIo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:32.25rem;top:23.09375rem;left:21.3125rem;overflow:hidden;display:block; }
#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { position:relative;display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { background-color: transparent; background-image: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container > .video-iframe-container { display: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row > .video-iframe-container { display: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .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); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { border-width: 0; border-radius: 0; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .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; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .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:20.3125rem;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; }#qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:1.625rem;display:block; }
#dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:28.1875rem;display:block; }
#T98mXERNzdRLU4qT7D5e9mXyxogs71lA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:54.625rem;display:block; }
#QNBWMEM291r5uAJtVrZor9KohdfHBznT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.999755859375rem;left:1.624755859375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.999755859375rem;left:28.125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.132080078125rem;left:54.6240234375rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quMwMzo1AQGTImW6ue984eCmbCllHlyV { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99826860427856rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c3d;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; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { background-color: transparent; background-image: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .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); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { border-width: 0; border-radius: 0; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { color:#ffffff;display:block;width:58.999rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.041259765625rem;left:8.00048828125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:5.279541015625rem;left:0rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { 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:5.7495125rem;width:14.0625rem;top:8.935546875rem;left:30.46875rem;overflow:hidden;display:block; }
#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1c3d;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { border-width: 0; border-radius: 0; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0d1c3d;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9365rem;height:3.93555rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.51123046875rem;left:30.03173828125rem;display:block; }
#q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { top:9.875rem;left:22.75rem;width:25rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { top:1.375rem;left:9.625rem;width:38.125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { top:0.9375rem;left:0rem;width:11.9375rem;height:3.7309934209498rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { top:7.5625rem;left:23rem;width:24.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { top:6.1875rem;left:0rem;width:31.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { top:0.8125rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { display:block; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { top:0.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { top:10rem;left:0rem;width:19.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { top:22.375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { top:10rem;left:14.623291015625rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { top:21.4375rem;left:0rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { top:28.3125rem;left:0rem;width:20.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { top:3.8125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { top:3.75rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { top:2.75rem;left:0rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { top:2.75rem;left:13.125rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { top:28.25rem;left:14.1875rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { top:21.4375rem;left:13.125rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { top:10rem;left:34.1875rem;width:13.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { top:2.75rem;left:26.25rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { top:22.4375rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { top:30.3125rem;left:0rem;width:19.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { top:30.125rem;left:13.124267578125rem;width:21.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { top:12.8125rem;left:0rem;width:18.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { top:12.1875rem;left:14.5rem;width:18.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { top:12.375rem;left:28.5625rem;width:19.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { top:23.0625rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { top:21.4375rem;left:26.25rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { top:28.25rem;left:27rem;width:20.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { top:30.1875rem;left:28.0625rem;width:19.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { top:3.8125rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { top:1.6875rem;left:9.373046875rem;width:28.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { width:14.4375rem;height:34.5625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { width:10.5rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { width:10rem;height:10rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { top:1.6875rem;left:0rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31T5d009KzS4zOB3MGKHGeDfE73pDuC { top:4.625rem;left:0rem;width:6.0625rem;height:9.3420668590025rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { top:3.625rem;left:10.841552734375rem;width:7rem;height:10.593797571424rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { width:10rem;height:10rem;top:4.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { top:1.75rem;left:9.8125rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { width:10.5rem;height:1.5625rem;top:2rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { width:11.875rem;height:11.125rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { width:11.875rem;height:13.375rem;top:17.1875rem;left:8.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { width:11.5625rem;height:11.125rem;top:17.25rem;left:27.2490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { width:10.5rem;height:1.5625rem;top:1.9375rem;left:27.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { width:10rem;height:10rem;top:4.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { top:4.375rem;left:29.5927734375rem;width:6.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { width:9.5rem;height:9.5rem;top:17.1875rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { width:10.5rem;height:1.5625rem;top:2.1875rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { width:10rem;height:10rem;top:4.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { top:5.1875rem;left:38.6875rem;width:9.0625rem;height:9.187rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyfDsuJeru2EvIZi4frdvu358LfN67a { width:1.4375rem;height:1.1378260452627rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { width:3.4375rem;height:0.0625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { width:3.4375rem;height:0.0625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { top:1.6875rem;left:27.484130859375rem;width:11.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqTs508iqs1aucHwXVlo33NTg7UoFHz { top:1.875rem;left:37rem;width:10.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { width:14.375rem;height:34.4375rem;top:2.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { width:14.375rem;height:34.4375rem;top:2.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { width:14.375rem;height:34.0625rem;top:2.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { width:1.4375rem;height:1.1378260452627rem;top:35.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCnprDTb244vsfdRlQxz02u268VHS5xT { width:3.4375rem;height:0.0625rem;top:36rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0enble5DbtON5uPvJ72TEnkNuAr5JO { width:3.4375rem;height:0.0625rem;top:36rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { width:1.4375rem;height:1.1378260452627rem;top:35.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { width:3.4375rem;height:0.0625rem;top:36.0625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { width:3.4375rem;height:0.0625rem;top:36.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHp5H0vHrul40myFn4ab4R59El8RkQSN { width:1.4375rem;height:1.1378260452627rem;top:35.625rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { width:3.4375rem;height:0.0625rem;top:36.125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { width:3.4375rem;height:0.0625rem;top:36.125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { width:10rem;height:10rem;top:4.0625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { top:3.9375rem;left:17rem;width:18.8125rem;height:10.215333518769rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { width:11rem;height:9.8125rem;top:17rem;left:36.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { width:3.4375rem;height:0.0625rem;top:35.625rem;left:43.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { width:3.4375rem;height:0.0625rem;top:35.625rem;left:36.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { width:10.5rem;height:1.5625rem;top:1.625rem;left:36.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { top:1.4375rem;left:37.40625rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { width:14.375rem;height:34.0625rem;top:2.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { width:14.375rem;height:34.0625rem;top:2.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { width:10.5rem;height:1.5625rem;top:1.5625rem;left:24.65576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keigP5vRKlwNG1nQViZlhv59PQfrsSUC { top:1.375rem;left:24.6875rem;width:10.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { width:10rem;height:10rem;top:4.0625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { top:2rem;left:17.25rem;width:18.5rem;height:12.083503932766rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { width:11rem;height:10.4375rem;top:17rem;left:24.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmr8oMHehorgktIInmnlADIoLGL5SWm { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { width:3.4375rem;height:0.0625rem;top:35.625rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { width:3.4375rem;height:0.0625rem;top:35.625rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { width:14.375rem;height:34.0625rem;top:2.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { width:10.5rem;height:1.5625rem;top:1.625rem;left:12.71826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { top:1.4375rem;left:13.53125rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { width:10rem;height:10rem;top:4.0625rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcpBZUUWigXH9frXtxwRrusLPevPRI5F { top:4.875rem;left:14.90576171875rem;width:6.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBhtpVTQJn9hbODxQx5fwaK9twfomxp { width:12.9375rem;height:12.5625rem;top:17rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { width:3.4375rem;height:0.0625rem;top:35.625rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { width:3.4375rem;height:0.0625rem;top:35.625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { width:14.375rem;height:34.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { width:10.5rem;height:1.5625rem;top:1.625rem;left:0.78076171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { top:1.4375rem;left:1.59375rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { width:10rem;height:10rem;top:4.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { top:3.6875rem;left:0rem;width:15.8125rem;height:10.334555523182rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOcSITXgVu25cFZqD3JITfpvmCws3KB { width:12.5rem;height:14.6875rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { width:3.4375rem;height:0.0625rem;top:35.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { width:3.4375rem;height:0.0625rem;top:35.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { width:10rem;height:10rem;top:4.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3It93X5S5eC9bwqWSvii9vHhHMU8rT { width:14.375rem;height:34.0625rem;top:2.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { width:10.5rem;height:1.5625rem;top:2.75rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { top:1.5625rem;left:21.4375rem;width:10.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { width:11rem;height:15.6875rem;top:17.125rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { width:1.4375rem;height:1.1378260452627rem;top:35.3125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { width:10rem;height:10rem;top:4.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDV7oKVa87O4lRHT42CEI2nRdVELawq { top:4.75rem;left:7.25rem;width:8.5625rem;height:9.4932874597794rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { width:14.375rem;height:34.0625rem;top:2.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { width:10.5rem;height:1.5625rem;top:1.875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToInvxX1fr31dTkiJWMnR0HXDgTydLe { top:1.625rem;left:7rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { width:11rem;height:15.6875rem;top:17.125rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { width:1.4375rem;height:1.1378260452627rem;top:35.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7a6C9ESWTAzHT0P6foUsB3EJobVSgQ3 { top:3.9375rem;left:13.3125rem;width:18.4375rem;height:10.277799362154rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ3GlWQ7MZvAbBzXGP1tHHNxSD4M8Td { width:10.5rem;height:1.5625rem;top:1.875rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsKr2GvWSOF3QmQP3mGanN33BAascQOi { display:block; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsDqTWSIdT1p245CKNnO1b3MUAS4Bpzd { top:0.4375rem;left:8.640625rem;width:28.9375rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrQErwg6TathTxogHg2Jh6oasnyTMZgk { top:2.3125rem;left:0rem;width:32.5rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlgZTc7OUfL0xQmZHNPm82ZDgUMtabA3 { top:2.3125rem;left:15.375rem;width:32.375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhypHbMUPr7kyO7tTOTPJTacnzF3CIo { top:23.0625rem;left:0rem;width:32.25rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { top:6.8125rem;left:0rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { top:6.8125rem;left:14.5625rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98mXERNzdRLU4qT7D5e9mXyxogs71lA { top:6.8125rem;left:29rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBWMEM291r5uAJtVrZor9KohdfHBznT { top:10.9375rem;left:0rem;width:18.75rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { top:10.9375rem;left:14.5rem;width:18.75rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { top:9.125rem;left:29rem;width:18.75rem;height:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMwMzo1AQGTImW6ue984eCmbCllHlyV { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { top:1rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { top:5.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { top:8.875rem;left:16.84375rem;width:14.0625rem;height:5.7495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.875rem;height:3.875rem;top:6.5rem;left:16.40673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:20rem;height:0;top:12.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { width:20rem;height:15.0625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { width:19.4360625rem;height:2.2721375rem;top:6.673583984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#940d0d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { width:10.81175rem;height:2.9370125rem;top:0.888671875rem;left:4.310302734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { width:20rem;height:1.3808625rem;top:11.86865234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0d1c3d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { width:20rem;height:20rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { width:20rem;height:5.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { display:block; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { width:20rem;height:3.57421875rem;top:0.556640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { width:11.9983125rem;height:2.599825rem;top:2.230224609375rem;left:7.05810546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { width:4.6875rem;height:4.6875rem;top:3.529052734375rem;left:0.997314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { width:12.312rem;height:2.400175rem;top:12.999267578125rem;left:6.90185546875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { width:20rem;height:8.375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { width:10.49925rem;height:3.0013rem;top:35.12451171875rem;left:7.8076171875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { width:4.6875rem;height:4.6875rem;top:25.279952287674rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { width:4.6875rem;height:4.6875rem;top:36.341552734375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { width:20rem;height:8.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { width:20rem;height:8.375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { width:8.9355625rem;height:2.20051875rem;top:46.132080078125rem;left:8.5888671875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { width:20rem;height:8.375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { width:8.49975rem;height:2.20051875rem;top:24.0625rem;left:8.807373046875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { width:20rem;height:8.3745625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { width:3.75rem;height:3.75rem;top:47.81005859375rem;left:1.468505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { width:12.5rem;height:2.6237rem;top:39.013427734375rem;left:6.806640625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { width:11.5625rem;height:2.20051875rem;top:49.57763671875rem;left:7.275390625rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { width:11.3110625rem;height:2.2721375rem;top:6.015380859375rem;left:7.401123046875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { width:12.9980625rem;height:2.2721375rem;top:16.646728515625rem;left:6.5576171875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { width:11.499rem;height:3.671875rem;top:27.060791015625rem;left:7.305908203125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { width:3.686525rem;height:3.686525rem;top:59.310302734375rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { width:20rem;height:8.6875rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { width:12.24975rem;height:1.1002625rem;top:58.0615234375rem;left:6.93115234375rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { width:11.74925rem;height:2.20051875rem;top:60.5615234375rem;left:7.181396484375rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { display:flex;width:4.87305rem;height:4.87305rem;top:13.560791015625rem;left:1.468505859375rem; }
 }@media only screen and (max-width: 763px) { #gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container { width:20rem;height:133.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { width:17.875rem;height:30.8125rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { width:16.875rem;height:1.600475rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31T5d009KzS4zOB3MGKHGeDfE73pDuC { width:6.624375rem;height:10.1248125rem;top:4.3109817504883rem;left:6.6872830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { width:7.06175rem;height:10.68725rem;top:37.327880859375rem;left:6.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { width:10rem;height:10rem;top:37.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { width:8.75rem;height:2.0625rem;top:34.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { width:10.5625rem;height:1.600475rem;top:35.0625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { width:12.6248125rem;height:10.5035rem;top:16.061198234558rem;left:3.6870661377907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { width:14.436875rem;height:12.2124375rem;top:49.342450499534rem;left:2.7810330986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { width:13.125rem;height:8.40275rem;top:82.685546875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { width:10.5625rem;height:1.600475rem;top:68.3740234375rem;left:4.6240234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { width:10rem;height:10rem;top:70.687255859375rem;left:5.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { width:6.6875rem;height:9.875rem;top:70.846923828125rem;left:6.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { width:9.124375rem;height:9.000625rem;top:117.12240028381rem;left:5.4372830986977rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { width:10.5625rem;height:1.600475rem;top:101.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { width:10rem;height:10rem;top:103.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { width:8.562rem;height:8.62425rem;top:105.390625rem;left:5.85693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyfDsuJeru2EvIZi4frdvu358LfN67a { width:1.5rem;height:1.1875rem;top:30.5rem;left:9.0625003576281rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { width:3.4375rem;height:0.125rem;top:31.0625rem;left:4.2499998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { width:3.4375rem;height:0.125rem;top:31.0625rem;left:12.312500357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { width:11.062rem;height:2.06176875rem;top:68.06396484375rem;left:4.3896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqTs508iqs1aucHwXVlo33NTg7UoFHz { width:10.5620625rem;height:2.06163125rem;top:101.32162284851rem;left:4.6484375596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { width:17.9375rem;height:30.8125rem;top:35.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { width:17.9375rem;height:30.8125rem;top:69.0625rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { width:17.9375rem;height:30.8125rem;top:102.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { width:1.5rem;height:1.1875rem;top:63.5625rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pCnprDTb244vsfdRlQxz02u268VHS5xT { width:3.4375rem;height:0.125rem;top:64.125rem;left:12.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zS0enble5DbtON5uPvJ72TEnkNuAr5JO { width:3.4375rem;height:0.125rem;top:64.125rem;left:4.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { width:1.5rem;height:1.1875rem;top:96.875rem;left:9.124755859375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { width:3.4375rem;height:0.125rem;top:97.4365234375rem;left:12.374267578125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { width:3.4375rem;height:0.125rem;top:97.4365234375rem;left:4.3115234375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CHp5H0vHrul40myFn4ab4R59El8RkQSN { width:1.5rem;height:1.1875rem;top:130rem;left:9rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { width:3.4375rem;height:0.125rem;top:130.5625rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { width:3.4375rem;height:0.125rem;top:130.5625rem;left:4.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container { width:20rem;height:144.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { width:10rem;height:10rem;top:3.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { width:17.1875rem;height:9.187rem;top:4.765625rem;left:1.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { width:15.1855625rem;height:8.0035rem;top:16.685791015625rem;left:2.406005859375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { width:3.4375rem;height:0.125rem;top:30.1875rem;left:12.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { width:3.4375rem;height:0.125rem;top:30.1875rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { width:10.5625rem;height:1.600475rem;top:1.5rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { width:8.75rem;height:2.0625rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { width:17.9375rem;height:30.8125rem;top:2.3125rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { width:17.9375rem;height:36.1875rem;top:107.74658203125rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { width:10.5625rem;height:1.600475rem;top:107.25rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keigP5vRKlwNG1nQViZlhv59PQfrsSUC { width:10.1875rem;height:2.0625rem;top:107rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { width:10rem;height:10rem;top:109.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { width:17.8125rem;height:11.5625rem;top:108.18408203125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { width:10.99975rem;height:10.0043125rem;top:123.74877929688rem;left:4.498291015625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uhmr8oMHehorgktIInmnlADIoLGL5SWm { width:1.4375rem;height:1.1378260452627rem;top:140.75rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { width:3.4375rem;height:0.0625rem;top:141.25rem;left:11.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { width:3.4375rem;height:0.0625rem;top:141.25rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { width:17.9375rem;height:36.1875rem;top:69.437255859375rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { width:10.5625rem;height:1.600475rem;top:68.4375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { width:8.75rem;height:2.0625rem;top:68.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { width:10rem;height:10rem;top:70.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcpBZUUWigXH9frXtxwRrusLPevPRI5F { width:6.74925rem;height:9.74975rem;top:71.14013671875rem;left:6.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBhtpVTQJn9hbODxQx5fwaK9twfomxp { width:13rem;height:12.0051875rem;top:83.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { width:1.4375rem;height:1.1378260452627rem;top:101.875rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { width:3.4375rem;height:0.0625rem;top:102.375rem;left:11.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { width:3.4375rem;height:0.0625rem;top:102.375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { width:17.9375rem;height:30.8125rem;top:35.98388671875rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { width:10.5625rem;height:1.600475rem;top:35rem;left:4.6240234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { width:8.75rem;height:2.0625rem;top:34.749755859375rem;left:5.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { width:10rem;height:10rem;top:37.374267578125rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { width:16.31225rem;height:10.5615rem;top:36.847900390625rem;left:1.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOcSITXgVu25cFZqD3JITfpvmCws3KB { width:13.31175rem;height:12.0051875rem;top:49.498291015625rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { width:1.4375rem;height:1.1378260452627rem;top:63.875rem;left:9.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { width:3.4375rem;height:0.0625rem;top:64.375rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { width:3.4375rem;height:0.0625rem;top:64.375rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { width:10rem;height:10rem;top:40.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3It93X5S5eC9bwqWSvii9vHhHMU8rT { width:17.9375rem;height:34.0625rem;top:38.74755859375rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { width:10.5625rem;height:1.600475rem;top:37.875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { width:10.25rem;height:2.0625rem;top:37.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { width:12.8125rem;height:13.125rem;top:52.998046875rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { width:1.4375rem;height:1.1378260452627rem;top:70.0625rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { width:3.4375rem;height:0.0625rem;top:70.5625rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { width:3.4375rem;height:0.0625rem;top:70.5625rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { width:10rem;height:10rem;top:3.936767578125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDV7oKVa87O4lRHT42CEI2nRdVELawq { width:8.31175rem;height:9.24925rem;top:4.765625rem;left:5.84228515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { width:17.9375rem;height:34.0625rem;top:2.186279296875rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { width:10.5625rem;height:1.600475rem;top:1.5625rem;left:4.749755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToInvxX1fr31dTkiJWMnR0HXDgTydLe { width:8.75rem;height:2.0625rem;top:1.312255859375rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { width:12.1875rem;height:13.125rem;top:16.8115234375rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { width:1.4375rem;height:1.1378260452627rem;top:33rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { width:3.4375rem;height:0.0625rem;top:33.5rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { width:3.4375rem;height:0.0625rem;top:33.5rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #l7a6C9ESWTAzHT0P6foUsB3EJobVSgQ3 { width:18.4375rem;height:10.277125rem;top:40.17333984375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ3GlWQ7MZvAbBzXGP1tHHNxSD4M8Td { width:10.4980625rem;height:1.600475rem;top:37.79296875rem;left:4.749755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsKr2GvWSOF3QmQP3mGanN33BAascQOi { display:block; }#GsKr2GvWSOF3QmQP3mGanN33BAascQOi > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsDqTWSIdT1p245CKNnO1b3MUAS4Bpzd { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrQErwg6TathTxogHg2Jh6oasnyTMZgk { width:20rem;height:10.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlgZTc7OUfL0xQmZHNPm82ZDgUMtabA3 { width:20rem;height:10.4375rem;top:12.938781738281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhypHbMUPr7kyO7tTOTPJTacnzF3CIo { width:19.875rem;height:10.375rem;top:24.626281738281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { width:18.75rem;height:9.1875rem;top:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { width:18.75rem;height:9.1875rem;top:16.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98mXERNzdRLU4qT7D5e9mXyxogs71lA { width:18.75rem;height:9.1875rem;top:28.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBWMEM291r5uAJtVrZor9KohdfHBznT { width:20rem;height:1.7871125rem;top:8.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { width:20rem;height:1.7871125rem;top:20.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { width:17.99925rem;height:5.361325rem;top:30.8125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMwMzo1AQGTImW6ue984eCmbCllHlyV { width:20rem;height:2.03125rem;top:0.97982168197631rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { width:20rem;height:1.94970625rem;top:1.3232421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { width:20rem;height:1.70030625rem;top:3.9111328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { width:10.625rem;height:4.311525rem;top:6.121826171875rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { background-color:#0d1c3d;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:12.4365rem;height:3.18725625rem;top:1.3427734375rem;left:3.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }