.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#yG6R7kQFXJA39OEro5wapprTolV835Tx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#475569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:5.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:37.5625rem;display:block; }
#GKIUCEaaOQiCzhscEFiT1zFUcV4n8Ddl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IH7gdHfywRvT8t6NkW7LTtGZcehoyPa6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#475569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0rem;left:50rem;display:block; }
#AE2hBai4h1e9TTUxCO1NmxJu89sEcdw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipCvVtQyKdLCTAhcN0JAqWB6QsWcmWZB { background-color:#0040b4;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:61.875rem;display:block; }
#N2hTla4A99DJrAr5Jk4ctl8obhg67ZbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWu2TCA4RpDN1OoL2fcmu0g3SHZMTpyC { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:6.25rem;top:2.09375rem;left:1.90625rem;overflow:hidden;display:block; }
#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f75914ad-09d6-4d84-98d8-2b11f2e99f2f/_DSC2944.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.adaptive-delivery-prevent-bg, #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.lazyload, #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.lazyloading { background-image: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { background-color: transparent; background-image: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,99,255,0.3); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container > .video-iframe-container { display: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,99,255,0.3); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row > .video-iframe-container { display: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .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); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { border-width: 0; border-radius: 0; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#xPavCcmfJTsI0TA6SCdxyaHTsKvPT5QF { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:6.824625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WLs21W7J85P9oeXrWTdqu1KOrEgD09xd { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:23.0625rem;left:0rem;height:4.798825rem;display:block; }
#QAp867wUDES7AJzs4NPHkg7dyHGtaJ79 { background-color:#0040b4;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.1875rem;left:0rem;display:block; }
#ZBzbDN9JPL2Sk5mrm712QHXJOQfxEc47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbN56VwTTDuyMnTErbsI5AVASWDyV0EL { box-sizing:content-box;height:1.5rem;width:9.75rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Pm02W426C7wrtUJNFNhZ7viNzsaPBV1O { color:#0040b4;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0.5rem;height:0.8125rem;display:block; }
#bFlqfO4esbJSXaxoFiMX23FVp63zGDpl { background-color:transparent;background-image:none;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: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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5625rem;left:26.375rem;display:none; }
#e4MA9G81lmcvkByB97quKtU30qaXv6NC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXmiXsiZEGuJnR4cwqs0ZuyM41ZnBeGL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.1875rem;left:19.125rem;display:block; }
#F68ELMa2MUPC3vQgWkx7feNfVouBnXba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe { position:relative;display:block; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe { background-color: transparent; background-image: none; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row .container > .video-iframe-container { display: none; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row > .video-iframe-container { display: none; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .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); }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe { border-width: 0; border-radius: 0; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .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; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#XluqshwS4yy7onyxxOTyn8MuNvW2xRyu { color:#002e82;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:13.6875rem;left:0rem;height:3.19921875rem;font-style:normal;display:block; }
#oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 { color:#475569;display:block;width:43.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:19.0625rem;left:0rem;height:;display:block; }#oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 li:before{  }
#pyoLK1CocS93ULhumArXz6bfhlXlbEKB { color:#002e82;display:block;width:52.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:34.6875rem;left:11.375rem;height:1.8999rem;font-style:normal;display:block; }
#xeTkS9ib7fNgz88tPrmy6RDgJmqV1gkO { background-color:#0040b4;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.1875rem;left:27.5rem;display:block; }
#geLNui08fv8qGF5OHAA0wkPk8T2IJeZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wekaCLXWQ9f73tTdC55nPVn3aezbTQ3J { color:#002e82;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6123046875rem;left:0rem;height:4.54980625rem;display:block; }
#hU2BcMZ32eCaA2OOCe5bXTNXTgOR5Tf8 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.625rem;width:25.625rem;top:4.1748046875rem;left:46.96875rem;overflow:hidden;display:block; }
#DKDClVBV4u14XmORNWqplZMQEuAC8uPu { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.4) ;height:18.6875rem;width:28.125rem;top:7.6123046875rem;left:45.71875rem;overflow:hidden;display:block; }
#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container { background-color: transparent; background-image: none; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container > .video-iframe-container { display: none; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row > .video-iframe-container { display: none; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .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); }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container { border-width: 0; border-radius: 0; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#GMPxIWoQ7piTxStnFTEFqUooRAFz08IQ { color:#002e82;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:41rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#L8TtDbNBgEfvsnLN03esdeIUQ12FXBWd { color:#475569;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.875rem;left:41rem;height:3.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RmOL49gT2XLaf2Vi6gUqhPmme9cyP7sP { color:#002e82;display:block;width:53.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:29.15625rem;left:10.9375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFHRM290Tt0FC7BbzCllNIIyeLXtqVqz { color:#3a63ff;display:block;width:5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:5.8125rem;left:40.875rem;height:1.5996125rem;font-style:normal;display:none; }
#CKtwcR1nKzKTyeddXqUQ5ww2XCmQqEGz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:24.125rem;top:5.9375rem;left:1.9375rem;overflow:hidden;display:block; }
#PumEL452ZCEeBJeNhaVNPQxhUvFaVAQT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.9375rem;width:22.5rem;top:10.875rem;left:8.25rem;overflow:hidden;display:block; }
#qLTVMbxfkowudEbMzc7stN9JZ1Pt0Eac { color:#002e82;display:block;width:27.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:8.375rem;left:41rem;height:3.19921875rem;font-style:normal;display:block; }
#NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN { color:#475569;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:18.1875rem;left:41rem;height:;text-align:left;text-align-last:left;display:block; }#NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN li:before{  }
#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE { position:relative;display:block; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE { background-color: transparent; background-image: none; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row .container > .video-iframe-container { display: none; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row > .video-iframe-container { display: none; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .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); }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE { border-width: 0; border-radius: 0; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .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; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#xTAm1KBZBrk8LvFwubeUTwGbN0gy29v4 { box-sizing:content-box;height:11.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #c6cfd9;border-left:0.0625rem solid #c6cfd9;border-right:0.0625rem solid #c6cfd9;border-bottom:0.0625rem solid #c6cfd9;top:20.6875rem;left:1.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QT3AolfLpoUhtdgTeXTsKwlAXSP9OapC { color:#3a63ff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DE88efDPMkBlNPxR6KF6gbLl7JByGSbm { color:#475569;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:27.9375rem;left:3.125rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#udXs5Ht2SnQfPFLTk7JK37rKAEQrD2l6 { box-sizing:content-box;height:11.75rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #c6cfd9;border-left:0.0625rem solid #c6cfd9;border-right:0.0625rem solid #c6cfd9;border-bottom:0.0625rem solid #c6cfd9;top:20.6875rem;left:26.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pvRiOTanqdVVHWHxiLkSSsXo9R0ZeBE6 { color:#3a63ff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:28.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7eDFqVTJ12J1IWLadicuiLXPfnq8yTi { color:#475569;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:27.9375rem;left:28.125rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2AqNVwelL97bgu4LX7ioMcSUFiTwyPv { box-sizing:content-box;height:11.75rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #c6cfd9;border-left:0.0625rem solid #c6cfd9;border-right:0.0625rem solid #c6cfd9;border-bottom:0.0625rem solid #c6cfd9;top:20.6875rem;left:51.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RlrtOWlWRzfiPTRT4VtsJgGD4ulLAgux { color:#3a63ff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.75rem;left:53.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbDwsis1OneWs4zQcMG8538ZBdq533vw { color:#475569;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:27.9375rem;left:53.125rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfX2VfKtdfFVQ13U2oodKTGTh8Dsa04Z { color:#002e82;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.41162109375rem;left:0rem;height:4.54980625rem;display:block; }
#Xxe9rPvIbMKlSnRc1gFSpZ6TUQsePRVl { color:#475569;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11.8125rem;left:0rem;height:4.798825rem;display:block; }
#OABmUUMXAVUketTMb8mi7yCU3yTvnXbR { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:22rem;left:10.9375rem;overflow:hidden;display:block; }
#HJcTUP0ps6usFyWu9ICNrxK6tceyAA2L { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:22rem;left:35.9375rem;overflow:hidden;display:block; }
#PNs6wThCG73MIfti0U9SEAfFFFTkdDDy { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:22rem;left:60.9375rem;overflow:hidden;display:block; }
#dswFehrH5HupNItZTzPQiXiTkbCd6rdS { 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; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container { background-color: transparent; background-image: none; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container > .video-iframe-container { display: none; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row > .video-iframe-container { display: none; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .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); }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container { border-width: 0; border-radius: 0; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#UoGJm3WuASclnu9pUU1V5AmrkRZotyDt { color:#002e82;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pzl81sNsEwUMX7Xk8LrFuprIhhQHKi5K { color:#3a63ff;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9375rem;left:4.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zgVospvbS9kO3KEclhgoTNzBbGJQpnQQ { color:#475569;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:11.375rem;left:1.4375rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HmG5eipRAW57Q76497U651QDEdvc1xSr { color:#3a63ff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.3125rem;left:24.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s5GWB0J9t6sCHWEJ18Z5T4f4zLhyFMTX { color:#475569;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:11.3125rem;left:20.25rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gx4J5rb2eSHLpeChkN9kZudfHV9sB4x5 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:11.5625rem;left:39.625rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cSTrovJpNpaFfs0v6ENg4IgWNEqMsTqO { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:11.625rem;left:59.5625rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygikzAnfitCuLvXzSI48TpurXU3Hy4Cy { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5625rem;left:43rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBx44Lq00ROwfsEp269LTquQ0MKWFinS { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.625rem;left:63.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fD1vgSDLp6ANaZ77k4FiTEnl5kc40SUW { box-sizing:content-box;height:10.125rem;width:16.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #3a63ff;border-left:0.0625rem solid #3a63ff;border-right:0.0625rem solid #3a63ff;border-bottom:0.0625rem solid #3a63ff;top:5.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xSrn9pDotzpTsCM6zH89f8Bwe8wddfD4 { box-sizing:content-box;height:10.125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(58,99,255,0.3);background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,46,130,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.75rem;left:18.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JtsVwqH4ePNy2w364e8p6FBnQ1UmUqOh { box-sizing:content-box;height:10.125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(58,99,255,0.6);background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,46,130,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.75rem;left:38.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GEWfrTdFRGXPGBKAzdN1cSs57tJW07yU { box-sizing:content-box;height:10.125rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:#3a63ff;background-image:none;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,46,130,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.8125rem;left:58.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BbBVkgTeylKpIaZsh1mgCTGtSX6bGSdR { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:7.5rem;left:1.5625rem;overflow:hidden;display:block; }
#wtr4G5UfVTRTvHJcycWP9vQP08dBv5cl { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:7.4375rem;left:20.875rem;overflow:hidden;display:block; }
#kh889Uy6VLHp1kp17EXOiNgmklEgJLJQ { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:7.75rem;left:39.625rem;overflow:hidden;display:block; }
#fw65PPlmXqmTTyLDqHCtgsPnXJHC3XBl { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:7.8125rem;left:60.1875rem;overflow:hidden;display:block; }
#p0O82NPXcger95Hrx4sZRLDkiTndgMSh { position:relative;display:block; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh { background-color: transparent; background-image: none; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row .container > .video-iframe-container { display: none; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row > .video-iframe-container { display: none; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .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); }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh { border-width: 0; border-radius: 0; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .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; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hllGJ1fMWkIt5iKag63huDHRG1EXBia9 { color:#002e82;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:2.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edSW1AqJz4FWZC1DTQiqdbt4wQnX3fA9 { color:#002e82;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#td5W642M2IZeIPoryBESy9rIqzPCh92M { color:#475569;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:14.8125rem;left:0rem;height:1.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hbEadKCuRnk1ILevtqkQm6WFvS2bdTmT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:20.625rem;top:5.3125rem;left:46.875rem;overflow:hidden;display:block; }
#tzB0zNicHZUNiq4c0cHgok9IPsboR5Cc { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.4) ;height:16.4375rem;width:24.9375rem;top:7.3125rem;left:44.6875rem;overflow:hidden;display:block; }
#no8bnnKDkcCdF0izp9SQ5neGNeByW8et { color:#475569;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:18.38916015625rem;left:0rem;height:5.423825rem;font-style:normal;display:block; }#no8bnnKDkcCdF0izp9SQ5neGNeByW8et li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#no8bnnKDkcCdF0izp9SQ5neGNeByW8et li:before{  }
#GR1vnT9H3ADqf3IJBqRq32QcIGgAii5z { color:#002e82;display:block;width:53.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:30.6103515625rem;left:10.9375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tPAymWfiMXuTxTnaXsB2qUFleznV6mng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a63ff;background-image:url("https://images.assets-landingi.com/uc/100f490c-88ac-4d7d-9844-e4ced270cefd/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng.adaptive-delivery-prevent-bg, #tPAymWfiMXuTxTnaXsB2qUFleznV6mng.lazyload, #tPAymWfiMXuTxTnaXsB2qUFleznV6mng.lazyloading { background-image: none; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container { background-color: transparent; background-image: none; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container > .video-iframe-container { display: none; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row > .video-iframe-container { display: none; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .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); }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container { border-width: 0; border-radius: 0; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qkIkgfTCAwai5cOn30xzA61KEhXRRuNC { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#wppJT3H4U6Amr11MhCcHiBMlWOgSkpb7 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.69970703125rem;left:40.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uhsMpaFmEckVqDJXmvSIFQ0cci1QNHLf { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;width:10.125rem;top:11.6875rem;left:44.9375rem;overflow:hidden;display:block; }
#kqe7zbzSXmSmWOKPsDm9ySkf6W6LrWP7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:13.75rem;top:10.75rem;left:31.1875rem;overflow:hidden;display:block; }
#pTbBPDZzbf8Nq8Us9WCuPHDMXbWTOBW0 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.25rem;top:11.375rem;left:8.75rem;overflow:hidden;display:block; }
#c5yK9r1oVT1V41IqT9MXaXTqMxuJzFsn { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.25rem;top:11.375rem;left:55.0625rem;overflow:hidden;display:block; }
#Iwa60x9wCmAbTa2yQP9kyVPFfnK7umVV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.25rem;top:11.0625rem;left:19.9375rem;overflow:hidden;display:block; }
#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH { background-color:#f1f5f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container { background-color: transparent; background-image: none; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container > .video-iframe-container { display: none; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row > .video-iframe-container { display: none; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .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); }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container { border-width: 0; border-radius: 0; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#CeDTlvyialqcAwbraPqD0TiXkk8dibWE { color:#002e82;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:2.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v1XcLIl2c307vGpHrI1Q1crm1zARQWIR { color:#002e82;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0rem;height:3.19965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UTInQTZhod2snULVtEcLTTtarWovkEyv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:39.875rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#JSgtLzV8GgQ7xi35930gCe8uAhGLMfKl { background-color:#0040b4;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.375001907349rem;left:3.375rem;display:block; }
#EvxveQ2SaIo5arDZAvTTicRJdn3a8Gmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lB9T6WOf6y3xSdopJu33DJVk5gdESuUu { color:#475569;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.375rem;height:5.423825rem;font-style:normal;display:block; }#lB9T6WOf6y3xSdopJu33DJVk5gdESuUu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lB9T6WOf6y3xSdopJu33DJVk5gdESuUu li:before{  }
#Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 { color:#475569;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:25.1875rem;left:3.3125rem;height:1.599825rem;font-style:normal;display:block; }#Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 li:before{  }
#tJlO8NQF7pVnvwtgyXQNy6ZFLWIhINym { color:#002e82;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:15.375rem;left:3.375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk { 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; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container { background-color: transparent; background-image: none; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container > .video-iframe-container { display: none; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row > .video-iframe-container { display: none; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .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); }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container { border-width: 0; border-radius: 0; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#VoOmubbAfVn44InefKeFtRcf5NtBXNDw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:17.4375rem;width:17.4375rem;top:5.75rem;left:2.75rem;overflow:hidden;display:block; }
#SGwmqOJJo7fUqOawiiphf82bEg1ibS7r { color:#002e82;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.6875rem;left:25rem;height:2.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w0owf5gOldA0obZ807LVBprsNfDVdukH { color:#002e82;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#SVnaKBf1m2BQxX17esN65ZfTm6mOdOss { color:#475569;display:block;width:44rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:14rem;left:25rem;height:;font-style:normal;display:block; }#SVnaKBf1m2BQxX17esN65ZfTm6mOdOss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SVnaKBf1m2BQxX17esN65ZfTm6mOdOss li:before{  }
#UeEGRLm6HVDtMgZ2335s56TQtJH2LUeh { background-color:#0040b4;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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.0625rem;left:25rem;display:block; }
#OTD6TloN5Jw8KdArFD0NZSUBZ83NTVxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKGM6OQQMc6nHLHVFrZzxvaCRM0GSiEJ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:15.6875rem;width:15.6875rem;top:4.375rem;left:6.1875rem;overflow:hidden;display:block; }
#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm { position:relative;display:none; }#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm { border-width: 0; border-radius: 0; }#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm > .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; }#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JIvvvS7GsKhpIdwK1AuFF7lV6ZekXP1T { color:#3a63ff;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:18.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD > .row .container { border-width: 0; border-radius: 0; }#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:none; }#De3Cue8IyINfEQR8Tyune6D57LWIqIRl { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.875rem;left:4.875rem;overflow:hidden;display:block; }
#xD8036wwdTNXbTOpdz42AI0kmT1kU5VQ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:4.6875rem;top:2.875rem;left:16.8125rem;overflow:hidden;display:block; }
#yViVi7NTU0J0PAx8cku2u7Ao2vhcrnxZ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.4375rem;top:11.375rem;left:51.375rem;overflow:hidden;display:block; }
#kWE3NktJqc4l6ST0PqeCFJc0E5XDKvJe { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.875rem;left:28.125rem;overflow:hidden;display:block; }
#gOcLbni9oGH29rTRtGT9HUIyKXnW9OFc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6rem;top:2.875rem;left:39.25rem;overflow:hidden;display:block; }
#Cm2WoTxHWcfwCeJ5CBUNaOla9QfJ5T5D { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6rem;top:2.875rem;left:51.0625rem;overflow:hidden;display:block; }
#aB2Holht7CeT3I4uzDAdemCnfErKKfo0 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:6.375rem;top:11.8125rem;left:4.8125rem;overflow:hidden;display:block; }
#BZxBN99iBkzTvbIhAt8pKzqUU7qoSq60 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.4375rem;top:11.375rem;left:39.5625rem;overflow:hidden;display:block; }
#Ir1PFdzBcH9S0b4qJDRo3WlmKBxXKN3m { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.8125rem;top:11.1875rem;left:15.75rem;overflow:hidden;display:block; }
#uuz2Va7BfXae1QvBOfgNBDJeM2Q76GNC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:5.375rem;top:11.375rem;left:63.75rem;overflow:hidden;display:block; }
#Fr6hbcaXC4CS3ecCE6oUREffNnLR2q93 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.5625rem;top:3.1875rem;left:62.625rem;overflow:hidden;display:block; }
#qklPSW8tqXqdtfOnSmoKZop3VowPAPEw { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.4375rem;top:11.875rem;left:28.0625rem;overflow:hidden;display:block; }
#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp { position:relative;display:none; }#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp { border-width: 0; border-radius: 0; }#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp > .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; }#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TbREc67dPREvV8Ee9JigvN5MtoZQ5EqT { color:#3a63ff;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:18.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 > .row .container { border-width: 0; border-radius: 0; }#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:none; }#qGZb6chAEyIM4kflTsRciVPhXTgIiHll { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:7.5625rem;top:5.125rem;left:3.8125rem;overflow:hidden;display:block; }
#oreuBTs6xVR8ECJhIdTCQgrheJ5JHchN { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6rem;top:5.125rem;left:17.6875rem;overflow:hidden;display:block; }
#EecZWcaVdQTNMwFKwkeAgKTV3HEovbtc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:10.6875rem;top:5.125rem;left:28.8125rem;overflow:hidden;display:block; }
#OvQ072SzfBIEfD8VmeFpd5sqE1aI5aqC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:9.8125rem;top:5.125rem;left:44.625rem;overflow:hidden;display:block; }
#DwtHDu5mcB2wFTAlmOlvoDaTmQN4KELZ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:11.875rem;top:5.125rem;left:59.375rem;overflow:hidden;display:block; }
#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ { background-color:#f9fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container { background-color: transparent; background-image: none; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container > .video-iframe-container { display: none; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row > .video-iframe-container { display: none; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .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); }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container { border-width: 0; border-radius: 0; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;overflow:visible;position:relative;display:block; }#tHWrsTolDObUn1XqHt1TlbNxLV2zETcL { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:6.25rem;top:2.09375rem;left:1.90625rem;overflow:hidden;display:block; }
#TMzBG18kWGkZ4FpGgTTZy727PyX5hDTl { color:#475569;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.90625rem;height:4.548825rem;display:block; }
#iO9nDZrHL6snrSFinBHkTcJT8Rc7MaqI { color:#475569;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:17.21875rem;height:1.1375rem;display:block; }
#hrUxeENNsV1bDTy1PF6f5cZxRwTZotfu { color:#475569;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.625rem;left:17.21875rem;height:1.1375rem;display:block; }
#Qv4uLRVPtwFxC2rtLO1kosnvo4put8o3 { color:#475569;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.76806640625rem;left:17.21875rem;height:1.1375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG6R7kQFXJA39OEro5wapprTolV835Tx { width:12.5rem;height:5.625rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKIUCEaaOQiCzhscEFiT1zFUcV4n8Ddl { display:block; }
 }@media only screen and (max-width: 763px) { #IH7gdHfywRvT8t6NkW7LTtGZcehoyPa6 { width:10rem;height:5.625rem;top:0rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE2hBai4h1e9TTUxCO1NmxJu89sEcdw3 { display:block; }
 }@media only screen and (max-width: 763px) { #ipCvVtQyKdLCTAhcN0JAqWB6QsWcmWZB { width:13.125rem;height:2.75rem;top:1.4375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2hTla4A99DJrAr5Jk4ctl8obhg67ZbI { display:block; }
 }@media only screen and (max-width: 763px) { #tWu2TCA4RpDN1OoL2fcmu0g3SHZMTpyC { top:2.0625rem;left:0rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze { display:block; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPavCcmfJTsI0TA6SCdxyaHTsKvPT5QF { top:14.75rem;left:0rem;width:40.8125rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLs21W7J85P9oeXrWTdqu1KOrEgD09xd { top:23.0625rem;left:0rem;width:32.6875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAp867wUDES7AJzs4NPHkg7dyHGtaJ79 { width:16.5625rem;height:2.75rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBzbDN9JPL2Sk5mrm712QHXJOQfxEc47 { display:block; }
 }@media only screen and (max-width: 763px) { #UbN56VwTTDuyMnTErbsI5AVASWDyV0EL { top:12.6875rem;left:0rem;width:9.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm02W426C7wrtUJNFNhZ7viNzsaPBV1O { top:13.0625rem;left:0rem;width:8.8125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlqfO4esbJSXaxoFiMX23FVp63zGDpl { width:10.3125rem;height:2.75rem;top:32.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MA9G81lmcvkByB97quKtU30qaXv6NC { display:block; }
 }@media only screen and (max-width: 763px) { #EXmiXsiZEGuJnR4cwqs0ZuyM41ZnBeGL { width:16.5625rem;height:2.75rem;top:30.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F68ELMa2MUPC3vQgWkx7feNfVouBnXba { display:block; }
 }@media only screen and (max-width: 763px) { #Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe { display:block; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XluqshwS4yy7onyxxOTyn8MuNvW2xRyu { top:13.6875rem;left:0rem;width:30.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 { top:19.0625rem;left:0rem;width:43.25rem;height:;font-size:0.875rem;display:block; }#oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 li:before{  }
 }@media only screen and (max-width: 763px) { #pyoLK1CocS93ULhumArXz6bfhlXlbEKB { top:34.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTkS9ib7fNgz88tPrmy6RDgJmqV1gkO { width:20rem;height:2.75rem;top:38.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geLNui08fv8qGF5OHAA0wkPk8T2IJeZz { display:block; }
 }@media only screen and (max-width: 763px) { #wekaCLXWQ9f73tTdC55nPVn3aezbTQ3J { top:7.5625rem;left:0rem;width:36.875rem;height:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU2BcMZ32eCaA2OOCe5bXTNXTgOR5Tf8 { top:4.125rem;left:22.125rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDClVBV4u14XmORNWqplZMQEuAC8uPu { top:7.5625rem;left:19.625rem;width:28.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVKaOEzJomXtOMVUSDErqOpPryk5aMU { display:block; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMPxIWoQ7piTxStnFTEFqUooRAFz08IQ { top:4.875rem;left:15.9375rem;width:31.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TtDbNBgEfvsnLN03esdeIUQ12FXBWd { top:12.875rem;left:20.625rem;width:27.125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOL49gT2XLaf2Vi6gUqhPmme9cyP7sP { top:29.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHRM290Tt0FC7BbzCllNIIyeLXtqVqz { top:5.8125rem;left:27.25rem;width:5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKtwcR1nKzKTyeddXqUQ5ww2XCmQqEGz { top:5.9375rem;left:0rem;width:24.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumEL452ZCEeBJeNhaVNPQxhUvFaVAQT { top:10.875rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTVMbxfkowudEbMzc7stN9JZ1Pt0Eac { top:8.375rem;left:20.6875rem;width:27.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN { top:18.1875rem;left:20.625rem;width:27.125rem;height:;font-size:0.875rem;display:block; }#NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN li:before{  }
 }@media only screen and (max-width: 763px) { #akqO6O9MTRViTVpwILSxGpc3IlyvwUfE { display:block; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTAm1KBZBrk8LvFwubeUTwGbN0gy29v4 { top:20.6875rem;left:0rem;width:22.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3AolfLpoUhtdgTeXTsKwlAXSP9OapC { width:18.75rem;height:1.4375rem;top:25.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE88efDPMkBlNPxR6KF6gbLl7JByGSbm { width:18.75rem;height:2.75rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udXs5Ht2SnQfPFLTk7JK37rKAEQrD2l6 { top:20.6875rem;left:12.5625rem;width:22.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRiOTanqdVVHWHxiLkSSsXo9R0ZeBE6 { width:18.75rem;height:1.4375rem;top:25.75rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7eDFqVTJ12J1IWLadicuiLXPfnq8yTi { width:18.75rem;height:2.75rem;top:27.9375rem;left:14.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2AqNVwelL97bgu4LX7ioMcSUFiTwyPv { top:20.6875rem;left:25.125rem;width:22.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlrtOWlWRzfiPTRT4VtsJgGD4ulLAgux { width:18.75rem;height:1.4375rem;top:25.75rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbDwsis1OneWs4zQcMG8538ZBdq533vw { width:18.75rem;height:2.75rem;top:27.9375rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfX2VfKtdfFVQ13U2oodKTGTh8Dsa04Z { top:5.375rem;left:0rem;width:35.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxe9rPvIbMKlSnRc1gFSpZ6TUQsePRVl { top:11.8125rem;left:0rem;width:32.6875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABmUUMXAVUketTMb8mi7yCU3yTvnXbR { top:22rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcTUP0ps6usFyWu9ICNrxK6tceyAA2L { top:22rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNs6wThCG73MIfti0U9SEAfFFFTkdDDy { top:22rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswFehrH5HupNItZTzPQiXiTkbCd6rdS { display:block; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoGJm3WuASclnu9pUU1V5AmrkRZotyDt { width:45rem;height:2.25rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzl81sNsEwUMX7Xk8LrFuprIhhQHKi5K { width:10.5rem;height:1.25rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgVospvbS9kO3KEclhgoTNzBbGJQpnQQ { width:14.125rem;height:2.75rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmG5eipRAW57Q76497U651QDEdvc1xSr { width:10rem;height:2.5625rem;top:7.3125rem;left:10.625000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GWB0J9t6sCHWEJ18Z5T4f4zLhyFMTX { width:14.125rem;height:2.75rem;top:11.3125rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx4J5rb2eSHLpeChkN9kZudfHV9sB4x5 { width:14.125rem;height:2.75rem;top:11.5625rem;left:26.000000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTrovJpNpaFfs0v6ENg4IgWNEqMsTqO { width:14.125rem;height:2.75rem;top:11.625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygikzAnfitCuLvXzSI48TpurXU3Hy4Cy { width:10.5625rem;height:2.5625rem;top:7.5625rem;left:29.375000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBx44Lq00ROwfsEp269LTquQ0MKWFinS { width:10.0625rem;height:2.5625rem;top:7.625rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD1vgSDLp6ANaZ77k4FiTEnl5kc40SUW { top:5.75rem;left:0rem;width:16.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrn9pDotzpTsCM6zH89f8Bwe8wddfD4 { top:5.75rem;left:5.1875rem;width:16.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtsVwqH4ePNy2w364e8p6FBnQ1UmUqOh { top:5.75rem;left:24.5625rem;width:16.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEWfrTdFRGXPGBKAzdN1cSs57tJW07yU { top:5.8125rem;left:30.75rem;width:16.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBVkgTeylKpIaZsh1mgCTGtSX6bGSdR { top:7.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtr4G5UfVTRTvHJcycWP9vQP08dBv5cl { top:7.4375rem;left:7.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh889Uy6VLHp1kp17EXOiNgmklEgJLJQ { top:7.75rem;left:26rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw65PPlmXqmTTyLDqHCtgsPnXJHC3XBl { top:7.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0O82NPXcger95Hrx4sZRLDkiTndgMSh { display:block; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hllGJ1fMWkIt5iKag63huDHRG1EXBia9 { top:7.8125rem;left:0rem;width:36.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSW1AqJz4FWZC1DTQiqdbt4wQnX3fA9 { top:11.5rem;left:0rem;width:35.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td5W642M2IZeIPoryBESy9rIqzPCh92M { top:14.8125rem;left:0rem;width:35.4375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEadKCuRnk1ILevtqkQm6WFvS2bdTmT { top:5.3125rem;left:27.125rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzB0zNicHZUNiq4c0cHgok9IPsboR5Cc { top:7.3125rem;left:22.8125rem;width:24.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no8bnnKDkcCdF0izp9SQ5neGNeByW8et { top:18.375rem;left:0rem;width:35.4375rem;height:;font-size:0.875rem;display:block; }#no8bnnKDkcCdF0izp9SQ5neGNeByW8et li:before{  }
 }@media only screen and (max-width: 763px) { #GR1vnT9H3ADqf3IJBqRq32QcIGgAii5z { top:30.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAymWfiMXuTxTnaXsB2qUFleznV6mng { display:block; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkIkgfTCAwai5cOn30xzA61KEhXRRuNC { top:5rem;left:0rem;width:33.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wppJT3H4U6Amr11MhCcHiBMlWOgSkpb7 { top:5.6875rem;left:13.375rem;width:34.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhsMpaFmEckVqDJXmvSIFQ0cci1QNHLf { top:11.6875rem;left:31.3125rem;width:10.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqe7zbzSXmSmWOKPsDm9ySkf6W6LrWP7 { top:10.75rem;left:17.5625rem;width:13.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbBPDZzbf8Nq8Us9WCuPHDMXbWTOBW0 { top:11.375rem;left:0rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5yK9r1oVT1V41IqT9MXaXTqMxuJzFsn { top:11.375rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwa60x9wCmAbTa2yQP9kyVPFfnK7umVV { top:11.0625rem;left:6.3125rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH { display:block; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeDTlvyialqcAwbraPqD0TiXkk8dibWE { top:6.375rem;left:0rem;width:33.125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XcLIl2c307vGpHrI1Q1crm1zARQWIR { top:9.625rem;left:0rem;width:38.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTInQTZhod2snULVtEcLTTtarWovkEyv { top:0rem;left:7.875rem;width:39.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSgtLzV8GgQ7xi35930gCe8uAhGLMfKl { width:19.5rem;height:2.75rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvxveQ2SaIo5arDZAvTTicRJdn3a8Gmw { display:block; }
 }@media only screen and (max-width: 763px) { #lB9T6WOf6y3xSdopJu33DJVk5gdESuUu { top:18.5625rem;left:0rem;width:35.4375rem;height:5.375rem;font-size:0.875rem;display:block; }#lB9T6WOf6y3xSdopJu33DJVk5gdESuUu li:before{  }
 }@media only screen and (max-width: 763px) { #Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 { top:25.1875rem;left:0rem;width:35.4375rem;height:1.5625rem;font-size:0.875rem;display:block; }#Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 li:before{  }
 }@media only screen and (max-width: 763px) { #tJlO8NQF7pVnvwtgyXQNy6ZFLWIhINym { top:15.375rem;left:0rem;width:20.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMpW1rce9TTNmzVHwqiRTatRCINLZOk { display:block; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoOmubbAfVn44InefKeFtRcf5NtBXNDw { width:17.4375rem;height:17.4375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwmqOJJo7fUqOawiiphf82bEg1ibS7r { top:6.6875rem;left:0rem;width:36.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0owf5gOldA0obZ807LVBprsNfDVdukH { top:10.375rem;left:0rem;width:40.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVnaKBf1m2BQxX17esN65ZfTm6mOdOss { top:14rem;left:0rem;width:44rem;height:;font-size:0.875rem;display:block; }#SVnaKBf1m2BQxX17esN65ZfTm6mOdOss li:before{  }
 }@media only screen and (max-width: 763px) { #UeEGRLm6HVDtMgZ2335s56TQtJH2LUeh { width:14.0625rem;height:2.75rem;top:28.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTD6TloN5Jw8KdArFD0NZSUBZ83NTVxW { display:block; }
 }@media only screen and (max-width: 763px) { #hKGM6OQQMc6nHLHVFrZzxvaCRM0GSiEJ { top:4.375rem;left:0.1875rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm { display:block; }#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIvvvS7GsKhpIdwK1AuFF7lV6ZekXP1T { top:1.9375rem;left:5.21875rem;width:37.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD { display:block; }#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De3Cue8IyINfEQR8Tyune6D57LWIqIRl { top:2.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD8036wwdTNXbTOpdz42AI0kmT1kU5VQ { top:2.875rem;left:3.1875rem;width:4.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yViVi7NTU0J0PAx8cku2u7Ao2vhcrnxZ { top:11.375rem;left:37.75rem;width:5.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWE3NktJqc4l6ST0PqeCFJc0E5XDKvJe { top:2.875rem;left:14.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcLbni9oGH29rTRtGT9HUIyKXnW9OFc { top:2.875rem;left:25.625rem;width:6rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm2WoTxHWcfwCeJ5CBUNaOla9QfJ5T5D { top:2.875rem;left:37.4375rem;width:6rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB2Holht7CeT3I4uzDAdemCnfErKKfo0 { top:11.8125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZxBN99iBkzTvbIhAt8pKzqUU7qoSq60 { top:11.375rem;left:25.9375rem;width:5.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1PFdzBcH9S0b4qJDRo3WlmKBxXKN3m { top:11.1875rem;left:2.125rem;width:6.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuz2Va7BfXae1QvBOfgNBDJeM2Q76GNC { top:11.375rem;left:42.375rem;width:5.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6hbcaXC4CS3ecCE6oUREffNnLR2q93 { top:3.1875rem;left:40.1875rem;width:7.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklPSW8tqXqdtfOnSmoKZop3VowPAPEw { top:11.875rem;left:14.4375rem;width:6.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp { display:block; }#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbREc67dPREvV8Ee9JigvN5MtoZQ5EqT { top:1.9375rem;left:5.21875rem;width:37.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 { display:block; }#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGZb6chAEyIM4kflTsRciVPhXTgIiHll { top:5.125rem;left:0rem;width:7.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oreuBTs6xVR8ECJhIdTCQgrheJ5JHchN { top:5.125rem;left:4.0625rem;width:6rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EecZWcaVdQTNMwFKwkeAgKTV3HEovbtc { top:5.125rem;left:15.1875rem;width:10.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ072SzfBIEfD8VmeFpd5sqE1aI5aqC { top:5.125rem;left:31rem;width:9.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwtHDu5mcB2wFTAlmOlvoDaTmQN4KELZ { top:5.125rem;left:35.875rem;width:11.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ { display:block; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHWrsTolDObUn1XqHt1TlbNxLV2zETcL { top:2.0625rem;left:0rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMzBG18kWGkZ4FpGgTTZy727PyX5hDTl { top:5.5625rem;left:0rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9nDZrHL6snrSFinBHkTcJT8Rc7MaqI { top:5.5625rem;left:3.59375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrUxeENNsV1bDTy1PF6f5cZxRwTZotfu { top:6.625rem;left:3.59375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4uLRVPtwFxC2rtLO1kosnvo4put8o3 { top:7.75rem;left:3.59375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG6R7kQFXJA39OEro5wapprTolV835Tx { width:12.5rem;height:5.625rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKIUCEaaOQiCzhscEFiT1zFUcV4n8Ddl { display:block; }
 }@media only screen and (max-width: 763px) { #IH7gdHfywRvT8t6NkW7LTtGZcehoyPa6 { width:10rem;height:5.625rem;top:0rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AE2hBai4h1e9TTUxCO1NmxJu89sEcdw3 { display:block; }
 }@media only screen and (max-width: 763px) { #ipCvVtQyKdLCTAhcN0JAqWB6QsWcmWZB { width:13.0625rem;height:2.75rem;top:3.9375rem;left:3.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2hTla4A99DJrAr5Jk4ctl8obhg67ZbI { display:block; }
 }@media only screen and (max-width: 763px) { #tWu2TCA4RpDN1OoL2fcmu0g3SHZMTpyC { width:6.25rem;height:1.4375rem;top:1.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f75914ad-09d6-4d84-98d8-2b11f2e99f2f/_DSC2944.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.adaptive-delivery-prevent-bg, #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.lazyload, #hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze.lazyloading { background-image: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { background-color: transparent; background-image: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,99,255,0.3); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container > .video-iframe-container { display: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,99,255,0.3); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row > .video-iframe-container { display: none; }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .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); }#hX8tEsqU3AxNkaFP5tG2CNpiVTAOq2ze > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPavCcmfJTsI0TA6SCdxyaHTsKvPT5QF { width:17.5rem;height:2.92480625rem;top:12.625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLs21W7J85P9oeXrWTdqu1KOrEgD09xd { width:17.5rem;height:6.9995rem;top:17.375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QAp867wUDES7AJzs4NPHkg7dyHGtaJ79 { width:20rem;height:2.75rem;top:26.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBzbDN9JPL2Sk5mrm712QHXJOQfxEc47 { display:block; }
 }@media only screen and (max-width: 763px) { #UbN56VwTTDuyMnTErbsI5AVASWDyV0EL { width:10rem;height:1.5rem;top:9.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm02W426C7wrtUJNFNhZ7viNzsaPBV1O { width:9.9375rem;height:0.8125rem;top:9.6875rem;left:5.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFlqfO4esbJSXaxoFiMX23FVp63zGDpl { width:20rem;height:2.75rem;top:29.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4MA9G81lmcvkByB97quKtU30qaXv6NC { display:block; }
 }@media only screen and (max-width: 763px) { #EXmiXsiZEGuJnR4cwqs0ZuyM41ZnBeGL { width:20rem;height:2.75rem;top:30.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F68ELMa2MUPC3vQgWkx7feNfVouBnXba { display:block; }
 }@media only screen and (max-width: 763px) { #Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe { display:block; }#Z6IV6S5g2ECruuRGHTWHmG7Id3A4DIHe > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XluqshwS4yy7onyxxOTyn8MuNvW2xRyu { width:17.5rem;height:4.19970625rem;top:8.5rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 { width:17.5rem;height:5.486325rem;top:13.9375rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#oT7kWJdvTHP76T7Zr09K5y9kKJDnguQ1 li:before{  }
 }@media only screen and (max-width: 763px) { #pyoLK1CocS93ULhumArXz6bfhlXlbEKB { width:17.5rem;height:4.798825rem;top:41.9033203125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeTkS9ib7fNgz88tPrmy6RDgJmqV1gkO { width:16.5rem;height:2.75rem;top:49.07666015625rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #geLNui08fv8qGF5OHAA0wkPk8T2IJeZz { display:block; }
 }@media only screen and (max-width: 763px) { #wekaCLXWQ9f73tTdC55nPVn3aezbTQ3J { width:17.5rem;height:4.38720625rem;top:2.6875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hU2BcMZ32eCaA2OOCe5bXTNXTgOR5Tf8 { width:16.0625rem;height:16.0625rem;top:22.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDClVBV4u14XmORNWqplZMQEuAC8uPu { width:20rem;height:13.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVKaOEzJomXtOMVUSDErqOpPryk5aMU { display:block; }#qRVKaOEzJomXtOMVUSDErqOpPryk5aMU > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMPxIWoQ7piTxStnFTEFqUooRAFz08IQ { width:17.5rem;height:1.4625rem;top:20.44921875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8TtDbNBgEfvsnLN03esdeIUQ12FXBWd { width:17.5rem;height:4.19970625rem;top:27.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmOL49gT2XLaf2Vi6gUqhPmme9cyP7sP { width:17.5rem;height:2.79980625rem;top:43.15869140625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFHRM290Tt0FC7BbzCllNIIyeLXtqVqz { width:5rem;height:1.2rem;top:18.4375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKtwcR1nKzKTyeddXqUQ5ww2XCmQqEGz { width:16.8125rem;height:14.9375rem;top:2.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumEL452ZCEeBJeNhaVNPQxhUvFaVAQT { width:15.375rem;height:10.1875rem;top:4.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTVMbxfkowudEbMzc7stN9JZ1Pt0Eac { width:17.3125rem;height:2.79980625rem;top:23.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN { width:18.75rem;height:7.6245rem;top:32.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NNsCb9n59ZmTBFSUwSZ5l6Bh9b9GsPCN li:before{  }
 }@media only screen and (max-width: 763px) { #akqO6O9MTRViTVpwILSxGpc3IlyvwUfE { display:block; }#akqO6O9MTRViTVpwILSxGpc3IlyvwUfE > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTAm1KBZBrk8LvFwubeUTwGbN0gy29v4 { width:16.875rem;height:14.1875rem;top:12.599609375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT3AolfLpoUhtdgTeXTsKwlAXSP9OapC { width:12.8125rem;height:1.1375rem;top:19.1875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE88efDPMkBlNPxR6KF6gbLl7JByGSbm { width:12.9375rem;height:3.41161875rem;top:21.375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #udXs5Ht2SnQfPFLTk7JK37rKAEQrD2l6 { width:16.875rem;height:14.1875rem;top:27.912109375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRiOTanqdVVHWHxiLkSSsXo9R0ZeBE6 { width:12.8125rem;height:1.1375rem;top:34.5rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7eDFqVTJ12J1IWLadicuiLXPfnq8yTi { width:14.9375rem;height:3.41161875rem;top:36.6875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G2AqNVwelL97bgu4LX7ioMcSUFiTwyPv { width:16.875rem;height:13.375rem;top:43.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlrtOWlWRzfiPTRT4VtsJgGD4ulLAgux { width:12.8125rem;height:1.1375rem;top:50.0625rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbDwsis1OneWs4zQcMG8538ZBdq533vw { width:14.9375rem;height:3.41161875rem;top:52.25rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UfX2VfKtdfFVQ13U2oodKTGTh8Dsa04Z { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxe9rPvIbMKlSnRc1gFSpZ6TUQsePRVl { width:20rem;height:5.5996125rem;top:5.42480625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OABmUUMXAVUketTMb8mi7yCU3yTvnXbR { width:3.125rem;height:3.125rem;top:14.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcTUP0ps6usFyWu9ICNrxK6tceyAA2L { width:3.125rem;height:3.125rem;top:30.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNs6wThCG73MIfti0U9SEAfFFFTkdDDy { width:3.125rem;height:3.125rem;top:45.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswFehrH5HupNItZTzPQiXiTkbCd6rdS { display:block; }#dswFehrH5HupNItZTzPQiXiTkbCd6rdS > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoGJm3WuASclnu9pUU1V5AmrkRZotyDt { width:17.5rem;height:2.92480625rem;top:3.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzl81sNsEwUMX7Xk8LrFuprIhhQHKi5K { width:9.625rem;height:1.3rem;top:10.3125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgVospvbS9kO3KEclhgoTNzBbGJQpnQQ { width:14.125rem;height:2.2744125rem;top:13.75rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HmG5eipRAW57Q76497U651QDEdvc1xSr { width:9.625rem;height:2.5996125rem;top:21.125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GWB0J9t6sCHWEJ18Z5T4f4zLhyFMTX { width:14.125rem;height:2.2744125rem;top:25.125rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gx4J5rb2eSHLpeChkN9kZudfHV9sB4x5 { width:14.125rem;height:2.2744125rem;top:36.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cSTrovJpNpaFfs0v6ENg4IgWNEqMsTqO { width:14.125rem;height:2.2744125rem;top:48.25rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ygikzAnfitCuLvXzSI48TpurXU3Hy4Cy { width:9.625rem;height:2.5996125rem;top:32.8125rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBx44Lq00ROwfsEp269LTquQ0MKWFinS { width:10.25rem;height:2.5996125rem;top:44.25rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD1vgSDLp6ANaZ77k4FiTEnl5kc40SUW { width:16.875rem;height:9.625rem;top:8.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrn9pDotzpTsCM6zH89f8Bwe8wddfD4 { width:16.875rem;height:9.625rem;top:19.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtsVwqH4ePNy2w364e8p6FBnQ1UmUqOh { width:16.875rem;height:9.625rem;top:31rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEWfrTdFRGXPGBKAzdN1cSs57tJW07yU { width:16.875rem;height:9.625rem;top:42.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBVkgTeylKpIaZsh1mgCTGtSX6bGSdR { width:2.25rem;height:2.25rem;top:9.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtr4G5UfVTRTvHJcycWP9vQP08dBv5cl { width:2.25rem;height:2.25rem;top:21.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh889Uy6VLHp1kp17EXOiNgmklEgJLJQ { width:2.25rem;height:2.25rem;top:33rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw65PPlmXqmTTyLDqHCtgsPnXJHC3XBl { width:2.25rem;height:2.25rem;top:44.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0O82NPXcger95Hrx4sZRLDkiTndgMSh { display:block; }#p0O82NPXcger95Hrx4sZRLDkiTndgMSh > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hllGJ1fMWkIt5iKag63huDHRG1EXBia9 { width:17.5rem;height:1.35rem;top:2.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #edSW1AqJz4FWZC1DTQiqdbt4wQnX3fA9 { width:17.5rem;height:2.2744125rem;top:5.724609375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #td5W642M2IZeIPoryBESy9rIqzPCh92M { width:16.875rem;height:1.1375rem;top:10.3125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hbEadKCuRnk1ILevtqkQm6WFvS2bdTmT { width:12.5rem;height:12.5rem;top:23.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzB0zNicHZUNiq4c0cHgok9IPsboR5Cc { width:14.8125rem;height:9.75rem;top:24.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no8bnnKDkcCdF0izp9SQ5neGNeByW8et { width:16.875rem;height:7.44825rem;top:12.75rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#no8bnnKDkcCdF0izp9SQ5neGNeByW8et li:before{  }
 }@media only screen and (max-width: 763px) { #GR1vnT9H3ADqf3IJBqRq32QcIGgAii5z { width:16.875rem;height:2.79980625rem;top:38.52099609375rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPAymWfiMXuTxTnaXsB2qUFleznV6mng { display:none; }#tPAymWfiMXuTxTnaXsB2qUFleznV6mng > .row .container { width:20rem;height:48rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkIkgfTCAwai5cOn30xzA61KEhXRRuNC { width:14.3125rem;height:4.3875rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wppJT3H4U6Amr11MhCcHiBMlWOgSkpb7 { width:17.5rem;height:3.9rem;top:6.88720625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhsMpaFmEckVqDJXmvSIFQ0cci1QNHLf { width:10.125rem;height:5rem;top:34.88720625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqe7zbzSXmSmWOKPsDm9ySkf6W6LrWP7 { width:13.75rem;height:6.875rem;top:26.76220625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbBPDZzbf8Nq8Us9WCuPHDMXbWTOBW0 { width:11.25rem;height:5.625rem;top:13.01220625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5yK9r1oVT1V41IqT9MXaXTqMxuJzFsn { width:11.25rem;height:5.625rem;top:41.13720625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwa60x9wCmAbTa2yQP9kyVPFfnK7umVV { width:11.25rem;height:5.625rem;top:19.88720625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH { display:block; }#LHVhdiOgQHS2M3zJqEK9t0s8QJgc9NBH > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeDTlvyialqcAwbraPqD0TiXkk8dibWE { width:17.5rem;height:2.69965rem;top:2.9375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1XcLIl2c307vGpHrI1Q1crm1zARQWIR { width:16.875rem;height:3.41161875rem;top:8.375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UTInQTZhod2snULVtEcLTTtarWovkEyv { width:20rem;height:17.495125rem;top:76.56689453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSgtLzV8GgQ7xi35930gCe8uAhGLMfKl { width:19.5rem;height:2.75rem;top:25.1875rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvxveQ2SaIo5arDZAvTTicRJdn3a8Gmw { display:block; }
 }@media only screen and (max-width: 763px) { #lB9T6WOf6y3xSdopJu33DJVk5gdESuUu { width:16.875rem;height:5.173825rem;top:14.312500476837rem;left:1.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#lB9T6WOf6y3xSdopJu33DJVk5gdESuUu li:before{  }
 }@media only screen and (max-width: 763px) { #Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 { width:17.1875rem;height:1.13720625rem;top:21.624132633209rem;left:1.4062501192093rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#Q5ZuZB0k1beM5PXgWZTDQWRBMTCdRVM7 li:before{  }
 }@media only screen and (max-width: 763px) { #tJlO8NQF7pVnvwtgyXQNy6ZFLWIhINym { width:20rem;height:1.625rem;top:29.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LrMpW1rce9TTNmzVHwqiRTatRCINLZOk { display:block; }#LrMpW1rce9TTNmzVHwqiRTatRCINLZOk > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoOmubbAfVn44InefKeFtRcf5NtBXNDw { width:12.5rem;height:12.5rem;top:9.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGwmqOJJo7fUqOawiiphf82bEg1ibS7r { width:20rem;height:2.69965rem;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0owf5gOldA0obZ807LVBprsNfDVdukH { width:18.5625rem;height:2.2744125rem;top:7.5rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SVnaKBf1m2BQxX17esN65ZfTm6mOdOss { width:16.875rem;height:15.209rem;top:11.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#SVnaKBf1m2BQxX17esN65ZfTm6mOdOss li:before{  }
 }@media only screen and (max-width: 763px) { #UeEGRLm6HVDtMgZ2335s56TQtJH2LUeh { width:14.0625rem;height:2.75rem;top:28.6875rem;left:2.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTD6TloN5Jw8KdArFD0NZSUBZ83NTVxW { display:block; }
 }@media only screen and (max-width: 763px) { #hKGM6OQQMc6nHLHVFrZzxvaCRM0GSiEJ { width:10.25rem;height:10.25rem;top:38rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm { display:none; }#TrZ5QBsyAOVL928gsLNHFT6AM5ZiTTbm > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JIvvvS7GsKhpIdwK1AuFF7lV6ZekXP1T { width:17.5rem;height:2.5996125rem;top:1.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD { display:none; }#AmWpxEzF6IRwfQMGTJs6Vd8G2yOsJkqD > .row .container { width:20rem;height:89rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #De3Cue8IyINfEQR8Tyune6D57LWIqIRl { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD8036wwdTNXbTOpdz42AI0kmT1kU5VQ { width:4.6875rem;height:6.25rem;top:8.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yViVi7NTU0J0PAx8cku2u7Ao2vhcrnxZ { width:5.4375rem;height:6.25rem;top:74rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWE3NktJqc4l6ST0PqeCFJc0E5XDKvJe { width:6.25rem;height:6.25rem;top:16.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcLbni9oGH29rTRtGT9HUIyKXnW9OFc { width:6rem;height:6.25rem;top:23.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm2WoTxHWcfwCeJ5CBUNaOla9QfJ5T5D { width:6rem;height:6.25rem;top:31.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB2Holht7CeT3I4uzDAdemCnfErKKfo0 { width:6.375rem;height:5.3125rem;top:45.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZxBN99iBkzTvbIhAt8pKzqUU7qoSq60 { width:5.4375rem;height:6.25rem;top:66.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1PFdzBcH9S0b4qJDRo3WlmKBxXKN3m { width:6.8125rem;height:6.5625rem;top:52.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuz2Va7BfXae1QvBOfgNBDJeM2Q76GNC { width:5.375rem;height:6.25rem;top:81.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6hbcaXC4CS3ecCE6oUREffNnLR2q93 { width:7.5625rem;height:5.625rem;top:38.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklPSW8tqXqdtfOnSmoKZop3VowPAPEw { width:6.4375rem;height:5.25rem;top:60rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp { display:none; }#t9a3uHQS2pZ4ndkHMLM0wyr8EFk0g2Mp > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbREc67dPREvV8Ee9JigvN5MtoZQ5EqT { width:17.5rem;height:1.29980625rem;top:1.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 { display:none; }#sMTkg78qNCy5iOCXqSu0sptZgAZTuLH7 > .row .container { width:20rem;height:25.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGZb6chAEyIM4kflTsRciVPhXTgIiHll { width:6.5rem;height:3.6875rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oreuBTs6xVR8ECJhIdTCQgrheJ5JHchN { width:6rem;height:4.375rem;top:6.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EecZWcaVdQTNMwFKwkeAgKTV3HEovbtc { width:8.25rem;height:3.3125rem;top:11.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ072SzfBIEfD8VmeFpd5sqE1aI5aqC { width:7.375rem;height:3.25rem;top:16.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwtHDu5mcB2wFTAlmOlvoDaTmQN4KELZ { width:9.25rem;height:3.375rem;top:20.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ { display:block; }#wu0AaKLwG07zaQbZEMsEfRZW6nIUoTaJ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHWrsTolDObUn1XqHt1TlbNxLV2zETcL { width:6.25rem;height:1.4375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMzBG18kWGkZ4FpGgTTZy727PyX5hDTl { width:12.5rem;height:4.548825rem;top:3.9375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO9nDZrHL6snrSFinBHkTcJT8Rc7MaqI { width:12.5rem;height:1.1375rem;top:9.7358375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrUxeENNsV1bDTy1PF6f5cZxRwTZotfu { width:12.5rem;height:1.1375rem;top:12.12255625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4uLRVPtwFxC2rtLO1kosnvo4put8o3 { width:12.5rem;height:1.1375rem;top:14.509275rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }