.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 { position:relative;display:block; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 { background-color: transparent; background-image: none; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row .container > .video-iframe-container { display: none; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row > .video-iframe-container { display: none; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .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); }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 { border-width: 0; border-radius: 0; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .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; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#co6RyeoE4W8w8knK1drThRT9BIPQ03F6 { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5615625rem;height:1.9992875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0310132503509rem;left:46.313331604004rem;display:block; }
#q2daqFstlJsIe0uJHgRxwb2pnwvQ1Pon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nz04hfhFOAyf6JsBz3WRvcqcAV2tZyAM { position:absolute;display:block;z-index:15012;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.5622125rem;width:14.7496875rem;top:0.7494213581085rem;left:1.2738704681396rem;overflow:hidden;display:block; }
#sBTyEhDs41Jf7nebXyltS91OHNnuC88d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v9rZ3Yz6fSg/unsplash/aidan-bartos-v9rZ3Yz6fSg-photo-1500316124030-4cffa46f10f0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d.adaptive-delivery-prevent-bg, #sBTyEhDs41Jf7nebXyltS91OHNnuC88d.lazyload, #sBTyEhDs41Jf7nebXyltS91OHNnuC88d.lazyloading { background-image: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { background-color: transparent; background-image: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,58,0.71); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container > .video-iframe-container { display: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,58,0.71); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row > .video-iframe-container { display: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .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); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { border-width: 0; border-radius: 0; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#u10QSE1ypMTk5rBTSTeSNGpdCc75L1n1 { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:5.9357242584229rem;left:0rem;height:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcMWnvpnEEAu6mxrwt5yXTzASQe4JnGn { color:#ffffff;display:block;width:55.24975rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.537168741226rem;left:2.3745269775391rem;height:;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; }
#bU7ymvzymVPMLIVeKteGTnh840Gywmec { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #05053a;border-left:0.125rem solid #05053a;border-right:0.125rem solid #05053a;border-bottom:0.125rem solid #05053a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#009fe3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.142164707184rem;left:18.140388488769rem;display:block; }
#c4VGrE5TCiHNCpGWkOTt0PmdAuWfneLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJ05ylk0PPaSVJE2pzdhZ7vFZIAOrvBF { color:#ffffff;display:block;width:45.3740625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:35.168087482452rem;left:7.312381744385rem;height:2.27430625rem;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; }
#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container { background-color: transparent; background-image: none; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container > .video-iframe-container { display: none; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row > .video-iframe-container { display: none; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .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); }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container { border-width: 0; border-radius: 0; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:60rem;position:relative;display:block; }#Tqnc37VvTnSJXVRzHhgP8u2eD9FK1AzC { color:#131572;display:block;width:51.4991875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.7491722106934rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x4gU3QBnkXwbe41DChMV6gO2TNfQTcrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:24.2489375rem;width:24.2489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:.77;top:8.6875rem;left:9.375rem; }
#B2Wq7o9B9KhW4gWl117och3lUBvrpscM { color:#131572;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.625rem;height:6.4988125rem;text-align:center;text-align-last:center;display:block; }
#xS0Qw1ZH1K8lsFd9uoNdzce9DNpVbmgy { box-sizing:content-box;color:#5d92ff;font-size:16.9375rem;font-weight:400;line-height:1;height:24.25rem;width:24.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.77;top:34.5rem;left:35.75rem; }
#k43eIahcZC1NoXutXQsQZA5t99T3Gk3k { color:#131572;display:block;width:12.9368125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:41.4375rem;height:6.4988125rem;text-align:center;text-align-last:center;display:block; }
#xpCzyPnb92wFSM7X3h5I6CXPhrrcpCTM { color:#131572;display:block;width:15.187rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:43.4375rem;left:40.625rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2L5WdFvhhMdp0iUKSqoLs3WQFTIsJiR { color:#131572;display:block;width:12.9368125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.75rem;left:24.625rem;height:4.87413125rem;text-align:center;text-align-last:center;display:block; }
#RPVRFozRiGyi7bT9wkOrayToc0m3uyMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:24.2489375rem;width:24.2489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.77;top:10.25rem;left:35.75rem; }
#S2sAhqV3uRtaR6ImXIdF19s8VxBQ4T9T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:24.2489375rem;width:24.2489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.77;top:24.0625rem;left:19rem; }
#pelgDkyCGtNVdKCLHMwhBvaJrLmukiy7 { position:absolute;display:block;z-index:14999;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:30.812rem;width:24.812375rem;top:32.250237464905rem;left:0rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,235,242,0.5);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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0900993347168rem;left:0rem;height:3.169125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8InMwyhaUOsFLz0ePpaEiaL0yGgE7Xy { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.970523834229rem;left:18.140388488769rem;display:block; }
#H7WONgw4PrO1QIzTzWJLJfTI2fZA7zAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrxsQ5a7ixBTostP6JrhH7ZByJTkaa5H { color:#131572;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:10.468751907349rem;left:0rem;height:4.24913125rem;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; }
#BDSL1vJZkyhmaX7DfqCPDtT9LDZZ6D5F { color:#131572;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:16.468395233154rem;left:0rem;height:2.125rem;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; }
#O1OwlJgI5Z4WmiiBa4dnxfgBTQDBgMtH { color:#131572;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:20.249172210693rem;left:0rem;height:4.24913125rem;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; }
#IP73ldeVhD5wTNRTsGH1yacCsKPk763p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container { background-color: transparent; background-image: none; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container > .video-iframe-container { display: none; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row > .video-iframe-container { display: none; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .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); }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container { border-width: 0; border-radius: 0; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#b4GgZ8ozzhvw813kJWLB5NPO30G2mNkq { color:#131572;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:4.0625rem;left:2.1244788169861rem;height:4.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vho3KvVr05dhzPLmXw5SnLiryHGW9LTB { color:#131572;display:block;width:59.62475rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.265979766846rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ { color:#131572;display:block;width:37.249625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:15.530899047851rem;left:0rem;height:12.7466875rem;text-align:left;text-align-last:left;display:block; }#B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48297664d2d9ecbcdac0881d5617e6149aefa649.svg); }
#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05053a;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; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container { background-color: transparent; background-image: none; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container > .video-iframe-container { display: none; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row > .video-iframe-container { display: none; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .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); }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container { border-width: 0; border-radius: 0; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#n3r7sSy5SB5OHvpv80rNzCTxchUTVFsU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.3684883117676rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05053a;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; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container { background-color: transparent; background-image: none; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container > .video-iframe-container { display: none; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row > .video-iframe-container { display: none; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .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); }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container { border-width: 0; border-radius: 0; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#raCd8JDHrEbU0uh4x3E8TGCwIWADWdz9 { color:#05053a;display:block;width:12.312375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.5rem;left:1.3125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fxge9N0Hnd1aoST7varcnxfXQLrbzlGd { color:#05053a;display:block;width:12.062rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:7.5290012359619rem;left:16.468986511231rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vXEafR6TrZnoJRqxECPMy1unFAWrWCIP { color:#05053a;display:block;width:12.624875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:7.5290012359619rem;left:31.186672210693rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tExGa9R4cq6yeC11H9syilIS3dsPhePN { color:#05053a;display:block;width:12.249625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:7.5290012359619rem;left:46.374290466309rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsD8HB8wB7thGAvZI35sokDtS9KBdDRk { position:absolute;display:block;z-index:14986;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 1.25rem 3.75rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:5.1875rem;left:15.5rem;display:block; }
#u8GRt2hob9cFMQIcemK32DXTdhE9SH0p { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 1.25rem 3.75rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:5.1875rem;left:0.5rem;display:block; }
#NO64mgPSCx5T5ELQDx7Uqw79XXRzoGcA { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.75rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:5.1875rem;left:30.4375rem;display:block; }
#ATUD3NnMZZLmH6FTo6yxLXGKap2J10Kw { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:5.1875rem;left:45.5rem;display:block; }
#aI6cqeRHkdx2QOec0cTT4qWNfLi6fBUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.75rem;left:5.9375rem; }
#s7kMm5zV7amW9049e3NHkSrpH5afqAIQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.777462959289rem;left:20.9375rem; }
#Vki9xAfsiXPcmpnNXJyNdZ4uGHFOF5uC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.777462959289rem;left:35.9375rem; }
#T19V86BFhKONKV7cLqaBGMdXTFwRSKo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.777462959289rem;left:50.937503814698rem; }
#TSJUngG6w1fAgF5H5Unf64afKm2KiZ22 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.249290466309rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,235,242,0.55);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; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container { background-color: transparent; background-image: none; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container > .video-iframe-container { display: none; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row > .video-iframe-container { display: none; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .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); }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container { border-width: 0; border-radius: 0; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#tApWI6SJ6kDX45ZkwZwXLAfmFskLP0Nl { color:#131572;display:block;width:44.2495rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1850128173828rem;left:7.8746452331544rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zlS9eghvzyS2TutG70PKkgRWTwzxghQT { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.0625rem;left:18.125rem;display:block; }
#rZxSwOT6inBZl6zqIuTrWLcv4d7ue6C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyuwkPZeuDaDaASrkEvnCkcoai4XsmiV { color:#131572;display:block;width:57.1241875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:9.6247563362119rem;left:1.4376187324524rem;height:2.400175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN { position:relative;display:block; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN { background-color: transparent; background-image: none; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row .container > .video-iframe-container { display: none; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row > .video-iframe-container { display: none; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .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); }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN { border-width: 0; border-radius: 0; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .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; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPMGzU7qwi2xO8RDTvq2eOwyJihIdhpf { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SztkeUTkwhSlIinZTW3QyBAK0orJngfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container { background-color: transparent; background-image: none; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container > .video-iframe-container { display: none; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row > .video-iframe-container { display: none; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .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); }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container { border-width: 0; border-radius: 0; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container { font-size:0.875rem;font-family:arial;height:85.5625rem;width:60rem;position:relative;display:block; }#vTmv9iFcyraygUCIUzOrc2PsmaXwwJgR { position:absolute;display:block;z-index:15005;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:6.4375rem;left:7.5rem;display:block; }
#FZgcMB1GAhd5NfbMPKw9v7RE0oZuTVw2 { position:absolute;display:block;z-index:15008;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:5rem;left:6.1875rem;display:block; }
#oiwh9oHofxPTH0w7pmM2oZFS1Je3ZcyG { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.875rem;height:2.7625875rem;font-style:normal;display:block; }
#vVQPWvGKTs6dZDJQlb3R928vcA52uFLL { position:absolute;display:block;z-index:15010;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:18rem;left:11.4375rem;display:block; }
#KNiRTOaSMt0m0mXsT4PJhVg1RCseEsRO { position:absolute;display:block;z-index:15011;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:14.25rem;left:11.4375rem;display:block; }
#gVDWieuizl4onU5B1x3wme9lyEytAZCZ { position:absolute;display:block;z-index:15009;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:18.375rem;left:44.125rem;display:block; }
#H7hvDTxvSOTiaPTRMl2uwpyTdV0tNd0i { position:absolute;display:block;z-index:15015;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:16.9375rem;left:42.8125rem;display:block; }
#o1sWlLtTCCzHu2Hsde4KsCmJpRCEEhHU { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.9375rem;left:44.5rem;height:2.7625875rem;font-style:normal;display:block; }
#oQXkyDuvXMNrepdZPS8WHxzFgEfPOLLt { color:#131572;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.375rem;left:11.375rem;height:2.4375rem;font-style:normal;display:block; }
#EMdA5KU9UGRPJARKscgsCCq066G0Pv2Z { color:#131572;display:block;width:30.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:11.375rem;height:4.38585rem;font-style:normal;display:block; }
#XM19qT9RPtNMquieFJOTZewfzBHVZaVE { color:#131572;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:18.3125rem;height:2.4375rem;font-style:normal;display:block; }
#ib07WmtoJ7z69uTfGPonidqUdfzuxwdS { color:#131572;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:18.4375rem;height:5.8478rem;font-style:normal;display:block; }
#WmfNoONAz6VI8oCTp2Bu5ATUzVm9fKVC { position:absolute;display:block;z-index:15012;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.81225rem;width:0;top:26.187263488769rem;left:49.725383758545rem;display:block; }
#N2aUrXpQi4GNuC8ioQk56z2smy7qfZG8 { position:absolute;display:block;z-index:15011;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:33.0625rem;left:15.3125rem;display:block; }
#UsdtcfzN5iUJv1a9rg2HZnAZyERuQbkg { position:absolute;display:block;z-index:15009;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:32.25rem;left:7.5rem;display:block; }
#puimITpGI8RI6EP51APBxa5d89Emtk2h { position:absolute;display:block;z-index:15012;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:30.8125rem;left:6.1875rem;display:block; }
#usAJay09IeE8I3RrsLFGwLCeS9hCbFhs { color:#ffffff;display:block;width:1.37488125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.8125rem;left:7.9375rem;height:2.7625875rem;font-style:normal;display:block; }
#TOvLaohKS4D8SRDxEWBbbKMTnCefTqHa { color:#131572;display:block;width:31.49975rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.9375rem;left:18.5625rem;height:2.4375rem;font-style:normal;display:block; }
#qLR79y4HbefBTv7y4SwWVS4IophJea5Z { color:#131572;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.25rem;left:18.5625rem;height:5.8478rem;font-style:normal;display:block; }
#NyOcHpWXffHGET3Bhllo0RJQCnZR5rwI { position:absolute;display:block;z-index:15013;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8116875rem;width:0;top:40.062145233154rem;left:11.368371963501rem;display:block; }
#nQ72mNBTbrT3MKzs5nluSwiEEW00P0tM { position:absolute;display:block;z-index:15011;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:46.911697387695rem;left:11.436435699463rem;display:block; }
#CIWUX5FT8hH6G3uuiFwbKIR0N0NysQo7 { position:absolute;display:block;z-index:15016;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.74964375rem;width:4.74964375rem;top:45.749290466309rem;left:42.762786865234rem;display:block; }
#VNssW0MUdNfZwysfI88NPomtVGq2LXds { position:absolute;display:block;z-index:15010;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:47.125rem;left:44.124645233154rem;display:block; }
#vygN73TvJBCvzN1fa53tt5hdnXsFh6AX { color:#ffffff;display:block;width:1.37488125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:46.625rem;left:44.5rem;height:2.7625875rem;font-style:normal;display:block; }
#N1kWo6wdME0KPbRwcxtSA5sKMw2RC0zo { color:#131572;display:block;width:31.49975rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.6875rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#Ahp2vK2NK68sZbdG9wP50XoPatfOFgRi { position:absolute;display:block;z-index:15013;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0;top:54.93726567924rem;left:49.573868508545rem;display:block; }
#pzNA8aV2qOu7FXvcsvfu0MJ1hgmUT8VR { position:absolute;display:block;z-index:15012;background-color:#05053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:60.4375rem;left:15.3125rem;display:block; }
#fJSK8Nh6dSv1w3nkX8p1N3vyrGvXTv5t { color:#131572;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:51.875rem;left:11.5rem;height:4.38585rem;font-style:normal;display:block; }
#vCJemII9UChO9dPG3npZtvlpfeZLUz0L { position:absolute;display:block;z-index:15010;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:59.375rem;left:7.5rem;display:block; }
#P2JWarIrp199GRoHa33xP0LLafCeVtTs { position:absolute;display:block;z-index:15013;background-color:#131572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.74964375rem;width:4.74964375rem;top:58.0625rem;left:6.1875rem;display:block; }
#h8ANxK4EJWaKCC7ivbegG1TGSFNGVZic { color:#ffffff;display:block;width:1.3742875rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:59.0625rem;left:7.875rem;height:2.7625875rem;font-style:normal;display:block; }
#xUslG2q8mzCHKkXFOzLATqnMdRJGN24t { color:#131572;display:block;width:31.4991875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:62.062026977539rem;left:18.562381744385rem;height:2.4375rem;font-style:normal;display:block; }
#yApIT7l5stdpgNhcI56XE3vTOvTtZpua { color:#131572;display:block;width:29.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:65.561672210694rem;left:18.537525177002rem;height:7.30975rem;font-style:normal;display:block; }
#emUzTi6h7y9TDpIuAvPBTLoDIZOMtoH0 { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:77.53431892395rem;left:18.140388488769rem;display:block; }
#CIpakzzO3HrCp9e12Zq66cIb6JUevLq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9dg27toeGDwBs1uEntWWwAGfOsxV6Lf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.7807769775387rem;left:9.84375rem; }
#JTTfL8lx5tgWbhoD0FxSsbrCgNKPqkQM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.717929840088rem;left:46.468395233154rem; }
#O2TKFlqfLvhENMKGe1aIcXgLphgCSdTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:34.593397423625rem;left:9.84375rem; }
#i30cdqcIW72L1VkXeTlTuAE4NGpM5nCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:61.718744561076rem;left:9.84375rem; }
#rZV1IQNlg3FL7PTh3P5m0ql5btIwUhGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:49.468506142497rem;left:46.468395233154rem; }
#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05053a;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; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container { background-color: transparent; background-image: none; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container > .video-iframe-container { display: none; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row > .video-iframe-container { display: none; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .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); }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container { border-width: 0; border-radius: 0; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#EIpD2kREOLiXBXn3uiqTPgD03SdGry3O { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.375rem;left:10.750001907349rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05053a;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; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container { background-color: transparent; background-image: none; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container > .video-iframe-container { display: none; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row > .video-iframe-container { display: none; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .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); }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container { border-width: 0; border-radius: 0; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#trNubHHbm9Pc7RDOPFG37b30HeP1t3KU { color:#ffffff;display:block;width:48.06225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.2415995597839rem;left:7.1875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#EUZ8t8KryEW9pQrTfeSa33nHdmsOrNxv { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.849790096283rem;left:7.1869087219237rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#RLs7qTxdp6zkNdmL7sNxxAhhtTbLd1ve { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.030897140503rem;left:7.1869087219237rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#DySzGAvrbEfA6GBVSMoeqaLLsUiLrZEG { 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:15013;opacity:1;top:2.7731251716614rem;left:2.6624999046326rem; }
#iuryqFTo08ZdImaxg75dCMucoAHhn60t { 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:15014;opacity:1;top:12.381040096283rem;left:2.6621685028076rem; }
#v7Lf2sT3FSQG73if94MgDMBIuWw59LaP { 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:15015;opacity:1;top:17.562147140503rem;left:2.6621685028076rem; }
#mUHPDIqxmbJmZmob57XQGnGcF9ECFupT { color:#ffffff;display:block;width:46.1245rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:23.093633651733rem;left:7.1875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#olC19DdRDT15ABcPIeRuCFAm4EEhdokH { 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:15016;opacity:1;top:22.624883651733rem;left:2.6621685028076rem; }
#ZJWDT56FnbznGbLdzeUgSWeB08swc6Rp { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.66441822052rem;left:18.140388488769rem;display:block; }
#yJGD186zlePTDksV4e5RmJtiCii745b1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erZBzxkRE7IVFL8AIN4LJMVwQq22FXeg { color:#ffffff;display:block;width:48.06225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.871690273285rem;left:7.1863174438475rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#gDZVBHe5EO5CwXJrMzTTDSEluqGNGp76 { 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:15014;opacity:1;top:7.402940273285rem;left:2.6621685028076rem; }
#l8WMS49HfwTFWAwILOvF5tm24GsKpOVq { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:28.100141525269rem;left:7.1875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#HvRNfFMd59N7zyP0ct7oVAeQewughZ9a { 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:15017;opacity:1;top:27.631391525269rem;left:2.6621685028076rem; }
#INOrbTkKAGvyA3CELANRIAJMd41DetsK { color:#ffffff;display:block;width:51.624625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:33.130927085876rem;left:7.1875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#z6lLvODyNBdbM9xpwJJoSwPiDnFtza55 { 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:15018;opacity:1;top:32.662169456482rem;left:2.6621685028076rem; }
#HvCqrXD41t0Pz0uDz6aS5UxPHyKUc4Jr { color:#ffffff;display:block;width:53.99975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:38.880209922791rem;left:2.9995269775391rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I { position:relative;display:block; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I { background-color: transparent; background-image: none; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row .container > .video-iframe-container { display: none; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row > .video-iframe-container { display: none; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .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); }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I { border-width: 0; border-radius: 0; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .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; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#olx4QSgSfdLd88GfKKQ5FuDH4foIErlv { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.3696622848511rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container { background-color: transparent; background-image: none; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container > .video-iframe-container { display: none; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row > .video-iframe-container { display: none; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .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); }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container { border-width: 0; border-radius: 0; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#PmkXXfsIzR9plsXkwhDb37PdHK0i9wDX { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.8125rem;height:3.89756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IoaqC0wJ7AKCgQ2pAs7sZBlLSianBVdP { color:#131572;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.4375rem;left:20.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#niLounmg6t9KwGnNf0eJgvGyhFtGEA76 { color:#131572;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.625rem;left:20.8125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a3rGLmqrHNbHrXlniTQduhJQkHMxVOxB { color:#131572;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:20.8125rem;height:2.59838125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hHCVPuhwpEDoUtCbwqkDxGAMclOicUDL { color:#131572;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:20.8125rem;left:20.8125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g1f71kBkKHNxE6VgLl5abGReODcmCJAs { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:20.812026977539rem;height:2.59838125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fhElh8hWu3N1whU732n1fA5u4vaM9var { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43.1875rem;height:3.89756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QhNMmqA0Bs7fMD3aSyxC515IQMW74Xlr { color:#131572;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.4375rem;left:43.125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E3JKgPhICfM8lb4l9es2L66g9qDWq7oV { color:#131572;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.625rem;left:43.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BJueWftpoHMoTacDMvNWEQeF7TAy0Afl { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.1875rem;height:2.59838125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WFRvhsUoTyMny53V0D0dJHdazsZymps0 { color:#131572;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:20.8125rem;left:43.1875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D67CVOBnOXcwQ0CB2cmJCL5UzstAp7LF { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.4375rem;height:3.89756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CMGl59sDGWLciT8tfzp34pG03fZOhOR4 { color:#131572;display:block;width:17.062rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:31.8125rem;left:20.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wGlQq1zkIPck3D3nHw0s4LvsMSdzsD25 { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.9375rem;left:20.9375rem;height:2.59838125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MrntQieU782Jpnz64X5TDn5RABAw6Hdo { color:#131572;display:block;width:16.312125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:31.875rem;left:43.3125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r9ahtL0lra6N2xBGiFV9F4xsabwsHp3M { color:#131572;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:34.9375rem;left:43.25rem;height:3.89756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CpArJ7cgJFGfv8vuWrpOR9DEmid71a8F { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.352629423141rem;left:17.234256744385rem;display:block; }
#lNrOLi5KJziE4PtrXzWATnayStpLKwMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vi5NXTyKViVpwcZwch7cCBvfrAkE5CRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68738125rem;width:1.68738125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.4365539550781rem;left:18.375354766846rem; }
#VkDNh0Q4orxVCJhdzIbtMSqEhK56oDc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6867875rem;width:1.6867875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.624290466309rem;left:18.375354766846rem; }
#X9w22M4CRKvCRKOPzLmnCyk2WLUZdtTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.812026977539rem;left:18.375354766846rem; }
#UHCG3nmgWhogh59Ldpe2aJZEswVsgHAw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.906370162964rem;left:18.375354766846rem; }
#vWiGVEHoeLJ5TWSwImMuVywG7AiPkPay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6867875rem;width:1.6867875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.4365539550781rem;left:40.780658721924rem; }
#amUTz0wdrchP7pnRVQ2ovnk0dIa3OdAZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.624881744385rem;left:40.78125rem; }
#mXXVX3LTDuNyc5QvEaEmT71xEsfVaUV3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.812026977539rem;left:40.78125rem; }
#xlooHJz16SMkNl2Tnu7idHQVZ3Sm5ULg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.8125rem;left:40.875rem; }
#Hp41JfDRaMIXDg2ekrT1gtNfowDmsWZ0 { 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:36.1875rem;width:18.875rem;top:3.9983429908752rem;left:0rem;overflow:hidden;display:block; }
#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,235,242,0.5);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi.adaptive-delivery-prevent-bg, #qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi.lazyload, #qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi.lazyloading { background-image: none; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container { background-color: transparent; background-image: none; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container > .video-iframe-container { display: none; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row > .video-iframe-container { display: none; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .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); }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container { border-width: 0; border-radius: 0; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:60rem;position:relative;display:block; }#lxlT2HOeWkum7reBXt4yTAsK7SCKlnaK { 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:2rem;width:2.8125rem;top:14.437500476837rem;left:0rem;overflow:hidden;display:block; }
#kfXi9eabQPRLN2KLiTTTo4Vkiv7WyvIu { 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.99988125rem;width:2.8125rem;top:49.998826980591rem;left:57.186908721924rem;overflow:hidden;display:block; }
#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.4833339452744rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.2278556823731E-5rem;left:0rem;height:11.6999375rem;text-align:center;text-align-last:center;display:block; }
#wXGnMOcrS6bPPUyOzPcKhyQ6QvPlvcUc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.31225rem;width:28.937rem;top:20.834517002106rem;left:0rem;overflow:hidden;display:block; }
#RQvoEi40PdgErN9M8PF3y3HI4Mc2V1Av { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.124875rem;width:29.499875rem;top:17.928504467011rem;left:30.500118255615rem;overflow:hidden;display:block; }
#XlJNuIKCXJTydRxEFNEseF9uH4mAotUJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.562375rem;width:42.874625rem;top:40.617308139801rem;left:8.562381744385rem;overflow:hidden;display:block; }
#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx { position:relative;display:block; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx { background-color: transparent; background-image: none; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container > .video-iframe-container { display: none; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row > .video-iframe-container { display: none; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .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); }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx { border-width: 0; border-radius: 0; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .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; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container.adaptive-delivery-prevent-bg, #Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container.lazyload, #Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container.lazyloading { background-image: none; }#HKqnd1qJBxcqzoGKoJMmh5fm5W4aPuLe { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0927095413208rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T1EpeCh1nwsB9l1oUXCnx4Mx7iJfDed6 { 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:22.5rem;width:21.1875rem;top:10.654166817665rem;left:38.811982154846rem;overflow:hidden;display:block; }
#gRHiRBBuvwJLFllztRMtXCfLgotp3vMA { color:#131572;display:block;width:34.812375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.840672969818rem;left:0rem;height:4.8741375rem;display:block; }
#lVRahMMHTkZngKQpgK9u5ICb2ZLadvlO { color:#131572;display:block;width:34.812375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.590791225433rem;left:0rem;height:3.24941875rem;font-style:normal;display:block; }
#NQRDT1Cl8AduhVGLdXyTIvQpwxEcgTkC { color:#131572;display:block;width:31.437rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.778409481049rem;left:0rem;height:9.74825rem;display:block; }
#niSsFlfWz867826VtgCTaGaCaTNDNmsf { color:#131572;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.966499328613rem;left:0rem;height:3.24941875rem;font-style:normal;display:block; }
#n1TKSxHQp2SPFNwVsaBGX3HDl5FTXPWB { background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.414893150329rem;left:18.140388488769rem;display:block; }
#CyiTDK3t5iqv1CHDTUZvII6FwBG8x9XZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,235,242,0.55);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; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container { background-color: transparent; background-image: none; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container > .video-iframe-container { display: none; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row > .video-iframe-container { display: none; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .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); }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container { border-width: 0; border-radius: 0; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#MLSieNQg2zuc8AVHRFOqaVZITbdFIwwO { color:#131572;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9052085876465rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container { background-color: transparent; background-image: none; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container > .video-iframe-container { display: none; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row > .video-iframe-container { display: none; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .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); }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container { border-width: 0; border-radius: 0; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:60rem;position:relative;display:block; }#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(229,235,242,0.55);background-image:none;vertical-align:top; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#131572;line-height:1.4;overflow:hidden;height:auto; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#131572;line-height:1.4;overflow:hidden;height:auto; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-trigger.adaptive-delivery-prevent-bg, #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-trigger.lazyload, #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-trigger.lazyloading { background-image: none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.875rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.8726348876953rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SqR6RiZqKW2k7w2dxuHmmc62XpfQDTCR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #K6CztGmWiOgBtyDnvk1L1svgNcr7dy2f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #cSenR170GaW3DhuPCvahd0eBI9Bo66Qe { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HchPlNnJkcm8EJuCGuMb0zHldQzaUgpQ {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hXfgIgQsBvb5tlEpv8in4Ed07cqbriiL {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGq6ZOeT0TT2hgvFkrq8EL35bOsD8rTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vg4k3S0kJC4SgbBTUkyHufiwC3pJKGAX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #GvkuVVWHaOwlAwW5SETUsdZwbqVepKEJ { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #mXn0e9TFWTwBa3pTgSk2XHKeGwCVaODi {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGtqJOrl0ydAx6Mrvkisheqk9DZ54BW6 { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #nn2TUtL2a4XzTimCp2LKcfcKqJDCx4EP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oh4W5TLeQqH6uggqJiDOkxG5nhplb5s7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #D1uxT5spouwmi3RFxmStSTnNlganII0g { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MTrXMpSE41MTTrg4Q8MW8vOOcDEmFWgO {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Coe9vLE1tVNvrsqBFr8y4WikdtLoSeii { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HEaHCXu64vz41VsZCF4edgfIWJwKOsBa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Z6MFAVp0OhQpHuG3TEi6f9o1aJ96HUZT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uqlC24e3lN9qzeAhThPe8H5vDhG2ZmyQ { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LmsiEVwAEgqGm0ATq6ECUfHXcFCpt62x {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yg9RrpnIgP5pB8ivtGWtXAoRhk6NgAPh { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KsMpNJELNRMUMBwGBNkyqTEoLXzNRR4s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #dI0nQDflZ2E9AX2hPoz4P5pggNdCDuze { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #REnfkDOgBKURC4clmAt8JWEpPVNV401F { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZZl29pCRMcbrANiqion98yZrtTQXeCJR {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RtpKFQ286QOuIaCb3x2FbqqdzzdQ3IBn { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #bvtZ1oQiHtrEFNB2iGLTTk5VXxiJtIuB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QP7RLARP6ZUXu45x8woC4ZAhl4e6sn36 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T5VPbkz3lxCdOh5mTz5JnOPzTabvJxwO { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Oy50HsfLQRJVhFykfISC4MxoCOWUDGng {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #PoyXMKrO3GPcE8khBJode3tgVkTu4XGU { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #H479KNUXJdQBykgAwq0cXaoexzOlpU0H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #txll41S4kCVzIVyVL33EIRDtLk2iDpLk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oLSHtNrbKpp5V76wa6lycUe7EGdLqEKe { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #FZv7C3vrB2uh0FrO0mwoWflTKp5NqHmC {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #tDTL6X6INSIfcLsgTgKPTbThw7E546gS { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #DFTm0pAyT3SeHB2IrxmTwoppHNXTci2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ORce4w3exPlZBzlxhaMHaQvibfOZtkEx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KqZ7O78AMWfNDTGsi0nIqAymv2ryPnK6 { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yJNs0twLAxBL2saxebqmUfEbG3fE5HXd {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #c0doAnwOT9FuxOWOkHe7QA3FdsZc0ygt { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #W4fVKV1bDKRcDZbTU45Mw4XbhvEe1g0l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #iMFyersab2ntJNZNgeTvPUhNeWasuJT0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #shhXq3JqkcxQbSPGVax6u57Hb7FXwMEM { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5ADiAuosiWfRbBPUPJa9Bk0qtwJnVFs {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SSE2Xfk2Jxwvh3023idXG6PPdwynGkyU { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #V0uoUO13VJvaohvTlqWPRZhmCMfgxZTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T1vC0AnMdRWDxnxcHsm4T3EqFFO9itEH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ABc6ITvVGreSTTDLKaizbFVuTohL8AON { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Nyzbdn32ua9zxgPS2vpeSiDI8DmRwnwr {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #luVVGyQf1e7OFT7ow6TmbnZ5R9GzrOq6 { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uFxduzzcnJrXCSnBz2eT3lLrPsiIvyQQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ENXvwPIw5J5rtPJF03OIRpkUoDCTrRnN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ey3KKxLzwJr9Ecw6szTVOBGIpHQLyeO3 { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MC0XGHe05ixM74aDFoQERMFluOcUzsSu {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #niTmoTlEKAz65qThSnSTmtaleIsoRMdJ { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QdQKHLnoVX7LiQNszcxB1dh05rPkytL3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZScs8erITxWmJWSd45txPqR2ZpWfwWcr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uzLx8G2hWwq4xT2ilUBTGo3O6EcL76Fs { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OhDSmrHTcpQHDTJahFK04GkqbWQ8GpIh {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vf3atrCpWxh2WMbwHoRTXEp8zCaosqn1 { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #qTeX7D1m9WFpyzL6aJEBZuo2uilOgTJp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hv8zEEvvq5tXSFiGVrWrs8O3H3Ae224F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ONvBxgmQJLFW0bp1cCeyXWzK3V8nsSDH { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Dg87tX0H2y098EuguRE2FkQ9TfAUeArs {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RT9l1N2Ay8glp6ppxxiJOAiBUrbLxIpa { display:none; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LHerUhl3U0TsM9EAewmwozfiVvBqbffU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #BgQ99dzXKwEzHzTegsWAk333m2ARlmWi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5NNA0fVnmnChKG5CEaIheo4GKzy8nxw { display:block;position:relative; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #v3nER0yqkGrmhJlt9qOXdvZMwNhmaEu2 {  }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OzbhAPbuVilqqmsPIvZHTWlI9abKLhnI { display:none; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8lnbXtxFGZw/unsplash/alexander-grey-8lnbXtxFGZw-photo-1526304640581-d334cdbbf45e.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU.adaptive-delivery-prevent-bg, #LKQUzhGE9J0TxoQtW44wenODPstoPMvU.lazyload, #LKQUzhGE9J0TxoQtW44wenODPstoPMvU.lazyloading { background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,58,0.92); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,58,0.92); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:#ffffff;display:block;width:53.562375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:4.6235809326172rem;left:3.2179222106934rem;height:15.7486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3vXBmIBX6Hr3UETTd1V27MVostzzEUX { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:18.0625rem;left:27.625rem;height:;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; }
#seICMcsAKgqBH4JWaGfioHesG4xarde4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.625rem;left:24.5rem; }
#QZNRaBzqTCTfpwTTmhZ6qmftqu78AUsO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #05053a;border-left:0.125rem solid #05053a;border-right:0.125rem solid #05053a;border-bottom:0.125rem solid #05053a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#009fe3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.716875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.527462959289rem;left:18.140981674194rem;display:block; }
#okfNB8FZiNRJzZiEdyeUuEtOpwQhAARC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,235,242,0.5);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; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { background-color: transparent; background-image: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container > .video-iframe-container { display: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row > .video-iframe-container { display: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .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); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { border-width: 0; border-radius: 0; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#QQCx3xTn27cqD1IgPEqFcc05bfq9tMUz { color:#131572;display:block;width:57.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:2.849479675293rem;left:1.46875rem;height:4.04971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog { position:relative;display:block; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog { background-color: transparent; background-image: none; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row .container > .video-iframe-container { display: none; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row > .video-iframe-container { display: none; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .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); }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog { border-width: 0; border-radius: 0; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .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; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 { display:block; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co6RyeoE4W8w8knK1drThRT9BIPQ03F6 { width:12.5rem;height:1.9375rem;top:1rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2daqFstlJsIe0uJHgRxwb2pnwvQ1Pon { display:block; }
 }@media only screen and (max-width: 763px) { #nz04hfhFOAyf6JsBz3WRvcqcAV2tZyAM { top:0.6875rem;left:0rem;width:14.6875rem;height:2.5514097226636rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTyEhDs41Jf7nebXyltS91OHNnuC88d { display:block; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10QSE1ypMTk5rBTSTeSNGpdCc75L1n1 { top:5.875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcMWnvpnEEAu6mxrwt5yXTzASQe4JnGn { top:19.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7ymvzymVPMLIVeKteGTnh840Gywmec { width:23.6875rem;height:3.4375rem;top:28.125rem;left:12.015388488769rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4VGrE5TCiHNCpGWkOTt0PmdAuWfneLS { display:block; }
 }@media only screen and (max-width: 763px) { #wJ05ylk0PPaSVJE2pzdhZ7vFZIAOrvBF { top:35.125rem;left:1.1873817443848rem;width:45.3125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 { display:block; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqnc37VvTnSJXVRzHhgP8u2eD9FK1AzC { top:4.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gU3QBnkXwbe41DChMV6gO2TNfQTcrv { top:8.6875rem;left:3.25rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Wq7o9B9KhW4gWl117och3lUBvrpscM { top:17.3125rem;left:8.5rem;width:13.75rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS0Qw1ZH1K8lsFd9uoNdzce9DNpVbmgy { top:34.5rem;left:23.5rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k43eIahcZC1NoXutXQsQZA5t99T3Gk3k { top:19rem;left:34.875rem;width:12.875rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCzyPnb92wFSM7X3h5I6CXPhrrcpCTM { top:43.4375rem;left:32.625rem;width:15.125rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2L5WdFvhhMdp0iUKSqoLs3WQFTIsJiR { top:32.75rem;left:18.5rem;width:12.875rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPVRFozRiGyi7bT9wkOrayToc0m3uyMK { top:10.25rem;left:23.5625rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2sAhqV3uRtaR6ImXIdF19s8VxBQ4T9T { top:24.0625rem;left:12.875rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pelgDkyCGtNVdKCLHMwhBvaJrLmukiy7 { top:32.25rem;left:0rem;width:24.75rem;height:30.734542743288rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8InMwyhaUOsFLz0ePpaEiaL0yGgE7Xy { width:23.6875rem;height:3.4375rem;top:27.9375rem;left:12.015388488769rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7WONgw4PrO1QIzTzWJLJfTI2fZA7zAy { display:block; }
 }@media only screen and (max-width: 763px) { #zrxsQ5a7ixBTostP6JrhH7ZByJTkaa5H { top:10.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSL1vJZkyhmaX7DfqCPDtT9LDZZ6D5F { top:16.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1OwlJgI5Z4WmiiBa4dnxfgBTQDBgMtH { top:20.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP73ldeVhD5wTNRTsGH1yacCsKPk763p { display:block; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4GgZ8ozzhvw813kJWLB5NPO30G2mNkq { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vho3KvVr05dhzPLmXw5SnLiryHGW9LTB { top:11.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ { top:15.5rem;left:0rem;width:37.1875rem;height:12.6875rem;font-size:1.125rem;display:block; }#B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48297664d2d9ecbcdac0881d5617e6149aefa649.svg); }
 }@media only screen and (max-width: 763px) { #HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG { display:block; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3r7sSy5SB5OHvpv80rNzCTxchUTVFsU { top:4.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe { display:block; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raCd8JDHrEbU0uh4x3E8TGCwIWADWdz9 { width:12.25rem;height:5.625rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxge9N0Hnd1aoST7varcnxfXQLrbzlGd { width:12rem;height:5.625rem;top:7.5rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXEafR6TrZnoJRqxECPMy1unFAWrWCIP { width:12.5625rem;height:5.625rem;top:7.5rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExGa9R4cq6yeC11H9syilIS3dsPhePN { width:12.1875rem;height:5.625rem;top:7.5rem;left:35.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsD8HB8wB7thGAvZI35sokDtS9KBdDRk { width:14.0625rem;height:14.0625rem;top:5.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GRt2hob9cFMQIcemK32DXTdhE9SH0p { width:14.0625rem;height:14.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO64mgPSCx5T5ELQDx7Uqw79XXRzoGcA { width:14.0625rem;height:14.0625rem;top:5.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUD3NnMZZLmH6FTo6yxLXGKap2J10Kw { width:14.0625rem;height:14.0625rem;top:5.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI6cqeRHkdx2QOec0cTT4qWNfLi6fBUo { top:14.75rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7kMm5zV7amW9049e3NHkSrpH5afqAIQ { top:14.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vki9xAfsiXPcmpnNXJyNdZ4uGHFOF5uC { top:14.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19V86BFhKONKV7cLqaBGMdXTFwRSKo8 { top:14.75rem;left:40.218753814698rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJUngG6w1fAgF5H5Unf64afKm2KiZ22 { top:23.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 { display:block; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tApWI6SJ6kDX45ZkwZwXLAfmFskLP0Nl { top:4.125rem;left:1.7496452331543rem;width:44.1875rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlS9eghvzyS2TutG70PKkgRWTwzxghQT { width:23.6875rem;height:3.4375rem;top:15.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZxSwOT6inBZl6zqIuTrWLcv4d7ue6C8 { display:block; }
 }@media only screen and (max-width: 763px) { #HyuwkPZeuDaDaASrkEvnCkcoai4XsmiV { top:9.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN { display:block; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPMGzU7qwi2xO8RDTvq2eOwyJihIdhpf { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SztkeUTkwhSlIinZTW3QyBAK0orJngfN { display:block; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTmv9iFcyraygUCIUzOrc2PsmaXwwJgR { top:6.4375rem;left:1.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgcMB1GAhd5NfbMPKw9v7RE0oZuTVw2 { top:5rem;left:0.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwh9oHofxPTH0w7pmM2oZFS1Je3ZcyG { top:5.8125rem;left:1.75rem;width:1.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQPWvGKTs6dZDJQlb3R928vcA52uFLL { top:18rem;left:5.3125rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KNiRTOaSMt0m0mXsT4PJhVg1RCseEsRO { top:14.25rem;left:5.3125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVDWieuizl4onU5B1x3wme9lyEytAZCZ { top:18.375rem;left:38rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7hvDTxvSOTiaPTRMl2uwpyTdV0tNd0i { top:16.9375rem;left:36.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1sWlLtTCCzHu2Hsde4KsCmJpRCEEhHU { top:17.9375rem;left:38.375rem;width:1.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQXkyDuvXMNrepdZPS8WHxzFgEfPOLLt { top:20.375rem;left:5.25rem;width:31.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMdA5KU9UGRPJARKscgsCCq066G0Pv2Z { top:23.3125rem;left:5.25rem;width:30.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM19qT9RPtNMquieFJOTZewfzBHVZaVE { top:5.375rem;left:12.1875rem;width:31.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib07WmtoJ7z69uTfGPonidqUdfzuxwdS { top:8.4375rem;left:12.3125rem;width:29.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmfNoONAz6VI8oCTp2Bu5ATUzVm9fKVC { top:26.125rem;left:43.600383758545rem;width:0;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2aUrXpQi4GNuC8ioQk56z2smy7qfZG8 { top:33.0625rem;left:9.1875rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UsdtcfzN5iUJv1a9rg2HZnAZyERuQbkg { top:32.25rem;left:1.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puimITpGI8RI6EP51APBxa5d89Emtk2h { top:30.8125rem;left:0.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usAJay09IeE8I3RrsLFGwLCeS9hCbFhs { top:31.8125rem;left:1.8125rem;width:1.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvLaohKS4D8SRDxEWBbbKMTnCefTqHa { top:34.9375rem;left:12.4375rem;width:31.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLR79y4HbefBTv7y4SwWVS4IophJea5Z { top:38.25rem;left:12.4375rem;width:29.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyOcHpWXffHGET3Bhllo0RJQCnZR5rwI { top:40rem;left:5.243371963501rem;width:0;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ72mNBTbrT3MKzs5nluSwiEEW00P0tM { top:46.875rem;left:5.3114356994629rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CIWUX5FT8hH6G3uuiFwbKIR0N0NysQo7 { top:45.6875rem;left:36.637786865234rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNssW0MUdNfZwysfI88NPomtVGq2LXds { top:47.125rem;left:38rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygN73TvJBCvzN1fa53tt5hdnXsFh6AX { top:46.625rem;left:38.375rem;width:1.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1kWo6wdME0KPbRwcxtSA5sKMw2RC0zo { top:48.6875rem;left:5.3125rem;width:31.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahp2vK2NK68sZbdG9wP50XoPatfOFgRi { top:54.875rem;left:43.448868508545rem;width:0;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNA8aV2qOu7FXvcsvfu0MJ1hgmUT8VR { top:60.4375rem;left:9.1875rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fJSK8Nh6dSv1w3nkX8p1N3vyrGvXTv5t { top:51.875rem;left:5.375rem;width:29.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCJemII9UChO9dPG3npZtvlpfeZLUz0L { top:59.375rem;left:1.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2JWarIrp199GRoHa33xP0LLafCeVtTs { top:58.0625rem;left:0.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ANxK4EJWaKCC7ivbegG1TGSFNGVZic { top:59.0625rem;left:1.75rem;width:1.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUslG2q8mzCHKkXFOzLATqnMdRJGN24t { top:62rem;left:12.437381744385rem;width:31.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yApIT7l5stdpgNhcI56XE3vTOvTtZpua { top:65.5rem;left:12.412525177002rem;width:29.0625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emUzTi6h7y9TDpIuAvPBTLoDIZOMtoH0 { width:23.6875rem;height:3.4375rem;top:77.5rem;left:12.015388488769rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIpakzzO3HrCp9e12Zq66cIb6JUevLq3 { display:block; }
 }@media only screen and (max-width: 763px) { #f9dg27toeGDwBs1uEntWWwAGfOsxV6Lf { top:8.75rem;left:3.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTfL8lx5tgWbhoD0FxSsbrCgNKPqkQM { top:20.6875rem;left:40.343395233154rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2TKFlqfLvhENMKGe1aIcXgLphgCSdTE { top:34.5625rem;left:3.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i30cdqcIW72L1VkXeTlTuAE4NGpM5nCO { top:61.6875rem;left:3.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZV1IQNlg3FL7PTh3P5m0ql5btIwUhGc { top:49.4375rem;left:40.343395233154rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKKqC8HlXWFENLQHyJipal2pbSXBqhw { display:block; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIpD2kREOLiXBXn3uiqTPgD03SdGry3O { top:4.375rem;left:4.625rem;width:38.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh { display:block; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trNubHHbm9Pc7RDOPFG37b30HeP1t3KU { top:3.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZ8t8KryEW9pQrTfeSa33nHdmsOrNxv { top:12.8125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLs7qTxdp6zkNdmL7sNxxAhhtTbLd1ve { top:18rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DySzGAvrbEfA6GBVSMoeqaLLsUiLrZEG { top:2.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuryqFTo08ZdImaxg75dCMucoAHhn60t { top:12.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Lf2sT3FSQG73if94MgDMBIuWw59LaP { top:17.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHPDIqxmbJmZmob57XQGnGcF9ECFupT { top:23.0625rem;left:1.0625rem;width:46.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olC19DdRDT15ABcPIeRuCFAm4EEhdokH { top:22.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWDT56FnbznGbLdzeUgSWeB08swc6Rp { width:23.6875rem;height:3.4375rem;top:44.625rem;left:12.015388488769rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJGD186zlePTDksV4e5RmJtiCii745b1 { display:block; }
 }@media only screen and (max-width: 763px) { #erZBzxkRE7IVFL8AIN4LJMVwQq22FXeg { top:7.8125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZVBHe5EO5CwXJrMzTTDSEluqGNGp76 { top:7.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WMS49HfwTFWAwILOvF5tm24GsKpOVq { top:28.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvRNfFMd59N7zyP0ct7oVAeQewughZ9a { top:27.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INOrbTkKAGvyA3CELANRIAJMd41DetsK { top:33.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lLvODyNBdbM9xpwJJoSwPiDnFtza55 { top:32.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCqrXD41t0Pz0uDz6aS5UxPHyKUc4Jr { top:38.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I { display:block; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olx4QSgSfdLd88GfKKQ5FuDH4foIErlv { top:4.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5JQQp6BXkWUDqoNShyxli5glKUQm7s { display:block; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmkXXfsIzR9plsXkwhDb37PdHK0i9wDX { width:16.5625rem;height:2.5625rem;top:7.4375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoaqC0wJ7AKCgQ2pAs7sZBlLSianBVdP { width:17.5625rem;height:1.875rem;top:4.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niLounmg6t9KwGnNf0eJgvGyhFtGEA76 { width:15.625rem;height:1.875rem;top:12.625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rGLmqrHNbHrXlniTQduhJQkHMxVOxB { width:17.875rem;height:2.5625rem;top:15.625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHCVPuhwpEDoUtCbwqkDxGAMclOicUDL { width:17.375rem;height:3.75rem;top:20.8125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1f71kBkKHNxE6VgLl5abGReODcmCJAs { width:16.5625rem;height:2.5625rem;top:25.625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhElh8hWu3N1whU732n1fA5u4vaM9var { width:16.5625rem;height:3.875rem;top:7.4375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhNMmqA0Bs7fMD3aSyxC515IQMW74Xlr { width:16.875rem;height:1.875rem;top:4.4375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3JKgPhICfM8lb4l9es2L66g9qDWq7oV { width:15.625rem;height:1.875rem;top:12.625rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJueWftpoHMoTacDMvNWEQeF7TAy0Afl { width:16.5625rem;height:2.5625rem;top:15.625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRvhsUoTyMny53V0D0dJHdazsZymps0 { width:16.75rem;height:3.75rem;top:20.8125rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D67CVOBnOXcwQ0CB2cmJCL5UzstAp7LF { width:16.5625rem;height:3.875rem;top:25.625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMGl59sDGWLciT8tfzp34pG03fZOhOR4 { width:17rem;height:1.875rem;top:31.8125rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGlQq1zkIPck3D3nHw0s4LvsMSdzsD25 { width:16.5625rem;height:2.5625rem;top:34.9375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrntQieU782Jpnz64X5TDn5RABAw6Hdo { width:16.25rem;height:1.875rem;top:31.875rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ahtL0lra6N2xBGiFV9F4xsabwsHp3M { width:16.5625rem;height:3.875rem;top:34.9375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpArJ7cgJFGfv8vuWrpOR9DEmid71a8F { width:23.6875rem;height:3.4375rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrOLi5KJziE4PtrXzWATnayStpLKwMF { display:block; }
 }@media only screen and (max-width: 763px) { #Vi5NXTyKViVpwcZwch7cCBvfrAkE5CRX { top:4.375rem;left:14.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDNh0Q4orxVCJhdzIbtMSqEhK56oDc1 { top:12.5625rem;left:14.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9w22M4CRKvCRKOPzLmnCyk2WLUZdtTE { top:20.75rem;left:14.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHCG3nmgWhogh59Ldpe2aJZEswVsgHAw { top:31.875rem;left:14.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWiGVEHoeLJ5TWSwImMuVywG7AiPkPay { top:4.375rem;left:31.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amUTz0wdrchP7pnRVQ2ovnk0dIa3OdAZ { top:12.5625rem;left:31.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXVX3LTDuNyc5QvEaEmT71xEsfVaUV3 { top:20.75rem;left:31.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlooHJz16SMkNl2Tnu7idHQVZ3Sm5ULg { top:31.8125rem;left:31.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp41JfDRaMIXDg2ekrT1gtNfowDmsWZ0 { top:3.9375rem;left:0rem;width:18.875rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi { display:block; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxlT2HOeWkum7reBXt4yTAsK7SCKlnaK { width:2.8125rem;height:2rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfXi9eabQPRLN2KLiTTTo4Vkiv7WyvIu { width:2.8125rem;height:1.99988125rem;top:49.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:8.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXGnMOcrS6bPPUyOzPcKhyQ6QvPlvcUc { top:20.8125rem;left:0rem;width:28.875rem;height:14.281584779003rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvoEi40PdgErN9M8PF3y3HI4Mc2V1Av { top:17.875rem;left:18.3125rem;width:29.4375rem;height:20.082322647554rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJNuIKCXJTydRxEFNEseF9uH4mAotUJ { top:40.5625rem;left:2.4373817443848rem;width:42.8125rem;height:8.5499681848531rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chrp6PemAmGRWbia4IoUixIXp1O0WNhx { display:block; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKqnd1qJBxcqzoGKoJMmh5fm5W4aPuLe { top:4.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1EpeCh1nwsB9l1oUXCnx4Mx7iJfDed6 { top:10.625rem;left:26.5625rem;width:21.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHiRBBuvwJLFllztRMtXCfLgotp3vMA { top:11.8125rem;left:0rem;width:34.75rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVRahMMHTkZngKQpgK9u5ICb2ZLadvlO { top:18.5625rem;left:0rem;width:34.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQRDT1Cl8AduhVGLdXyTIvQpwxEcgTkC { top:23.75rem;left:0rem;width:31.375rem;height:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niSsFlfWz867826VtgCTaGaCaTNDNmsf { top:35.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TKSxHQp2SPFNwVsaBGX3HDl5FTXPWB { width:23.6875rem;height:3.4375rem;top:40.375rem;left:12.015388488769rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiTDK3t5iqv1CHDTUZvII6FwBG8x9XZ { display:block; }
 }@media only screen and (max-width: 763px) { #CeC1qVR1VwZLG1MOxVBepywdegZk1bcR { display:block; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLSieNQg2zuc8AVHRFOqaVZITbdFIwwO { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 { display:block; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 { display:flex;height:auto;width:45.25rem;top:2.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SqR6RiZqKW2k7w2dxuHmmc62XpfQDTCR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #K6CztGmWiOgBtyDnvk1L1svgNcr7dy2f {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #cSenR170GaW3DhuPCvahd0eBI9Bo66Qe {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HchPlNnJkcm8EJuCGuMb0zHldQzaUgpQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hXfgIgQsBvb5tlEpv8in4Ed07cqbriiL {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGq6ZOeT0TT2hgvFkrq8EL35bOsD8rTR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vg4k3S0kJC4SgbBTUkyHufiwC3pJKGAX {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #GvkuVVWHaOwlAwW5SETUsdZwbqVepKEJ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #mXn0e9TFWTwBa3pTgSk2XHKeGwCVaODi {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGtqJOrl0ydAx6Mrvkisheqk9DZ54BW6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #nn2TUtL2a4XzTimCp2LKcfcKqJDCx4EP {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oh4W5TLeQqH6uggqJiDOkxG5nhplb5s7 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #D1uxT5spouwmi3RFxmStSTnNlganII0g {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MTrXMpSE41MTTrg4Q8MW8vOOcDEmFWgO {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Coe9vLE1tVNvrsqBFr8y4WikdtLoSeii {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HEaHCXu64vz41VsZCF4edgfIWJwKOsBa {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Z6MFAVp0OhQpHuG3TEi6f9o1aJ96HUZT {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uqlC24e3lN9qzeAhThPe8H5vDhG2ZmyQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LmsiEVwAEgqGm0ATq6ECUfHXcFCpt62x {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yg9RrpnIgP5pB8ivtGWtXAoRhk6NgAPh {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KsMpNJELNRMUMBwGBNkyqTEoLXzNRR4s {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #dI0nQDflZ2E9AX2hPoz4P5pggNdCDuze {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #REnfkDOgBKURC4clmAt8JWEpPVNV401F {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZZl29pCRMcbrANiqion98yZrtTQXeCJR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RtpKFQ286QOuIaCb3x2FbqqdzzdQ3IBn {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #bvtZ1oQiHtrEFNB2iGLTTk5VXxiJtIuB {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QP7RLARP6ZUXu45x8woC4ZAhl4e6sn36 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T5VPbkz3lxCdOh5mTz5JnOPzTabvJxwO {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Oy50HsfLQRJVhFykfISC4MxoCOWUDGng {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #PoyXMKrO3GPcE8khBJode3tgVkTu4XGU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #H479KNUXJdQBykgAwq0cXaoexzOlpU0H {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #txll41S4kCVzIVyVL33EIRDtLk2iDpLk {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oLSHtNrbKpp5V76wa6lycUe7EGdLqEKe {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #FZv7C3vrB2uh0FrO0mwoWflTKp5NqHmC {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #tDTL6X6INSIfcLsgTgKPTbThw7E546gS {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #DFTm0pAyT3SeHB2IrxmTwoppHNXTci2T {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ORce4w3exPlZBzlxhaMHaQvibfOZtkEx {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KqZ7O78AMWfNDTGsi0nIqAymv2ryPnK6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yJNs0twLAxBL2saxebqmUfEbG3fE5HXd {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #c0doAnwOT9FuxOWOkHe7QA3FdsZc0ygt {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #W4fVKV1bDKRcDZbTU45Mw4XbhvEe1g0l {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #iMFyersab2ntJNZNgeTvPUhNeWasuJT0 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #shhXq3JqkcxQbSPGVax6u57Hb7FXwMEM {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5ADiAuosiWfRbBPUPJa9Bk0qtwJnVFs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SSE2Xfk2Jxwvh3023idXG6PPdwynGkyU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #V0uoUO13VJvaohvTlqWPRZhmCMfgxZTb {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T1vC0AnMdRWDxnxcHsm4T3EqFFO9itEH {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ABc6ITvVGreSTTDLKaizbFVuTohL8AON {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Nyzbdn32ua9zxgPS2vpeSiDI8DmRwnwr {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #luVVGyQf1e7OFT7ow6TmbnZ5R9GzrOq6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uFxduzzcnJrXCSnBz2eT3lLrPsiIvyQQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ENXvwPIw5J5rtPJF03OIRpkUoDCTrRnN {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ey3KKxLzwJr9Ecw6szTVOBGIpHQLyeO3 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MC0XGHe05ixM74aDFoQERMFluOcUzsSu {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #niTmoTlEKAz65qThSnSTmtaleIsoRMdJ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QdQKHLnoVX7LiQNszcxB1dh05rPkytL3 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZScs8erITxWmJWSd45txPqR2ZpWfwWcr {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uzLx8G2hWwq4xT2ilUBTGo3O6EcL76Fs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OhDSmrHTcpQHDTJahFK04GkqbWQ8GpIh {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vf3atrCpWxh2WMbwHoRTXEp8zCaosqn1 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #qTeX7D1m9WFpyzL6aJEBZuo2uilOgTJp {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hv8zEEvvq5tXSFiGVrWrs8O3H3Ae224F {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ONvBxgmQJLFW0bp1cCeyXWzK3V8nsSDH {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Dg87tX0H2y098EuguRE2FkQ9TfAUeArs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RT9l1N2Ay8glp6ppxxiJOAiBUrbLxIpa {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LHerUhl3U0TsM9EAewmwozfiVvBqbffU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #BgQ99dzXKwEzHzTegsWAk333m2ARlmWi {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5NNA0fVnmnChKG5CEaIheo4GKzy8nxw {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #v3nER0yqkGrmhJlt9qOXdvZMwNhmaEu2 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OzbhAPbuVilqqmsPIvZHTWlI9abKLhnI {  }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:4.5625rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3vXBmIBX6Hr3UETTd1V27MVostzzEUX { top:18.0625rem;left:21.5rem;width:9.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seICMcsAKgqBH4JWaGfioHesG4xarde4 { top:17.625rem;left:18.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZNRaBzqTCTfpwTTmhZ6qmftqu78AUsO { width:23.6875rem;height:3.4375rem;top:23.5rem;left:12.015981674194rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfNB8FZiNRJzZiEdyeUuEtOpwQhAARC { display:block; }
 }@media only screen and (max-width: 763px) { #on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d { display:block; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQCx3xTn27cqD1IgPEqFcc05bfq9tMUz { top:2.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUUPCNIX4gNJONs42Pbnn66KwdgBQoog { display:block; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 { display:block; }#CqqTsfl25AngZVaJ4f7cq8lMeQikqON5 > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co6RyeoE4W8w8knK1drThRT9BIPQ03F6 { width:14.8119375rem;height:1.99941875rem;top:6.6608800888063rem;left:2.5925928354263rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2daqFstlJsIe0uJHgRxwb2pnwvQ1Pon { display:block; }
 }@media only screen and (max-width: 763px) { #nz04hfhFOAyf6JsBz3WRvcqcAV2tZyAM { width:14.6875rem;height:2.5514097226636rem;top:2.9101564884186rem;left:2.6540800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTyEhDs41Jf7nebXyltS91OHNnuC88d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #00b3ff);background-image: -moz-linear-gradient(180deg, #000131, #00b3ff);background-image: -ms-linear-gradient(180deg, #000131, #00b3ff);background-image: -o-linear-gradient(180deg, #000131, #00b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#00b3ff' );";background-image: linear-gradient(180deg, #000131, #00b3ff);background-size:auto !important;display:block; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { background-color: transparent; background-image: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container > .video-iframe-container { display: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row > .video-iframe-container { display: none; }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .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); }#sBTyEhDs41Jf7nebXyltS91OHNnuC88d > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10QSE1ypMTk5rBTSTeSNGpdCc75L1n1 { width:17.75rem;height:14.4350625rem;top:3.8399629592896rem;left:1.4370265603066rem;font-size:2.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcMWnvpnEEAu6mxrwt5yXTzASQe4JnGn { width:18.5618125rem;height:6.9994375rem;top:20.923888206482rem;left:0.71851330995563rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU7ymvzymVPMLIVeKteGTnh840Gywmec { width:18.896915rem;height:2.95939625rem;top:30.823864936829rem;left:0.5510179400444rem;font-size:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #c4VGrE5TCiHNCpGWkOTt0PmdAuWfneLS { display:block; }
 }@media only screen and (max-width: 763px) { #wJ05ylk0PPaSVJE2pzdhZ7vFZIAOrvBF { width:20rem;height:3.4997125rem;top:36.698036193847rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 { display:block; }#DQTIzXCsClrXCfGKz5GKX5vTsiPJOcG7 > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqnc37VvTnSJXVRzHhgP8u2eD9FK1AzC { width:20rem;height:2.44969375rem;top:3.8731021881104rem;left:0rem;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x4gU3QBnkXwbe41DChMV6gO2TNfQTcrv { display:flex;width:16.75rem;height:20.25rem;top:4.8863635063171rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2Wq7o9B9KhW4gWl117och3lUBvrpscM { width:9.749625rem;height:5.8478rem;top:11.407433986664rem;left:3.4996450543404rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS0Qw1ZH1K8lsFd9uoNdzce9DNpVbmgy { display:flex;width:16.937125rem;height:20.4995rem;top:43.099552154541rem;left:3.0628553032875rem; }
 }@media only screen and (max-width: 763px) { #k43eIahcZC1NoXutXQsQZA5t99T3Gk3k { width:9.437125rem;height:5.8478rem;top:24.124647140503rem;left:6.4743135571481rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCzyPnb92wFSM7X3h5I6CXPhrrcpCTM { width:9.499875rem;height:5.8478rem;top:49.559661865234rem;left:6.7808950543406rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2L5WdFvhhMdp0iUKSqoLs3WQFTIsJiR { width:9.375rem;height:5.8478rem;top:37.286933898926rem;left:3.4996450543404rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPVRFozRiGyi7bT9wkOrayToc0m3uyMK { display:flex;width:16.3125rem;height:16.3125rem;top:32.6875rem;left:0rem;font-size:13.25rem; }
 }@media only screen and (max-width: 763px) { #S2sAhqV3uRtaR6ImXIdF19s8VxBQ4T9T { display:flex;width:17.1875rem;height:17.1875rem;top:19.125rem;left:2.8125rem;z-index:15003;font-size:14.125rem; }
 }@media only screen and (max-width: 763px) { #pelgDkyCGtNVdKCLHMwhBvaJrLmukiy7 { width:20rem;height:24.836103771137rem;top:60.448040008545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:19.6241875rem;height:5.24884375rem;top:3.5759906768799rem;left:0.3752366900444rem;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w8InMwyhaUOsFLz0ePpaEiaL0yGgE7Xy { width:18.9991875rem;height:3.06166875rem;top:39.936084747314rem;left:0.50011843442917rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7WONgw4PrO1QIzTzWJLJfTI2fZA7zAy { display:block; }
 }@media only screen and (max-width: 763px) { #zrxsQ5a7ixBTostP6JrhH7ZByJTkaa5H { width:20rem;height:7.6475625rem;top:10.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDSL1vJZkyhmaX7DfqCPDtT9LDZZ6D5F { width:20rem;height:5.735675rem;top:20.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1OwlJgI5Z4WmiiBa4dnxfgBTQDBgMtH { width:20rem;height:9.5594375rem;top:27.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IP73ldeVhD5wTNRTsGH1yacCsKPk763p { display:block; }#IP73ldeVhD5wTNRTsGH1yacCsKPk763p > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4GgZ8ozzhvw813kJWLB5NPO30G2mNkq { width:20rem;height:5.24884375rem;top:3.3120212554932rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vho3KvVr05dhzPLmXw5SnLiryHGW9LTB { width:20rem;height:1.875rem;top:10.899621963501rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ { width:20rem;height:21.24275rem;top:14.273794174194rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#B4nRmLl75eaIMTQ33JPZBgOBKpmbrOTQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_48297664d2d9ecbcdac0881d5617e6149aefa649.svg); }
 }@media only screen and (max-width: 763px) { #HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG { display:block; }#HerSdRzUgmieGSAQJOhZU6nBFR6HL6vG > .row .container { width:20rem;height:6.7737264160156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3r7sSy5SB5OHvpv80rNzCTxchUTVFsU { width:20rem;height:2.27430625rem;top:4.4998817443847rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe { display:block; }#ePZL7AVLsPf9qddrNU3HRKu7QvvghKfe > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raCd8JDHrEbU0uh4x3E8TGCwIWADWdz9 { width:9.749625rem;height:5.39930625rem;top:4.7496447563171rem;left:5.1242898106575rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fxge9N0Hnd1aoST7varcnxfXQLrbzlGd { width:10.999625rem;height:4.05006875rem;top:19.0625rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXEafR6TrZnoJRqxECPMy1unFAWrWCIP { width:9.749625rem;height:5.39930625rem;top:32.5625rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tExGa9R4cq6yeC11H9syilIS3dsPhePN { width:11rem;height:4.05006875rem;top:46.8125rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dsD8HB8wB7thGAvZI35sokDtS9KBdDRk { width:11.375rem;height:11.375rem;top:17.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GRt2hob9cFMQIcemK32DXTdhE9SH0p { width:11.375rem;height:11.375rem;top:3.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO64mgPSCx5T5ELQDx7Uqw79XXRzoGcA { width:11.375rem;height:11.375rem;top:31.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUD3NnMZZLmH6FTo6yxLXGKap2J10Kw { width:11.375rem;height:11.375rem;top:45.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI6cqeRHkdx2QOec0cTT4qWNfLi6fBUo { display:flex;width:3.125rem;height:3.125rem;top:11.272490501404rem;left:8.43690854311rem; }
 }@media only screen and (max-width: 763px) { #s7kMm5zV7amW9049e3NHkSrpH5afqAIQ { display:flex;width:3.125rem;height:3.125rem;top:24.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Vki9xAfsiXPcmpnNXJyNdZ4uGHFOF5uC { display:flex;width:3.125rem;height:3.125rem;top:38.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #T19V86BFhKONKV7cLqaBGMdXTFwRSKo8 { display:flex;width:3.125rem;height:3.125rem;top:52.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TSJUngG6w1fAgF5H5Unf64afKm2KiZ22 { width:18.0616875rem;height:5.735675rem;top:60.373444080352rem;left:0.96886843442919rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 { display:block; }#WTSM8VJMJVveHU30FZ1XGco3G0REnOP2 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tApWI6SJ6kDX45ZkwZwXLAfmFskLP0Nl { width:20rem;height:2.27430625rem;top:3.6233434677124rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlS9eghvzyS2TutG70PKkgRWTwzxghQT { width:18.9991875rem;height:3.06166875rem;top:13.089489936829rem;left:0.50011843442917rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZxSwOT6inBZl6zqIuTrWLcv4d7ue6C8 { display:block; }
 }@media only screen and (max-width: 763px) { #HyuwkPZeuDaDaASrkEvnCkcoai4XsmiV { width:18.8743125rem;height:1.99988125rem;top:8.5617904663088rem;left:0.5622633099556rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN { display:block; }#oMAxTelkWSTTGLMDWxIxJnRi60wBTqCN > .row .container { width:20rem;height:6.023573828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPMGzU7qwi2xO8RDTvq2eOwyJihIdhpf { width:20rem;height:2.27430625rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SztkeUTkwhSlIinZTW3QyBAK0orJngfN { display:block; }#SztkeUTkwhSlIinZTW3QyBAK0orJngfN > .row .container { width:20rem;height:144.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTmv9iFcyraygUCIUzOrc2PsmaXwwJgR { width:7.8125rem;height:7.8125rem;top:4.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgcMB1GAhd5NfbMPKw9v7RE0oZuTVw2 { width:4.75rem;height:4.75rem;top:3.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwh9oHofxPTH0w7pmM2oZFS1Je3ZcyG { width:1.375rem;height:2.599825rem;top:3.9375rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQPWvGKTs6dZDJQlb3R928vcA52uFLL { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNiRTOaSMt0m0mXsT4PJhVg1RCseEsRO { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVDWieuizl4onU5B1x3wme9lyEytAZCZ { width:7.8125rem;height:7.8125rem;top:30.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7hvDTxvSOTiaPTRMl2uwpyTdV0tNd0i { width:4.75rem;height:4.75rem;top:28.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1sWlLtTCCzHu2Hsde4KsCmJpRCEEhHU { width:1.375rem;height:2.599825rem;top:29.8125rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQXkyDuvXMNrepdZPS8WHxzFgEfPOLLt { width:20rem;height:2.11154375rem;top:39.186792373657rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMdA5KU9UGRPJARKscgsCCq066G0Pv2Z { width:18.6866875rem;height:8.7716875rem;top:41.937145233154rem;left:0.65636843442919rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM19qT9RPtNMquieFJOTZewfzBHVZaVE { width:20rem;height:2.11154375rem;top:13.861842155456rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ib07WmtoJ7z69uTfGPonidqUdfzuxwdS { width:18.6866875rem;height:8.7716875rem;top:16.510997772217rem;left:0.65636843442919rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmfNoONAz6VI8oCTp2Bu5ATUzVm9fKVC { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2aUrXpQi4GNuC8ioQk56z2smy7qfZG8 { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsdtcfzN5iUJv1a9rg2HZnAZyERuQbkg { width:7.8125rem;height:7.8125rem;top:56.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puimITpGI8RI6EP51APBxa5d89Emtk2h { width:4.75rem;height:4.75rem;top:54.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usAJay09IeE8I3RrsLFGwLCeS9hCbFhs { width:1.375rem;height:2.599825rem;top:55.6875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvLaohKS4D8SRDxEWBbbKMTnCefTqHa { width:20rem;height:2.11154375rem;top:65.187023162844rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLR79y4HbefBTv7y4SwWVS4IophJea5Z { width:18.68725rem;height:10.233625rem;top:67.873462677rem;left:0.65636843442919rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyOcHpWXffHGET3Bhllo0RJQCnZR5rwI { width:0;height:6.75rem;top:40rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQ72mNBTbrT3MKzs5nluSwiEEW00P0tM { width:19.875rem;height:0;top:46.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIWUX5FT8hH6G3uuiFwbKIR0N0NysQo7 { width:4.6875rem;height:4.6875rem;top:81.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNssW0MUdNfZwysfI88NPomtVGq2LXds { width:7.8125rem;height:7.8125rem;top:83.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygN73TvJBCvzN1fa53tt5hdnXsFh6AX { width:1.31214375rem;height:2.599825rem;top:82.5625rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1kWo6wdME0KPbRwcxtSA5sKMw2RC0zo { width:20rem;height:4.22309375rem;top:91.773197174075rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahp2vK2NK68sZbdG9wP50XoPatfOFgRi { width:0;height:5.5rem;top:54.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzNA8aV2qOu7FXvcsvfu0MJ1hgmUT8VR { width:19.875rem;height:0;top:60.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJSK8Nh6dSv1w3nkX8p1N3vyrGvXTv5t { width:20rem;height:5.8478rem;top:96.835348129275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCJemII9UChO9dPG3npZtvlpfeZLUz0L { width:7.8125rem;height:7.8125rem;top:107.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2JWarIrp199GRoHa33xP0LLafCeVtTs { width:4.6875rem;height:4.6875rem;top:105.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ANxK4EJWaKCC7ivbegG1TGSFNGVZic { width:1.31155rem;height:2.599825rem;top:106.8125rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUslG2q8mzCHKkXFOzLATqnMdRJGN24t { width:20rem;height:4.22309375rem;top:116.12218475342rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yApIT7l5stdpgNhcI56XE3vTOvTtZpua { width:20rem;height:11.695625rem;top:121.30800437928rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emUzTi6h7y9TDpIuAvPBTLoDIZOMtoH0 { width:18.99975rem;height:3.4375rem;top:136.19673156738rem;left:0.49952656030655rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIpakzzO3HrCp9e12Zq66cIb6JUevLq3 { display:block; }
 }@media only screen and (max-width: 763px) { #f9dg27toeGDwBs1uEntWWwAGfOsxV6Lf { display:flex;width:3.125rem;height:3.125rem;top:32.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #JTTfL8lx5tgWbhoD0FxSsbrCgNKPqkQM { display:flex;width:3.125rem;height:3.125rem;top:6.9679350852969rem;left:9.093276798725rem; }
 }@media only screen and (max-width: 763px) { #O2TKFlqfLvhENMKGe1aIcXgLphgCSdTE { display:flex;width:3.125rem;height:3.125rem;top:58.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #i30cdqcIW72L1VkXeTlTuAE4NGpM5nCO { display:flex;width:3.125rem;height:3.125rem;top:109.375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #rZV1IQNlg3FL7PTh3P5m0ql5btIwUhGc { display:flex;width:3.125rem;height:3.125rem;top:85.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #oHKKqC8HlXWFENLQHyJipal2pbSXBqhw { display:block; }#oHKKqC8HlXWFENLQHyJipal2pbSXBqhw > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIpD2kREOLiXBXn3uiqTPgD03SdGry3O { width:18.25rem;height:2.27430625rem;top:3.4375009536743rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh { display:block; }#FHnNDv6JOw0tsLEvqFORQnH6FalJaHdh > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trNubHHbm9Pc7RDOPFG37b30HeP1t3KU { width:20rem;height:3.37384375rem;top:6.1244792938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUZ8t8KryEW9pQrTfeSa33nHdmsOrNxv { width:20rem;height:3.37384375rem;top:15.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLs7qTxdp6zkNdmL7sNxxAhhtTbLd1ve { width:20rem;height:5.0607625rem;top:25.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DySzGAvrbEfA6GBVSMoeqaLLsUiLrZEG { display:flex;width:2.8125rem;height:2.8125rem;top:2.6572914123535rem;left:8.5937505960463rem; }
 }@media only screen and (max-width: 763px) { #iuryqFTo08ZdImaxg75dCMucoAHhn60t { display:flex;width:2.8125rem;height:2.8125rem;top:12.375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #v7Lf2sT3FSQG73if94MgDMBIuWw59LaP { display:flex;width:2.8125rem;height:2.8125rem;top:22.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #mUHPDIqxmbJmZmob57XQGnGcF9ECFupT { width:20rem;height:3.37384375rem;top:37.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olC19DdRDT15ABcPIeRuCFAm4EEhdokH { display:flex;width:2.8125rem;height:2.8125rem;top:33.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ZJWDT56FnbznGbLdzeUgSWeB08swc6Rp { width:16.374875rem;height:2.8125rem;top:85.578834533694rem;left:1.8122633099556rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJGD186zlePTDksV4e5RmJtiCii745b1 { display:block; }
 }@media only screen and (max-width: 763px) { #erZBzxkRE7IVFL8AIN4LJMVwQq22FXeg { width:20rem;height:3.37384375rem;top:47.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDZVBHe5EO5CwXJrMzTTDSEluqGNGp76 { display:flex;width:2.8125rem;height:2.8125rem;top:44.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #l8WMS49HfwTFWAwILOvF5tm24GsKpOVq { width:20rem;height:5.0607625rem;top:57.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvRNfFMd59N7zyP0ct7oVAeQewughZ9a { display:flex;width:2.8125rem;height:2.8125rem;top:54.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #INOrbTkKAGvyA3CELANRIAJMd41DetsK { width:20rem;height:3.37384375rem;top:69.686922073362rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6lLvODyNBdbM9xpwJJoSwPiDnFtza55 { display:flex;width:2.8125rem;height:2.8125rem;top:66.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #HvCqrXD41t0Pz0uDz6aS5UxPHyKUc4Jr { width:20rem;height:5.0607625rem;top:76.889846801756rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I { display:block; }#DLf4PQTzXfQJ6o8bSBlP7MEeVrz46C9I > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olx4QSgSfdLd88GfKKQ5FuDH4foIErlv { width:20rem;height:4.5486125rem;top:3.0187501907349rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5JQQp6BXkWUDqoNShyxli5glKUQm7s { display:block; }#Di5JQQp6BXkWUDqoNShyxli5glKUQm7s > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmkXXfsIzR9plsXkwhDb37PdHK0i9wDX { width:16.5625rem;height:2.59838125rem;top:4.8727509379387rem;left:1.7187500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoaqC0wJ7AKCgQ2pAs7sZBlLSianBVdP { width:16.875rem;height:1.6875rem;top:2.5295929312706rem;left:1.7187500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niLounmg6t9KwGnNf0eJgvGyhFtGEA76 { width:15.625rem;height:1.6875rem;top:9.125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rGLmqrHNbHrXlniTQduhJQkHMxVOxB { width:17.624875rem;height:2.59838125rem;top:11.5625rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHCVPuhwpEDoUtCbwqkDxGAMclOicUDL { width:17.5rem;height:1.6875rem;top:15.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1f71kBkKHNxE6VgLl5abGReODcmCJAs { width:16.5625rem;height:2.59838125rem;top:18.25rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhElh8hWu3N1whU732n1fA5u4vaM9var { width:17.562125rem;height:3.89756875rem;top:24.5rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QhNMmqA0Bs7fMD3aSyxC515IQMW74Xlr { width:15.625rem;height:1.6875rem;top:22.125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3JKgPhICfM8lb4l9es2L66g9qDWq7oV { width:15.625rem;height:1.6875rem;top:29.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJueWftpoHMoTacDMvNWEQeF7TAy0Afl { width:16.5625rem;height:2.59838125rem;top:32.25rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFRvhsUoTyMny53V0D0dJHdazsZymps0 { width:16.999875rem;height:1.6875rem;top:36.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D67CVOBnOXcwQ0CB2cmJCL5UzstAp7LF { width:17.1875rem;height:2.59838125rem;top:38.5625rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMGl59sDGWLciT8tfzp34pG03fZOhOR4 { width:16.9993125rem;height:1.6875rem;top:42.5625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGlQq1zkIPck3D3nHw0s4LvsMSdzsD25 { width:16.5625rem;height:2.59838125rem;top:44.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrntQieU782Jpnz64X5TDn5RABAw6Hdo { width:16.25rem;height:1.6875rem;top:49rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ahtL0lra6N2xBGiFV9F4xsabwsHp3M { width:16.5625rem;height:3.89756875rem;top:51.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpArJ7cgJFGfv8vuWrpOR9DEmid71a8F { width:18.99975rem;height:3.4375rem;top:58.335703372956rem;left:0.50011843442917rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrOLi5KJziE4PtrXzWATnayStpLKwMF { display:block; }
 }@media only screen and (max-width: 763px) { #Vi5NXTyKViVpwcZwch7cCBvfrAkE5CRX { display:flex;width:1.62464375rem;height:1.62464375rem;top:2.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkDNh0Q4orxVCJhdzIbtMSqEhK56oDc1 { display:flex;width:1.62405rem;height:1.62405rem;top:9.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9w22M4CRKvCRKOPzLmnCyk2WLUZdtTE { display:flex;width:1.62464375rem;height:1.62464375rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHCG3nmgWhogh59Ldpe2aJZEswVsgHAw { display:flex;width:1.62464375rem;height:1.62464375rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWiGVEHoeLJ5TWSwImMuVywG7AiPkPay { display:flex;width:1.625rem;height:1.625rem;top:29.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #amUTz0wdrchP7pnRVQ2ovnk0dIa3OdAZ { display:flex;width:1.62464375rem;height:1.62464375rem;top:36.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mXXVX3LTDuNyc5QvEaEmT71xEsfVaUV3 { display:flex;width:1.625rem;height:1.625rem;top:42.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xlooHJz16SMkNl2Tnu7idHQVZ3Sm5ULg { display:flex;width:1.62464375rem;height:1.62464375rem;top:49.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hp41JfDRaMIXDg2ekrT1gtNfowDmsWZ0 { width:11.5rem;height:22.25rem;top:96.651885986325rem;left:1.1251184344292rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi { display:block; }#qVf6TegmPVPWw7sSvJ4bfbcy2EzHAApi > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxlT2HOeWkum7reBXt4yTAsK7SCKlnaK { width:2.875rem;height:2rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfXi9eabQPRLN2KLiTTTo4Vkiv7WyvIu { width:2.87405rem;height:1.9992875rem;top:45.499528884888rem;left:17.125355541706rem;display:block; }
 }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:18.25rem;height:4.5486125rem;top:4.3817710876465rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { width:20rem;height:4.5493375rem;top:1.5151042938232rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXGnMOcrS6bPPUyOzPcKhyQ6QvPlvcUc { width:20rem;height:9.8916875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvoEi40PdgErN9M8PF3y3HI4Mc2V1Av { width:20rem;height:13.642875rem;top:25.624408721924rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJNuIKCXJTydRxEFNEseF9uH4mAotUJ { width:20rem;height:3.99325rem;top:40.499502182007rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chrp6PemAmGRWbia4IoUixIXp1O0WNhx { display:block; }#Chrp6PemAmGRWbia4IoUixIXp1O0WNhx > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKqnd1qJBxcqzoGKoJMmh5fm5W4aPuLe { width:20rem;height:2.27430625rem;top:3.4999828338623rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1EpeCh1nwsB9l1oUXCnx4Mx7iJfDed6 { width:15.3125rem;height:16.25rem;top:23.173531532288rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHiRBBuvwJLFllztRMtXCfLgotp3vMA { width:17.874625rem;height:4.38585rem;top:8.6192007064819rem;left:1.0617898106575rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVRahMMHTkZngKQpgK9u5ICb2ZLadvlO { width:19.4993125rem;height:4.38585rem;top:15.232600212097rem;left:0.2497633099556rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQRDT1Cl8AduhVGLdXyTIvQpwxEcgTkC { width:20rem;height:10.233625rem;top:42.561554431915rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niSsFlfWz867826VtgCTaGaCaTNDNmsf { width:20rem;height:4.38585rem;top:54.937253952026rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1TKSxHQp2SPFNwVsaBGX3HDl5FTXPWB { width:18.99975rem;height:3.4375rem;top:61.699222564698rem;left:0.50011843442917rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiTDK3t5iqv1CHDTUZvII6FwBG8x9XZ { display:block; }
 }@media only screen and (max-width: 763px) { #CeC1qVR1VwZLG1MOxVBepywdegZk1bcR { display:block; }#CeC1qVR1VwZLG1MOxVBepywdegZk1bcR > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLSieNQg2zuc8AVHRFOqaVZITbdFIwwO { width:20rem;height:2.27430625rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 { display:block; }#vaVyATKwT0uJxiXy9pe41TtJKA6afZl8 > .row .container { width:20rem;height:115.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 .accordion-heading-text { font-size:1.125rem;height:auto; }
#SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SqR6RiZqKW2k7w2dxuHmmc62XpfQDTCR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #K6CztGmWiOgBtyDnvk1L1svgNcr7dy2f {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #cSenR170GaW3DhuPCvahd0eBI9Bo66Qe {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HchPlNnJkcm8EJuCGuMb0zHldQzaUgpQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hXfgIgQsBvb5tlEpv8in4Ed07cqbriiL {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGq6ZOeT0TT2hgvFkrq8EL35bOsD8rTR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vg4k3S0kJC4SgbBTUkyHufiwC3pJKGAX {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #GvkuVVWHaOwlAwW5SETUsdZwbqVepKEJ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #mXn0e9TFWTwBa3pTgSk2XHKeGwCVaODi {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vGtqJOrl0ydAx6Mrvkisheqk9DZ54BW6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #nn2TUtL2a4XzTimCp2LKcfcKqJDCx4EP {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oh4W5TLeQqH6uggqJiDOkxG5nhplb5s7 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #D1uxT5spouwmi3RFxmStSTnNlganII0g {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MTrXMpSE41MTTrg4Q8MW8vOOcDEmFWgO {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Coe9vLE1tVNvrsqBFr8y4WikdtLoSeii {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #HEaHCXu64vz41VsZCF4edgfIWJwKOsBa {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Z6MFAVp0OhQpHuG3TEi6f9o1aJ96HUZT {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uqlC24e3lN9qzeAhThPe8H5vDhG2ZmyQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LmsiEVwAEgqGm0ATq6ECUfHXcFCpt62x {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yg9RrpnIgP5pB8ivtGWtXAoRhk6NgAPh {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KsMpNJELNRMUMBwGBNkyqTEoLXzNRR4s {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #dI0nQDflZ2E9AX2hPoz4P5pggNdCDuze {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #REnfkDOgBKURC4clmAt8JWEpPVNV401F {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZZl29pCRMcbrANiqion98yZrtTQXeCJR {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RtpKFQ286QOuIaCb3x2FbqqdzzdQ3IBn {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #bvtZ1oQiHtrEFNB2iGLTTk5VXxiJtIuB {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QP7RLARP6ZUXu45x8woC4ZAhl4e6sn36 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T5VPbkz3lxCdOh5mTz5JnOPzTabvJxwO {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Oy50HsfLQRJVhFykfISC4MxoCOWUDGng {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #PoyXMKrO3GPcE8khBJode3tgVkTu4XGU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #H479KNUXJdQBykgAwq0cXaoexzOlpU0H {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #txll41S4kCVzIVyVL33EIRDtLk2iDpLk {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #oLSHtNrbKpp5V76wa6lycUe7EGdLqEKe {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #FZv7C3vrB2uh0FrO0mwoWflTKp5NqHmC {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #tDTL6X6INSIfcLsgTgKPTbThw7E546gS {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #DFTm0pAyT3SeHB2IrxmTwoppHNXTci2T {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ORce4w3exPlZBzlxhaMHaQvibfOZtkEx {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #KqZ7O78AMWfNDTGsi0nIqAymv2ryPnK6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #yJNs0twLAxBL2saxebqmUfEbG3fE5HXd {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #c0doAnwOT9FuxOWOkHe7QA3FdsZc0ygt {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #W4fVKV1bDKRcDZbTU45Mw4XbhvEe1g0l {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #iMFyersab2ntJNZNgeTvPUhNeWasuJT0 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #shhXq3JqkcxQbSPGVax6u57Hb7FXwMEM {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5ADiAuosiWfRbBPUPJa9Bk0qtwJnVFs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #SSE2Xfk2Jxwvh3023idXG6PPdwynGkyU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #V0uoUO13VJvaohvTlqWPRZhmCMfgxZTb {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #T1vC0AnMdRWDxnxcHsm4T3EqFFO9itEH {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ABc6ITvVGreSTTDLKaizbFVuTohL8AON {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Nyzbdn32ua9zxgPS2vpeSiDI8DmRwnwr {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #luVVGyQf1e7OFT7ow6TmbnZ5R9GzrOq6 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uFxduzzcnJrXCSnBz2eT3lLrPsiIvyQQ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ENXvwPIw5J5rtPJF03OIRpkUoDCTrRnN {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ey3KKxLzwJr9Ecw6szTVOBGIpHQLyeO3 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #MC0XGHe05ixM74aDFoQERMFluOcUzsSu {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #niTmoTlEKAz65qThSnSTmtaleIsoRMdJ {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #QdQKHLnoVX7LiQNszcxB1dh05rPkytL3 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ZScs8erITxWmJWSd45txPqR2ZpWfwWcr {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #uzLx8G2hWwq4xT2ilUBTGo3O6EcL76Fs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OhDSmrHTcpQHDTJahFK04GkqbWQ8GpIh {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #vf3atrCpWxh2WMbwHoRTXEp8zCaosqn1 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #qTeX7D1m9WFpyzL6aJEBZuo2uilOgTJp {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #hv8zEEvvq5tXSFiGVrWrs8O3H3Ae224F {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #ONvBxgmQJLFW0bp1cCeyXWzK3V8nsSDH {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #Dg87tX0H2y098EuguRE2FkQ9TfAUeArs {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #RT9l1N2Ay8glp6ppxxiJOAiBUrbLxIpa {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #LHerUhl3U0TsM9EAewmwozfiVvBqbffU {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #BgQ99dzXKwEzHzTegsWAk333m2ARlmWi {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #N5NNA0fVnmnChKG5CEaIheo4GKzy8nxw {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #v3nER0yqkGrmhJlt9qOXdvZMwNhmaEu2 {  }
 }@media only screen and (max-width: 763px) { #SS10FOfm0ssyqr1HtZX5G8nX8XOVn2p7 #OzbhAPbuVilqqmsPIvZHTWlI9abKLhnI {  }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b3ff, #000131);background-image: -moz-linear-gradient(180deg, #00b3ff, #000131);background-image: -ms-linear-gradient(180deg, #00b3ff, #000131);background-image: -o-linear-gradient(180deg, #00b3ff, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ff', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ff', endColorstr='#000131' );";background-image: linear-gradient(180deg, #00b3ff, #000131);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:16.624625rem;height:6.8229375rem;top:4.3093042373658rem;left:1.6867898106575rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3vXBmIBX6Hr3UETTd1V27MVostzzEUX { width:12.6864375rem;height:1.9249125rem;top:14.499289989471rem;left:7.3129737973213rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #seICMcsAKgqBH4JWaGfioHesG4xarde4 { display:flex;width:3.125rem;height:3.125rem;top:13.899739742279rem;left:3.8121450543404rem; }
 }@media only screen and (max-width: 763px) { #QZNRaBzqTCTfpwTTmhZ6qmftqu78AUsO { width:18.8974775rem;height:2.95999rem;top:19.747869491577rem;left:0.49952656030655rem;font-size:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #okfNB8FZiNRJzZiEdyeUuEtOpwQhAARC { display:block; }
 }@media only screen and (max-width: 763px) { #on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d { background-color:rgba(229,235,242,0.55);background-image:none;display:block; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { background-color: transparent; background-image: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container > .video-iframe-container { display: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row > .video-iframe-container { display: none; }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .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); }#on1KAHq9uGkVtMiM1aD0kyz43zoy4x4d > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQCx3xTn27cqD1IgPEqFcc05bfq9tMUz { width:20rem;height:6.9950625rem;top:2.5609626770019rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MUUPCNIX4gNJONs42Pbnn66KwdgBQoog { display:block; }#MUUPCNIX4gNJONs42Pbnn66KwdgBQoog > .row .container { width:20rem;height:3rem;position:relative;display:block; } }