.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:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LMOx1ruu-Ds/unsplash/osama-saeed-LMOx1ruu-Ds-photo-1560799376-26f5f5bc97bb.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:21.5625rem;width:27.5625rem;top:9.3741149902344rem;left:45.874568939209rem;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { 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;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.0625rem 0.0625rem 1.875rem rgba(35,114,245,0.2) ;height:25.75rem;width:30.6875rem;top:8.875rem;left:44.312501907349rem;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:64rem;top:15.875rem;left:-14.9375rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#ffffff;display:block;width:44.124375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.610895156861rem;left:0rem;height:7.06705625rem;font-style:normal;display:block; }
#yuXP4inPXTR8W9AGfZ21ye3zwLkOq03h { 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:4.1875rem;width:12.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM { position:relative;display:none; }#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM { border-width: 0; border-radius: 0; }#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM > .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; }#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM > .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.375rem;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:none; }#mK2XChXKVxNLxq4PCiiQ195gMMxsNn85 { color:#26265b;display:block;width:33.5623125rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.890188217163rem;left:0rem;height:4.5931rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V4vxbhTKFWcDBeaMlo2TF4kpQyAiU2aO { 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:34.375rem;width:46.875rem;top:1.9986987113952rem;left:28.125000953674rem;overflow:hidden;display:block; }
#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.adaptive-delivery-prevent-bg, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyload, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyloading { background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { background-color: transparent; background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .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); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { border-width: 0; border-radius: 0; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { position:relative;display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { background-color: transparent; background-image: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { border-width: 0; border-radius: 0; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { 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='#7abdcdf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7abdcdf1' );";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:9.4375rem;width:16.1875rem;top:1.8120574951172rem;left:0rem;display:block; }
#qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { 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='#7af1e6bd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7af1e6bd' );";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:9.4375rem;width:16.1875rem;top:1.8125rem;left:19.875rem;display:block; }
#BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { 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='#7ac8f1bd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7ac8f1bd' );";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:9.4375rem;width:16.1875rem;top:1.8125rem;left:39.4375rem;display:block; }
#aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,241,227,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7abdf1e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7abdf1e3' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,241,227,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:9.4375rem;width:16.1875rem;top:1.8125rem;left:58.875rem;display:block; }
#TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6935768127441rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8808622360229rem;left:39.716797828674rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { color:#000000;display:block;width:14.9370625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(0,0,0,0.2);top:3.375rem;left:59.5rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5473098754881rem;left:1.3107633590698rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { color:#000000;display:block;width:14.436875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.5625rem;left:20.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.375rem;left:40.5625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#s3emwIMCwz57PNHegvZsbtqUBftBvKwy { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.5625rem;left:59.8125rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { background-color:#dc3e37;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.936625rem;height:3.62413125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.324003219604rem;left:27.405598640442rem;display:block; }
#ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maB65TD0geFJTULIVtuOQdGLfiaxWpiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container { background-color: transparent; background-image: none; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container > .video-iframe-container { display: none; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row > .video-iframe-container { display: none; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .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); }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container { border-width: 0; border-radius: 0; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#k4tD7x9O5Q8lWwTMAmXU3qVyaWK5FgvP { color:#050b26;display:block;width:11.3748125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.52951335906982rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBuIO8Z0RVMltW1Hnap5reIztma6EqeC { color:#050b26;display:block;width:11.3748125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:38.717450141907rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzeokAeyWdw276MzNhv0nqdv6gqZs6PO { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:51.749135017395rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GILGTcKT9snaXvCXzDtmJ2WUR7JvdevT { color:#050b26;display:block;width:11.3748125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:13.340929985046rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ED8XMMFa75Engv3VCCEgcizKxACn1TiT { position:absolute;display:block;z-index:14992;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.1875rem;top:0.65494823455813rem;left:38.31228351593rem;display:block; }
#MsM1G8mQPbIsAXEkoDLVuemMhmBFW5TB { position:absolute;display:block;z-index:14994;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.1875rem;top:0.40256500244141rem;left:0rem;display:block; }
#drHZxsfOxaXRAlArMF8orcrQtLlUILwm { position:absolute;display:block;z-index:14990;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.1875rem;top:0.71744823455813rem;left:50.874135017395rem;display:block; }
#l0DuJUlAhLuSaEd8l6fkQkgMdck3UwXE { position:absolute;display:block;z-index:14989;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.1875rem;top:0.625rem;left:25.625rem;display:block; }
#OMMQbIK98fuSJ6WMVoHQAlbFWhZo4NLR { color:#050b26;display:block;width:10.2495625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.5629348754881rem;left:26.592881202698rem;height:4.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2wp4lPkslJ0mh73xn9F4BHLGAq8O7eU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.3111982345581rem;left:4.6527776718139rem; }
#yCW3lizExLK6PD9INMKNsE09Q0TBD7gi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.0609807968139rem;left:55.029297828674rem; }
#hu4ywQrRWB7gQw25MIxPoZouhtuRlpcC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.3111982345581rem;left:42.686635017395rem; }
#JUzbi7p5nsRAXZDkfhEnCcbsEc5w1mLi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.3111982345581rem;left:17.464192390442rem; }
#sfnNiv6FlVLchQebf1MA13TpVTKtHMmn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.25rem;left:30.0625rem; }
#SQBKGXtNpz5dvgwgrllqAJuvGEnmTJsq { position:absolute;display:block;z-index:14988;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.5625rem;top:0.625rem;left:12.75rem;display:block; }
#qWsePHez6kWKi6rAph0ScrTOMv6owNQ7 { position:absolute;display:block;z-index:14991;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;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.1875rem;width:12.1875rem;top:0.7734375rem;left:63.3116312027rem;display:block; }
#dKMtc6F50uimeVlnKUP8XAXDb83SDgud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.3111982345581rem;left:67.152779579162rem; }
#r58phwpQWeuv9LWbbqLEUwPDwup0TBbe { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.3936634063719rem;left:63.871529579162rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container { background-color: transparent; background-image: none; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container > .video-iframe-container { display: none; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row > .video-iframe-container { display: none; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .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); }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container { border-width: 0; border-radius: 0; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#tT9uMa2kTd9JT1a4l94ab05lIrT51qsX { color:#003265;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.734375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnxcE8cdpiHyzWJPanAxz5M4SOGfJG3x { box-sizing:content-box;height:28.375rem;width:52.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:6.9375rem;left:11.25rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#XIrk2ox0TlRKGVT2hG3PTOq6SGW8Af7G { 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:26.125rem;width:50.3125rem;top:8.0625rem;left:12.34375rem;overflow:hidden;display:block; }
#H7mHhWnTSfthhpBh2uRbKAXKiFRJE7D1 { 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:133.25rem;width:75rem;display:none; }
#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { background-color: transparent; background-image: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { border-width: 0; border-radius: 0; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { 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:1.6080741882324rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container { background-color: transparent; background-image: none; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container > .video-iframe-container { display: none; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row > .video-iframe-container { display: none; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .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); }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container { border-width: 0; border-radius: 0; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container { font-size:0.875rem;font-family:arial;height:98.0625rem;width:75rem;position:relative;display:block; }#tNqnNRcJeAT7tAa8xbigt6ZV6xgTTzkl { 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:18.5625rem;width:14.5rem;top:2.9372832179069rem;left:0rem;display:block; }
#RLoRoiT0wTnbDEXEKKwQDU3KVhMMErT0 { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.0486116409302rem;left:2.3122835159302rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HucVn0zryihm23X0o9f37aPo6pgo3QAs { 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.4375rem;left:2.3125rem;display:block; }
#lwZLMaW6PMIuLf8k08FbpBnlb2tgQgBL { 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.06163125rem;width:9.6245625rem;top:1.7469615936279rem;left:2.4359817504883rem;display:block; }
#IpB0wWvSeEpzrKIfKlh7oFVngD1qtF5T { 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.5625rem;width:7.0625rem;top:4.9375rem;left:3.78125rem;overflow:hidden;display:block; }
#xfa7LKTIzt33Cx1gqD4kBHWQvopxAxMd { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2.1;letter-spacing:0;top:16.5625rem;left:0.125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#msDHKfGxSVlJTbCfbn9s8y5QgTauvKaU { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:16.430120468139rem;left:16.880426406861rem;height:4.2013875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TRsGp68P32xTB7bZGTUVS9re2WktIhE8 { 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:2.1875rem;left:18.125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zTTPDdf6b2u48kopgWCJGN8o7lRHUdzn { 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.4368512630463rem;left:17.817926406861rem;display:block; }
#Hhi3wsFDFCqvxNX1V6BJbz4OUUq4Jmqy { 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:8rem;width:5.8125rem;top:6.3736999034881rem;left:20.000001907349rem;overflow:hidden;display:block; }
#afbonRnzIm0y1QnzJh2JUnGhEUef1yiK { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:2.1;letter-spacing:0;top:16.281466960907rem;left:30.747615814209rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UrvDC9UAlX7frBhdLFQqK5vW9IR5d76p { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:2.0475263595581rem;left:32.655166625976rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uLSLaObFyFU4b0rH3sTiREneVoQiMQ84 { 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.4375rem;left:32.9375rem;display:block; }
#LMb5GMPOIx3TVEZa0sDkpH9neeTySgPt { 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.375rem;width:7rem;top:4.9993512630463rem;left:33.999568939209rem;overflow:hidden;display:block; }
#qkXRARzHSMB0X02vk33uiwvErl0VF73O { 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.0625rem;width:8.75rem;top:1.875rem;left:19.0625rem;display:block; }
#hxLOPHZck4eC62SXKeuwkGKFVCfaHP3O { 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.0625rem;width:8.75rem;top:1.75rem;left:33.375rem;display:block; }
#CT1mrgZBeJimcTTbU20u04pRst9BxsLH { 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:18.375rem;width:14.375rem;top:2.9372851848602rem;left:15.559896469116rem;display:block; }
#Ol3rfAVw0nrswqkyGL92y9XSyUO17i4h { 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:18.375rem;width:14.375rem;top:2.8125rem;left:30.625rem;display:block; }
#oEPWzF1J3wG7hJxrnn5WN7v1E3pxhiFz { 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:18.4375rem;width:14.375rem;top:2.7495660781861rem;left:45.686851501465rem;display:block; }
#RpxPBeQ1caBc1xwyVJllZhBKS9PrZtS2 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:16.561416149139rem;left:46.850044250488rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WVzm1kJKKAhM8A7O2TR5xlZVfEWq2B0k { 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.4375rem;left:47.9375rem;display:block; }
#kb6IcSFp6MUQ6Hd7B1Wxwz00Ztr1U7pW { 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:8.75rem;width:6.06228125rem;top:5.7562937736511rem;left:49.913196563721rem;overflow:hidden;display:block; }
#UrZUv0omLPQSUW5IzV3zdxzUJZkO7ueu { 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.8125rem;left:48.5rem;display:block; }
#B9qRXLSU8NWeGtbT55iZ2l8sBWF1kGhG { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:2.0475263595581rem;left:47.661678314209rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Q63MOVR5P5KaxXERNJHNksgFIlteWu5P { position:absolute;display:block;z-index:15070;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:63.4375rem;display:block; }
#QalL4q73BSD1vwic9WScEoEFR7Dwwi6I { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:2rem;left:62.625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dS8MTwUEy4sIXyaoU4a4DrTRydt6MJo8 { position:absolute;display:block;z-index:15014;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:18.4375rem;width:14.375rem;top:2.6875rem;left:60.625rem;display:block; }
#B3fJ44IzsZIQK6iHHf6EAHg0K9dC1HOI { position:absolute;display:block;z-index:15050;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:62.875rem;display:block; }
#K5LbmoTlHo9aTUgu6V7Jc39ypwW1BRgB { position:absolute;display:block;z-index:15067;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:8.375rem;width:9.5rem;top:6rem;left:63.0625rem;overflow:hidden;display:block; }
#rxFSeCQCkVpUaRSlSA8vfEq4aw1BAuTH { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:2.1;letter-spacing:0;top:16.5rem;left:61.8125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sWfC4BaH18VwXHz9gudPgIHTCu5ncX3x { position:absolute;display:block;z-index:15029;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:18.5625rem;width:14.5rem;top:26.9375rem;left:0rem;display:block; }
#LFvxcNZQlk3SVlOduWfAsGxHNpBcw9HT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:2.1;letter-spacing:0;top:40.5625rem;left:0.125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#a0F5k6ls2vq84gezu79E1MPkr0iJ1CQ0 { 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:28.4375rem;left:2.3125rem;display:block; }
#g7xuQ8MBKSWtS4saDNgtPxNVUDLR0LwC { 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:9.6245625rem;top:25.75rem;left:2.4375rem;display:block; }
#oqscKWvnpw0g5KdJ41OKoU1hSrJzOFiE { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:26.0625rem;left:2.3125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pfNCILQmD52zrwBSDzXQwLPMkBWMkSw9 { position:absolute;display:block;z-index:15102;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:8.25rem;width:8.25rem;top:30.25rem;left:3.125rem;overflow:hidden;display:block; }
#SUZJWyriMTCGDJzz1OwX4wxwnTnL95w5 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15052;line-height:2.1;letter-spacing:0;top:40.4375rem;left:16.875rem;height:4.2013875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MfGDvU3y0SGxlbfoSyAsEPOWk6cdR4Ft { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:26.1875rem;left:18.125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZrR92xEQy4ol8C7B0uGugh5J2MRaPAxM { position:absolute;display:block;z-index:15058;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:28.4375rem;left:17.8125rem;display:block; }
#kZMrpeAhKx8VUCqV7PNn8ti1u16QbScK { position:absolute;display:block;z-index:15031;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:18.375rem;width:14.375rem;top:26.9375rem;left:15.5625rem;display:block; }
#iou4RVTDIZQpL3IsZR6fNNMrb7rVlkQv { position:absolute;display:block;z-index:15075;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:8.375rem;width:15.5625rem;top:30.125rem;left:15.2861328125rem;overflow:hidden;display:block; }
#Ckh9r2TiSKQJWCAQA6KHIc4TEmkxLdAz { position:absolute;display:block;z-index:15078;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:25.875rem;left:19.0625rem;display:block; }
#Zs7hynxTGTTvzITa3I0sVT3KM8cGcLEs { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:40.3125rem;left:30.75rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#o4zSPFRXJQLR8WUq7NQI7CrW8VnDNF6i { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:26.0625rem;left:32.625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#POflXE8bh7sZl05q1d1Tlpe2v1kaMQnA { position:absolute;display:block;z-index:15068;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:28.4375rem;left:32.9375rem;display:block; }
#ql9ZwTqdsnWM8hSTaCu45JUdAH3GXQNq { position:absolute;display:block;z-index:15085;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.5rem;width:17.125rem;top:29rem;left:30.0595703125rem;overflow:hidden;display:block; }
#DtXV3HUX6A0c1ZSVxMbEMg7kOWcPKQwZ { position:absolute;display:block;z-index:15088;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:25.75rem;left:33.375rem;display:block; }
#Vhx9XEqbMm6Qt2iZ7THAlPoCMRGvdHKG { position:absolute;display:block;z-index:15032;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:18.375rem;width:14.375rem;top:26.8125rem;left:30.625rem;display:block; }
#g9CE1xihd8ENC5UEHIPvFrbUmhTKErRX { position:absolute;display:block;z-index:15038;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:18.4375rem;width:14.375rem;top:26.75rem;left:45.6875rem;display:block; }
#wfgC5uZIchg2mHTzU72xuhw2vpeE6ph6 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15068;line-height:2.1;letter-spacing:0;top:40.5625rem;left:46.875rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uJ4xCK3krTTUGBbMUhFXz1QPBVOGkvaT { position:absolute;display:block;z-index:15074;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:28.4375rem;left:47.9375rem;display:block; }
#Ouh4ntfIP8kFOB6QUKTrBhVRd5ib1QD7 { position:absolute;display:block;z-index:15094;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:25.8125rem;left:48.5rem;display:block; }
#ztZrZP9lvq1uvsE4TtmvnfZrRBTiXgFT { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15095;line-height:1.6;letter-spacing:0;top:26.0625rem;left:47.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aoqJc9bEneVtwHTOlm2QdVCuuQOTXAOH { position:absolute;display:block;z-index:15091;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:8.25rem;width:12.5625rem;top:30.1875rem;left:46.6552734375rem;overflow:hidden;display:block; }
#R3qGXPqV6hpTwtFB0iJFMqc3T7OKRsgH { position:absolute;display:block;z-index:15044;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:18.4375rem;width:14.375rem;top:26.6875rem;left:60.625rem;display:block; }
#kMNyTTA5vCkSH0sOHFRzpLJ0AKBhUhky { color:#247e84;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15101;line-height:1.6;letter-spacing:0;top:26.0625rem;left:62.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZEXnhKs68QFzt2hIKoubn5lWzVa9XnPJ { position:absolute;display:block;z-index:15080;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:28.375rem;left:62.875rem;display:block; }
#Xvoh2eoKx9yf8VR2Tdhnk23McNld78t0 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15074;line-height:2.1;letter-spacing:0;top:40.5rem;left:61.8125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fyMgJrt7mSVo67GzMB5KgfTMR3OrGZzM { position:absolute;display:block;z-index:15100;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:25.75rem;left:63.4375rem;display:block; }
#eCkIgGtP3WP8uwwyUlJw8bqbvBlTR6Mf { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:6.125rem;top:30.4375rem;left:65.125rem;overflow:hidden;display:block; }
#Z7DuhepIXKO1fWRq6MV9QS7Iwe9O8sUp { position:absolute;display:block;z-index:15088;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:9.6245625rem;top:50.75rem;left:2.4375rem;display:block; }
#kmlHSi833B3IQ6yhxINbJ4WxCnmVrBUp { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:51.0625rem;left:2.3125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Tg6we1Ll9l72yszFoGD06zE5gotTuT9a { position:absolute;display:block;z-index:15059;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:18.5625rem;width:14.5rem;top:51.9375rem;left:0rem;display:block; }
#k01G8yr3ZITv2yuuZDwvhlFTFm13sHwI { position:absolute;display:block;z-index:15068;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:53.4375rem;left:2.3125rem;display:block; }
#KSnbWUo4AWkWlykVf5CWJThygdP5Tkqt { position:absolute;display:block;z-index:15061;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:18.375rem;width:14.375rem;top:51.9375rem;left:15.5625rem;display:block; }
#titRPLrzUVTeDArb7KNTU84lHLZidF7g { position:absolute;display:block;z-index:15105;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:11.75rem;width:21.125rem;top:51.6875rem;left:11.9375rem;overflow:hidden;display:block; }
#m3yT6d3ZQopq46PyQIZhcErFvOIksEJU { position:absolute;display:block;z-index:15088;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:53.4375rem;left:17.8125rem;display:block; }
#dhdqhMuiDBoiFHw6Xd4Kv1V3yPgTfd5B { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15109;line-height:1.6;letter-spacing:0;top:51.1875rem;left:18.125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HuAksTDJC4Z19xE8cdlpGDqXqKJ318Mr { position:absolute;display:block;z-index:15108;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:50.875rem;left:19.0625rem;display:block; }
#xfLz1TNLx61TeRStGEry4NJ1ySiXV6ny { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15062;line-height:2.1;letter-spacing:0;top:65.5625rem;left:0.125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usoSuRfIicSIL89WZJcPnSklprxcxB8u { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15082;line-height:2.1;letter-spacing:0;top:65.4375rem;left:16.875rem;height:4.2013875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fKOmCNpHxOk31XRBs2SExah0aNsgUcnL { position:absolute;display:block;z-index:15068;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:18.4375rem;width:14.375rem;top:51.75rem;left:30.75rem;display:block; }
#hfovizJwtTktkrqy4gFAAvLHeMRdRQhB { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15098;line-height:2.1;letter-spacing:0;top:65.5625rem;left:31.9375rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r4PTyFcLrf9f5DHMSmnXWbSZRDwI4JV9 { position:absolute;display:block;z-index:15121;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:8.25rem;width:12.5625rem;top:55.1875rem;left:31.6875rem;overflow:hidden;display:block; }
#ynKQTsEEgd1MD6rZOuuHbJXWEqO59gwI { position:absolute;display:block;z-index:15104;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:53.4375rem;left:33rem;display:block; }
#GTUzGs920IqSoTgT2JS40kCUrdqFn3tP { position:absolute;display:block;z-index:15124;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:50.8125rem;left:33.5625rem;display:block; }
#n4wCgBmWg0TzKFLtKRwoh15XhMTTno5p { color:#247e84;display:block;width:10.5620625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15125;line-height:1.6;letter-spacing:0;top:51.0625rem;left:32.75rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FkJOmT8bnpnyiifSC86rNb3UiTSrWgkA { position:absolute;display:block;z-index:15074;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:18.4375rem;width:14.375rem;top:51.6875rem;left:45.6875rem;display:block; }
#At9DvrEc6wcRNxyIAFI7duhx3h2rHbGU { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15104;line-height:2.1;letter-spacing:0;top:65.5rem;left:46.875rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JcXoq6rp7mqTcMfyADbdIz3T8TBRB0hT { color:#247e84;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15131;line-height:1.6;letter-spacing:0;top:50.9375rem;left:47.6875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#loEE5uKHIQHLkb8v1q1oZGwb23ELQmJc { position:absolute;display:block;z-index:15110;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:53.375rem;left:47.9375rem;display:block; }
#ZMmAMe5PiuU8iHTIRt6TQmduTI20gKOy { position:absolute;display:block;z-index:15130;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:50.75rem;left:48.5rem;display:block; }
#eoiTdJ29CwnT1umg1TabHuBHhqSGKkfL { position:absolute;display:block;z-index:15133;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:8rem;width:12.1875rem;top:55.375rem;left:46.625rem;overflow:hidden;display:block; }
#tDSWfHsa97ihFumZA6PsndCWw4WcV7ai { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:9rem;top:55.5625rem;left:2.5rem;overflow:hidden;display:block; }
#zx8CUS3i8n4UD5RLmHMQzu7iLzElAGmS { color:#247e84;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15137;line-height:.9;letter-spacing:0;top:51.3125rem;left:62.375rem;height:1.79905rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WwZM2JTJegmTwhFSbRapopPUJ5hBeGgT { position:absolute;display:block;z-index:15136;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:51.0625rem;left:63.1875rem;display:block; }
#zx4ST1wy2VhvNc7r7dALKxpfH9JzVqSw { position:absolute;display:block;z-index:15080;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:18.4375rem;width:14.375rem;top:51.75rem;left:60.625rem;display:block; }
#QtJWJlD2ST7Hn6kKW5HZz8NInS7hOwld { position:absolute;display:block;z-index:15116;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:53.6875rem;left:62.625rem;display:block; }
#RoWbmDMg8NT7ppHtko0ZaEwCnxxgRfzI { position:absolute;display:block;z-index:15139;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.3125rem;width:6rem;top:54.3125rem;left:64.4375rem;overflow:hidden;display:block; }
#WPfaysO9J1H8En5N1CTflXRf38SEEWAT { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:2.1;letter-spacing:0;top:65.8125rem;left:61.8125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LdFi7LRZvw5Pxl8svEVWdABpuDxIPez7 { color:#247e84;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15143;line-height:.9;letter-spacing:0;top:76.25rem;left:32.6875rem;height:0.899525rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yQKsdJtVcXqy9McBF6qywWAT7UWgsiJk { position:absolute;display:block;z-index:15142;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:75.5625rem;left:33.5625rem;display:block; }
#MPKXPMugQdAPgQy9LnSyRHvVH9mWlhAA { position:absolute;display:block;z-index:15086;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:18.4375rem;width:14.375rem;top:76.2500038147rem;left:30.677083969116rem;display:block; }
#qSf2zDbDn9Q2cdTLfvIcbe4GUcmHIfms { position:absolute;display:block;z-index:15122;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:78.1875rem;left:33rem;display:block; }
#RQ4emUVMiZKUb1CRDPJFbqyhy67BANum { position:absolute;display:block;z-index:15145;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.625rem;width:14.5625rem;top:78.5625rem;left:30.625rem;overflow:hidden;display:block; }
#Jys6g1wHNCDQHD58u600sFNs1IVg59S4 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:2.1;letter-spacing:0;top:90.3125rem;left:32.3125rem;height:3.9366375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { background-color: transparent; background-image: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container > .video-iframe-container { display: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container { display: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .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); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { border-width: 0; border-radius: 0; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6.adaptive-delivery-prevent-bg, #CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6.lazyload, #CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6.lazyloading { background-image: none; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container { background-color: transparent; background-image: none; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container > .video-iframe-container { display: none; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row > .video-iframe-container { display: none; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .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); }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container { border-width: 0; border-radius: 0; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#saRgN7D4ntHDFgpezw619H6c0iOISp87 { background-color:#dc3e37;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.615234375rem;left:28.0859375rem;display:block; }
#Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GheXDPW8BntwswT36totMPiPLXI5cMr7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:34rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rWgJrVn4J211XGNoTqvZMFiz4bPaPkaH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:34.0625rem;top:21.6875rem;left:0rem;overflow:hidden;display:block; }
#TeIDzJCJEf3SQIInvWSr4TsSmvzW3UoW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:33.75rem;top:21.6875rem;left:41.125rem;overflow:hidden;display:block; }
#SK8WBFGnOPirk08cQlfTgzNJgPklJ8BE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:33.6875rem;top:0rem;left:41.125rem;overflow:hidden;display:block; }
#farCVZsollpTw5XGQ39iXnscBLVKFLD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container { background-color: transparent; background-image: none; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container > .video-iframe-container { display: none; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row > .video-iframe-container { display: none; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .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); }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container { border-width: 0; border-radius: 0; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#UeggPdrfiZUSDNp0V3TeElUi1EzMTWSo { 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:2.046875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container { background-color: transparent; background-image: none; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container > .video-iframe-container { display: none; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row > .video-iframe-container { display: none; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .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); }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container { border-width: 0; border-radius: 0; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#oqz3QUuIXC9fAOZEhgcIPBrtz50GPSUl { position:absolute;display:block;z-index:15004;border-top:0.625rem solid #dc3e37;border-left:0.625rem solid #dc3e37;border-right:0.625rem solid #dc3e37;border-bottom:0.625rem solid #dc3e37;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:25.3125rem;width:48.4375rem;top:0.62391567230224rem;left:12.624784469604rem;overflow:hidden;display:block; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { background-color: transparent; background-image: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container > .video-iframe-container { display: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container { display: none; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .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); }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { border-width: 0; border-radius: 0; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.90625071525575rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { background-color: transparent; background-image: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container > .video-iframe-container { display: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container { display: none; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .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); }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { border-width: 0; border-radius: 0; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.125rem;left:18.125000953674rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#og32pBP90XvenxqfNhGFB3xB5yn4aprl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { background-color: transparent; background-image: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container > .video-iframe-container { display: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container { display: none; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .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); }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { border-width: 0; border-radius: 0; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { background-color: transparent; background-image: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container > .video-iframe-container { display: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container { display: none; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .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); }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { border-width: 0; border-radius: 0; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.125rem;left:18.125000953674rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { background-color: transparent; background-image: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container > .video-iframe-container { display: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container { display: none; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .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); }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { border-width: 0; border-radius: 0; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.96875rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { background-color: transparent; background-image: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container > .video-iframe-container { display: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container { display: none; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .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); }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { border-width: 0; border-radius: 0; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.125rem;left:18.125000953674rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#HkZTctc6GkXsGHWdUILDvdMClyGS8lho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container { background-color: transparent; background-image: none; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container > .video-iframe-container { display: none; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row > .video-iframe-container { display: none; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .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); }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container { border-width: 0; border-radius: 0; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#lMGbo87aaCkCtJWERWzdNdvDaXLNJMvS { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZftGwLEAVUTztTLT3Xzu4wnd9S3pF67 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#A0T2trBM7VqG5MHemB9V0nJAbLGIlqA1 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container { background-color: transparent; background-image: none; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container > .video-iframe-container { display: none; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row > .video-iframe-container { display: none; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .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); }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container { border-width: 0; border-radius: 0; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#UlcW8pUTT1U4XNChntwAigAbDdmxhlxQ { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.1875rem;left:18.125000953674rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#nNFXBJemahmXZNONmAdqD5siVwKnorIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { background-color: transparent; background-image: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container > .video-iframe-container { display: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container { display: none; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .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); }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { border-width: 0; border-radius: 0; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { background-color: transparent; background-image: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container > .video-iframe-container { display: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container { display: none; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .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); }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { border-width: 0; border-radius: 0; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#slVVMNuKeVMt47ATGASytqvIoHI43mcf { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.3125rem;left:18.125000953674rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#136863;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.adaptive-delivery-prevent-bg, #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.lazyload, #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.lazyloading { background-image: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { background-color: transparent; background-image: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container > .video-iframe-container { display: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row > .video-iframe-container { display: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .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); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { border-width: 0; border-radius: 0; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#IJz5Z1N7nwMC3CBRhUlz4wi3Ifk3HAAc { background-color:#dc3e37;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:9.248046875rem;left:28.310547828674rem;display:block; }
#quzx3ei3IKknSHi5Tqbt5Ro1zkWEkWol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSw0S8kqrOmk72ln0X40BWLGEcpAX6rz { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2478294372559rem;left:18.311633110046rem;height:3.0874rem;font-style:normal;display:block; }
#FBbzP3QkuV33ypQ8vv8OApJf131OPFAI { color:#ffffff;display:block;width:65.999375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5609807968139rem;left:4.0603294372559rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMivVwWqwvredlpBSZFVb67C81gmTDTX { color:#ffffff;display:block;width:43.3745625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.682726860046rem;left:17.122395515442rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;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) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:9.3125rem;left:20.1875rem;width:27.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:30.6875rem;height:25.75rem;top:8.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:15.875rem;left:0rem;width:47.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:20.5625rem;left:0rem;width:44.0625rem;height:7.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXP4inPXTR8W9AGfZ21ye3zwLkOq03h { top:0rem;left:0rem;width:12.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM { display:block; }#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mK2XChXKVxNLxq4PCiiQ195gMMxsNn85 { top:16.875rem;left:0rem;width:33.5rem;height:4.5625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4vxbhTKFWcDBeaMlo2TF4kpQyAiU2aO { top:1.9375rem;left:0.875rem;width:46.875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { top:1.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { top:1.75rem;left:0rem;width:16.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { top:1.8125rem;left:6.25rem;width:16.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { top:1.8125rem;left:25.8125rem;width:16.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { top:1.8125rem;left:31.5625rem;width:16.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { top:3.6875rem;left:0rem;width:16rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { top:3.75rem;left:6.8125rem;width:15rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { top:2.875rem;left:26.091797828674rem;width:15.625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { top:3.3125rem;left:32.875rem;width:14.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { top:6.5rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { top:6.5625rem;left:7.12478351593rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { top:7.375rem;left:26.9375rem;width:13.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3emwIMCwz57PNHegvZsbtqUBftBvKwy { top:6.5625rem;left:33.5rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:18.875rem;height:3.5625rem;top:14.3125rem;left:13.780598640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block; }
 }@media only screen and (max-width: 763px) { #maB65TD0geFJTULIVtuOQdGLfiaxWpiI { display:block; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4tD7x9O5Q8lWwTMAmXU3qVyaWK5FgvP { width:11.3125rem;height:2.875rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBuIO8Z0RVMltW1Hnap5reIztma6EqeC { width:11.3125rem;height:2.875rem;top:8.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzeokAeyWdw276MzNhv0nqdv6gqZs6PO { width:9.6875rem;height:2.875rem;top:8.125rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GILGTcKT9snaXvCXzDtmJ2WUR7JvdevT { width:11.3125rem;height:2.875rem;top:8.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED8XMMFa75Engv3VCCEgcizKxACn1TiT { width:12.1875rem;height:12.1875rem;top:0.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsM1G8mQPbIsAXEkoDLVuemMhmBFW5TB { width:12.1875rem;height:12.1875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHZxsfOxaXRAlArMF8orcrQtLlUILwm { width:12.1875rem;height:12.1875rem;top:0.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DuJUlAhLuSaEd8l6fkQkgMdck3UwXE { width:12.1875rem;height:12.1875rem;top:0.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMQbIK98fuSJ6WMVoHQAlbFWhZo4NLR { width:10.1875rem;height:4rem;top:7.5625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wp4lPkslJ0mh73xn9F4BHLGAq8O7eU { top:2.25rem;left:1.2465276718139rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCW3lizExLK6PD9INMKNsE09Q0TBD7gi { top:3rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu4ywQrRWB7gQw25MIxPoZouhtuRlpcC { top:2.25rem;left:25.655385017395rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzbi7p5nsRAXZDkfhEnCcbsEc5w1mLi { top:2.25rem;left:8.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnNiv6FlVLchQebf1MA13TpVTKtHMmn { top:2.25rem;left:19.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQBKGXtNpz5dvgwgrllqAJuvGEnmTJsq { width:12.5625rem;height:12.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWsePHez6kWKi6rAph0ScrTOMv6owNQ7 { width:12.1875rem;height:12.1875rem;top:0.75rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKMtc6F50uimeVlnKUP8XAXDb83SDgud { top:2.25rem;left:43.309029579162rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r58phwpQWeuv9LWbbqLEUwPDwup0TBbe { width:9.6875rem;height:4.375rem;top:7.375rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ { display:block; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9uMa2kTd9JT1a4l94ab05lIrT51qsX { top:1.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnxcE8cdpiHyzWJPanAxz5M4SOGfJG3x { top:6.9375rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIrk2ox0TlRKGVT2hG3PTOq6SGW8Af7G { top:8.0625rem;left:0rem;width:47.75rem;height:24.794409937888rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7mHhWnTSfthhpBh2uRbKAXKiFRJE7D1 { width:47.75rem;height:84.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:1.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 { display:block; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNqnNRcJeAT7tAa8xbigt6ZV6xgTTzkl { width:14.5rem;height:18.5625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoRoiT0wTnbDEXEKKwQDU3KVhMMErT0 { width:10.5rem;height:1.5625rem;top:2rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HucVn0zryihm23X0o9f37aPo6pgo3QAs { width:10rem;height:10rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwZLMaW6PMIuLf8k08FbpBnlb2tgQgBL { top:1.6875rem;left:0rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpB0wWvSeEpzrKIfKlh7oFVngD1qtF5T { top:4.9375rem;left:0rem;width:7.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa7LKTIzt33Cx1gqD4kBHWQvopxAxMd { width:14.375rem;height:3.875rem;top:16.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDHKfGxSVlJTbCfbn9s8y5QgTauvKaU { width:11.875rem;height:4.1875rem;top:16.375rem;left:3.2554264068604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsGp68P32xTB7bZGTUVS9re2WktIhE8 { width:10.5rem;height:1.5625rem;top:2.1875rem;left:4.5000019073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTPDdf6b2u48kopgWCJGN8o7lRHUdzn { width:10rem;height:10rem;top:4.375rem;left:4.1929264068604rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhi3wsFDFCqvxNX1V6BJbz4OUUq4Jmqy { top:6.3125rem;left:6.3750019073488rem;width:5.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #afbonRnzIm0y1QnzJh2JUnGhEUef1yiK { width:14.375rem;height:3.875rem;top:16.25rem;left:17.122615814209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrvDC9UAlX7frBhdLFQqK5vW9IR5d76p { width:10.5rem;height:1.5625rem;top:2rem;left:19.030166625976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSLaObFyFU4b0rH3sTiREneVoQiMQ84 { width:10rem;height:10rem;top:4.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMb5GMPOIx3TVEZa0sDkpH9neeTySgPt { top:4.9375rem;left:20.374568939209rem;width:7rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkXRARzHSMB0X02vk33uiwvErl0VF73O { top:1.875rem;left:5.4375rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLOPHZck4eC62SXKeuwkGKFVCfaHP3O { top:1.75rem;left:19.75rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT1mrgZBeJimcTTbU20u04pRst9BxsLH { width:14.375rem;height:18.375rem;top:2.875rem;left:1.9348964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol3rfAVw0nrswqkyGL92y9XSyUO17i4h { width:14.375rem;height:18.375rem;top:2.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPWzF1J3wG7hJxrnn5WN7v1E3pxhiFz { width:14.375rem;height:18.4375rem;top:2.6875rem;left:32.061851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxPBeQ1caBc1xwyVJllZhBKS9PrZtS2 { width:12.1875rem;height:3.875rem;top:16.5rem;left:33.225044250488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzm1kJKKAhM8A7O2TR5xlZVfEWq2B0k { width:10rem;height:10rem;top:4.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6IcSFp6MUQ6Hd7B1Wxwz00Ztr1U7pW { top:5.75rem;left:36.288196563721rem;width:6rem;height:8.660106292495rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZUv0omLPQSUW5IzV3zdxzUJZkO7ueu { top:1.8125rem;left:34.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qRXLSU8NWeGtbT55iZ2l8sBWF1kGhG { width:10.5rem;height:1.5625rem;top:2rem;left:34.036678314209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q63MOVR5P5KaxXERNJHNksgFIlteWu5P { top:1.75rem;left:38.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QalL4q73BSD1vwic9WScEoEFR7Dwwi6I { width:10.5rem;height:1.5625rem;top:2rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS8MTwUEy4sIXyaoU4a4DrTRydt6MJo8 { width:14.375rem;height:18.4375rem;top:2.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fJ44IzsZIQK6iHHf6EAHg0K9dC1HOI { width:10rem;height:10rem;top:4.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LbmoTlHo9aTUgu6V7Jc39ypwW1BRgB { top:6rem;left:38.25rem;width:9.5rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFSeCQCkVpUaRSlSA8vfEq4aw1BAuTH { width:12.1875rem;height:3.9375rem;top:16.5rem;left:35.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWfC4BaH18VwXHz9gudPgIHTCu5ncX3x { width:14.5rem;height:18.5625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvxcNZQlk3SVlOduWfAsGxHNpBcw9HT { width:14.375rem;height:3.9375rem;top:40.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0F5k6ls2vq84gezu79E1MPkr0iJ1CQ0 { width:10rem;height:10rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xuQ8MBKSWtS4saDNgtPxNVUDLR0LwC { top:25.75rem;left:0rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqscKWvnpw0g5KdJ41OKoU1hSrJzOFiE { width:10.5rem;height:1.5625rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNCILQmD52zrwBSDzXQwLPMkBWMkSw9 { top:30.25rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZJWyriMTCGDJzz1OwX4wxwnTnL95w5 { width:11.875rem;height:4.1875rem;top:40.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfGDvU3y0SGxlbfoSyAsEPOWk6cdR4Ft { width:10.5625rem;height:1.5625rem;top:26.1875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR92xEQy4ol8C7B0uGugh5J2MRaPAxM { width:10rem;height:10rem;top:28.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMrpeAhKx8VUCqV7PNn8ti1u16QbScK { width:14.375rem;height:18.375rem;top:26.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iou4RVTDIZQpL3IsZR6fNNMrb7rVlkQv { top:30.125rem;left:1.6611328125rem;width:15.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckh9r2TiSKQJWCAQA6KHIc4TEmkxLdAz { top:25.875rem;left:5.4375rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs7hynxTGTTvzITa3I0sVT3KM8cGcLEs { width:14.375rem;height:3.9375rem;top:40.3125rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zSPFRXJQLR8WUq7NQI7CrW8VnDNF6i { width:10.5rem;height:1.5625rem;top:26.0625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POflXE8bh7sZl05q1d1Tlpe2v1kaMQnA { width:10rem;height:10rem;top:28.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql9ZwTqdsnWM8hSTaCu45JUdAH3GXQNq { top:29rem;left:16.4345703125rem;width:17.125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtXV3HUX6A0c1ZSVxMbEMg7kOWcPKQwZ { top:25.75rem;left:19.75rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhx9XEqbMm6Qt2iZ7THAlPoCMRGvdHKG { width:14.375rem;height:18.375rem;top:26.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9CE1xihd8ENC5UEHIPvFrbUmhTKErRX { width:14.375rem;height:18.4375rem;top:26.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfgC5uZIchg2mHTzU72xuhw2vpeE6ph6 { width:12.1875rem;height:3.9375rem;top:40.5625rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4xCK3krTTUGBbMUhFXz1QPBVOGkvaT { width:10rem;height:10rem;top:28.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouh4ntfIP8kFOB6QUKTrBhVRd5ib1QD7 { top:25.8125rem;left:34.875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztZrZP9lvq1uvsE4TtmvnfZrRBTiXgFT { width:10.5rem;height:1.5625rem;top:26.0625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoqJc9bEneVtwHTOlm2QdVCuuQOTXAOH { top:30.1875rem;left:33.0302734375rem;width:12.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3qGXPqV6hpTwtFB0iJFMqc3T7OKRsgH { width:14.375rem;height:18.4375rem;top:26.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMNyTTA5vCkSH0sOHFRzpLJ0AKBhUhky { width:10.5rem;height:1.25rem;top:26.0625rem;left:37.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXnhKs68QFzt2hIKoubn5lWzVa9XnPJ { width:10rem;height:10rem;top:28.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvoh2eoKx9yf8VR2Tdhnk23McNld78t0 { width:12.1875rem;height:3.9375rem;top:40.5rem;left:35.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyMgJrt7mSVo67GzMB5KgfTMR3OrGZzM { top:25.75rem;left:38.875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkIgGtP3WP8uwwyUlJw8bqbvBlTR6Mf { top:30.4375rem;left:41.625rem;width:6.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DuhepIXKO1fWRq6MV9QS7Iwe9O8sUp { top:50.75rem;left:0rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlHSi833B3IQ6yhxINbJ4WxCnmVrBUp { width:10.5rem;height:1.5625rem;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6we1Ll9l72yszFoGD06zE5gotTuT9a { width:14.4375rem;height:18.5rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k01G8yr3ZITv2yuuZDwvhlFTFm13sHwI { width:10rem;height:10rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSnbWUo4AWkWlykVf5CWJThygdP5Tkqt { width:14.375rem;height:18.3125rem;top:51.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #titRPLrzUVTeDArb7KNTU84lHLZidF7g { top:51.6875rem;left:0rem;width:21.0625rem;height:11.714849505601rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yT6d3ZQopq46PyQIZhcErFvOIksEJU { width:10rem;height:10rem;top:53.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhdqhMuiDBoiFHw6Xd4Kv1V3yPgTfd5B { width:10.5rem;height:1.5625rem;top:51.1875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuAksTDJC4Z19xE8cdlpGDqXqKJ318Mr { top:50.875rem;left:5.4375rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfLz1TNLx61TeRStGEry4NJ1ySiXV6ny { width:14.375rem;height:3.875rem;top:65.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoSuRfIicSIL89WZJcPnSklprxcxB8u { width:11.875rem;height:4.1875rem;top:65.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOmCNpHxOk31XRBs2SExah0aNsgUcnL { width:14.375rem;height:18.4375rem;top:51.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfovizJwtTktkrqy4gFAAvLHeMRdRQhB { width:12.1875rem;height:3.875rem;top:65.5625rem;left:18.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4PTyFcLrf9f5DHMSmnXWbSZRDwI4JV9 { top:55.1875rem;left:18.0625rem;width:12.5rem;height:8.2091770734862rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKQTsEEgd1MD6rZOuuHbJXWEqO59gwI { width:10rem;height:10rem;top:53.4375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTUzGs920IqSoTgT2JS40kCUrdqFn3tP { top:50.8125rem;left:19.9375rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4wCgBmWg0TzKFLtKRwoh15XhMTTno5p { width:10.5rem;height:1.5625rem;top:51.0625rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkJOmT8bnpnyiifSC86rNb3UiTSrWgkA { width:14.375rem;height:18.4375rem;top:51.6875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9DvrEc6wcRNxyIAFI7duhx3h2rHbGU { width:12.1875rem;height:3.875rem;top:65.5rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXoq6rp7mqTcMfyADbdIz3T8TBRB0hT { width:10.4375rem;height:1.5625rem;top:50.9375rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEE5uKHIQHLkb8v1q1oZGwb23ELQmJc { width:10rem;height:10rem;top:53.375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmAMe5PiuU8iHTIRt6TQmduTI20gKOy { top:50.75rem;left:34.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoiTdJ29CwnT1umg1TabHuBHhqSGKkfL { top:55.375rem;left:33rem;width:12.1875rem;height:7.999125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDSWfHsa97ihFumZA6PsndCWw4WcV7ai { top:55.5625rem;left:0rem;width:8.9375rem;height:7.8825754550568rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8CUS3i8n4UD5RLmHMQzu7iLzElAGmS { width:10.4375rem;height:1.75rem;top:51.3125rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZM2JTJegmTwhFSbRapopPUJ5hBeGgT { top:51.0625rem;left:38.875rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4ST1wy2VhvNc7r7dALKxpfH9JzVqSw { width:14.375rem;height:18.4375rem;top:51.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtJWJlD2ST7Hn6kKW5HZz8NInS7hOwld { width:10rem;height:10rem;top:53.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoWbmDMg8NT7ppHtko0ZaEwCnxxgRfzI { top:54.3125rem;left:41.8125rem;width:5.9375rem;height:9.216060255486rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPfaysO9J1H8En5N1CTflXRf38SEEWAT { width:12.1875rem;height:3.875rem;top:65.8125rem;left:35.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFi7LRZvw5Pxl8svEVWdABpuDxIPez7 { width:10.4375rem;height:0.875rem;top:76.25rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQKsdJtVcXqy9McBF6qywWAT7UWgsiJk { top:75.5625rem;left:19.9375rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPKXPMugQdAPgQy9LnSyRHvVH9mWlhAA { width:14.375rem;height:18.4375rem;top:76.25rem;left:17.052083969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSf2zDbDn9Q2cdTLfvIcbe4GUcmHIfms { width:10rem;height:10rem;top:78.1875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4emUVMiZKUb1CRDPJFbqyhy67BANum { top:78.5625rem;left:17rem;width:14.5rem;height:9.5838312173264rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jys6g1wHNCDQHD58u600sFNs1IVg59S4 { width:12.1875rem;height:3.875rem;top:90.3125rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { display:block; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { top:1.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 { display:block; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:18.875rem;height:3.5625rem;top:44.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #GheXDPW8BntwswT36totMPiPLXI5cMr7 { top:0rem;left:0rem;width:34rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgJrVn4J211XGNoTqvZMFiz4bPaPkaH { top:21.6875rem;left:0rem;width:34.0625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeIDzJCJEf3SQIInvWSr4TsSmvzW3UoW { top:21.6875rem;left:2rem;width:33.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK8WBFGnOPirk08cQlfTgzNJgPklJ8BE { top:0rem;left:1.9375rem;width:33.6875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #farCVZsollpTw5XGQ39iXnscBLVKFLD2 { display:block; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeggPdrfiZUSDNp0V3TeElUi1EzMTWSo { top:2rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT { display:block; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqz3QUuIXC9fAOZEhgcIPBrtz50GPSUl { top:0.5625rem;left:0rem;width:46.5rem;height:24.3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { top:1.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { display:block; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { top:0.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { display:block; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { top:0.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og32pBP90XvenxqfNhGFB3xB5yn4aprl { display:block; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { display:block; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { top:0.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { display:block; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { display:block; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { top:0.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkZTctc6GkXsGHWdUILDvdMClyGS8lho { display:block; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMGbo87aaCkCtJWERWzdNdvDaXLNJMvS { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZftGwLEAVUTztTLT3Xzu4wnd9S3pF67 { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0T2trBM7VqG5MHemB9V0nJAbLGIlqA1 { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab { display:block; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlcW8pUTT1U4XNChntwAigAbDdmxhlxQ { top:0.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNFXBJemahmXZNONmAdqD5siVwKnorIT { display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { display:block; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slVVMNuKeVMt47ATGASytqvIoHI43mcf { top:0.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW { display:block; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJz5Z1N7nwMC3CBRhUlz4wi3Ifk3HAAc { width:17.5rem;height:3.4375rem;top:9.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quzx3ei3IKknSHi5Tqbt5Ro1zkWEkWol { display:block; }
 }@media only screen and (max-width: 763px) { #cSw0S8kqrOmk72ln0X40BWLGEcpAX6rz { width:37.5rem;height:3.0625rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbzP3QkuV33ypQ8vv8OApJf131OPFAI { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMivVwWqwvredlpBSZFVb67C81gmTDTX { width:43.3125rem;height:3.0625rem;top:13.625rem;left:0rem;font-size:2rem;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) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:rgba(178,194,213,0.77);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:17.5625rem;top:11.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:25.5625rem;top:10.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:10.3125rem;top:13.5rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:20rem;height:5.19965rem;top:4.4943580627441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yuXP4inPXTR8W9AGfZ21ye3zwLkOq03h { width:11.8120625rem;height:3.49935rem;top:0rem;left:3.5590277314186rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM { display:none; }#yIK0Knhi4lhfoMTm4VXiZ2mOQPagBNXM > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mK2XChXKVxNLxq4PCiiQ195gMMxsNn85 { width:20rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4vxbhTKFWcDBeaMlo2TF4kpQyAiU2aO { width:20rem;height:20rem;top:5.09874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { width:20rem;height:3.0859375rem;top:1.5718841552734rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { width:15.75rem;height:9.1875rem;top:1.25rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { width:15.375rem;height:9.1875rem;top:13.736980438233rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { width:15.5rem;height:9.1875rem;top:26.223960876465rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { width:16.5625rem;height:9.1875rem;top:38.750001907349rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { width:15.374375rem;height:1.625rem;top:2.3611106872559rem;left:2.3122830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { width:15.374375rem;height:1.625rem;top:15.173612594604rem;left:2.3122830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { width:14.5625rem;height:3.2487rem;top:27.148439764976rem;left:2.5618491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { width:16.3125rem;height:3.2487rem;top:39.875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { width:11.4995625rem;height:2.599825rem;top:5.2473964691162rem;left:4.2491322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { width:12.5rem;height:3.8997375rem;top:18.161893844604rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { width:11.4995625rem;height:2.599825rem;top:31.348743796349rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3emwIMCwz57PNHegvZsbtqUBftBvKwy { width:12.061625rem;height:3.8997375rem;top:43.248701095581rem;left:3.9680991768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:12.686625rem;height:2.37413125rem;top:49.912113189698rem;left:3.4049482941627rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block; }
 }@media only screen and (max-width: 763px) { #maB65TD0geFJTULIVtuOQdGLfiaxWpiI { display:block; }#maB65TD0geFJTULIVtuOQdGLfiaxWpiI > .row .container { width:20rem;height:89.249135971069rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4tD7x9O5Q8lWwTMAmXU3qVyaWK5FgvP { width:10.999375rem;height:2.599825rem;top:7.9991326332094rem;left:4.4997830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBuIO8Z0RVMltW1Hnap5reIztma6EqeC { width:10.999375rem;height:2.599825rem;top:22.811416149139rem;left:4.4997830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzeokAeyWdw276MzNhv0nqdv6gqZs6PO { width:10.999375rem;height:1.2999125rem;top:37.374131202697rem;left:4.4997830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GILGTcKT9snaXvCXzDtmJ2WUR7JvdevT { width:10.999375rem;height:2.599825rem;top:51.935768127441rem;left:4.4997830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ED8XMMFa75Engv3VCCEgcizKxACn1TiT { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsM1G8mQPbIsAXEkoDLVuemMhmBFW5TB { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHZxsfOxaXRAlArMF8orcrQtLlUILwm { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DuJUlAhLuSaEd8l6fkQkgMdck3UwXE { width:14.0625rem;height:14.0625rem;top:59.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMQbIK98fuSJ6WMVoHQAlbFWhZo4NLR { width:7.8125rem;height:3.6002625rem;top:67.248264312744rem;left:6.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2wp4lPkslJ0mh73xn9F4BHLGAq8O7eU { display:flex;width:3.125rem;height:3.125rem;top:3.0620698928833rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #yCW3lizExLK6PD9INMKNsE09Q0TBD7gi { display:flex;width:3.125rem;height:3.125rem;top:32.060547828674rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #hu4ywQrRWB7gQw25MIxPoZouhtuRlpcC { display:flex;width:3.125rem;height:3.125rem;top:16.559245109558rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #JUzbi7p5nsRAXZDkfhEnCcbsEc5w1mLi { display:flex;width:3.125rem;height:3.125rem;top:46.124145030976rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #sfnNiv6FlVLchQebf1MA13TpVTKtHMmn { display:flex;width:3.125rem;height:3.125rem;top:62.374133110046rem;left:8.4364157319069rem; }
 }@media only screen and (max-width: 763px) { #SQBKGXtNpz5dvgwgrllqAJuvGEnmTJsq { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWsePHez6kWKi6rAph0ScrTOMv6owNQ7 { width:14.0625rem;height:14.0625rem;top:75.186640739444rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKMtc6F50uimeVlnKUP8XAXDb83SDgud { display:flex;width:3.125rem;height:3.125rem;top:76.724181175231rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #r58phwpQWeuv9LWbbqLEUwPDwup0TBbe { width:9.6875rem;height:3.8997375rem;top:82.618278503419rem;left:5.1562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ { display:block; }#MF10dsuuuTeOmGlmkuc6UC4Tvi1b5oeJ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9uMa2kTd9JT1a4l94ab05lIrT51qsX { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnxcE8cdpiHyzWJPanAxz5M4SOGfJG3x { width:20rem;height:28.375rem;top:6.5859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIrk2ox0TlRKGVT2hG3PTOq6SGW8Af7G { width:20rem;height:10.4375rem;top:7.0859375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #H7mHhWnTSfthhpBh2uRbKAXKiFRJE7D1 { top:7.0634765625rem;left:0rem;width:20rem;height:35.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:1.94970625rem;top:0.74921798706056rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 { display:block; }#HAFxEhub4F8PEJIO7fW6OhfX1SAQS753 > .row .container { width:20rem;height:354.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNqnNRcJeAT7tAa8xbigt6ZV6xgTTzkl { width:17.875rem;height:18rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoRoiT0wTnbDEXEKKwQDU3KVhMMErT0 { width:16.875rem;height:1.5rem;top:1.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HucVn0zryihm23X0o9f37aPo6pgo3QAs { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwZLMaW6PMIuLf8k08FbpBnlb2tgQgBL { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpB0wWvSeEpzrKIfKlh7oFVngD1qtF5T { width:8rem;height:10.9375rem;top:3.412109375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa7LKTIzt33Cx1gqD4kBHWQvopxAxMd { width:15.625rem;height:4.2013875rem;top:15.498048067093rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDHKfGxSVlJTbCfbn9s8y5QgTauvKaU { width:12.6248125rem;height:4.2013875rem;top:37.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsGp68P32xTB7bZGTUVS9re2WktIhE8 { width:10.5625rem;height:1.600475rem;top:23.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTPDdf6b2u48kopgWCJGN8o7lRHUdzn { width:10rem;height:10rem;top:25.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhi3wsFDFCqvxNX1V6BJbz4OUUq4Jmqy { width:6rem;height:8.4375rem;top:27.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #afbonRnzIm0y1QnzJh2JUnGhEUef1yiK { width:16.875rem;height:3.20095rem;top:59.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UrvDC9UAlX7frBhdLFQqK5vW9IR5d76p { width:10.5625rem;height:1.600475rem;top:45.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSLaObFyFU4b0rH3sTiREneVoQiMQ84 { width:10rem;height:10rem;top:47.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMb5GMPOIx3TVEZa0sDkpH9neeTySgPt { width:8.1875rem;height:11.0625rem;top:46.8125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkXRARzHSMB0X02vk33uiwvErl0VF73O { width:8.75rem;height:2.0625rem;top:23rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLOPHZck4eC62SXKeuwkGKFVCfaHP3O { width:8.75rem;height:2.0625rem;top:45.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT1mrgZBeJimcTTbU20u04pRst9BxsLH { width:17.9375rem;height:18.5625rem;top:24rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol3rfAVw0nrswqkyGL92y9XSyUO17i4h { width:17.9375rem;height:18.5625rem;top:46.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPWzF1J3wG7hJxrnn5WN7v1E3pxhiFz { width:17.9375rem;height:18.4375rem;top:68.4375rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RpxPBeQ1caBc1xwyVJllZhBKS9PrZtS2 { width:16.875rem;height:4.0017375rem;top:80.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #WVzm1kJKKAhM8A7O2TR5xlZVfEWq2B0k { width:10rem;height:10rem;top:70rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6IcSFp6MUQ6Hd7B1Wxwz00Ztr1U7pW { width:5.8125rem;height:8.5rem;top:71.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZUv0omLPQSUW5IzV3zdxzUJZkO7ueu { width:8.75rem;height:2.0625rem;top:67.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qRXLSU8NWeGtbT55iZ2l8sBWF1kGhG { width:10.5625rem;height:1.600475rem;top:67.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q63MOVR5P5KaxXERNJHNksgFIlteWu5P { width:8.75rem;height:2rem;top:89.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QalL4q73BSD1vwic9WScEoEFR7Dwwi6I { width:10.5rem;height:1.600475rem;top:89.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS8MTwUEy4sIXyaoU4a4DrTRydt6MJo8 { width:17.9375rem;height:18.4375rem;top:90.4375rem;left:0.96875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B3fJ44IzsZIQK6iHHf6EAHg0K9dC1HOI { width:10rem;height:10rem;top:92.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LbmoTlHo9aTUgu6V7Jc39ypwW1BRgB { width:9.5rem;height:8.375rem;top:93.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFSeCQCkVpUaRSlSA8vfEq4aw1BAuTH { width:12.1875rem;height:4.0017375rem;top:104.25rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sWfC4BaH18VwXHz9gudPgIHTCu5ncX3x { width:17.9375rem;height:18.5625rem;top:112.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvxcNZQlk3SVlOduWfAsGxHNpBcw9HT { width:14.375rem;height:4.2013875rem;top:126.3125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0F5k6ls2vq84gezu79E1MPkr0iJ1CQ0 { width:10rem;height:10rem;top:114.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xuQ8MBKSWtS4saDNgtPxNVUDLR0LwC { width:9.5625rem;height:2rem;top:111.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqscKWvnpw0g5KdJ41OKoU1hSrJzOFiE { width:10.5rem;height:1.600475rem;top:111.8125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNCILQmD52zrwBSDzXQwLPMkBWMkSw9 { width:8.25rem;height:8.25rem;top:116rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZJWyriMTCGDJzz1OwX4wxwnTnL95w5 { width:11.875rem;height:4.2013875rem;top:148.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfGDvU3y0SGxlbfoSyAsEPOWk6cdR4Ft { width:10.5625rem;height:1.600475rem;top:134.1875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR92xEQy4ol8C7B0uGugh5J2MRaPAxM { width:10rem;height:10rem;top:137.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMrpeAhKx8VUCqV7PNn8ti1u16QbScK { width:17.9375rem;height:18.375rem;top:134.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iou4RVTDIZQpL3IsZR6fNNMrb7rVlkQv { width:15.5625rem;height:8.375rem;top:138.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckh9r2TiSKQJWCAQA6KHIc4TEmkxLdAz { width:8.75rem;height:2.0625rem;top:133.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs7hynxTGTTvzITa3I0sVT3KM8cGcLEs { width:14.375rem;height:3.20095rem;top:170.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o4zSPFRXJQLR8WUq7NQI7CrW8VnDNF6i { width:10.5rem;height:1.600475rem;top:156.1875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POflXE8bh7sZl05q1d1Tlpe2v1kaMQnA { width:10rem;height:10rem;top:158.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql9ZwTqdsnWM8hSTaCu45JUdAH3GXQNq { width:17.125rem;height:9.5rem;top:159.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtXV3HUX6A0c1ZSVxMbEMg7kOWcPKQwZ { width:8.75rem;height:2.0625rem;top:155.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhx9XEqbMm6Qt2iZ7THAlPoCMRGvdHKG { width:17.9375rem;height:18.375rem;top:156.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9CE1xihd8ENC5UEHIPvFrbUmhTKErRX { width:17.9375rem;height:18.4375rem;top:178.875rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wfgC5uZIchg2mHTzU72xuhw2vpeE6ph6 { width:12.1875rem;height:4.0017375rem;top:192.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4xCK3krTTUGBbMUhFXz1QPBVOGkvaT { width:10rem;height:10rem;top:180.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouh4ntfIP8kFOB6QUKTrBhVRd5ib1QD7 { width:8.75rem;height:2.0625rem;top:177.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztZrZP9lvq1uvsE4TtmvnfZrRBTiXgFT { width:10.5rem;height:1.600475rem;top:178.0625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoqJc9bEneVtwHTOlm2QdVCuuQOTXAOH { width:12.5625rem;height:8.25rem;top:182.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3qGXPqV6hpTwtFB0iJFMqc3T7OKRsgH { width:17.9375rem;height:18.4375rem;top:201rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kMNyTTA5vCkSH0sOHFRzpLJ0AKBhUhky { width:10.5rem;height:1.2999125rem;top:200.25rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXnhKs68QFzt2hIKoubn5lWzVa9XnPJ { width:10rem;height:10rem;top:202.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvoh2eoKx9yf8VR2Tdhnk23McNld78t0 { width:12.1875rem;height:4.0017375rem;top:214.6875rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #fyMgJrt7mSVo67GzMB5KgfTMR3OrGZzM { width:8.75rem;height:2.0625rem;top:199.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkIgGtP3WP8uwwyUlJw8bqbvBlTR6Mf { width:6.125rem;height:7.9375rem;top:204.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DuhepIXKO1fWRq6MV9QS7Iwe9O8sUp { width:9.5625rem;height:2rem;top:222.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlHSi833B3IQ6yhxINbJ4WxCnmVrBUp { width:10.5rem;height:1.600475rem;top:222.375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6we1Ll9l72yszFoGD06zE5gotTuT9a { width:17.9375rem;height:18.5625rem;top:223.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k01G8yr3ZITv2yuuZDwvhlFTFm13sHwI { width:10rem;height:10rem;top:224.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSnbWUo4AWkWlykVf5CWJThygdP5Tkqt { width:17.9375rem;height:18.375rem;top:245.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #titRPLrzUVTeDArb7KNTU84lHLZidF7g { width:20rem;height:11.124rem;top:245.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3yT6d3ZQopq46PyQIZhcErFvOIksEJU { width:10rem;height:10rem;top:247rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhdqhMuiDBoiFHw6Xd4Kv1V3yPgTfd5B { width:10.5625rem;height:1.600475rem;top:244.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuAksTDJC4Z19xE8cdlpGDqXqKJ318Mr { width:8.75rem;height:2.0625rem;top:244.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfLz1TNLx61TeRStGEry4NJ1ySiXV6ny { width:14.375rem;height:4.2013875rem;top:236.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoSuRfIicSIL89WZJcPnSklprxcxB8u { width:11.875rem;height:4.2013875rem;top:259rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOmCNpHxOk31XRBs2SExah0aNsgUcnL { width:17.9375rem;height:18.4375rem;top:267.25rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hfovizJwtTktkrqy4gFAAvLHeMRdRQhB { width:12.1875rem;height:4.0017375rem;top:281.125rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #r4PTyFcLrf9f5DHMSmnXWbSZRDwI4JV9 { width:12.5625rem;height:8.25rem;top:270.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKQTsEEgd1MD6rZOuuHbJXWEqO59gwI { width:10rem;height:10rem;top:269rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTUzGs920IqSoTgT2JS40kCUrdqFn3tP { width:8.75rem;height:2.0625rem;top:266.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4wCgBmWg0TzKFLtKRwoh15XhMTTno5p { width:10.5rem;height:1.600475rem;top:266.5625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkJOmT8bnpnyiifSC86rNb3UiTSrWgkA { width:17.9375rem;height:18.4375rem;top:289.3125rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #At9DvrEc6wcRNxyIAFI7duhx3h2rHbGU { width:12.1875rem;height:4.0017375rem;top:303.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #JcXoq6rp7mqTcMfyADbdIz3T8TBRB0hT { width:10.5rem;height:1.600475rem;top:288.5rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEE5uKHIQHLkb8v1q1oZGwb23ELQmJc { width:10rem;height:10rem;top:290.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmAMe5PiuU8iHTIRt6TQmduTI20gKOy { width:8.75rem;height:2.0625rem;top:288.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoiTdJ29CwnT1umg1TabHuBHhqSGKkfL { width:12.1875rem;height:8rem;top:292.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDSWfHsa97ihFumZA6PsndCWw4WcV7ai { width:9rem;height:7.9375rem;top:226.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8CUS3i8n4UD5RLmHMQzu7iLzElAGmS { width:10.5rem;height:1.79905rem;top:310.9375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZM2JTJegmTwhFSbRapopPUJ5hBeGgT { width:8.75rem;height:2.0625rem;top:310.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4ST1wy2VhvNc7r7dALKxpfH9JzVqSw { width:17.9373125rem;height:18.4375rem;top:311.56141662598rem;left:0.96028655767444rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QtJWJlD2ST7Hn6kKW5HZz8NInS7hOwld { width:10rem;height:10rem;top:313.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoWbmDMg8NT7ppHtko0ZaEwCnxxgRfzI { width:6rem;height:9.3125rem;top:313.96875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPfaysO9J1H8En5N1CTflXRf38SEEWAT { width:12.1875rem;height:4.0017375rem;top:325.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #LdFi7LRZvw5Pxl8svEVWdABpuDxIPez7 { width:10.5rem;height:0.899525rem;top:333.25rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQKsdJtVcXqy9McBF6qywWAT7UWgsiJk { width:8.75rem;height:2.0625rem;top:332.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPKXPMugQdAPgQy9LnSyRHvVH9mWlhAA { width:17.9375rem;height:18.4375rem;top:333.25rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qSf2zDbDn9Q2cdTLfvIcbe4GUcmHIfms { width:10rem;height:10rem;top:335.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4emUVMiZKUb1CRDPJFbqyhy67BANum { width:14.5625rem;height:9.625rem;top:335.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jys6g1wHNCDQHD58u600sFNs1IVg59S4 { width:12.1875rem;height:4.0017375rem;top:347.375rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { display:block; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 { display:block; }#CCp4HylRtPcdTT8WfbwbX2wLzb7L9eZ6 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:14.7480625rem;height:2.624025rem;top:49.1875rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #GheXDPW8BntwswT36totMPiPLXI5cMr7 { width:20rem;height:10.375rem;top:24.58203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgJrVn4J211XGNoTqvZMFiz4bPaPkaH { width:20rem;height:10.4375rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TeIDzJCJEf3SQIInvWSr4TsSmvzW3UoW { width:20rem;height:10.4375rem;top:12.224609375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SK8WBFGnOPirk08cQlfTgzNJgPklJ8BE { width:20rem;height:10.4375rem;top:36.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #farCVZsollpTw5XGQ39iXnscBLVKFLD2 { display:block; }#farCVZsollpTw5XGQ39iXnscBLVKFLD2 > .row .container { width:20rem;height:3.1987875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeggPdrfiZUSDNp0V3TeElUi1EzMTWSo { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT { display:block; }#BwKb0NPBXJEzlEUt55UJT9FAuD9snmcT > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqz3QUuIXC9fAOZEhgcIPBrtz50GPSUl { width:20rem;height:10.4375rem;top:1.1552734375rem;left:-0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OKNyxiulWelFa91V1EkGFFrv9UTBXhfu { display:block; }#OKNyxiulWelFa91V1EkGFFrv9UTBXhfu > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWWWgDEiynSb3ECHg8Pe1QWwK3p3dOT { width:20rem;height:3.75rem;top:4.65625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAdxBwyfIap1mAUJZtIWnCPDe94tZ55u { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9J3xwqt4wuCiVmF4repu5yDCDDJqhX { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC { display:block; }#HsVTtE9i8UAwxrF1XCXu9os3FLLlQPpC > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOl3dfKqv7gu6qkRiEN2QVtSVw8DPU2 { width:20rem;height:4.50195rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #og32pBP90XvenxqfNhGFB3xB5yn4aprl { display:block; }#og32pBP90XvenxqfNhGFB3xB5yn4aprl > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { width:20rem;height:3.75rem;top:4.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRJa7DTNhB7esJOwkS0h6OWu1FtNONFd { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MCm6D53xZCn2Gsmuo8yqOkSckbSDT3 { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8owhpFJC5Z96UUNTPd4xes4VLUZarOd { display:block; }#t8owhpFJC5Z96UUNTPd4xes4VLUZarOd > .row .container { width:20rem;height:5.75086875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { width:20rem;height:4.50195rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 { display:block; }#wWBvZHpn8C84eHJhb0QXn9rwogtql0g8 > .row .container { width:20rem;height:8.5308227539062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P8WEvMMEqGLoBeIAfoCJIacGlEEZuF { width:20rem;height:3.75rem;top:4.7812557220459rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJHsB9oWkZNBg0PNmKum61xDrIPypiIe { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCovAuUoeo6yrslAOfn8QTUcPSaABBnd { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbT80wLnSIz6GzFsaOgAK3nx545JRFMD { display:block; }#UbT80wLnSIz6GzFsaOgAK3nx545JRFMD > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO6esk4PhHp5rhIf2fvo7u246eoTI7O4 { width:20rem;height:3.0013rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkZTctc6GkXsGHWdUILDvdMClyGS8lho { display:block; }#HkZTctc6GkXsGHWdUILDvdMClyGS8lho > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMGbo87aaCkCtJWERWzdNdvDaXLNJMvS { width:20rem;height:1.875rem;top:4.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZftGwLEAVUTztTLT3Xzu4wnd9S3pF67 { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0T2trBM7VqG5MHemB9V0nJAbLGIlqA1 { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab { display:block; }#aCZBXJLJc2MQsUXorVIAO4q9rFw3C3ab > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlcW8pUTT1U4XNChntwAigAbDdmxhlxQ { width:20rem;height:3.0013rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNFXBJemahmXZNONmAdqD5siVwKnorIT { display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { width:20rem;height:8.2183227539062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuELS6PaIu80Ppd3GfSWQUf8Dr2a13FC { width:20rem;height:3.75rem;top:4.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmRxW0HpW1CXdsMQPii32dlcM5uFn8fa { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGqdBV2Z9xsQ0bTgTEI1itqONMkZ8yS { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs { display:block; }#VcucQiTo13TlcMMFAnTcmKwCeEl6GwOs > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slVVMNuKeVMt47ATGASytqvIoHI43mcf { width:20rem;height:4.50195rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.adaptive-delivery-prevent-bg, #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.lazyload, #feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW.lazyloading { background-image: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { background-color: transparent; background-image: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container > .video-iframe-container { display: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row > .video-iframe-container { display: none; }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .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); }#feQMbWTLPRg0lrspDtZIf5mUeTfIIhcW > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJz5Z1N7nwMC3CBRhUlz4wi3Ifk3HAAc { width:17.5rem;height:3.4375rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quzx3ei3IKknSHi5Tqbt5Ro1zkWEkWol { display:block; }
 }@media only screen and (max-width: 763px) { #cSw0S8kqrOmk72ln0X40BWLGEcpAX6rz { width:20rem;height:5.19748125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbzP3QkuV33ypQ8vv8OApJf131OPFAI { width:20rem;height:7.795125rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMivVwWqwvredlpBSZFVb67C81gmTDTX { width:20rem;height:5.19748125rem;top:22.124572753906rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }