.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DZpc4UY8ZtY/unsplash/tingey-injury-law-firm-DZpc4UY8ZtY-photo-1589829545856-d10d557cf95f.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:35.5rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:15rem;width:27.5625rem;top:7.0625rem;left:45.875rem;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.25rem;width:30.6875rem;top:6.25rem;left:44.3125rem;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:10.1875rem;left:-14.875rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0.0625rem;height:5.0374375rem;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#ffffff;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0.0625rem;height:3.2487rem;display:block; }
#le2oVOh8k5x69klODZXbA5bTobExbaCN { 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:4.1875rem;width:12.1875rem;top:1.8125rem;left:0rem;overflow:hidden;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; }
#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT { position:relative;display:block; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT { background-color: transparent; background-image: none; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row .container > .video-iframe-container { display: none; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row > .video-iframe-container { display: none; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .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); }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT { border-width: 0; border-radius: 0; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .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; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .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:57rem;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; }#TL6ia02CoKQAWasVfauDhTlzsm34g7Z7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.3125rem;width:14.6875rem;top:0rem;left:60.3125rem;overflow:hidden;display:block; }
#JF3RZlA7aqVetWof2tQwOla2I1c40111 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.125rem;width:14.375rem;top:0rem;left:30.311635971069rem;overflow:hidden;display:block; }
#IN5sPDJmGNPIoMOD0KPXm3b0vvSpkQim { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.3125rem;width:14.6875rem;top:0rem;left:15.0625rem;overflow:hidden;display:block; }
#MILMW9K9HA7iRhvRas2nObDTS458tcn9 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.5625rem;left:15.0625rem;height:36.4339375rem;overflow:hidden;display:block; }#MILMW9K9HA7iRhvRas2nObDTS458tcn9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MILMW9K9HA7iRhvRas2nObDTS458tcn9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#k9CH28p19W0lbJgUJRW4umrx4GnVvUcN { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:9.5625rem;left:30.1875rem;height:;overflow:hidden;display:block; }#k9CH28p19W0lbJgUJRW4umrx4GnVvUcN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k9CH28p19W0lbJgUJRW4umrx4GnVvUcN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.5625rem;left:60.3125rem;height:44.245625rem;overflow:hidden;display:block; }#gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#b02d5TyvGk0wVFh1i5g61x7bnqD75D1w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.3125rem;width:14.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:9.5625rem;left:0rem;height:30.1220625rem;overflow:hidden;display:block; }#TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#E6dFDbWQG0s2UBGrzgDKHL4xUJgOIx5I { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.25rem;width:14.5rem;top:0rem;left:45.25rem;overflow:hidden;display:block; }
#LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:9.5625rem;left:45.25rem;height:37.93375rem;overflow:hidden;display:block; }#LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { position:relative;display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { 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 { border-width: 0; border-radius: 0; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.1867160797119rem;left:0rem;height:2.843425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container { background-color: transparent; background-image: none; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container > .video-iframe-container { display: none; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row > .video-iframe-container { display: none; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .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); }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container { border-width: 0; border-radius: 0; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ { color:#ffffff;display:block;width:23.061rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:2.7;letter-spacing:0;top:4.6994366645813rem;left:48.436418533325rem;height:;overflow:hidden;display:block; }#qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#NsMuHBk0vWixXD0l4O8FV4QCeiTHeFas { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: none;height:21rem;width:16.75rem;top:3.6875rem;left:2.4375rem;overflow:hidden;display:none; }
#FuR0oTZKzRX75XwlTkShaPtqv79VpFbq { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: none;height:22.3123125rem;width:42.999125rem;top:2.9600696563721rem;left:0rem;overflow:hidden;display:block; }
#smluExx5sWBWyBazkWhKGIa26kuOeCWG { position:relative;display:block; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG { background-color: transparent; background-image: none; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row .container > .video-iframe-container { display: none; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row > .video-iframe-container { display: none; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .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); }#smluExx5sWBWyBazkWhKGIa26kuOeCWG { border-width: 0; border-radius: 0; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .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; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vGphRZZvmsXKaZQJIHAGbXS2MFZEKTGL { background-color:#001f3e;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.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.71875667572019rem;left:28.031251907349rem;display:block; }
#MsTdbLNEaze6oXDt4vpiGq8ITQLr0wWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { position:relative;display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { background-color: transparent; background-image: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container > .video-iframe-container { display: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row > .video-iframe-container { display: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .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); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { border-width: 0; border-radius: 0; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .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; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .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:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { 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.1867160797119rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { position:relative;display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { background-color: transparent; background-image: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container > .video-iframe-container { display: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row > .video-iframe-container { display: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .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); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { border-width: 0; border-radius: 0; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .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; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .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:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { 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:26.8125rem;width:14.5rem;top:3.375rem;left:10.375rem;display:block; }
#U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.6875rem;left:12.3125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { 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:5.0625rem;left:12.8125rem;display:block; }
#TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2.4375rem;left:13.25rem;display:block; }
#S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { 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:10.0625rem;width:6.4375rem;top:5.0625rem;left:14.5625rem;overflow:hidden;display:block; }
#LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { 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.4375rem;left:10.4375rem;height:11.811525rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:27.6875rem;left:16.75rem;overflow:hidden;display:block; }
#Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:11.9375rem;display:block; }
#Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:20rem;display:block; }
#FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2.375rem;left:32.875rem;display:block; }
#ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:2.6875rem;left:31.9375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:14.375rem;top:3.375rem;left:30.3125rem;display:block; }
#dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.5rem;top:5rem;left:32.5625rem;overflow:hidden;display:block; }
#t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { position:absolute;display:block;z-index:15018;background-color:#247e84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:5rem;left:32.4375rem;display:block; }
#Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15012;line-height:2.1;letter-spacing:0;top:16.375rem;left:30.375rem;height:16.53075625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:27.625rem;left:36.625rem;overflow:hidden;display:block; }
#APWybyiUAmZKqPlUnncM4T54KOZSo3LV { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.1875rem;left:31.8125rem;display:block; }
#i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.1875rem;left:39.875rem;display:block; }
#brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { 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:26.8125rem;width:14.375rem;top:3.4375rem;left:50rem;display:block; }
#riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { 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.6875rem;left:52rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { 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:5.125rem;left:52.5rem;display:block; }
#yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { 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:2.375rem;left:52.9375rem;display:block; }
#E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { 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:9.8125rem;width:6.0625rem;top:5.125rem;left:54.25rem;overflow:hidden;display:block; }
#llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:16.5rem;left:50.125rem;height:12.59764375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:27.75rem;left:56.3125rem;overflow:hidden;display:block; }
#A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.3125rem;left:59.5625rem;display:block; }
#KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.3125rem;left:51.5rem;display:block; }
#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { position:relative;display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { background-color: transparent; background-image: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container > .video-iframe-container { display: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row > .video-iframe-container { display: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .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); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { border-width: 0; border-radius: 0; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .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; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .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:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { 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:26.8125rem;width:14.375rem;top:3.4375rem;left:10.5625rem;display:block; }
#KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:2.6875rem;left:12.375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { 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:5.0625rem;left:12.875rem;display:block; }
#psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { 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:2.375rem;left:13.3125rem;display:block; }
#HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { 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.5625rem;width:8.375rem;top:5.4375rem;left:13.625rem;overflow:hidden;display:block; }
#T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:16.4375rem;left:10.6875rem;height:8.4350625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ncUhU1Hh524mrg6BWS1wAoXTi0CtmCPz { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:27.6875rem;left:16.75rem;overflow:hidden;display:block; }
#xB3dEUx1Ne5HFQIw4Tv7WT5TlMa28suM { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:19.9375rem;display:block; }
#rODDFsTczp0AdKgidRP0dhI4eUQ2cnIw { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:11.9375rem;display:block; }
#uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { 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:26.8125rem;width:14.375rem;top:3.375rem;left:30.25rem;display:block; }
#JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { 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:5.0625rem;left:32.5rem;display:block; }
#Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:2.6875rem;left:32.1875rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { 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:2.4375rem;left:33.0625rem;display:block; }
#yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { 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:9.375rem;width:6.4375rem;top:5.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:15.75rem;left:30.375rem;height:15.74875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hgSAC0cSIc18JabR717t7ghgMkfOStdM { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:27.6875rem;left:37rem;overflow:hidden;display:block; }
#TecADbBXotRJ7Kh9Rhqm5KPzMmSk6tDA { position:absolute;display:block;z-index:15040;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:40.8125rem;display:block; }
#rxMDoGPRt3NrvaEU8yFqIfvBffDgOgOv { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:28.25rem;left:30.875rem;display:block; }
#DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { position:absolute;display:block;z-index:15011;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:26.8125rem;width:14.375rem;top:3.4375rem;left:50rem;display:block; }
#t4yaPfk2VxlozhRN6Dh5TuGicTeE3IhX { position:absolute;display:block;z-index:15046;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.9375rem;left:59.25rem;display:block; }
#Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.8;letter-spacing:0;top:17.4375rem;left:50rem;height:8.4350625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qaa6Np6e4JT6TCW6muqTG6pIKDPxvZUC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:26.875rem;left:56.0625rem;overflow:hidden;display:block; }
#yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { position:absolute;display:block;z-index:15047;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:6.0625rem;left:52.1875rem;display:block; }
#wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { position:absolute;display:block;z-index:15064;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:6.25rem;top:6.5rem;left:54.125rem;overflow:hidden;display:block; }
#wR74NlPFPF57Fma7TbUgQpO66Fr28XrZ { position:absolute;display:block;z-index:15045;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.9375rem;left:51.25rem;display:block; }
#OKeBd5H0goJVLzcw6W5opQcREplg7egz { position:absolute;display:block;z-index:15067;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:2.3125rem;left:52.8125rem;display:block; }
#GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:2.5625rem;left:52rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { position:relative;display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { background-color: transparent; background-image: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container > .video-iframe-container { display: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row > .video-iframe-container { display: none; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .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); }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { border-width: 0; border-radius: 0; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .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; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#saRgN7D4ntHDFgpezw619H6c0iOISp87 { background-color:#001f3e;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.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.71875667572019rem;left:28.031251907349rem;display:block; }
#Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { position:relative;display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { background-color: transparent; background-image: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container > .video-iframe-container { display: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row > .video-iframe-container { display: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .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); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { border-width: 0; border-radius: 0; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .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; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .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:36.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0.375rem;left:0rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:30.75rem;width:74.6875rem;top:5.4984407424927rem;left:0rem;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:30.6875rem;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='#bdcdf17a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcdf17a' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:1.625rem;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='#f1e6bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e6bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,230,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:28.1875rem;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='#c8f1bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f1bd7a' );";background-image: linear-gradient(180deg, #ffffff, rgba(200,241,189,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:1.8125rem;left:54.625rem;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='#bdf1e37a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdf1e37a' );";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:10.25rem;width:18.75rem;top:14.25rem;left:14.875rem;display:block; }
#E84QWtVCgket60zLR8pB7L3y75eHGfKC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1bde47a' );";background-image: linear-gradient(180deg, #ffffff, rgba(241,189,228,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:10.25rem;width:18.75rem;top:14.25rem;left:41.4375rem;display:block; }
#TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { color:#000000;display:block;width:18.75rem;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.5625rem;left:54.625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { color:#000000;display:block;width:15.375rem;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:15.25rem;left:16.625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.25rem;left:41.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.625rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:28.1875rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.875rem;left:54.625rem;height:2.59928125rem;text-align:center;text-align-last:center;display:block; }
#w4PvewGKxqukCAfLn78lsUgPNrcZUxJT { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.499998092651rem;left:41.468751907349rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#s3emwIMCwz57PNHegvZsbtqUBftBvKwy { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.5rem;left:14.875rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { background-color:#001f3e;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.9375rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.637500762939rem;left:28.031251907349rem;display:block; }
#ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:3.0004875rem;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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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:0rem;left:18.125rem;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:17.75rem;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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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:0rem;left:18.125rem;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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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:0rem;left:18.125rem;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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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:0rem;left:18.125rem;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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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:0rem;left:18.125rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG { 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; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container { background-color: transparent; background-image: none; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container > .video-iframe-container { display: none; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row > .video-iframe-container { display: none; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .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); }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container { border-width: 0; border-radius: 0; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#ClTtpEAnOCbBkBDAXqvP27oCbn0BsXPC { 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; }
#Eh3dRU7f9cvaTJwToCsPR46QDeA0S6Vd { 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='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";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; }
#tuXdxAuD9lLCfEJfWIRXU0c7gJHFWJqh { 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; }
#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd { 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; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container { background-color: transparent; background-image: none; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container > .video-iframe-container { display: none; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row > .video-iframe-container { display: none; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .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); }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container { border-width: 0; border-radius: 0; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#EvH82m0WRISFGW07TwZxKyB5zNTxeKTx { 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:0rem;left:18.125rem;height:4.4995125rem;text-align:left;text-align-last:left;display:block; }
#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:relative;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { background-color: transparent; background-image: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { border-width: 0; border-radius: 0; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { background-color:#001f3e;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:20.125rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.71171951293944rem;left:27.437501907349rem;display:block; }
#NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:7.0625rem;left:20.1875rem;width:27.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:30.6875rem;height:25.25rem;top:6.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:10.1875rem;left:0rem;width:47.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:12.4375rem;left:0rem;width:43.4375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:18.8125rem;left:0rem;width:44rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:1.8125rem;left:0rem;width:12.1875rem;height:4.1875rem;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.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT { display:block; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL6ia02CoKQAWasVfauDhTlzsm34g7Z7 { top:0rem;left:33.0625rem;width:14.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3RZlA7aqVetWof2tQwOla2I1c40111 { top:0rem;left:16.686635971069rem;width:14.375rem;height:7.1245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN5sPDJmGNPIoMOD0KPXm3b0vvSpkQim { top:0rem;left:1.4375rem;width:14.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MILMW9K9HA7iRhvRas2nObDTS458tcn9 { top:9.5625rem;left:1.4375rem;width:14.6875rem;height:40.9375rem;font-size:0.9375rem;display:block; }#MILMW9K9HA7iRhvRas2nObDTS458tcn9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #k9CH28p19W0lbJgUJRW4umrx4GnVvUcN { top:9.5rem;left:16.562173843384rem;width:14.6875rem;height:;font-size:0.9375rem;display:block; }#k9CH28p19W0lbJgUJRW4umrx4GnVvUcN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 { top:9.5625rem;left:33.0625rem;width:14.6875rem;height:47.25rem;font-size:0.9375rem;display:block; }#gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #b02d5TyvGk0wVFh1i5g61x7bnqD75D1w { top:0rem;left:0rem;width:14.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE { top:9.5625rem;left:0rem;width:14.6875rem;height:34.625rem;font-size:0.9375rem;display:block; }#TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #E6dFDbWQG0s2UBGrzgDKHL4xUJgOIx5I { top:0rem;left:31.625rem;width:14.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s { top:9.5625rem;left:31.625rem;width:14.6875rem;height:;font-size:0.9375rem;display:block; }#LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@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.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ { display:block; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ { top:4.6875rem;left:24.75rem;width:23rem;height:;font-size:1.25rem;display:block; }#qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #NsMuHBk0vWixXD0l4O8FV4QCeiTHeFas { top:3.6875rem;left:0rem;width:16.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuR0oTZKzRX75XwlTkShaPtqv79VpFbq { top:2.9375rem;left:0rem;width:42.9375rem;height:22.280335192141rem;display:block; }
 }@media only screen and (max-width: 763px) { #smluExx5sWBWyBazkWhKGIa26kuOeCWG { display:block; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGphRZZvmsXKaZQJIHAGbXS2MFZEKTGL { width:18.9375rem;height:3.625rem;top:0.6875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTdbLNEaze6oXDt4vpiGq8ITQLr0wWp { display:block; }
 }@media only screen and (max-width: 763px) { #FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:14.5rem;height:26.8125rem;top:3.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:10.5625rem;height:1.5625rem;top:2.6875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:10rem;height:10rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { top:2.4375rem;left:7rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { top:5.0625rem;left:9.4375rem;width:6.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:14.375rem;height:9.8125rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { width:1.5rem;height:1.1875rem;top:27.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { width:3.4375rem;height:0.125rem;top:28.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { width:3.4375rem;height:0.125rem;top:28.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { top:2.375rem;left:19.1875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:10.5625rem;height:1.5625rem;top:2.6875rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:14.375rem;height:26.8125rem;top:3.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { top:5rem;left:18.875rem;width:9.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:10rem;height:10rem;top:5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:14.375rem;height:11rem;top:16.375rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { width:1.5rem;height:1.1875rem;top:27.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APWybyiUAmZKqPlUnncM4T54KOZSo3LV { width:3.4375rem;height:0.125rem;top:28.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { width:3.4375rem;height:0.125rem;top:28.1875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:14.375rem;height:26.8125rem;top:3.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:10.5625rem;height:1.5625rem;top:2.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:10rem;height:10rem;top:5.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { top:2.375rem;left:31.75rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { top:5.125rem;left:31.75rem;width:6.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:14.375rem;height:10.4375rem;top:16.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { width:1.5rem;height:1.1875rem;top:27.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { width:3.4375rem;height:0.125rem;top:28.3125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { width:3.4375rem;height:0.125rem;top:28.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { width:14.375rem;height:26.8125rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { width:10.5625rem;height:1.5625rem;top:2.6875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { width:10rem;height:10rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { top:2.375rem;left:7rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { top:5.4375rem;left:7.5rem;width:8.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { width:14.375rem;height:6.75rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncUhU1Hh524mrg6BWS1wAoXTi0CtmCPz { width:1.5rem;height:1.1875rem;top:27.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB3dEUx1Ne5HFQIw4Tv7WT5TlMa28suM { width:3.4375rem;height:0.125rem;top:28.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rODDFsTczp0AdKgidRP0dhI4eUQ2cnIw { width:3.4375rem;height:0.125rem;top:28.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { width:14.375rem;height:26.8125rem;top:3.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { width:10rem;height:10rem;top:5.0625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { width:10.5625rem;height:1.5625rem;top:2.6875rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { top:2.4375rem;left:19.375rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { top:5.6875rem;left:20.625rem;width:6.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { width:14.375rem;height:11.8125rem;top:15.75rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgSAC0cSIc18JabR717t7ghgMkfOStdM { width:1.5rem;height:1.1875rem;top:27.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecADbBXotRJ7Kh9Rhqm5KPzMmSk6tDA { width:3.4375rem;height:0.125rem;top:28.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxMDoGPRt3NrvaEU8yFqIfvBffDgOgOv { width:3.4375rem;height:0.125rem;top:28.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { width:14.375rem;height:26.8125rem;top:3.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4yaPfk2VxlozhRN6Dh5TuGicTeE3IhX { width:3.4375rem;height:0.125rem;top:27.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { width:14.375rem;height:8.4375rem;top:17.4375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaa6Np6e4JT6TCW6muqTG6pIKDPxvZUC { width:1.5rem;height:1.1875rem;top:26.875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { width:10rem;height:10rem;top:6.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { top:6.5rem;left:31.75rem;width:6.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR74NlPFPF57Fma7TbUgQpO66Fr28XrZ { width:3.4375rem;height:0.125rem;top:27.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKeBd5H0goJVLzcw6W5opQcREplg7egz { top:2.3125rem;left:31.75rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { width:10.5625rem;height:1.5625rem;top:2.5625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:18.9375rem;height:3.625rem;top:0.6875rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { top:0.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { top:5.4375rem;left:0rem;width:47.75rem;height:19.659414225941rem;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.9375rem;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.8125rem;left:0rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { top:1.8125rem;left:14.5625rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { top:1.8125rem;left:29rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { top:14.25rem;left:1.25rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84QWtVCgket60zLR8pB7L3y75eHGfKC { top:14.25rem;left:27.8125rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { top:2.5625rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { top:2.5625rem;left:14.5625rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { top:2.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { top:15.25rem;left:3rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { top:15.25rem;left:27.5625rem;width:19.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { top:5.25rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { top:5.25rem;left:14.562501907349rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { top:5.875rem;left:29rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PvewGKxqukCAfLn78lsUgPNrcZUxJT { top:18.4375rem;left:27.843751907349rem;width:18.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3emwIMCwz57PNHegvZsbtqUBftBvKwy { top:18.5rem;left:1.25rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:18.9375rem;height:3.625rem;top:26.625rem;left:14.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { 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:0rem;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:0rem;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:0rem;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:0rem;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:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG { display:block; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClTtpEAnOCbBkBDAXqvP27oCbn0BsXPC { top:0.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh3dRU7f9cvaTJwToCsPR46QDeA0S6Vd { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuXdxAuD9lLCfEJfWIRXU0c7gJHFWJqh { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd { display:block; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvH82m0WRISFGW07TwZxKyB5zNTxeKTx { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:20.125rem;height:3.625rem;top:0.6875rem;left:13.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { 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:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001f3ec4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001f3ec4' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-size:contain !important;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:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:15rem;top:15.31201171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:25.5625rem;top:14.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:10.3125rem;top:18.625rem;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:2.599825rem;top:5.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:20rem;height:3.16731875rem;top:10.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:11.8125rem;height:3.8125rem;top:0.625rem;left:4.09375rem;overflow:hidden;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) { #iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT { display:block; }#iF4Nm5oO6mqmE3d6FyFn2pnVR5bik1mT > .row .container { width:20rem;height:263.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL6ia02CoKQAWasVfauDhTlzsm34g7Z7 { width:19.4998125rem;height:9.749375rem;top:147.62370014191rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3RZlA7aqVetWof2tQwOla2I1c40111 { width:19.375rem;height:9.6875rem;top:105.9982817173rem;left:0.24956601858139rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IN5sPDJmGNPIoMOD0KPXm3b0vvSpkQim { width:19.6245625rem;height:9.8123125rem;top:51.124135017395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MILMW9K9HA7iRhvRas2nObDTS458tcn9 { width:18.125rem;height:40.8203125rem;top:63.124993324281rem;left:0.93750005960463rem;font-size:1.0625rem;line-height:1.6;display:block; }#MILMW9K9HA7iRhvRas2nObDTS458tcn9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #k9CH28p19W0lbJgUJRW4umrx4GnVvUcN { width:18.125rem;height:28.30075rem;top:117.75499808788rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }#k9CH28p19W0lbJgUJRW4umrx4GnVvUcN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 { width:18.125rem;height:49.628875rem;top:158.99956893921rem;left:0.93750005960463rem;font-size:1.0625rem;line-height:1.6;display:block; }#gCuQyySEAmu2Q4SDT8xOZxiyOwtoxXh6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #b02d5TyvGk0wVFh1i5g61x7bnqD75D1w { width:19.4998125rem;height:9.749375rem;top:2.9362001419067rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE { width:18.125rem;height:33.7109375rem;top:14.498697757721rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }#TsAIukeCmLt3kalGGqRnaFhXNpfUMFrE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #E6dFDbWQG0s2UBGrzgDKHL4xUJgOIx5I { width:19.375rem;height:9.6875rem;top:209.87415122986rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s { width:18.125rem;height:42.5195rem;top:220.43729019165rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }#LMN2rm77eRs2TwJZ91kVeqzTPGw9r59s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:2.43706875rem;top:0.96788215637206rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ { display:block; }#lR72JxTwRqDVb9b2c9PQZ7Uw8yhTs9bQ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ { width:20rem;height:14.9978125rem;top:28.5rem;left:0rem;font-size:1.25rem;line-height:2.2;display:block; }#qCCKM1Nku58n3xSTGOrOZCUEEIlHsWhQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #NsMuHBk0vWixXD0l4O8FV4QCeiTHeFas { width:19.875rem;height:24.875rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FuR0oTZKzRX75XwlTkShaPtqv79VpFbq { width:19.875rem;height:10.313168254877rem;top:44.433609130859rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #smluExx5sWBWyBazkWhKGIa26kuOeCWG { display:block; }#smluExx5sWBWyBazkWhKGIa26kuOeCWG > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGphRZZvmsXKaZQJIHAGbXS2MFZEKTGL { width:12.686625rem;height:2.37413125rem;top:1.1556162834168rem;left:3.6555989384651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTdbLNEaze6oXDt4vpiGq8ITQLr0wWp { display:block; }
 }@media only screen and (max-width: 763px) { #FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { width:20rem;height:1.94921875rem;top:0.74921798706056rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:18rem;height:26.375rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:16.875rem;height:1.600475rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { width:6.1875rem;height:9.75rem;top:4.6500091552734rem;left:6.8000000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:17.1875rem;height:10.50346875rem;top:14.875000476837rem;left:1.5187500715256rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwsVF7VfcCBLeV2QavMwLqmvX5uKVks { width:1.5rem;height:1.1875rem;top:26.25rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9UuH3HDZNQJXWQKXN3ETID3NeR0THS { width:3.4375rem;height:0.125rem;top:26.8125rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CCnNUoqThde2QfJx2qqw7EIasJnaqR { width:3.4375rem;height:0.125rem;top:26.8125rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { width:8.75rem;height:2.0625rem;top:30.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:10.5625rem;height:1.600475rem;top:30.875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:18rem;height:29.875rem;top:31.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { width:8.875rem;height:9.3125rem;top:34.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:10rem;height:10rem;top:33.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:17.1875rem;height:12.936225rem;top:45.0625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #G4fXP2Mm6doQoSxANGlqZfnLTssXck9x { width:1.5rem;height:1.1875rem;top:59.25rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #APWybyiUAmZKqPlUnncM4T54KOZSo3LV { width:3.4375rem;height:0.125rem;top:59.8125rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #i4qhfbaDrGLxP2kTs5qKe08lpyXH7vqE { width:3.4375rem;height:0.125rem;top:59.8125rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:18.0625rem;height:26.6875rem;top:65.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:10.5625rem;height:1.600475rem;top:64.75rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:10rem;height:10rem;top:67.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { width:8.75rem;height:2.0625rem;top:64.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { width:6rem;height:9.75rem;top:67.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:16.875rem;height:10.50346875rem;top:78.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqH9hwvmXW0P3W3ExyFnBkdF7SKVskM6 { width:1.5rem;height:1.1875rem;top:90.0625rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #A6d9Jai4fbDWmgqkMJn4HNHCe5zfwcmU { width:3.4375rem;height:0.125rem;top:90.625rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KfQvycUzvJIJbq4Or3bFCobZUHwNmO38 { width:3.4375rem;height:0.125rem;top:90.625rem;left:4.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { width:18rem;height:22.8125rem;top:1.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { width:10.5625rem;height:1.600475rem;top:0.6875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { width:10rem;height:10rem;top:3rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { width:8.75rem;height:2.0625rem;top:0.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { width:8.625rem;height:9.8125rem;top:3.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { width:16.875rem;height:7.200525rem;top:13.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ncUhU1Hh524mrg6BWS1wAoXTi0CtmCPz { width:1.5rem;height:1.1875rem;top:21.8125rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xB3dEUx1Ne5HFQIw4Tv7WT5TlMa28suM { width:3.4375rem;height:0.125rem;top:22.375rem;left:12.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rODDFsTczp0AdKgidRP0dhI4eUQ2cnIw { width:3.4375rem;height:0.125rem;top:22.375rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { width:18rem;height:29rem;top:28.0625rem;left:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { width:10rem;height:10rem;top:29.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { width:10.5625rem;height:1.600475rem;top:27.25rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { width:8.75rem;height:2.0625rem;top:27rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { width:6.4375rem;height:9.375rem;top:30.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { width:16.875rem;height:12.0052125rem;top:41.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #hgSAC0cSIc18JabR717t7ghgMkfOStdM { width:1.5rem;height:1.1875rem;top:54.5625rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TecADbBXotRJ7Kh9Rhqm5KPzMmSk6tDA { width:3.4375rem;height:0.125rem;top:55.125rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rxMDoGPRt3NrvaEU8yFqIfvBffDgOgOv { width:3.4375rem;height:0.125rem;top:55.125rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { width:18.0625rem;height:26.8125rem;top:61.25rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #t4yaPfk2VxlozhRN6Dh5TuGicTeE3IhX { width:3.4375rem;height:0.125rem;top:85.8125rem;left:12.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { width:14.375rem;height:9.00065rem;top:75.3125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qaa6Np6e4JT6TCW6muqTG6pIKDPxvZUC { width:1.5rem;height:1.1875rem;top:85.3125rem;left:9.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { width:10rem;height:10rem;top:63.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { width:6.25rem;height:9.5625rem;top:64.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR74NlPFPF57Fma7TbUgQpO66Fr28XrZ { width:3.4375rem;height:0.125rem;top:85.8125rem;left:4.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OKeBd5H0goJVLzcw6W5opQcREplg7egz { width:8.75rem;height:2.0625rem;top:60.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { width:10.5625rem;height:1.600475rem;top:60.4375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuW8sxOfg12WQ5ifRBAesROBT1brsP0s { display:block; }#iuW8sxOfg12WQ5ifRBAesROBT1brsP0s > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRgN7D4ntHDFgpezw619H6c0iOISp87 { width:12.6875rem;height:2.375rem;top:0.97969388961794rem;left:3.6562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wycgSgHQX6mhLRi1iZb0l7oJTbhOBf { display:block; }
 }@media only screen and (max-width: 763px) { #IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { width:20rem;height:2.92535rem;top:0.375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { width:20rem;height:8.1875rem;top:4.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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.0869125rem;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:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { width:18.75rem;height:9.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaX1o0FTPrQfQST1PGH67lcrzcUoh4gi { width:18.75rem;height:9.1875rem;top:13.7375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyHHoMb8XcAJGltRF2oKJ4Aa6HpeyFU { width:18.75rem;height:9.1875rem;top:26.225rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2J89LPtU21iqoRq7MXSU4I2MoKTOaS { width:18.75rem;height:9.1875rem;top:38.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84QWtVCgket60zLR8pB7L3y75eHGfKC { width:18.75rem;height:10.125rem;top:51.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { width:15.375rem;height:1.625rem;top:1.7375001907349rem;left:2.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { width:15.375rem;height:1.625rem;top:14.175001144409rem;left:2.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { width:15.375rem;height:3.2487rem;top:27.08749961853rem;left:2.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndBwOPmqEtnFCNyT9pJaIUi2xe3CAdD { width:16.3125rem;height:1.625rem;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) { #FvmPFd70AvXPTT9hqvb6ySrudqt05W6a { width:15.375rem;height:3.2487rem;top:51.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkMTvS0AWh0Mx4TDfEnF1QlWDM9UbT41 { width:18.4375rem;height:5.19965625rem;top:3.875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtRCdTc5OpG3JNG5z8eJ0R1PsTbytHn { width:18.75rem;height:5.19965625rem;top:16.16250038147rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfepwHu2Lmw88bAzU6Fiys8OxnkgtdI { width:18.75rem;height:3.8997375rem;top:30.2875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4PvewGKxqukCAfLn78lsUgPNrcZUxJT { width:18.75rem;height:5.19965625rem;top:54.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3emwIMCwz57PNHegvZsbtqUBftBvKwy { width:18.125rem;height:5.19965625rem;top:42.125001907349rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:12.6875rem;height:2.375rem;top:63.537504196169rem;left:3.6562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { 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:10.218139648438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHXsivTFVv7CZTooU4UUrvA2hMFy3PeZ { width:20rem;height:5.625rem;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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu25mvhgpZz4Gp0TpTm9R0kigXtkql9I { 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) { #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: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) { #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: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) { #nNFXBJemahmXZNONmAdqD5siVwKnorIT { display:block; }#nNFXBJemahmXZNONmAdqD5siVwKnorIT > .row .container { width:20rem;height:8.21826171875rem;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: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) { #CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG { display:block; }#CcHdzDE3xPQ0hVNzkT2TgNw7nWAVIJiG > .row .container { width:20rem;height:8.2183227539062rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClTtpEAnOCbBkBDAXqvP27oCbn0BsXPC { 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) { #Eh3dRU7f9cvaTJwToCsPR46QDeA0S6Vd { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuXdxAuD9lLCfEJfWIRXU0c7gJHFWJqh { 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) { #O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd { display:block; }#O7VGbf0dQdHmr5AH2LqnCbW7bnMEs3Gd > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvH82m0WRISFGW07TwZxKyB5zNTxeKTx { width:20rem;height:10.5045625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:17.125rem;height:2.375rem;top:0.75000190734863rem;left:1.4375001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }