.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:0,77,181;--color-primary-1:0,67,167;--color-primary-2:0,55,139;--color-primary-3:0,23,116;--color-primary-4:13,33,91;--color-secondary-0:204,255,216;--color-secondary-1:102,255,139;--color-secondary-2:0,255,62;--color-secondary-3:37,211,102;--color-secondary-4:23,197,88;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M { background-color:rgba(var(--color-tertiary-0),1);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; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { background-color: transparent; background-image: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container > .video-iframe-container { display: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row > .video-iframe-container { display: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .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); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { border-width: 0; border-radius: 0; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZvFCS4kwrU7NSk8FDX9tDdftME4xQ7yd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#TBTqpLDqgm5C514fLnpxcZOmqff8iN2G { color:rgba(var(--color-primary-2),1);display:block;width:15.187375rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:14997;line-height:1.1;letter-spacing:0;top:3.8740234375rem;left:17.8623046875rem;height:4.125rem;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; }
#SRMetIXLEifRL0O5CvkyNvw2w27hxMA9 { box-sizing:content-box;height:4.75rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:3.2626953125rem;left:16.3681640625rem;display:block; }
#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu { position:relative;display:none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu { border-width: 0; border-radius: 0; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .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; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .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:3.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; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:block; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { background-color: transparent; background-image: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container > .video-iframe-container { display: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row > .video-iframe-container { display: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .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); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { border-width: 0; border-radius: 0; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#pHq25Hy4mV8n2dzkNGHctsTvVOsyrP0O { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.75rem;top:21.625000953674rem;left:0rem;display:none; }
#P9N7VqhWaRco8xZuVJyz2Pb7f6wN0qtz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#dEdGQ1K46hWZi205xLQahNLsEOqdyiaI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#z1cdetbLEPRnu6JwHTpomqBCh029VBQL { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:14994;line-height:1.1;letter-spacing:0;top:5.0625rem;left:0rem;height:9.625rem;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; }
#t8heOFqr37L6LeFAmZOKsXy5vL8K0gPc { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.625rem;left:0rem;height:5rem;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; }
#Rh2n9eQF0AEwEVgyQSBmQROuytmTspx4 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.75rem;left:10.3125rem;display:block; }
#RqqbtxzV0bZRRrCSJUitiQfh2o1r5QSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4ypurNeT4Eryu300pxFgGlhlulMlNQ1 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.75rem;left:0rem;display:block; }
#ywtvGIb2qKpMzMeGTt8b5LxDAEXtyQIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHWzQfgOnCh1E3K5c2iIvgT4bB1ZyZyI { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21.75rem;left:19.75rem;display:block; }
#w6h2mCcmMaqNvC2x02GDbHxkT8skg8za { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntV1kGK1LJut3PMbanlnUp5mNQiJWCWh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:28.5625rem;left:3.625rem;height:2rem;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; }
#RnL9g8Ttpl3cuTZvHxDsAEufNQpDPrng { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28.15625rem;left:0rem; }
#kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ { box-sizing:content-box;height:34.5rem;width:34.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f43977a8-92ae-4650-9306-2ce21614f2a1/w2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:45.6875rem;display:block; }#kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ.adaptive-delivery-prevent-bg, #kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ.lazyload, #kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ.lazyloading { background-image: none; }
#PgSDoUwXsFb8EnT9GRGeTz4NnJ17MdDm { box-sizing:content-box;height:34.5rem;width:12.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-4),1));background-size:cover !important;top:0rem;left:68.3125rem;display:block; }
#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { background-color: transparent; background-image: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container > .video-iframe-container { display: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row > .video-iframe-container { display: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .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); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { border-width: 0; border-radius: 0; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Q456XucAbovHlC1uhQOeLVbGXtOtbMbN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vEaePVENJ47wyNxH3p6KQGlfM4TD8dQU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#MBUDfSBmDyO4InWpKTTm4iKXWJJZM1rP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1rem;left:15.4375rem;overflow:hidden;display:block; }
#PxQJSnFg9g8LLilw9Ng5g6UH0uXJoUXJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1.1875rem;left:60.9375rem;overflow:hidden;display:block; }
#Md85b7RgdqdAx0zgFb2VehhQy2AXems0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.3125rem;left:30.75rem;overflow:hidden;display:block; }
#VqQTNES4p9WwdrFx3TDPhK8c75kEq6FT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:0.875rem;left:46.3125rem;overflow:hidden;display:block; }
#viRDrfFfKNDBS3J3QIPIQJlxgK63Jsgp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.0625rem;left:18.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L22thT8oz5fRZIeKISkVktCp8fEPIaFu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.0625rem;left:33.6875rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PSg0F5na1cTIDeM8CFL5OeLmUflJtk4c { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.0625rem;left:64.125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aq42uP9QKV5IRKPscd5P1zHQDxFyaGW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.125rem;left:49.8125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-size:cover !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; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { background-color: transparent; background-image: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container > .video-iframe-container { display: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row > .video-iframe-container { display: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .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); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { border-width: 0; border-radius: 0; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#CXGgTNsuEmokXt42wUyeBp0ZtzQxShXr { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:14995;line-height:1.1;letter-spacing:0;top:6.25rem;left:14.71875rem;height:3.4375rem;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; }
#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 { position:relative;display:block; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 { background-color: transparent; background-image: none; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row .container > .video-iframe-container { display: none; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row > .video-iframe-container { display: none; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .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); }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 { border-width: 0; border-radius: 0; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .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; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .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:41.4375rem;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; }#FHHCRlAeL0gGfrwKFkk1C4P9Q9ftEcoS { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.9375rem;width:22.8125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#JLP9F3Ur9odPWG5SogCLUK7f3oIxTxDP { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.25rem;height:1.375rem;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; }
#sVvInmovlN44SeN64pHEoHNOSyEOnkOL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.4375rem;height:0.89355625rem;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; }
#JpqkVLw7vXQSeRUCKLxHZefJsey7x4Re { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NaNShp89e52rwqTAEukrZUNTUwCXKQak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:0.875rem; }
#qaQENFKRTKbGzdTDwAPVREnTyl39wNoc { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:1.25rem;display:block; }
#ufGwb2l4NN5DZwOpxaTTHninIXFrpcC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJv5mmXhdrTzhUX4x4881ZK5xCMEq6DQ { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:1.25rem;height:7rem;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; }
#e8OBQpNxPTUG0belCLMsJJKixCxgu2RZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:1.9375rem; }
#BRemfaoqtX0sHRI0wd1yxgiQ6WiD8NoX { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#H0unyH1d9B94hUwac3HbsURspG7mn1ci { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.875rem;width:22.8125rem;top:2.5rem;left:26.15625rem;overflow:hidden;display:block; }
#Kb6PXNb3aF7UKOkfqllRscfqR9mBAHDx { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:27.375rem;height:1.375rem;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; }
#NS8TCcVPVqGrhz6l2tFR4ih7tKJvW9LH { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:26.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#EfnXuDwkliAHkMk1rT2My5KPUVFTOXW9 { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:27.375rem;height:7rem;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; }
#qQogl3UZHDTIeLMBdsxvDKQ6OfW17lrF { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:26.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uWmp7vqrI1R9BqabBFgX09BBGP3wWUER { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:27.375rem;display:block; }
#bxNId48C9FyWiVtRNIbGsFQOd2NLtWH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edn6er1ThP0P36EgyykaPtP2kL9X9c5m { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.5625rem;height:0.89355625rem;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; }
#xCRJUNb01v36eEsl7XQndbNmM73IkTX4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:28.0625rem; }
#toExyqsIXmEBBR1F4TDFpsfu79Kf9A3P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:27rem; }
#Vc9MXJksG5ToJlsNSlDISoIsqpozqVpf { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.0625rem;width:22.8125rem;top:2.5rem;left:52.1875rem;overflow:hidden;display:block; }
#TThykVppIO5bPKFqaBOPB1PaMvSLzthA { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:53.4375rem;height:1.375rem;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; }
#C6FkLe95POTFc11ORWm8HzvIKKBvi34k { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:52.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#qqhfiZcQoU4nCBFNsanN1bIZTeeqzLA4 { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:53.4375rem;height:7rem;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; }
#SUqq57WlHtoiAWO9q0fu0nFV79tuBW1n { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:52.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Vuve6NXxh08TcF5gtzdEyUXiQJFIdTND { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:54.625rem;height:0.89355625rem;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; }
#Xlp79pSQ0O2TXSFHQMoAxyewQlelgTMt { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:53.4375rem;display:block; }
#tzt0FPm1DT37rkoMOHhzzrkO5gDihkDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7ySh6zJWHBLQkAtS9sRKcvrnLHn11qR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:54.125rem; }
#OsmPcyI9LPgqoG14yuwy3oS8gUSJ1s9C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:53.0625rem; }
#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW { position:relative;display:block; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW { background-color: transparent; background-image: none; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row .container > .video-iframe-container { display: none; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row > .video-iframe-container { display: none; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .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); }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW { border-width: 0; border-radius: 0; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .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; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .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:40.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ir9MohiCUgu8ooqz4LgtFCpZISRz8CEh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17rem;width:22.8125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#xIrhhXaLX1SvfNMMA4Sp89LyqHOtOsTL { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.28125rem;height:1.375rem;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; }
#uM1Cqh4HzQoc0l1ZvatDw8xuDmRcBZcu { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:0.03125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#lyvlSpkgNfwML0Ud7lwuuAwE4enbuW84 { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:1.28125rem;height:7rem;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; }
#sbdfw5PEDLUSUZQN7Ps7FULxNLoekfqT { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:0.03125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aKXtF0KmJbNDSLEr3Grrig64n8ZwApDJ { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:1.28125rem;display:block; }
#PKQw95erKkfb81u054n0x7SRc3cbvaFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phh3MTTQIQ1a5NGqhMfoFu0Z6KTsNyp0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.46875rem;height:0.89355625rem;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; }
#iabmyKyhVByfOVehZKJ8HSiermtTNxFq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:1.96875rem; }
#lIwZn4namd9qPtwbLBJQL4T2FhTV4HUH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:0.90625rem; }
#e66aOPWz6lQreDTiWU64CAMdOSBkcseb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:1.9375rem; }
#c6V36TETrzxuTethACi93uO3v2MM2Rib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:0.875rem; }
#JuSr3ZTa5meGeZEgCKAZHGtVJBQPaONa { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17rem;width:22.8125rem;top:2.5rem;left:26.125rem;overflow:hidden;display:block; }
#OSDVqg4kL636lBczpMcZUNvRWuVI36ey { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:26.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#xzGVo1FfcvKGoDew5kAeTHoK1OiStThc { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:27.375rem;height:1.375rem;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; }
#qVVSuM1DFS6nRrCEVWmoogcg48TwMzNJ { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:27.375rem;height:7rem;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; }
#g8TFhvybnLwnROMMbDgPGBFm5erCHlxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.5625rem;height:0.89355625rem;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; }
#y3egRqi9y324uFvXZWrylRZdBHSTgzA9 { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:26.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#S37O2GsEmQUKKWSRQthBOunAqPUM0vUT { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:27.375rem;display:block; }
#KelgL9M9sgiFSRezDyaZEZuFMVZITOTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8lpo3k7SrqZmb7edmTA5GS99y2Z38Ta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:28.0625rem; }
#NtqJBWChTgNWsEkL6gJNnCUSH0GvZ5bZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:27rem; }
#VMTL5FQdpc2piKDSkdr8C80QpGm6xFQw { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.375rem;width:22.8125rem;top:2.5rem;left:52.1875rem;overflow:hidden;display:block; }
#rSUJhoOCD5Tmx18Hz7NGHsPanXnimid2 { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:52.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#IMAqvF6KIr60uhbL9ppSV2eptQvyZxnm { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:52.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pFElvPXvxETdtuTJQAZ596iZ9Aodz8O9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:54.625rem;height:0.89355625rem;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; }
#VN43d0BGLx3POaTW8F8FoasnNqyKH5Pp { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:53.4375rem;height:1.375rem;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; }
#EZpuTrqHCkOliCLu3DfaDyBd0wP17bzk { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:53.4375rem;height:7rem;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; }
#Hai3hrR75Dsz6e1OSroKuLoZMe8zHXbN { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:53.4375rem;display:block; }
#XTw4hlw8t7WGmyTyVpiqOWHMK1bxlycL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOAkXUHCnRkDMw9ZKIF5woZdpSnS4nli { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:54.125rem; }
#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx { position:relative;display:block; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx { background-color: transparent; background-image: none; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row .container > .video-iframe-container { display: none; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row > .video-iframe-container { display: none; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .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); }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx { border-width: 0; border-radius: 0; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .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; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .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:40.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l7xhzIFhCAvm0ThqVuZ9IaRC28fTIDqk { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17rem;width:22.8125rem;top:2.5rem;left:52.125rem;overflow:hidden;display:block; }
#MtdoEk5IgnhbXx5HGE5J1qK11TgFlAGs { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:52.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#UfHKOkia0cnyeePlde0WlTcdm69f722x { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:53.4375rem;height:1.375rem;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; }
#H8RHZDJfJ5GURS57oVxewZtFQ09xiVBM { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:53.4375rem;height:7rem;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; }
#QTl0DqQcGSt0zcHlGHOlphmNJ2NMJffC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:54.625rem;height:0.89355625rem;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; }
#dkfwRgmgUKU6HVTiDUzy2JuPFlwloIX6 { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:52.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Jf2VmT8ArVrFmTv8aweUP84DZVXyJAX0 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:53.4375rem;display:block; }
#pvRNcyB3f2TxpOnXmV5pTDNyHzTJTw4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC2PyKQuAJPhRhrQB4l5FHUtJaNao1Wy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:54.125rem; }
#mblJ9DXmHXaMwdfdAhqdoQ3l3rknZvrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:53.0625rem; }
#OzbNLvaV0scEaVUG5kih98PRdlCGQTdb { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#PFMD2Oyu5IaF4pPii6a1Jn5B6M0UG6Bd { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:1.25rem;height:7rem;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; }
#Awp28K0bE8ZRH2JsT7KkmRhgAt1ZRPbS { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.25rem;height:1.375rem;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; }
#PFpOfR2hyeK4T1FB7vKUtm63rEULGPy0 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:1.25rem;display:block; }
#U1Iq2tlenscv2zzeZ3bekz0SUPXfZ9G5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubeN6CmW74PTB0HliqLpmsGUMgqn3VTm { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.9375rem;width:22.8125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#goVpqXn5UVCqE0aSNQ2gszN3gbOAeDpD { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fgl81TruWsN7c7Z7JtzWTdUQDcU95G7m { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.4375rem;height:0.89355625rem;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; }
#X0NUTuTVb1q92ORc0S15tg0ySbU4hwWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:1.9375rem; }
#N6yUTkQ5eix7PtWnl0T8irzXPlwt5USU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:0.875rem; }
#ubzWKPeFk8c2duaNplvTJf5iVoiRkLlb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17rem;width:22.8125rem;top:2.5rem;left:26.0625rem;overflow:hidden;display:block; }
#suTTM91AiDPrGOXqUEUOPNDfBRe4Eyp0 { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:26.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#glFC2XMqg91BKgsWowbTJETqMmbmOfKQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:27rem; }
#UT7NrragcqTc7TSUUmQuAk1ATrIBlKKI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.5625rem;height:0.89355625rem;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; }
#JdfHCif8xe92y1C1ggdSw6wDZnEzFu5I { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:26.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#fQ6NcmZ2mTX8qRGnzHiorQBkUEPb8ekO { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:27.375rem;height:1.375rem;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; }
#UqqnlsCnfuO9ecWl4QV2Jp8oATOJaOVC { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:27.375rem;height:7rem;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; }
#AgSSrF6lZlxt1nITz08wRyXFaOJ3Gpna { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:27.375rem;display:block; }
#twZmvyaSAsu2CTxcFszGBx8ETteRzT0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iveJaEGaGSsKnZLkVi87KTqddqClr9dZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:28.0625rem; }
#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 { position:relative;display:block; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 { background-color: transparent; background-image: none; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row .container > .video-iframe-container { display: none; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row > .video-iframe-container { display: none; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .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); }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 { border-width: 0; border-radius: 0; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .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; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .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:40.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DaDeHDOLhWIgg5gaNcLW9wqvQ1atAGUZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17rem;width:22.8125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#IQfIwCSNlQuk6bUEiIZEXa8SktHGLd7a { box-sizing:content-box;height:17.375rem;width:22.8125rem;position:absolute;display:block;z-index:14997;background-color:#e7edf8;background-image:none;top:19.4375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#FbbPg0THdLVmVb5c6pksBKqx19eS8otX { color:rgba(var(--color-primary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.25rem;height:1.375rem;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; }
#rGFW9eEkGOZ2FP6uXT5bt5I8Dqv5HoS2 { color:#232323;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.25rem;left:1.25rem;height:7rem;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; }
#EXLGpL9xI3zHIzhTiwAqEuhfzI3z3DN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.4375rem;height:0.89355625rem;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; }
#Kc9MSnNfJrAhTGZaJO3u1gerHukv9Uzf { box-sizing:content-box;height:1.5rem;width:11.9375rem;position:absolute;display:block;z-index:15024;background-color:#0068ff;background-image:none;top:2.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#FfCFckbZptT5cD1X9iiQElHCLzeFXd8X { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.75rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:1.25rem;display:block; }
#G9p4Esearxsl7XLfD4y5f67r1JSyI4Tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHe0LOcXJs1tzalfHZ5Z3lWQv4Uy3kr2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0625rem;left:1.9375rem; }
#MWgTPsCOp4FQwS4vbzJqK3covh9W5FN5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.625rem;left:0.875rem; }
#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI { background-color:#ffffff;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; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { background-color: transparent; background-image: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container > .video-iframe-container { display: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row > .video-iframe-container { display: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .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); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { border-width: 0; border-radius: 0; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#IJ6mgo30bPqCiAPMw0tskDKu4Zlbk1Os { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:14995;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.6494125rem;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; }
#RGo95PlSRnyKMKEK5cTnHMNFivxyOUA6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.5rem;left:63.375rem; }
#EhdolIe2vM3gVHx1AD8hZOrqeGi3NdH3 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:62.6875rem;display:block; }
#rAAbzM7PXCLDZlCerukvoA0s3Ut0figW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e7edf8, rgba(var(--color-tertiary-0),1));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; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { background-color: transparent; background-image: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container > .video-iframe-container { display: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row > .video-iframe-container { display: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .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); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { border-width: 0; border-radius: 0; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:18.3125rem;left:5.125rem;height:6.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn li:before{  }
#aUBVnq1Ty7v3pIRxgHo8LD4w7CGmimQO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.6875rem;left:5.125rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BHAob2cUTVabcnIs3L0Zd4Muz9NCtd9o { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#003c96;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.4375rem;left:5.125rem;display:block; }
#CzswThoRn9qdMrLBEOWarQWocUDOJ02m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9XWrG96sqMfebHATBkyhBIihbUT6kaP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yT0X6KIIUVJUpNBSM8gx7s1irXBPp99J { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.0625rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.0625rem;left:5.125rem;display:block; }
#wLkC7op4B4MVqKTfHqWl2QW1TQyMuJ8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTZdyyD9iyQvVNPp11VPLNGnm45EpZeb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:2.4;letter-spacing:0;top:29.1875rem;left:23.6875rem;height:1.94986875rem;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; }
#IH56UxWmz63BATiXb1H9V772QfEApp4f { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.875rem;left:22.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#rKQdFAumkE79QPahU2vLoDkaJ8OOCf5l { box-sizing:content-box;height:33.625rem;width:66.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:4rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hqcqb01QZJBZ3pegR90Oos5Qh93prwTV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.125rem;left:19.4375rem;display:block; }
#nPzEr46l66ve3yfDnCiRDdVbNoGuzgqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cA8itNb1eglGP6bSLudSMbPrBENHX8ac { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5625rem;width:42.5625rem;top:-6.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { background-color: transparent; background-image: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .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); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { border-width: 0; border-radius: 0; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { color:rgba(var(--color-tertiary-0),1);display:block;width:3.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.1375007629394rem;left:4.5625009536743rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { color:rgba(var(--color-tertiary-0),1);display:block;width:2.0625rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:16.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.125rem;left:20.125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:35.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.125rem;left:39.5rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0625rem;left:54.187497138977rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.25rem;left:58.374997138977rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK { position:relative;display:none; }#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK { border-width: 0; border-radius: 0; }#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK > .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; }#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pzIQXpdsObEN2gPPb5mCsyrptHINpoNs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4rem;top:1.25rem;left:12.5625rem;overflow:hidden;display:block; }
#ac6THkVk6F0LnKNyZ8wRQqbyZq6NqMK2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:1.25rem;left:8.375rem;overflow:hidden;display:block; }
#TUTMUdiSDRxnyq55UVF2bWr0GvTQCOzs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.75rem;top:4.375rem;left:9.0625rem;overflow:hidden;display:block; }
#CLvTsdOMQwRdi5xu20mEGxn8NHn9xQxO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.75rem;top:4.375rem;left:11.125rem;overflow:hidden;display:block; }
#wAZbfcH1L8JBkuG3WaXTrwmlc3CtSTLT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.75rem;top:4.375rem;left:13.875rem;overflow:hidden;display:block; }
#ltEtJJsCXZHTFI42TvkhPKIRFDcDi7IT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:1.25rem;left:4.1875rem;overflow:hidden;display:block; }
#nIZ5c86A3qy1PyBESsLNbRFOdyBQGCGR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4rem;top:4.375rem;left:4rem;overflow:hidden;display:block; }
#ysIiZ5ANBD3g7ohT4mOtlyzTaLwEou9M { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:4.375rem;left:6.875rem;overflow:hidden;display:block; }
#fTFaI6MhuVo5AExTruHSAikrnDmxqsev { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#VDlmS1NzTTN9UTgpNifuCs2heflKflhw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM { position:relative;display:none; }#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM { border-width: 0; border-radius: 0; }#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM > .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; }#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kyWrdfM2lq2WTIZqBX7fyNLiltnvKKwT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#Smd8aIergGqcsMsegby6vzcwNTuaOTDD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.3125rem;top:2.5625rem;left:3.625rem;overflow:hidden;display:block; }
#BpD00VBxrUAbqkC8vHP7TW5vmEL1b39H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.75rem;top:2.5625rem;left:5.9375rem;overflow:hidden;display:block; }
#khHzmJF6QuXaZRku5eFOvIiU9WmroAIE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.75rem;top:2.5625rem;left:7.6875rem;overflow:hidden;display:block; }
#u9eEe4KwJUy9TLvXMCuRT9ZinoPu8T3m { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.75rem;top:2.5625rem;left:9.4375rem;overflow:hidden;display:block; }
#SlcRVB3zoJM3gOgh5BsiL15h1BBpBkdv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:2.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#gJ5bLFJTH09QM8csm05uvltPrHAT7tC9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.6875rem;top:3rem;left:12.9375rem;overflow:hidden;display:block; }
#x25GiIfRS7sPh68NHXPbnQZMmFLJky40 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.25rem;top:3rem;left:14.625rem;overflow:hidden;display:block; }
#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c { position:relative;display:none; }#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c { border-width: 0; border-radius: 0; }#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c > .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; }#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#utg4l8TMqlSkPXGE07fItOrlJFagt3O0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:0rem;overflow:hidden;display:block; }
#WVKOoykPsXP5kXD2M1oFWmRo1MusNrEc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:4.1875rem;overflow:hidden;display:block; }
#Bvf6RbGF6ADhtSVJFyx0KNpvhvdXvBJD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:8.375rem;overflow:hidden;display:block; }
#TKklpLm7ENTPNS5kdnZstMIWIb2Ri69M { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:11.625rem;overflow:hidden;display:block; }
#O0KUW6U3UPMRdNxGTl0kVTNLrLrUEScw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:15.8125rem;overflow:hidden;display:block; }
#gc3MZg6pT5UL3oFUHo6sbMaziOiT52SC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:19.3125rem;overflow:hidden;display:block; }
#O5tDytNZsXvnb4nPRvutpzpaRfem91s7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:3.09375rem;left:23.5rem;overflow:hidden;display:block; }
#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE { position:relative;display:none; }#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE { border-width: 0; border-radius: 0; }#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE > .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; }#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lsglDoAh2L764re7A1gu3vfPpQ2x5uWU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.1875rem;top:3.09375rem;left:0rem;overflow:hidden;display:block; }
#XICcetw79AoIEHyQnUDrpGT8OVkDhRa4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.1875rem;top:3.09375rem;left:2.75rem;overflow:hidden;display:block; }
#DcrBV0NQ4FrP4e5i7aUmo8txCfo3kQbV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.125rem;top:3.46875rem;left:6.9375rem;overflow:hidden;display:block; }
#IzyC9F8svVVMwB6O69ulTJbdiqMkNxxF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.125rem;top:3.46875rem;left:9.5rem;overflow:hidden;display:block; }
#VHT4LoWNST4TckHVNRgbLIUpn1gkT6Ph { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.6875rem;top:3.65625rem;left:12.625rem;overflow:hidden;display:block; }
#BbZcknUh04B3FeeTxfV0n4wkCUIRCtHV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.375rem;top:3.65625rem;left:15.3125rem;overflow:hidden;display:block; }
#z54bJ62CH5DODoiXG6DOJghspezewZkd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.125rem;top:3.65625rem;left:17.25rem;overflow:hidden;display:block; }
#TMA2tvQaO7iokVFSutKAiIrbZGwzWdlN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:4.03125rem;left:20.125rem;overflow:hidden;display:block; }
#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl { position:relative;display:none; }#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl { border-width: 0; border-radius: 0; }#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl > .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; }#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JGVZrMWgVxhhyQO5JSxoPumCeJGHm66L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.875rem;top:3.09375rem;left:0rem;overflow:hidden;display:block; }
#ViFoaz74iDcSETAN6mCWzLqfPhgz8q6f { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.875rem;top:3.09375rem;left:2.875rem;overflow:hidden;display:block; }
#m1EDOFqh9RXFmtpvrBM3oH3SAGBP4b5T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.75rem;top:3.3125rem;left:4.875rem;overflow:hidden;display:block; }
#pLTgbBCcZ4q7N5vLia1VJsKDi5um2wEu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.75rem;top:3.65625rem;left:6.625rem;overflow:hidden;display:block; }
#QAF76Vznx2KTI1kfAOcsryyQFLWT2asV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.625rem;top:3.65625rem;left:8.375rem;overflow:hidden;display:block; }
#JUKKqGzIshbnh7QZg2Wksn0TKTxh32Xo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.6875rem;top:4rem;left:10rem;overflow:hidden;display:block; }
#xUJv6TI6I5TyJtAq1bBBvU51FDqnHMxA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.6875rem;top:4.03125rem;left:11.6875rem;overflow:hidden;display:block; }
#uSqgpG6nVGrcTToREVmL7a1GpdUwkppt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.5rem;top:4.03125rem;left:13.375rem;overflow:hidden;display:block; }
#gbCn7IipT8ImE5AtBasuZSq88mLz19aV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.6875rem;top:4.03125rem;left:14.875rem;overflow:hidden;display:block; }
#WVxAD7F6Zx0ozKvWkizBR4RTHItDmiWk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.5rem;top:3.71875rem;left:16.5625rem;overflow:hidden;display:block; }
#AkJaBP6TTdbSimEzXlcRNQC0fXAaCWqT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.5rem;top:3.71875rem;left:19.0625rem;overflow:hidden;display:block; }
#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv { position:relative;display:none; }#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv { border-width: 0; border-radius: 0; }#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv > .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; }#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv > .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:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Xr6Zb9UxSWMfZoG9FNNSJwJvAcH4K0PH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.375rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#vpZvU80v0OIEXOWztJ1v70xO1NBD3gm9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.125rem;top:2.71875rem;left:2.5625rem;overflow:hidden;display:block; }
#efIPrQFv8zzZwviLGRgq1mhQ0qxkyxwp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.125rem;top:2.71875rem;left:6.375rem;overflow:hidden;display:block; }
#S1BRhyNhP5Kchc7Rsh5NcCTcg8B7MXBM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:1.75rem;top:2.375rem;left:9.5rem;overflow:hidden;display:block; }
#E2KTWgt9m1d1b3IfsgD0QLo6OVTf9N8A { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.3125rem;top:2.375rem;left:12.1875rem;overflow:hidden;display:block; }
#TR28HVb31Rm8qREi8H1VRhd8fFZ4mGsv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.3125rem;top:3rem;left:12.8125rem;overflow:hidden;display:block; }
#q70uUs2uUWAoElvZPNOUvKo5vxfqsQBm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.3125rem;top:3.625rem;left:13.4375rem;overflow:hidden;display:block; }
#SWBgdXU97I4Xu0B26ITlaW2Nl6VTM7Lg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.3125rem;top:3.28125rem;left:16.5625rem;overflow:hidden;display:block; }
#nkEisCR2DlHKU6SZtazC0iq0RAMxosca { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.3125rem;top:3.28125rem;left:19.75rem;overflow:hidden;display:block; }
#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD { position:relative;display:none; }#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD { border-width: 0; border-radius: 0; }#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD > .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; }#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD > .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:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xMmMXhJT8csiqVtPJJCpC0BS5mgXP3Am { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.5625rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#k2I0U41By1OxwAAWfsv2B59Aof6kPv4e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.5625rem;top:1.75rem;left:4.5625rem;overflow:hidden;display:block; }
#DIyumkMSHXST9SABm4DVFol53Zf4pyqV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.4375rem;top:1.1875rem;left:10.125rem;overflow:hidden;display:block; }
#UuS10UDUJ9p9kW8E2ZRvHKTTkmog0V1N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.4375rem;top:1.75rem;left:11.5625rem;overflow:hidden;display:block; }
#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB { position:relative;display:none; }#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB { border-width: 0; border-radius: 0; }#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB > .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; }#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB > .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.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:none; }#KwXt8aTQI8DTZXQoMtI5KxFZ7V4vktFD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.8125rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#JH5O3hHLS7kh5HXJQvEM8gbJArFObBui { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:1.4375rem;top:1.0625rem;left:5.5625rem;overflow:hidden;display:block; }
#wx6OzPTusFL1TPtnpKaC0msF1t5qRiv5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.5625rem;top:1.40625rem;left:7rem;overflow:hidden;display:block; }
#k9mTLFQuKqAQxqUyvppO6FMQpVI71wh2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.25rem;top:1.0625rem;left:11.5rem;overflow:hidden;display:block; }
#GPPDUHU3WOOOS2xGFIpkSEeKBsoFeRwr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.25rem;top:1.25rem;left:13.5625rem;overflow:hidden;display:block; }
#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw { position:relative;display:none; }#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw { border-width: 0; border-radius: 0; }#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw > .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; }#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XgTwEEgbyiugfJxoXTq03Iy3oBm1TR99 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#vrcqSTmli0wa2DooIt5AmBJWkXUlLXwf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.25rem;top:1.0625rem;left:7.25rem;overflow:hidden;display:block; }
#ueJBKh6OkDrKTRef6D3CifKQBEmyJkS2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.25rem;top:1.5rem;left:12.75rem;overflow:hidden;display:block; }
#d4vmz8M5QtzfFKB7yQRFbOST6pJ9C5WW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:2.25rem;top:1.0625rem;left:18.875rem;overflow:hidden;display:block; }
#q1dacAsbmD4qE7o6SIG6bJtdlkmiJtcu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:2.25rem;top:1.5rem;left:21.125rem;overflow:hidden;display:block; }
#tUnV8VR3utFcoGnsfgJfTlZTq5R9qq3b { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.1875rem;top:1.0625rem;left:24.9375rem;overflow:hidden;display:block; }
#X0tOiXRa1OV8RGLQscQkE7U6UGxfJP0A { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.9375rem;top:1.71875rem;left:30.125rem;overflow:hidden;display:block; }
#E7QLPr0t6NghkIXJeTWE1JMPqEt4iurf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.9375rem;top:1.71875rem;left:35.03125rem;overflow:hidden;display:block; }
#COnqt9D7FhAc9sCcaZScmshakvQM4VLJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.9375rem;top:2.15625rem;left:39.96875rem;overflow:hidden;display:block; }
#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc { position:relative;display:none; }#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc { border-width: 0; border-radius: 0; }#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc > .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; }#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E5wRTAZAR1yRaQRQ3EKnEMf5BMJWv1ut { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#peTQRcQtnpfyvn4iCQvDFO9Quu3nGGlf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.5rem;top:1.0625rem;left:7.25rem;overflow:hidden;display:block; }
#mwIwaKKkk4aJ72k2peStGDLOmseydSBn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.5rem;top:1.0625rem;left:8.75rem;overflow:hidden;display:block; }
#gNPN0ucHDDmWT6dlPMUsXDCbW85KooXU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.5rem;top:1.6875rem;left:9.375rem;overflow:hidden;display:block; }
#hcbxHdxyueV30OWgBkO71FX2BXCTbLKb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.5rem;top:1.875rem;left:10.875rem;overflow:hidden;display:block; }
#wT73OFURzf56kpuU7B3lOy96tO3aNs9P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2rem;top:1.15625rem;left:12.375rem;overflow:hidden;display:block; }
#vIm0LiSIIuBWy0BLD5xCAbJWf3rdcQqa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.875rem;top:1.375rem;left:15.125rem;overflow:hidden;display:block; }
#Q7l4Lk01rZ0ypKkSCcQBvyAi3yf87U7o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.25rem;top:2rem;left:15.75rem;overflow:hidden;display:block; }
#s2BV0C2GearFKxszSziOsgX01acS7MME { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.75rem;top:2.625rem;left:16.375rem;overflow:hidden;display:block; }
#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O { position:relative;display:none; }#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O { border-width: 0; border-radius: 0; }#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O > .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; }#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i0TsiqWkp7rwcTiqXR57JFc0yCkxryKM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#CFDfFaQv90Gogx3yPPEmqx53ZlCX1UTe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.375rem;top:1.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#m7dxnHASyotlMTFJ5PZaogiGwc819lVQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.375rem;top:1.0625rem;left:6.625rem;overflow:hidden;display:block; }
#STfrcD7ZJSyTQOcnGT4ZKIOpZOevT7UF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.4375rem;top:1.09375rem;left:9.625rem;overflow:hidden;display:block; }
#i88CgP3FPtVWzvAW0v4kHyJcCxp6hce0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.4375rem;top:1.09375rem;left:12.625rem;overflow:hidden;display:block; }
#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k { position:relative;display:none; }#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k { border-width: 0; border-radius: 0; }#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k > .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; }#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ne04QAE9Xlhp64GVIuUIvOzZoc5X0XgK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.5rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#m52vh8Zq0tNB9cGmZwKtZhVDgyTQvKT4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.5rem;top:1.0625rem;left:2.5rem;overflow:hidden;display:block; }
#BxWoZNKkbbre69oQFElMAokOE6UvAAxE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.5rem;top:1.3125rem;left:5rem;overflow:hidden;display:block; }
#Fpm3fPgXeIVw0QLeOM55Nz8VgGxn4Hw8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:1.40625rem;left:7.5rem;overflow:hidden;display:block; }
#T6RX1mwqXngUHWPG2lApZR7LTrUcbZLx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.625rem;left:10rem;overflow:hidden;display:block; }
#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s { position:relative;display:none; }#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s { border-width: 0; border-radius: 0; }#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s > .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; }#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#guIHCamZ4o7NwwM5zaJ9lVe4gZ2nZPUo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#gxWn9hPHR5s9zb7x5bNAc5I0V8J6d1Z5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:1.0625rem;left:2.5rem;overflow:hidden;display:block; }
#ci9CppHUTcmcXZLiThhZT1VneLbHQWl0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.5rem;top:1.15625rem;left:5rem;overflow:hidden;display:block; }
#IQBTaE1SE7LxOnTeqQg8thAV1JiXAe1r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.375rem;top:1.5625rem;left:7.5rem;overflow:hidden;display:block; }
#aClRC6rcD6ORHcI4cZCMPJqe2s5S6uua { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.125rem;top:2.1875rem;left:8.125rem;overflow:hidden;display:block; }
#an6E5VMou3fR6kqTQPFe9c0cVO0LJnJJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.0625rem;top:2.125rem;left:10.25rem;overflow:hidden;display:block; }
#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs { position:relative;display:none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs { border-width: 0; border-radius: 0; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .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; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:block; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { background-color: transparent; background-image: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .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); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { border-width: 0; border-radius: 0; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#gDxFNawDocVx4287MgazSHHWAu4Xv1mB { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:24.625rem;top:7.25rem;left:2.095703125rem;overflow:hidden;display:block; }
#UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8rem;left:30.9375rem;height:3.23095625rem;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; }
#eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.39);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.39);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.39);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.39);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.6875rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.625rem;left:30.9375rem;display:block; }
#FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.3125rem;left:30.9375rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.75rem;top:21.625000953674rem;left:0rem;display:none; }
#Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:26.875rem;top:5.770833375rem;left:0.97134032441194rem;overflow:hidden;display:block; }
#na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { box-sizing:content-box;height:3.875rem;width:8.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6277929b-da45-48ec-9223-e0529031c5a8/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.25rem;left:30.937500953674rem;display:block; }#na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.adaptive-delivery-prevent-bg, #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.lazyload, #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.lazyloading { background-image: none; }
#dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { box-sizing:content-box;height:3.0625rem;width:4.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4a7e9ecd-a4b8-4758-9705-e15b6778c4d6/download20241220T160035233.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.78125rem;left:52.5615234375rem;display:block; }#dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.adaptive-delivery-prevent-bg, #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.lazyload, #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.lazyloading { background-image: none; }
#bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { box-sizing:content-box;height:4.6875rem;width:5.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84286042-e1f4-4185-91db-4342032a859f/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.84375rem;left:64.1865234375rem;display:block; }#bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.adaptive-delivery-prevent-bg, #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.lazyload, #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.lazyloading { background-image: none; }
#iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { box-sizing:content-box;height:4.625rem;width:6rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1fef9b74-ecf7-4236-ac7c-75226f759ca7/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.5517578125rem;left:57.7490234375rem;display:block; }#iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.adaptive-delivery-prevent-bg, #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.lazyload, #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.lazyloading { background-image: none; }
#fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { box-sizing:content-box;height:5.0625rem;width:5.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d996e589-cd7c-4ed7-9781-3381acd40fef/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.65625rem;left:46.177083015442rem;display:block; }#fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.adaptive-delivery-prevent-bg, #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.lazyload, #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.lazyloading { background-image: none; }
#WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { box-sizing:content-box;height:4.25rem;width:7.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64bbd741-e75d-447e-8efe-4134dcdffee8/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.0625rem;left:39.187500953674rem;display:block; }#WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.adaptive-delivery-prevent-bg, #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.lazyload, #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.lazyloading { background-image: none; }
#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p { background-color:rgba(var(--color-primary-2),1);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; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { background-color: transparent; background-image: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container > .video-iframe-container { display: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row > .video-iframe-container { display: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .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); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { border-width: 0; border-radius: 0; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#mQ81FxgmTFDc8wAhJWe6Q9MMJ44EhtEk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.5rem;top:2.8125rem;left:32.25rem;overflow:hidden;display:block; }
#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 { background-color: transparent; background-image: none; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row .container > .video-iframe-container { display: none; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row > .video-iframe-container { display: none; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .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); }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 { border-width: 0; border-radius: 0; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .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; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WLmr9dnK7PGrJzAGypwpTfgaTe3DBNAU { background-color:rgba(var(--color-secondary-3),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#LTIXKhWkuAbO5oQKZaOIpMGBI1LylVLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdUi3i2Op5TJWNXpRF2ZwM10KRuagTrr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #0054d0);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #0054d0);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #0054d0);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #0054d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0054d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0054d0' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #0054d0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:58.75rem;display:block; }
#m1OCxsUq7HkhvPrEW5VckzpJIwJblcJX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IoFvVgSDWu72i9bsiJRKka6AbmLEMWhX { box-sizing:content-box;color:#0054d0;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0rem;left:68.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XqycdqCbw36WbclqCeoeChfLQvIODt8M { display:block; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvFCS4kwrU7NSk8FDX9tDdftME4xQ7yd { width:14rem;height:4rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBTqpLDqgm5C514fLnpxcZOmqff8iN2G { width:15.125rem;height:2.0625rem;top:3.8125rem;left:4.2373046875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRMetIXLEifRL0O5CvkyNvw2w27hxMA9 { width:0.0625rem;height:4.75rem;top:3.25rem;left:2.7431640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu { display:none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RtXtd60vdZRr2T1TRii32i3KC40dB67n { display:block; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHq25Hy4mV8n2dzkNGHctsTvVOsyrP0O { width:26.75rem;height:12.5rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9N7VqhWaRco8xZuVJyz2Pb7f6wN0qtz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEdGQ1K46hWZi205xLQahNLsEOqdyiaI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1cdetbLEPRnu6JwHTpomqBCh029VBQL { width:45.5625rem;height:9.625rem;top:5.0625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8heOFqr37L6LeFAmZOKsXy5vL8K0gPc { width:35.6875rem;height:5rem;top:15.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh2n9eQF0AEwEVgyQSBmQROuytmTspx4 { width:8.8125rem;height:2.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqbtxzV0bZRRrCSJUitiQfh2o1r5QSB { display:block; }
 }@media only screen and (max-width: 763px) { #w4ypurNeT4Eryu300pxFgGlhlulMlNQ1 { width:9.6875rem;height:2.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywtvGIb2qKpMzMeGTt8b5LxDAEXtyQIX { display:block; }
 }@media only screen and (max-width: 763px) { #HHWzQfgOnCh1E3K5c2iIvgT4bB1ZyZyI { width:8.8125rem;height:2.0625rem;top:21.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6h2mCcmMaqNvC2x02GDbHxkT8skg8za { display:block; }
 }@media only screen and (max-width: 763px) { #ntV1kGK1LJut3PMbanlnUp5mNQiJWCWh { width:18.1875rem;height:2rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnL9g8Ttpl3cuTZvHxDsAEufNQpDPrng { width:2.8125rem;height:2.8125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ { width:34.75rem;height:34.5rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgSDoUwXsFb8EnT9GRGeTz4NnJ17MdDm { width:12.25rem;height:34.5rem;top:0rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B { display:block; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q456XucAbovHlC1uhQOeLVbGXtOtbMbN { width:7.75rem;height:1.4375rem;top:2.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEaePVENJ47wyNxH3p6KQGlfM4TD8dQU { width:2.6875rem;height:2.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBUDfSBmDyO4InWpKTTm4iKXWJJZM1rP { width:2.6875rem;height:2.6875rem;top:1rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQJSnFg9g8LLilw9Ng5g6UH0uXJoUXJ { width:2.6875rem;height:2.6875rem;top:1.1875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md85b7RgdqdAx0zgFb2VehhQy2AXems0 { width:2.3125rem;height:2.3125rem;top:1.3125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQTNES4p9WwdrFx3TDPhK8c75kEq6FT { width:2.6875rem;height:2.6875rem;top:0.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viRDrfFfKNDBS3J3QIPIQJlxgK63Jsgp { width:8.0625rem;height:1.4375rem;top:2.0625rem;left:5.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L22thT8oz5fRZIeKISkVktCp8fEPIaFu { width:8.875rem;height:1.4375rem;top:2.0625rem;left:20.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSg0F5na1cTIDeM8CFL5OeLmUflJtk4c { width:10.875rem;height:1.4375rem;top:2.0625rem;left:36.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq42uP9QKV5IRKPscd5P1zHQDxFyaGW3 { width:7.0625rem;height:1.4375rem;top:2.125rem;left:36.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT { display:block; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXGgTNsuEmokXt42wUyeBp0ZtzQxShXr { width:45.5625rem;height:3.4375rem;top:6.25rem;left:1.09375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srfcGUgRE365J463ELuCSIGpQnh7Pqb5 { display:block; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHHCRlAeL0gGfrwKFkk1C4P9Q9ftEcoS { width:22.8125rem;height:16.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLP9F3Ur9odPWG5SogCLUK7f3oIxTxDP { width:20.625rem;height:1.375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvInmovlN44SeN64pHEoHNOSyEOnkOL { width:9.125rem;height:0.875rem;top:2.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqkVLw7vXQSeRUCKLxHZefJsey7x4Re { width:11.9375rem;height:1.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNShp89e52rwqTAEukrZUNTUwCXKQak { width:1.0625rem;height:1.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaQENFKRTKbGzdTDwAPVREnTyl39wNoc { width:10.75rem;height:2.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufGwb2l4NN5DZwOpxaTTHninIXFrpcC3 { display:block; }
 }@media only screen and (max-width: 763px) { #pJv5mmXhdrTzhUX4x4881ZK5xCMEq6DQ { width:21.5625rem;height:7rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8OBQpNxPTUG0belCLMsJJKixCxgu2RZ { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRemfaoqtX0sHRI0wd1yxgiQ6WiD8NoX { width:22.8125rem;height:17.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0unyH1d9B94hUwac3HbsURspG7mn1ci { width:22.8125rem;height:18.875rem;top:2.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6PXNb3aF7UKOkfqllRscfqR9mBAHDx { width:20.625rem;height:1.375rem;top:20.625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8TCcVPVqGrhz6l2tFR4ih7tKJvW9LH { width:22.8125rem;height:17.375rem;top:19.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfnXuDwkliAHkMk1rT2My5KPUVFTOXW9 { width:21.5625rem;height:7rem;top:23.25rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQogl3UZHDTIeLMBdsxvDKQ6OfW17lrF { width:11.9375rem;height:1.5rem;top:2.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWmp7vqrI1R9BqabBFgX09BBGP3wWUER { width:10.75rem;height:2.625rem;top:31.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxNId48C9FyWiVtRNIbGsFQOd2NLtWH2 { display:block; }
 }@media only screen and (max-width: 763px) { #edn6er1ThP0P36EgyykaPtP2kL9X9c5m { width:9.125rem;height:0.875rem;top:2.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRJUNb01v36eEsl7XQndbNmM73IkTX4 { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toExyqsIXmEBBR1F4TDFpsfu79Kf9A3P { width:1.0625rem;height:1.0625rem;top:2.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc9MXJksG5ToJlsNSlDISoIsqpozqVpf { width:22.8125rem;height:20.0625rem;top:2.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThykVppIO5bPKFqaBOPB1PaMvSLzthA { width:20.625rem;height:1.375rem;top:20.625rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FkLe95POTFc11ORWm8HzvIKKBvi34k { width:22.8125rem;height:17.375rem;top:19.4375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhfiZcQoU4nCBFNsanN1bIZTeeqzLA4 { width:21.5625rem;height:7rem;top:23.25rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUqq57WlHtoiAWO9q0fu0nFV79tuBW1n { width:11.9375rem;height:1.5rem;top:2.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuve6NXxh08TcF5gtzdEyUXiQJFIdTND { width:9.125rem;height:0.875rem;top:2.75rem;left:31.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp79pSQ0O2TXSFHQMoAxyewQlelgTMt { width:10.75rem;height:2.625rem;top:31.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzt0FPm1DT37rkoMOHhzzrkO5gDihkDr { display:block; }
 }@media only screen and (max-width: 763px) { #N7ySh6zJWHBLQkAtS9sRKcvrnLHn11qR { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsmPcyI9LPgqoG14yuwy3oS8gUSJ1s9C { width:1.0625rem;height:1.0625rem;top:2.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW { display:block; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir9MohiCUgu8ooqz4LgtFCpZISRz8CEh { width:22.8125rem;height:17rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrhhXaLX1SvfNMMA4Sp89LyqHOtOsTL { width:20.625rem;height:1.375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1Cqh4HzQoc0l1ZvatDw8xuDmRcBZcu { width:22.8125rem;height:17.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvlSpkgNfwML0Ud7lwuuAwE4enbuW84 { width:21.5625rem;height:7rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdfw5PEDLUSUZQN7Ps7FULxNLoekfqT { width:11.9375rem;height:1.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXtF0KmJbNDSLEr3Grrig64n8ZwApDJ { width:10.75rem;height:2.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKQw95erKkfb81u054n0x7SRc3cbvaFd { display:block; }
 }@media only screen and (max-width: 763px) { #phh3MTTQIQ1a5NGqhMfoFu0Z6KTsNyp0 { width:9.125rem;height:0.875rem;top:2.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iabmyKyhVByfOVehZKJ8HSiermtTNxFq { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIwZn4namd9qPtwbLBJQL4T2FhTV4HUH { width:1.0625rem;height:1.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66aOPWz6lQreDTiWU64CAMdOSBkcseb { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6V36TETrzxuTethACi93uO3v2MM2Rib { width:1.0625rem;height:1.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuSr3ZTa5meGeZEgCKAZHGtVJBQPaONa { width:22.8125rem;height:17rem;top:2.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSDVqg4kL636lBczpMcZUNvRWuVI36ey { width:22.8125rem;height:17.375rem;top:19.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzGVo1FfcvKGoDew5kAeTHoK1OiStThc { width:20.625rem;height:1.375rem;top:20.625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVVSuM1DFS6nRrCEVWmoogcg48TwMzNJ { width:21.5625rem;height:7rem;top:23.25rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TFhvybnLwnROMMbDgPGBFm5erCHlxQ { width:9.125rem;height:0.875rem;top:2.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3egRqi9y324uFvXZWrylRZdBHSTgzA9 { width:11.9375rem;height:1.5rem;top:2.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S37O2GsEmQUKKWSRQthBOunAqPUM0vUT { width:10.75rem;height:2.625rem;top:31.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KelgL9M9sgiFSRezDyaZEZuFMVZITOTh { display:block; }
 }@media only screen and (max-width: 763px) { #u8lpo3k7SrqZmb7edmTA5GS99y2Z38Ta { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtqJBWChTgNWsEkL6gJNnCUSH0GvZ5bZ { width:1.0625rem;height:1.0625rem;top:2.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTL5FQdpc2piKDSkdr8C80QpGm6xFQw { width:22.8125rem;height:17.375rem;top:2.5rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUJhoOCD5Tmx18Hz7NGHsPanXnimid2 { width:22.8125rem;height:17.375rem;top:19.4375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMAqvF6KIr60uhbL9ppSV2eptQvyZxnm { width:11.9375rem;height:1.5rem;top:2.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFElvPXvxETdtuTJQAZ596iZ9Aodz8O9 { width:9.125rem;height:0.875rem;top:2.75rem;left:31.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN43d0BGLx3POaTW8F8FoasnNqyKH5Pp { width:20.625rem;height:1.375rem;top:20.625rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZpuTrqHCkOliCLu3DfaDyBd0wP17bzk { width:21.5625rem;height:7rem;top:23.25rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai3hrR75Dsz6e1OSroKuLoZMe8zHXbN { width:10.75rem;height:2.625rem;top:31.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTw4hlw8t7WGmyTyVpiqOWHMK1bxlycL { display:block; }
 }@media only screen and (max-width: 763px) { #dOAkXUHCnRkDMw9ZKIF5woZdpSnS4nli { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx { display:block; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7xhzIFhCAvm0ThqVuZ9IaRC28fTIDqk { width:22.8125rem;height:17rem;top:2.5rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdoEk5IgnhbXx5HGE5J1qK11TgFlAGs { width:22.8125rem;height:17.375rem;top:19.4375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfHKOkia0cnyeePlde0WlTcdm69f722x { width:20.625rem;height:1.375rem;top:20.625rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8RHZDJfJ5GURS57oVxewZtFQ09xiVBM { width:21.5625rem;height:7rem;top:23.25rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTl0DqQcGSt0zcHlGHOlphmNJ2NMJffC { width:9.125rem;height:0.875rem;top:2.75rem;left:31.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfwRgmgUKU6HVTiDUzy2JuPFlwloIX6 { width:11.9375rem;height:1.5rem;top:2.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2VmT8ArVrFmTv8aweUP84DZVXyJAX0 { width:10.75rem;height:2.625rem;top:31.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRNcyB3f2TxpOnXmV5pTDNyHzTJTw4a { display:block; }
 }@media only screen and (max-width: 763px) { #wC2PyKQuAJPhRhrQB4l5FHUtJaNao1Wy { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mblJ9DXmHXaMwdfdAhqdoQ3l3rknZvrT { width:1.0625rem;height:1.0625rem;top:2.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzbNLvaV0scEaVUG5kih98PRdlCGQTdb { width:22.8125rem;height:17.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFMD2Oyu5IaF4pPii6a1Jn5B6M0UG6Bd { width:21.5625rem;height:7rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awp28K0bE8ZRH2JsT7KkmRhgAt1ZRPbS { width:20.625rem;height:1.375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFpOfR2hyeK4T1FB7vKUtm63rEULGPy0 { width:10.75rem;height:2.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Iq2tlenscv2zzeZ3bekz0SUPXfZ9G5 { display:block; }
 }@media only screen and (max-width: 763px) { #ubeN6CmW74PTB0HliqLpmsGUMgqn3VTm { width:22.8125rem;height:16.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goVpqXn5UVCqE0aSNQ2gszN3gbOAeDpD { width:11.9375rem;height:1.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgl81TruWsN7c7Z7JtzWTdUQDcU95G7m { width:9.125rem;height:0.875rem;top:2.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0NUTuTVb1q92ORc0S15tg0ySbU4hwWS { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yUTkQ5eix7PtWnl0T8irzXPlwt5USU { width:1.0625rem;height:1.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubzWKPeFk8c2duaNplvTJf5iVoiRkLlb { width:22.8125rem;height:17rem;top:2.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTTM91AiDPrGOXqUEUOPNDfBRe4Eyp0 { width:11.9375rem;height:1.5rem;top:2.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glFC2XMqg91BKgsWowbTJETqMmbmOfKQ { width:1.0625rem;height:1.0625rem;top:2.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7NrragcqTc7TSUUmQuAk1ATrIBlKKI { width:9.125rem;height:0.875rem;top:2.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfHCif8xe92y1C1ggdSw6wDZnEzFu5I { width:22.8125rem;height:17.375rem;top:19.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ6NcmZ2mTX8qRGnzHiorQBkUEPb8ekO { width:20.625rem;height:1.375rem;top:20.625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqqnlsCnfuO9ecWl4QV2Jp8oATOJaOVC { width:21.5625rem;height:7rem;top:23.25rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgSSrF6lZlxt1nITz08wRyXFaOJ3Gpna { width:10.75rem;height:2.625rem;top:31.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twZmvyaSAsu2CTxcFszGBx8ETteRzT0s { display:block; }
 }@media only screen and (max-width: 763px) { #iveJaEGaGSsKnZLkVi87KTqddqClr9dZ { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 { display:block; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaDeHDOLhWIgg5gaNcLW9wqvQ1atAGUZ { width:22.8125rem;height:17rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQfIwCSNlQuk6bUEiIZEXa8SktHGLd7a { width:22.8125rem;height:17.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbPg0THdLVmVb5c6pksBKqx19eS8otX { width:20.625rem;height:1.375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFW9eEkGOZ2FP6uXT5bt5I8Dqv5HoS2 { width:21.5625rem;height:7rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXLGpL9xI3zHIzhTiwAqEuhfzI3z3DN6 { width:9.125rem;height:0.875rem;top:2.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc9MSnNfJrAhTGZaJO3u1gerHukv9Uzf { width:11.9375rem;height:1.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfCFckbZptT5cD1X9iiQElHCLzeFXd8X { width:10.75rem;height:2.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9p4Esearxsl7XLfD4y5f67r1JSyI4Tx { display:block; }
 }@media only screen and (max-width: 763px) { #LHe0LOcXJs1tzalfHZ5Z3lWQv4Uy3kr2 { width:1.4375rem;height:1.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWgTPsCOp4FQwS4vbzJqK3covh9W5FN5 { width:1.0625rem;height:1.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VddqucHIKGfOZpkwuTVHW4J0bfrgneNI { display:block; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJ6mgo30bPqCiAPMw0tskDKu4Zlbk1Os { width:47.75rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGo95PlSRnyKMKEK5cTnHMNFivxyOUA6 { width:1.4375rem;height:1.4375rem;top:2.5rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdolIe2vM3gVHx1AD8hZOrqeGi3NdH3 { width:12.3125rem;height:2.625rem;top:1.9375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAbzM7PXCLDZlCerukvoA0s3Ut0figW { display:block; }
 }@media only screen and (max-width: 763px) { #A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli { display:block; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn { width:38.6875rem;height:6.6875rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }#u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn li:before{  }
 }@media only screen and (max-width: 763px) { #aUBVnq1Ty7v3pIRxgHo8LD4w7CGmimQO { width:37.875rem;height:5.6875rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHAob2cUTVabcnIs3L0Zd4Muz9NCtd9o { width:14.9375rem;height:3.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzswThoRn9qdMrLBEOWarQWocUDOJ02m { display:block; }
 }@media only screen and (max-width: 763px) { #m9XWrG96sqMfebHATBkyhBIihbUT6kaP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT0X6KIIUVJUpNBSM8gx7s1irXBPp99J { width:13.0625rem;height:1.875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkC7op4B4MVqKTfHqWl2QW1TQyMuJ8W { display:block; }
 }@media only screen and (max-width: 763px) { #JTZdyyD9iyQvVNPp11VPLNGnm45EpZeb { width:10.875rem;height:1.9375rem;top:29.1875rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH56UxWmz63BATiXb1H9V772QfEApp4f { width:0.625rem;height:0.625rem;top:29.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQdFAumkE79QPahU2vLoDkaJ8OOCf5l { width:47.75rem;height:33.625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqcqb01QZJBZ3pegR90Oos5Qh93prwTV { width:12rem;height:1.75rem;top:8.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPzEr46l66ve3yfDnCiRDdVbNoGuzgqn { display:block; }
 }@media only screen and (max-width: 763px) { #cA8itNb1eglGP6bSLudSMbPrBENHX8ac { width:42.5625rem;height:42.5625rem;top:-6.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { display:block; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { width:3.3125rem;height:1.65rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { width:7.25rem;height:2.45rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { width:2.0625rem;height:3rem;top:2.125rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { width:11.3125rem;height:3rem;top:2.125rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { width:2.75rem;height:3rem;top:2.125rem;left:21.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { width:13.0625rem;height:0;top:2.125rem;left:25.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { width:4.1875rem;height:1.65rem;top:2.0625rem;left:40.562497138977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { width:13.625rem;height:2.45rem;top:2.25rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK { display:block; }#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzIQXpdsObEN2gPPb5mCsyrptHINpoNs { width:4rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6THkVk6F0LnKNyZ8wRQqbyZq6NqMK2 { width:4.1875rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTMUdiSDRxnyq55UVF2bWr0GvTQCOzs { width:2.75rem;height:2rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvTsdOMQwRdi5xu20mEGxn8NHn9xQxO { width:2.75rem;height:2.875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZbfcH1L8JBkuG3WaXTrwmlc3CtSTLT { width:2.75rem;height:2.0625rem;top:4.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltEtJJsCXZHTFI42TvkhPKIRFDcDi7IT { width:4.1875rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ5c86A3qy1PyBESsLNbRFOdyBQGCGR { width:4rem;height:2.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysIiZ5ANBD3g7ohT4mOtlyzTaLwEou9M { width:2.75rem;height:2.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFaI6MhuVo5AExTruHSAikrnDmxqsev { width:4.1875rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlmS1NzTTN9UTgpNifuCs2heflKflhw { width:4rem;height:2.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM { display:block; }#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyWrdfM2lq2WTIZqBX7fyNLiltnvKKwT { width:4.1875rem;height:3.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smd8aIergGqcsMsegby6vzcwNTuaOTDD { width:2.3125rem;height:3.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD00VBxrUAbqkC8vHP7TW5vmEL1b39H { width:1.75rem;height:3.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHzmJF6QuXaZRku5eFOvIiU9WmroAIE { width:1.75rem;height:3.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9eEe4KwJUy9TLvXMCuRT9ZinoPu8T3m { width:1.75rem;height:3.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlcRVB3zoJM3gOgh5BsiL15h1BBpBkdv { width:1.75rem;height:2.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5bLFJTH09QM8csm05uvltPrHAT7tC9 { width:1.6875rem;height:2.3125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x25GiIfRS7sPh68NHXPbnQZMmFLJky40 { width:4.25rem;height:2.25rem;top:3rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c { display:block; }#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utg4l8TMqlSkPXGE07fItOrlJFagt3O0 { width:4.1875rem;height:3.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVKOoykPsXP5kXD2M1oFWmRo1MusNrEc { width:4.1875rem;height:3.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvf6RbGF6ADhtSVJFyx0KNpvhvdXvBJD { width:4.1875rem;height:3.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKklpLm7ENTPNS5kdnZstMIWIb2Ri69M { width:4.1875rem;height:3.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0KUW6U3UPMRdNxGTl0kVTNLrLrUEScw { width:4.1875rem;height:3.125rem;top:3.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3MZg6pT5UL3oFUHo6sbMaziOiT52SC { width:4.1875rem;height:3.125rem;top:3.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5tDytNZsXvnb4nPRvutpzpaRfem91s7 { width:4.1875rem;height:3.125rem;top:3.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE { display:block; }#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsglDoAh2L764re7A1gu3vfPpQ2x5uWU { width:4.1875rem;height:2.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XICcetw79AoIEHyQnUDrpGT8OVkDhRa4 { width:4.1875rem;height:2.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcrBV0NQ4FrP4e5i7aUmo8txCfo3kQbV { width:3.125rem;height:2.375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzyC9F8svVVMwB6O69ulTJbdiqMkNxxF { width:3.125rem;height:2rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT4LoWNST4TckHVNRgbLIUpn1gkT6Ph { width:2.6875rem;height:2rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZcknUh04B3FeeTxfV0n4wkCUIRCtHV { width:1.375rem;height:2rem;top:3.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54bJ62CH5DODoiXG6DOJghspezewZkd { width:2.125rem;height:1.25rem;top:3.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMA2tvQaO7iokVFSutKAiIrbZGwzWdlN { width:1.875rem;height:1.25rem;top:4rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl { display:block; }#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGVZrMWgVxhhyQO5JSxoPumCeJGHm66L { width:2.875rem;height:2.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFoaz74iDcSETAN6mCWzLqfPhgz8q6f { width:2.875rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1EDOFqh9RXFmtpvrBM3oH3SAGBP4b5T { width:1.75rem;height:2rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTgbBCcZ4q7N5vLia1VJsKDi5um2wEu { width:1.75rem;height:1.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAF76Vznx2KTI1kfAOcsryyQFLWT2asV { width:1.625rem;height:1.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKKqGzIshbnh7QZg2Wksn0TKTxh32Xo { width:1.6875rem;height:1.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUJv6TI6I5TyJtAq1bBBvU51FDqnHMxA { width:1.6875rem;height:1.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqgpG6nVGrcTToREVmL7a1GpdUwkppt { width:1.5rem;height:1.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCn7IipT8ImE5AtBasuZSq88mLz19aV { width:1.6875rem;height:1.25rem;top:4rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxAD7F6Zx0ozKvWkizBR4RTHItDmiWk { width:2.5rem;height:1.875rem;top:3.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJaBP6TTdbSimEzXlcRNQC0fXAaCWqT { width:2.5rem;height:1.875rem;top:3.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv { display:block; }#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr6Zb9UxSWMfZoG9FNNSJwJvAcH4K0PH { width:2.375rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZvU80v0OIEXOWztJ1v70xO1NBD3gm9 { width:3.125rem;height:1.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIPrQFv8zzZwviLGRgq1mhQ0qxkyxwp { width:3.125rem;height:1.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1BRhyNhP5Kchc7Rsh5NcCTcg8B7MXBM { width:1.75rem;height:3.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2KTWgt9m1d1b3IfsgD0QLo6OVTf9N8A { width:2.3125rem;height:1.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR28HVb31Rm8qREi8H1VRhd8fFZ4mGsv { width:2.3125rem;height:1.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q70uUs2uUWAoElvZPNOUvKo5vxfqsQBm { width:2.3125rem;height:1.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWBgdXU97I4Xu0B26ITlaW2Nl6VTM7Lg { width:2.3125rem;height:1.25rem;top:3.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEisCR2DlHKU6SZtazC0iq0RAMxosca { width:2.3125rem;height:1.25rem;top:3.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD { display:block; }#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMmMXhJT8csiqVtPJJCpC0BS5mgXP3Am { width:4.5625rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I0U41By1OxwAAWfsv2B59Aof6kPv4e { width:4.5625rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIyumkMSHXST9SABm4DVFol53Zf4pyqV { width:1.4375rem;height:2.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuS10UDUJ9p9kW8E2ZRvHKTTkmog0V1N { width:1.4375rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIGreN2i7eCrCKTp7RNONg5DmvRSANnB { display:block; }#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwXt8aTQI8DTZXQoMtI5KxFZ7V4vktFD { width:4.8125rem;height:2.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5O3hHLS7kh5HXJQvEM8gbJArFObBui { width:1.4375rem;height:2.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx6OzPTusFL1TPtnpKaC0msF1t5qRiv5 { width:3.5625rem;height:1.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9mTLFQuKqAQxqUyvppO6FMQpVI71wh2 { width:1.25rem;height:2.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPDUHU3WOOOS2xGFIpkSEeKBsoFeRwr { width:1.25rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw { display:block; }#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgTwEEgbyiugfJxoXTq03Iy3oBm1TR99 { width:7.25rem;height:4.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrcqSTmli0wa2DooIt5AmBJWkXUlLXwf { width:7.25rem;height:4.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJBKh6OkDrKTRef6D3CifKQBEmyJkS2 { width:7.25rem;height:4.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4vmz8M5QtzfFKB7yQRFbOST6pJ9C5WW { width:2.25rem;height:4.0625rem;top:1.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1dacAsbmD4qE7o6SIG6bJtdlkmiJtcu { width:2.25rem;height:4.0625rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnV8VR3utFcoGnsfgJfTlZTq5R9qq3b { width:5.1875rem;height:2.75rem;top:1.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0tOiXRa1OV8RGLQscQkE7U6UGxfJP0A { width:4.9375rem;height:2.75rem;top:1.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QLPr0t6NghkIXJeTWE1JMPqEt4iurf { width:4.9375rem;height:2.75rem;top:1.6875rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnqt9D7FhAc9sCcaZScmshakvQM4VLJ { width:4.9375rem;height:2.75rem;top:2.125rem;left:26.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc { display:block; }#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5wRTAZAR1yRaQRQ3EKnEMf5BMJWv1ut { width:7.25rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTQRcQtnpfyvn4iCQvDFO9Quu3nGGlf { width:1.5rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIwaKKkk4aJ72k2peStGDLOmseydSBn { width:1.5rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNPN0ucHDDmWT6dlPMUsXDCbW85KooXU { width:1.5rem;height:3.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbxHdxyueV30OWgBkO71FX2BXCTbLKb { width:1.5rem;height:3.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT73OFURzf56kpuU7B3lOy96tO3aNs9P { width:2rem;height:4.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIm0LiSIIuBWy0BLD5xCAbJWf3rdcQqa { width:2.875rem;height:1.25rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7l4Lk01rZ0ypKkSCcQBvyAi3yf87U7o { width:1.25rem;height:2.75rem;top:2rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2BV0C2GearFKxszSziOsgX01acS7MME { width:2.75rem;height:1.25rem;top:2.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O { display:block; }#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0TsiqWkp7rwcTiqXR57JFc0yCkxryKM { width:4.375rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDfFaQv90Gogx3yPPEmqx53ZlCX1UTe { width:4.375rem;height:3.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7dxnHASyotlMTFJ5PZaogiGwc819lVQ { width:4.375rem;height:3.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfrcD7ZJSyTQOcnGT4ZKIOpZOevT7UF { width:2.4375rem;height:3.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88CgP3FPtVWzvAW0v4kHyJcCxp6hce0 { width:2.4375rem;height:1.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k { display:block; }#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne04QAE9Xlhp64GVIuUIvOzZoc5X0XgK { width:2.5rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m52vh8Zq0tNB9cGmZwKtZhVDgyTQvKT4 { width:2.5rem;height:2.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxWoZNKkbbre69oQFElMAokOE6UvAAxE { width:2.5rem;height:2.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpm3fPgXeIVw0QLeOM55Nz8VgGxn4Hw8 { width:2.5rem;height:2.1875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6RX1mwqXngUHWPG2lApZR7LTrUcbZLx { width:2.1875rem;height:2.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s { display:block; }#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guIHCamZ4o7NwwM5zaJ9lVe4gZ2nZPUo { width:2.5rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWn9hPHR5s9zb7x5bNAc5I0V8J6d1Z5 { width:2.5rem;height:2.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci9CppHUTcmcXZLiThhZT1VneLbHQWl0 { width:2.5rem;height:1.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQBTaE1SE7LxOnTeqQg8thAV1JiXAe1r { width:1.375rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClRC6rcD6ORHcI4cZCMPJqe2s5S6uua { width:2.125rem;height:2.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #an6E5VMou3fR6kqTQPFe9c0cVO0LJnJJ { width:2.0625rem;height:1.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs { display:none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { display:block; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDxFNawDocVx4287MgazSHHWAu4Xv1mB { width:24.625rem;height:17.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { width:41.3125rem;height:3.1875rem;top:8rem;left:6.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { width:10.5625rem;height:1.9375rem;top:4.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { width:36.125rem;height:5.375rem;top:13.3125rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { width:26.75rem;height:12.5rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { width:26.875rem;height:21.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { width:8.25rem;height:3.875rem;top:20.25rem;left:17.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { width:4.75rem;height:3.0625rem;top:20.75rem;left:38.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { width:5.8125rem;height:4.6875rem;top:19.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { width:6rem;height:4.625rem;top:19.5rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { width:5.5625rem;height:5.0625rem;top:19.625rem;left:32.552083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { width:7.8125rem;height:4.25rem;top:20.0625rem;left:25.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p { display:block; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ81FxgmTFDc8wAhJWe6Q9MMJ44EhtEk { width:10.5rem;height:2.9375rem;top:2.8125rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 { display:block; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLmr9dnK7PGrJzAGypwpTfgaTe3DBNAU { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIXKhWkuAbO5oQKZaOIpMGBI1LylVLx { display:block; }
 }@media only screen and (max-width: 763px) { #CdUi3i2Op5TJWNXpRF2ZwM10KRuagTrr { width:11.8125rem;height:2.3125rem;top:0.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OCxsUq7HkhvPrEW5VckzpJIwJblcJX { display:block; }
 }@media only screen and (max-width: 763px) { #IoFvVgSDWu72i9bsiJRKka6AbmLEMWhX { width:4.5rem;height:4.5rem;top:0rem;left:43.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XqycdqCbw36WbclqCeoeChfLQvIODt8M { background-color:#ffffff;background-image:none;display:block; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { background-color: transparent; background-image: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container > .video-iframe-container { display: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row > .video-iframe-container { display: none; }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .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); }#XqycdqCbw36WbclqCeoeChfLQvIODt8M > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvFCS4kwrU7NSk8FDX9tDdftME4xQ7yd { width:10rem;height:2.875rem;top:1.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTqpLDqgm5C514fLnpxcZOmqff8iN2G { width:3.5625rem;height:1.7871125rem;top:2.4990234375rem;left:16.3759765625rem;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.1;text-align:right;text-align-last:right;color:#00378b;display:block; }
 }@media only screen and (max-width: 763px) { #SRMetIXLEifRL0O5CvkyNvw2w27hxMA9 { width:0.0625rem;height:4.75rem;top:32.165438661194rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f43977a8-92ae-4650-9306-2ce21614f2a1/w2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu.adaptive-delivery-prevent-bg, #Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu.lazyload, #Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu.lazyloading { background-image: none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container { background-color: transparent; background-image: none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container > .video-iframe-container { display: none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row > .video-iframe-container { display: none; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .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); }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container { border-width: 0; border-radius: 0; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qcis0Gqyh708ipqRDdmV5HHFKE1AbTLu > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtXtd60vdZRr2T1TRii32i3KC40dB67n { background-color:#00297b;background-image:none;display:block; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { background-color: transparent; background-image: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container > .video-iframe-container { display: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row > .video-iframe-container { display: none; }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .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); }#RtXtd60vdZRr2T1TRii32i3KC40dB67n > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHq25Hy4mV8n2dzkNGHctsTvVOsyrP0O { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9N7VqhWaRco8xZuVJyz2Pb7f6wN0qtz { top:0.9479150772095rem;left:1.25rem;width:17.5rem;height:12.625rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dEdGQ1K46hWZi205xLQahNLsEOqdyiaI { top:30.937499046326rem;left:1.5625rem;width:12.5rem;height:8.875rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #z1cdetbLEPRnu6JwHTpomqBCh029VBQL { width:16.1875rem;height:7.4238125rem;top:2rem;left:1.90625rem;font-size:2.25rem;font-weight:300;font-style:normal;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #t8heOFqr37L6LeFAmZOKsXy5vL8K0gPc { width:16.75rem;height:4.72265625rem;top:11.02734375rem;left:1.625rem;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rh2n9eQF0AEwEVgyQSBmQROuytmTspx4 { width:5.875rem;height:1.25rem;top:17.3125rem;left:7.75rem;color:#ffffff;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqbtxzV0bZRRrCSJUitiQfh2o1r5QSB { display:block; }
 }@media only screen and (max-width: 763px) { #w4ypurNeT4Eryu300pxFgGlhlulMlNQ1 { width:6.75rem;height:1.25rem;top:17.3125rem;left:0.625rem;color:#ffffff;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywtvGIb2qKpMzMeGTt8b5LxDAEXtyQIX { display:block; }
 }@media only screen and (max-width: 763px) { #HHWzQfgOnCh1E3K5c2iIvgT4bB1ZyZyI { width:5.5rem;height:1.25rem;top:17.3125rem;left:13.9375rem;color:#ffffff;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6h2mCcmMaqNvC2x02GDbHxkT8skg8za { display:block; }
 }@media only screen and (max-width: 763px) { #ntV1kGK1LJut3PMbanlnUp5mNQiJWCWh { width:11.5625rem;height:1.3999rem;top:20.3125rem;left:5.1875rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;color:#38ff00;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RnL9g8Ttpl3cuTZvHxDsAEufNQpDPrng { display:flex;width:1.5rem;height:1.5rem;top:20.1875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #kI8woSdcKJ80GnPRcg0iu0oDIsQdTfFJ { width:20rem;height:17.6875rem;top:42.6025390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgSDoUwXsFb8EnT9GRGeTz4NnJ17MdDm { width:12.25rem;height:34.5rem;top:0rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B { background-color:#0062ff;background-image:none;display:block; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { background-color: transparent; background-image: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container > .video-iframe-container { display: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row > .video-iframe-container { display: none; }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .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); }#UTpf3BM2f4P4MKHVT68dkfzNZxOdtZ4B > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q456XucAbovHlC1uhQOeLVbGXtOtbMbN { width:6.5rem;height:0;top:8.6875rem;left:0rem;font-size:0.625rem;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l { top:3.09375rem;left:0rem;width:8.0625rem;height:24.4375rem;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:none; }#kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l.adaptive-delivery-prevent-bg, #kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l.lazyload, #kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l.lazyloading { background-image: none; }
#kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#kwbXTRVMX1aTzelGLIUvDIpkbvawiE2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vEaePVENJ47wyNxH3p6KQGlfM4TD8dQU { width:1.9375rem;height:1.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBUDfSBmDyO4InWpKTTm4iKXWJJZM1rP { width:2.125rem;height:2.125rem;top:0.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQJSnFg9g8LLilw9Ng5g6UH0uXJoUXJ { width:2.1875rem;height:2.1875rem;top:0.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md85b7RgdqdAx0zgFb2VehhQy2AXems0 { width:2rem;height:2rem;top:0.78125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQTNES4p9WwdrFx3TDPhK8c75kEq6FT { width:2rem;height:2rem;top:0.59375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viRDrfFfKNDBS3J3QIPIQJlxgK63Jsgp { width:8.0625rem;height:0;top:8.6875rem;left:4.4375rem;font-size:0.625rem;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #L22thT8oz5fRZIeKISkVktCp8fEPIaFu { width:8.875rem;height:0;top:8.6875rem;left:9rem;font-size:0.625rem;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PSg0F5na1cTIDeM8CFL5OeLmUflJtk4c { width:10.875rem;height:0;top:12.8125rem;left:9.125rem;font-size:0.625rem;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aq42uP9QKV5IRKPscd5P1zHQDxFyaGW3 { width:5.6875rem;height:0;top:8.6875rem;left:14.3125rem;font-size:0.625rem;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e7edf8, #ffffff);background-image: -moz-linear-gradient(180deg, #e7edf8, #ffffff);background-image: -ms-linear-gradient(180deg, #e7edf8, #ffffff);background-image: -o-linear-gradient(180deg, #e7edf8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7edf8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e7edf8, #ffffff);background-size:cover !important;display:block; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { background-color: transparent; background-image: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container > .video-iframe-container { display: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row > .video-iframe-container { display: none; }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .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); }#gCvBROG2DHQRTuM9DlkuNtVydDy7n8QT > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXGgTNsuEmokXt42wUyeBp0ZtzQxShXr { width:20rem;height:2.19970625rem;top:3.619140625rem;left:0rem;font-size:2rem;font-weight:300;font-style:normal;line-height:1.1;color:#000000;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #srfcGUgRE365J463ELuCSIGpQnh7Pqb5 { display:block; }#srfcGUgRE365J463ELuCSIGpQnh7Pqb5 > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHHCRlAeL0gGfrwKFkk1C4P9Q9ftEcoS { width:20rem;height:14.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLP9F3Ur9odPWG5SogCLUK7f3oIxTxDP { width:18.625rem;height:1.79980625rem;top:19.25rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVvInmovlN44SeN64pHEoHNOSyEOnkOL { width:9.125rem;height:1.0996125rem;top:3.4375rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpqkVLw7vXQSeRUCKLxHZefJsey7x4Re { width:11.9375rem;height:1.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNShp89e52rwqTAEukrZUNTUwCXKQak { display:flex;width:1.0625rem;height:1.0625rem;top:3.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #qaQENFKRTKbGzdTDwAPVREnTyl39wNoc { width:10.1875rem;height:2.625rem;top:29.5rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ufGwb2l4NN5DZwOpxaTTHninIXFrpcC3 { display:block; }
 }@media only screen and (max-width: 763px) { #pJv5mmXhdrTzhUX4x4881ZK5xCMEq6DQ { width:18.625rem;height:6.5625rem;top:21.6875rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e8OBQpNxPTUG0belCLMsJJKixCxgu2RZ { display:flex;width:1.4375rem;height:1.4375rem;top:30.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #BRemfaoqtX0sHRI0wd1yxgiQ6WiD8NoX { width:20rem;height:16.8125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0unyH1d9B94hUwac3HbsURspG7mn1ci { width:20rem;height:16.75rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6PXNb3aF7UKOkfqllRscfqR9mBAHDx { width:18.625rem;height:1.79980625rem;top:54.0625rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NS8TCcVPVqGrhz6l2tFR4ih7tKJvW9LH { width:20rem;height:16.8125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfnXuDwkliAHkMk1rT2My5KPUVFTOXW9 { width:18.625rem;height:6.5625rem;top:56.5rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQogl3UZHDTIeLMBdsxvDKQ6OfW17lrF { width:11.9375rem;height:1.5rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWmp7vqrI1R9BqabBFgX09BBGP3wWUER { width:10.1875rem;height:2.625rem;top:64.3125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bxNId48C9FyWiVtRNIbGsFQOd2NLtWH2 { display:block; }
 }@media only screen and (max-width: 763px) { #edn6er1ThP0P36EgyykaPtP2kL9X9c5m { width:9.125rem;height:1.0996125rem;top:38.25rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCRJUNb01v36eEsl7XQndbNmM73IkTX4 { display:flex;width:1.4375rem;height:1.4375rem;top:64.875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #toExyqsIXmEBBR1F4TDFpsfu79Kf9A3P { display:flex;width:1.0625rem;height:1.0625rem;top:38.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vc9MXJksG5ToJlsNSlDISoIsqpozqVpf { width:20rem;height:17.625rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThykVppIO5bPKFqaBOPB1PaMvSLzthA { width:18.625rem;height:1.79980625rem;top:88.875rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6FkLe95POTFc11ORWm8HzvIKKBvi34k { width:20rem;height:16.8125rem;top:87.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhfiZcQoU4nCBFNsanN1bIZTeeqzLA4 { width:18.625rem;height:6.5625rem;top:91.3125rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SUqq57WlHtoiAWO9q0fu0nFV79tuBW1n { width:11.9375rem;height:1.5rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuve6NXxh08TcF5gtzdEyUXiQJFIdTND { width:9.125rem;height:1.0996125rem;top:73.0625rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xlp79pSQ0O2TXSFHQMoAxyewQlelgTMt { width:10.1875rem;height:2.625rem;top:99.125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tzt0FPm1DT37rkoMOHhzzrkO5gDihkDr { display:block; }
 }@media only screen and (max-width: 763px) { #N7ySh6zJWHBLQkAtS9sRKcvrnLHn11qR { display:flex;width:1.4375rem;height:1.4375rem;top:99.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #OsmPcyI9LPgqoG14yuwy3oS8gUSJ1s9C { display:flex;width:1.0625rem;height:1.0625rem;top:72.9375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW { display:block; }#kQ76S6wKdoeOU0mSb29A4xl7VMm8DkhW > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir9MohiCUgu8ooqz4LgtFCpZISRz8CEh { width:20rem;height:14.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrhhXaLX1SvfNMMA4Sp89LyqHOtOsTL { width:18.625rem;height:1.79980625rem;top:19.875rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM1Cqh4HzQoc0l1ZvatDw8xuDmRcBZcu { width:20rem;height:16.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvlSpkgNfwML0Ud7lwuuAwE4enbuW84 { width:18.625rem;height:6.5625rem;top:22.3125rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sbdfw5PEDLUSUZQN7Ps7FULxNLoekfqT { width:11.9375rem;height:1.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXtF0KmJbNDSLEr3Grrig64n8ZwApDJ { width:10.1875rem;height:2.625rem;top:30.125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PKQw95erKkfb81u054n0x7SRc3cbvaFd { display:block; }
 }@media only screen and (max-width: 763px) { #phh3MTTQIQ1a5NGqhMfoFu0Z6KTsNyp0 { width:9.125rem;height:1.0996125rem;top:4.0625rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iabmyKyhVByfOVehZKJ8HSiermtTNxFq { display:flex;width:1.4375rem;height:1.4375rem;top:30.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #lIwZn4namd9qPtwbLBJQL4T2FhTV4HUH { display:flex;width:1.0625rem;height:1.0625rem;top:3.9375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #e66aOPWz6lQreDTiWU64CAMdOSBkcseb { display:flex;width:1.4375rem;height:1.4375rem;top:101.5rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #c6V36TETrzxuTethACi93uO3v2MM2Rib { display:flex;width:1.0625rem;height:1.0625rem;top:74.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #JuSr3ZTa5meGeZEgCKAZHGtVJBQPaONa { width:20rem;height:14.904109589041rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSDVqg4kL636lBczpMcZUNvRWuVI36ey { width:20rem;height:16.8125rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzGVo1FfcvKGoDew5kAeTHoK1OiStThc { width:18.625rem;height:1.79980625rem;top:90.6875rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVVSuM1DFS6nRrCEVWmoogcg48TwMzNJ { width:18.625rem;height:6.5625rem;top:93.125rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8TFhvybnLwnROMMbDgPGBFm5erCHlxQ { width:9.125rem;height:1.0996125rem;top:74.875rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3egRqi9y324uFvXZWrylRZdBHSTgzA9 { width:11.9375rem;height:1.5rem;top:74.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S37O2GsEmQUKKWSRQthBOunAqPUM0vUT { width:10.1875rem;height:2.625rem;top:100.9375rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KelgL9M9sgiFSRezDyaZEZuFMVZITOTh { display:block; }
 }@media only screen and (max-width: 763px) { #u8lpo3k7SrqZmb7edmTA5GS99y2Z38Ta { display:flex;width:1.4375rem;height:1.4375rem;top:101.5rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #NtqJBWChTgNWsEkL6gJNnCUSH0GvZ5bZ { display:flex;width:1.0625rem;height:1.0625rem;top:39.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #VMTL5FQdpc2piKDSkdr8C80QpGm6xFQw { width:20rem;height:15.25rem;top:74.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUJhoOCD5Tmx18Hz7NGHsPanXnimid2 { width:20rem;height:16.8125rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMAqvF6KIr60uhbL9ppSV2eptQvyZxnm { width:11.9375rem;height:1.5rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFElvPXvxETdtuTJQAZ596iZ9Aodz8O9 { width:9.125rem;height:1.0996125rem;top:39.4375rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VN43d0BGLx3POaTW8F8FoasnNqyKH5Pp { width:18.625rem;height:1.79980625rem;top:55.25rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZpuTrqHCkOliCLu3DfaDyBd0wP17bzk { width:18.625rem;height:6.5625rem;top:57.6875rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hai3hrR75Dsz6e1OSroKuLoZMe8zHXbN { width:10.1875rem;height:2.625rem;top:65.5rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XTw4hlw8t7WGmyTyVpiqOWHMK1bxlycL { display:block; }
 }@media only screen and (max-width: 763px) { #dOAkXUHCnRkDMw9ZKIF5woZdpSnS4nli { display:flex;width:1.4375rem;height:1.4375rem;top:66.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx { display:block; }#lO3f1V5M6urVlK1QEvs1Gos7zHREqiJx > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7xhzIFhCAvm0ThqVuZ9IaRC28fTIDqk { width:20rem;height:14.875rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdoEk5IgnhbXx5HGE5J1qK11TgFlAGs { width:20rem;height:16.8125rem;top:87.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfHKOkia0cnyeePlde0WlTcdm69f722x { width:18.625rem;height:1.79980625rem;top:88.875rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8RHZDJfJ5GURS57oVxewZtFQ09xiVBM { width:18.625rem;height:6.5625rem;top:91.3125rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTl0DqQcGSt0zcHlGHOlphmNJ2NMJffC { width:9.125rem;height:1.0996125rem;top:73.0625rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkfwRgmgUKU6HVTiDUzy2JuPFlwloIX6 { width:11.9375rem;height:1.5rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2VmT8ArVrFmTv8aweUP84DZVXyJAX0 { width:10.1875rem;height:2.625rem;top:99.125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pvRNcyB3f2TxpOnXmV5pTDNyHzTJTw4a { display:block; }
 }@media only screen and (max-width: 763px) { #wC2PyKQuAJPhRhrQB4l5FHUtJaNao1Wy { display:flex;width:1.4375rem;height:1.4375rem;top:99.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #mblJ9DXmHXaMwdfdAhqdoQ3l3rknZvrT { display:flex;width:1.0625rem;height:1.0625rem;top:73rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #OzbNLvaV0scEaVUG5kih98PRdlCGQTdb { width:20rem;height:16.8125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFMD2Oyu5IaF4pPii6a1Jn5B6M0UG6Bd { width:18.625rem;height:6.5625rem;top:21.6875rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Awp28K0bE8ZRH2JsT7KkmRhgAt1ZRPbS { width:18.625rem;height:1.79980625rem;top:19.25rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PFpOfR2hyeK4T1FB7vKUtm63rEULGPy0 { width:10.1875rem;height:2.625rem;top:29.5rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U1Iq2tlenscv2zzeZ3bekz0SUPXfZ9G5 { display:block; }
 }@media only screen and (max-width: 763px) { #ubeN6CmW74PTB0HliqLpmsGUMgqn3VTm { width:20rem;height:14.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goVpqXn5UVCqE0aSNQ2gszN3gbOAeDpD { width:11.9375rem;height:1.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgl81TruWsN7c7Z7JtzWTdUQDcU95G7m { width:9.125rem;height:1.0996125rem;top:3.4375rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0NUTuTVb1q92ORc0S15tg0ySbU4hwWS { display:flex;width:1.4375rem;height:1.4375rem;top:30.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #N6yUTkQ5eix7PtWnl0T8irzXPlwt5USU { display:flex;width:1.0625rem;height:1.0625rem;top:3.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ubzWKPeFk8c2duaNplvTJf5iVoiRkLlb { width:20rem;height:14.875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTTM91AiDPrGOXqUEUOPNDfBRe4Eyp0 { width:11.9375rem;height:1.5rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glFC2XMqg91BKgsWowbTJETqMmbmOfKQ { display:flex;width:1.0625rem;height:1.0625rem;top:38.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #UT7NrragcqTc7TSUUmQuAk1ATrIBlKKI { width:9.125rem;height:1.0996125rem;top:38.25rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdfHCif8xe92y1C1ggdSw6wDZnEzFu5I { width:20rem;height:16.8125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ6NcmZ2mTX8qRGnzHiorQBkUEPb8ekO { width:18.625rem;height:1.79980625rem;top:54.0625rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UqqnlsCnfuO9ecWl4QV2Jp8oATOJaOVC { width:18.625rem;height:6.5625rem;top:56.5rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AgSSrF6lZlxt1nITz08wRyXFaOJ3Gpna { width:10.1875rem;height:2.625rem;top:64.3125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #twZmvyaSAsu2CTxcFszGBx8ETteRzT0s { display:block; }
 }@media only screen and (max-width: 763px) { #iveJaEGaGSsKnZLkVi87KTqddqClr9dZ { display:flex;width:1.4375rem;height:1.4375rem;top:64.875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 { display:block; }#Qy6maDRsOno6wCLvus0g1gpbuJTwh3u8 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaDeHDOLhWIgg5gaNcLW9wqvQ1atAGUZ { width:20rem;height:15rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQfIwCSNlQuk6bUEiIZEXa8SktHGLd7a { width:20rem;height:16.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbPg0THdLVmVb5c6pksBKqx19eS8otX { width:18.625rem;height:1.79980625rem;top:19.875rem;left:1.375rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGFW9eEkGOZ2FP6uXT5bt5I8Dqv5HoS2 { width:18.625rem;height:6.5625rem;top:22.3125rem;left:1.375rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXLGpL9xI3zHIzhTiwAqEuhfzI3z3DN6 { width:9.125rem;height:1.0996125rem;top:4.0625rem;left:2.4375rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kc9MSnNfJrAhTGZaJO3u1gerHukv9Uzf { width:11.9375rem;height:1.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfCFckbZptT5cD1X9iiQElHCLzeFXd8X { width:10.1875rem;height:2.625rem;top:30.125rem;left:1.375rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G9p4Esearxsl7XLfD4y5f67r1JSyI4Tx { display:block; }
 }@media only screen and (max-width: 763px) { #LHe0LOcXJs1tzalfHZ5Z3lWQv4Uy3kr2 { display:flex;width:1.4375rem;height:1.4375rem;top:30.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #MWgTPsCOp4FQwS4vbzJqK3covh9W5FN5 { display:flex;width:1.0625rem;height:1.0625rem;top:4rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #VddqucHIKGfOZpkwuTVHW4J0bfrgneNI { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { background-color: transparent; background-image: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container > .video-iframe-container { display: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row > .video-iframe-container { display: none; }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .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); }#VddqucHIKGfOZpkwuTVHW4J0bfrgneNI > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJ6mgo30bPqCiAPMw0tskDKu4Zlbk1Os { width:20rem;height:6.875rem;top:4.125rem;left:0rem;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.1;color:#000000;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RGo95PlSRnyKMKEK5cTnHMNFivxyOUA6 { display:flex;width:1.4375rem;height:1.4375rem;top:13rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #EhdolIe2vM3gVHx1AD8hZOrqeGi3NdH3 { width:12.3125rem;height:2.625rem;top:12.4375rem;left:3.875rem;font-size:1.125rem;box-shadow: none;border-top:0rem solid #09699d;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;background-color:#08c54c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rAAbzM7PXCLDZlCerukvoA0s3Ut0figW { display:block; }
 }@media only screen and (max-width: 763px) { #A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bac0e3);background-image: -moz-linear-gradient(180deg, #ffffff, #bac0e3);background-image: -ms-linear-gradient(180deg, #ffffff, #bac0e3);background-image: -o-linear-gradient(180deg, #ffffff, #bac0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bac0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bac0e3' );";background-image: linear-gradient(180deg, #ffffff, #bac0e3);background-size:auto !important;display:block; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { background-color: transparent; background-image: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container > .video-iframe-container { display: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row > .video-iframe-container { display: none; }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .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); }#A3Wwdb8uCt9TQ70LnBMVrLlGkuN8TVli > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn { width:17.4375rem;height:10.75rem;top:17.9375rem;left:1.3125rem;font-size:0.9375rem;z-index:15013;text-align:left;text-align-last:left;display:block; }#u69c64WD1PvVWlqLKVh6PJmXrnRSaxfn li:before{  }
 }@media only screen and (max-width: 763px) { #aUBVnq1Ty7v3pIRxgHo8LD4w7CGmimQO { width:17.25rem;height:5.625rem;top:10.4375rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHAob2cUTVabcnIs3L0Zd4Muz9NCtd9o { width:13.1875rem;height:3.125rem;top:32.84375rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzswThoRn9qdMrLBEOWarQWocUDOJ02m { display:block; }
 }@media only screen and (max-width: 763px) { #m9XWrG96sqMfebHATBkyhBIihbUT6kaP { top:8.6875009536744rem;left:7.5rem;width:12.5rem;height:3.9375rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #458906);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#458906' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#458906' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #458906);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yT0X6KIIUVJUpNBSM8gx7s1irXBPp99J { width:16.770833375rem;height:1.520833375rem;top:7.5rem;left:1.5625rem;font-size:0.875rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wLkC7op4B4MVqKTfHqWl2QW1TQyMuJ8W { display:block; }
 }@media only screen and (max-width: 763px) { #JTZdyyD9iyQvVNPp11VPLNGnm45EpZeb { width:11.9375rem;height:1.04980625rem;top:29.724609375rem;left:3.21875rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IH56UxWmz63BATiXb1H9V772QfEApp4f { width:0.625rem;height:0.625rem;top:29.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQdFAumkE79QPahU2vLoDkaJ8OOCf5l { width:20rem;height:40.625rem;top:3rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hqcqb01QZJBZ3pegR90Oos5Qh93prwTV { width:12rem;height:1.75rem;top:5.1875rem;left:4rem;font-size:0.875rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nPzEr46l66ve3yfDnCiRDdVbNoGuzgqn { display:block; }
 }@media only screen and (max-width: 763px) { #cA8itNb1eglGP6bSLudSMbPrBENHX8ac { width:18rem;height:18rem;top:30.7744140625rem;left:5.3125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { background-color:#000000;background-image:none;display:block; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { background-color: transparent; background-image: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .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); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { width:3.4375rem;height:1.6499rem;top:9.8125rem;left:12.8125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { width:6.5rem;height:2.625rem;top:12.125rem;left:12.8125rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { width:3.4375rem;height:1.6502125rem;top:9.8125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { width:9.5625rem;height:2.625rem;top:12.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { width:3.4375rem;height:1.6499rem;top:2.8125rem;left:12.8125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { width:7.1875rem;height:2.625rem;top:5.0625rem;left:12.8125rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { width:3.4375rem;height:1.6502125rem;top:2.8125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { width:10.3125rem;height:2.625rem;top:5.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { top:3.09375rem;left:0rem;width:8.0625rem;height:24.4375rem;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:none; }#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.adaptive-delivery-prevent-bg, #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.lazyload, #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.lazyloading { background-image: none; }
#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK { display:none; }#lhFDsVodGBXLvqWTLSFIR9TBQ36R03yK > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pzIQXpdsObEN2gPPb5mCsyrptHINpoNs { width:4rem;height:3.125rem;top:4.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6THkVk6F0LnKNyZ8wRQqbyZq6NqMK2 { width:4.1875rem;height:3.125rem;top:1.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTMUdiSDRxnyq55UVF2bWr0GvTQCOzs { width:2.75rem;height:2rem;top:4.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvTsdOMQwRdi5xu20mEGxn8NHn9xQxO { width:2.75rem;height:2.875rem;top:4.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZbfcH1L8JBkuG3WaXTrwmlc3CtSTLT { width:2.75rem;height:2.0625rem;top:4.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltEtJJsCXZHTFI42TvkhPKIRFDcDi7IT { width:4.1875rem;height:3.125rem;top:1.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ5c86A3qy1PyBESsLNbRFOdyBQGCGR { width:4rem;height:2.5625rem;top:4.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysIiZ5ANBD3g7ohT4mOtlyzTaLwEou9M { width:2.75rem;height:2.5625rem;top:4.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFaI6MhuVo5AExTruHSAikrnDmxqsev { width:4.1875rem;height:3.125rem;top:1.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlmS1NzTTN9UTgpNifuCs2heflKflhw { width:4rem;height:2.9375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM { display:none; }#zAdvFFLC4MTUUAeTAQKhUnFT37kPQ5lM > .row .container { width:20rem;height:9.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kyWrdfM2lq2WTIZqBX7fyNLiltnvKKwT { width:4.1875rem;height:3.125rem;top:2.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smd8aIergGqcsMsegby6vzcwNTuaOTDD { width:2.3125rem;height:3.125rem;top:2.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD00VBxrUAbqkC8vHP7TW5vmEL1b39H { width:1.75rem;height:3.125rem;top:2.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHzmJF6QuXaZRku5eFOvIiU9WmroAIE { width:1.75rem;height:3.125rem;top:2.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9eEe4KwJUy9TLvXMCuRT9ZinoPu8T3m { width:1.75rem;height:3.125rem;top:2.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlcRVB3zoJM3gOgh5BsiL15h1BBpBkdv { width:1.75rem;height:2.3125rem;top:3rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5bLFJTH09QM8csm05uvltPrHAT7tC9 { width:1.6875rem;height:2.3125rem;top:3rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x25GiIfRS7sPh68NHXPbnQZMmFLJky40 { width:4.25rem;height:2.25rem;top:3rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c { display:none; }#RLl0NSoaBcIUrOflpQSsUqxeHWvNpI5c > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #utg4l8TMqlSkPXGE07fItOrlJFagt3O0 { width:4.1875rem;height:3.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVKOoykPsXP5kXD2M1oFWmRo1MusNrEc { width:4.1875rem;height:3.125rem;top:2.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvf6RbGF6ADhtSVJFyx0KNpvhvdXvBJD { width:4.1875rem;height:3.125rem;top:2.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKklpLm7ENTPNS5kdnZstMIWIb2Ri69M { width:4.1875rem;height:3.125rem;top:2.6875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0KUW6U3UPMRdNxGTl0kVTNLrLrUEScw { width:4.1875rem;height:3.125rem;top:2.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3MZg6pT5UL3oFUHo6sbMaziOiT52SC { width:4.1875rem;height:3.125rem;top:2.6875rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5tDytNZsXvnb4nPRvutpzpaRfem91s7 { width:4.1875rem;height:3.125rem;top:2.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE { display:none; }#xxxby9vTnHTFe70mRyT6EQVvLwfRvqFE > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lsglDoAh2L764re7A1gu3vfPpQ2x5uWU { width:4.1875rem;height:2.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XICcetw79AoIEHyQnUDrpGT8OVkDhRa4 { width:4.1875rem;height:2.375rem;top:2.71875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcrBV0NQ4FrP4e5i7aUmo8txCfo3kQbV { width:3.125rem;height:2.375rem;top:2.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzyC9F8svVVMwB6O69ulTJbdiqMkNxxF { width:3.125rem;height:2rem;top:2.90625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT4LoWNST4TckHVNRgbLIUpn1gkT6Ph { width:2.6875rem;height:2rem;top:2.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZcknUh04B3FeeTxfV0n4wkCUIRCtHV { width:1.375rem;height:2rem;top:2.90625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54bJ62CH5DODoiXG6DOJghspezewZkd { width:2.125rem;height:1.25rem;top:3.28125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMA2tvQaO7iokVFSutKAiIrbZGwzWdlN { width:1.875rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl { display:none; }#iwHsVyBZ7r26D5nOzdwbdxW8By4as3Tl > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JGVZrMWgVxhhyQO5JSxoPumCeJGHm66L { width:2.875rem;height:2.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFoaz74iDcSETAN6mCWzLqfPhgz8q6f { width:2.875rem;height:2rem;top:2.90625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1EDOFqh9RXFmtpvrBM3oH3SAGBP4b5T { width:1.75rem;height:2rem;top:2.90625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTgbBCcZ4q7N5vLia1VJsKDi5um2wEu { width:1.75rem;height:1.3125rem;top:2.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAF76Vznx2KTI1kfAOcsryyQFLWT2asV { width:1.625rem;height:1.3125rem;top:2.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKKqGzIshbnh7QZg2Wksn0TKTxh32Xo { width:1.6875rem;height:1.25rem;top:3.28125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUJv6TI6I5TyJtAq1bBBvU51FDqnHMxA { width:1.6875rem;height:1.25rem;top:2.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqgpG6nVGrcTToREVmL7a1GpdUwkppt { width:1.5rem;height:1.25rem;top:3.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCn7IipT8ImE5AtBasuZSq88mLz19aV { width:1.6875rem;height:1.25rem;top:2.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxAD7F6Zx0ozKvWkizBR4RTHItDmiWk { width:2.5rem;height:1.875rem;top:3.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJaBP6TTdbSimEzXlcRNQC0fXAaCWqT { width:2.5rem;height:1.875rem;top:2.96875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv { display:none; }#vCLLPPuK5Fx9yZewIvm8geCTkTOkxgUv > .row .container { width:20rem;height:9.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xr6Zb9UxSWMfZoG9FNNSJwJvAcH4K0PH { width:2.375rem;height:4.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZvU80v0OIEXOWztJ1v70xO1NBD3gm9 { width:3.125rem;height:1.75rem;top:2.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIPrQFv8zzZwviLGRgq1mhQ0qxkyxwp { width:3.125rem;height:1.75rem;top:3.84375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1BRhyNhP5Kchc7Rsh5NcCTcg8B7MXBM { width:1.75rem;height:3.4375rem;top:3rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2KTWgt9m1d1b3IfsgD0QLo6OVTf9N8A { width:2.3125rem;height:1.25rem;top:3.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR28HVb31Rm8qREi8H1VRhd8fFZ4mGsv { width:2.3125rem;height:1.25rem;top:4.09375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q70uUs2uUWAoElvZPNOUvKo5vxfqsQBm { width:2.3125rem;height:1.25rem;top:2.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWBgdXU97I4Xu0B26ITlaW2Nl6VTM7Lg { width:2.3125rem;height:1.25rem;top:4.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEisCR2DlHKU6SZtazC0iq0RAMxosca { width:2.3125rem;height:1.25rem;top:3.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD { display:none; }#cXb8aHvPuqZKBNeCTSpTarSOPttHRhzD > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMmMXhJT8csiqVtPJJCpC0BS5mgXP3Am { width:4.5625rem;height:2.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I0U41By1OxwAAWfsv2B59Aof6kPv4e { width:4.5625rem;height:2.5625rem;top:1.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIyumkMSHXST9SABm4DVFol53Zf4pyqV { width:1.4375rem;height:2.5625rem;top:1.4375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuS10UDUJ9p9kW8E2ZRvHKTTkmog0V1N { width:1.4375rem;height:2.5625rem;top:1.5rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIGreN2i7eCrCKTp7RNONg5DmvRSANnB { display:none; }#eIGreN2i7eCrCKTp7RNONg5DmvRSANnB > .row .container { width:20rem;height:8.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KwXt8aTQI8DTZXQoMtI5KxFZ7V4vktFD { width:4.8125rem;height:2.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5O3hHLS7kh5HXJQvEM8gbJArFObBui { width:1.4375rem;height:2.625rem;top:2.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx6OzPTusFL1TPtnpKaC0msF1t5qRiv5 { width:3.5625rem;height:1.9375rem;top:2.90625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9mTLFQuKqAQxqUyvppO6FMQpVI71wh2 { width:1.25rem;height:2.25rem;top:2.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPDUHU3WOOOS2xGFIpkSEeKBsoFeRwr { width:1.25rem;height:2.25rem;top:2.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw { display:none; }#waoRG6AJaGcNSXyCP7zwITdGywPHr6Uw > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XgTwEEgbyiugfJxoXTq03Iy3oBm1TR99 { width:4.6875rem;height:2.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrcqSTmli0wa2DooIt5AmBJWkXUlLXwf { width:7.25rem;height:4.0625rem;top:6.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJBKh6OkDrKTRef6D3CifKQBEmyJkS2 { width:7.25rem;height:4.0625rem;top:11.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4vmz8M5QtzfFKB7yQRFbOST6pJ9C5WW { width:2.25rem;height:4.0625rem;top:17.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1dacAsbmD4qE7o6SIG6bJtdlkmiJtcu { width:2.25rem;height:4.0625rem;top:22.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnV8VR3utFcoGnsfgJfTlZTq5R9qq3b { width:5.1875rem;height:2.75rem;top:27.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0tOiXRa1OV8RGLQscQkE7U6UGxfJP0A { width:4.9375rem;height:2.75rem;top:31.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QLPr0t6NghkIXJeTWE1JMPqEt4iurf { width:4.9375rem;height:2.75rem;top:35.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnqt9D7FhAc9sCcaZScmshakvQM4VLJ { width:4.9375rem;height:2.75rem;top:39.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc { display:none; }#pEygOWkXm3Ne8VG67z1TeozrhhOZmeUc > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E5wRTAZAR1yRaQRQ3EKnEMf5BMJWv1ut { width:4.6875rem;height:2.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTQRcQtnpfyvn4iCQvDFO9Quu3nGGlf { width:1.5rem;height:3.3125rem;top:5.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIwaKKkk4aJ72k2peStGDLOmseydSBn { width:1.5rem;height:3.3125rem;top:10.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNPN0ucHDDmWT6dlPMUsXDCbW85KooXU { width:1.5rem;height:3.3125rem;top:15.59375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbxHdxyueV30OWgBkO71FX2BXCTbLKb { width:1.5rem;height:3.3125rem;top:15.78125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT73OFURzf56kpuU7B3lOy96tO3aNs9P { width:2rem;height:4.3125rem;top:15.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIm0LiSIIuBWy0BLD5xCAbJWf3rdcQqa { width:2.875rem;height:1.25rem;top:20.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7l4Lk01rZ0ypKkSCcQBvyAi3yf87U7o { width:1.25rem;height:2.75rem;top:15.90625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2BV0C2GearFKxszSziOsgX01acS7MME { width:2.75rem;height:1.25rem;top:16.53125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O { display:none; }#st9JpVUHxQRO7J3zzR2T66Tfx5JDPx6O > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i0TsiqWkp7rwcTiqXR57JFc0yCkxryKM { width:2.8125rem;height:2.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDfFaQv90Gogx3yPPEmqx53ZlCX1UTe { width:4.375rem;height:3.25rem;top:5.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7dxnHASyotlMTFJ5PZaogiGwc819lVQ { width:4.375rem;height:3.25rem;top:10.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfrcD7ZJSyTQOcnGT4ZKIOpZOevT7UF { width:2.4375rem;height:3.25rem;top:14.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88CgP3FPtVWzvAW0v4kHyJcCxp6hce0 { width:2.4375rem;height:1.8125rem;top:14.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k { display:none; }#Rc3sXFEnmakPrCLBflx0n9T6g5zSpu8k > .row .container { width:20rem;height:17.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ne04QAE9Xlhp64GVIuUIvOzZoc5X0XgK { width:1.5625rem;height:2.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m52vh8Zq0tNB9cGmZwKtZhVDgyTQvKT4 { width:2.5rem;height:2.8125rem;top:5.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxWoZNKkbbre69oQFElMAokOE6UvAAxE { width:2.5rem;height:2.625rem;top:10rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpm3fPgXeIVw0QLeOM55Nz8VgGxn4Hw8 { width:2.5rem;height:2.1875rem;top:10.09375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6RX1mwqXngUHWPG2lApZR7LTrUcbZLx { width:2.1875rem;height:2.1875rem;top:13.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s { display:none; }#xDJl0T7Kys24mPaiesMkhHnAVGOlPq5s > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #guIHCamZ4o7NwwM5zaJ9lVe4gZ2nZPUo { width:1.5625rem;height:1.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWn9hPHR5s9zb7x5bNAc5I0V8J6d1Z5 { width:2.5rem;height:2.6875rem;top:5.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci9CppHUTcmcXZLiThhZT1VneLbHQWl0 { width:2.5rem;height:1.875rem;top:5.65625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQBTaE1SE7LxOnTeqQg8thAV1JiXAe1r { width:1.375rem;height:1.875rem;top:9.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClRC6rcD6ORHcI4cZCMPJqe2s5S6uua { width:2.125rem;height:2.8125rem;top:12.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #an6E5VMou3fR6kqTQPFe9c0cVO0LJnJJ { width:2.0625rem;height:1.5rem;top:16.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eeb9654c-f9f9-40df-b076-031c44ecb5d3/obra.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs.adaptive-delivery-prevent-bg, #QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs.lazyload, #QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs.lazyloading { background-image: none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container { background-color: transparent; background-image: none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container > .video-iframe-container { display: none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row > .video-iframe-container { display: none; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .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); }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container { border-width: 0; border-radius: 0; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgUbexQ7gT3Pt7uJRAN4DDJ40mMSwnSs > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002686, #001d6f);background-image: -moz-linear-gradient(90deg, #002686, #001d6f);background-image: -ms-linear-gradient(90deg, #002686, #001d6f);background-image: -o-linear-gradient(90deg, #002686, #001d6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002686', endColorstr='#001d6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002686', endColorstr='#001d6f' );";background-image: linear-gradient(90deg, #002686, #001d6f);background-size:auto !important;display:block; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { background-color: transparent; background-image: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .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); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDxFNawDocVx4287MgazSHHWAu4Xv1mB { width:6.125rem;height:4.375rem;top:2.375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { width:14.25rem;height:5.19921875rem;top:6.6875rem;left:0rem;font-size:2rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { width:8.375rem;height:1.5625rem;top:4.0625rem;left:0rem;font-size:0.75rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { width:20rem;height:6.00043125rem;top:13.25rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { width:14.8125rem;height:11.0625rem;top:1.82421875rem;left:-1.8518454163102rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { width:7.6875rem;height:3.4375rem;top:20.125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { width:4.9375rem;height:2.375rem;top:20.65625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { width:4.375rem;height:3.5625rem;top:23.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { width:4.8125rem;height:2.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { width:5.75rem;height:3.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { width:6.8125rem;height:3.3125rem;top:23.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p { background-color:#00378b;background-image:none;display:block; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { background-color: transparent; background-image: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container > .video-iframe-container { display: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row > .video-iframe-container { display: none; }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .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); }#Z7flkwuAGNxxXxglTD0MdKwOIGtrdG2p > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ81FxgmTFDc8wAhJWe6Q9MMJ44EhtEk { width:8rem;height:2.25rem;top:3.3701171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#d2AS1hLI2663s8vzQqW6gBvQViJBEQI8 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLmr9dnK7PGrJzAGypwpTfgaTe3DBNAU { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #LTIXKhWkuAbO5oQKZaOIpMGBI1LylVLx { display:block; }
 }@media only screen and (max-width: 763px) { #CdUi3i2Op5TJWNXpRF2ZwM10KRuagTrr { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OCxsUq7HkhvPrEW5VckzpJIwJblcJX { display:block; }
 }@media only screen and (max-width: 763px) { #IoFvVgSDWu72i9bsiJRKka6AbmLEMWhX { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }