.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:207,245,255;--color-primary-1:110,224,255;--color-primary-2:13,204,255;--color-primary-3:35,100,206;--color-primary-4:0,122,165;--color-secondary-0:255,237,217;--color-secondary-1:255,197,129;--color-secondary-2:255,138,2;--color-secondary-3:128,69,1;--color-secondary-4:38,21,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f8f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container { background-color: transparent; background-image: none; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container > .video-iframe-container { display: none; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row > .video-iframe-container { display: none; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .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); }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container { border-width: 0; border-radius: 0; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Gi3yL0pGIFNTvORL6CFwziU29zBxnniq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:2.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#icevmGRyb6JhwWp3mkNExDppltqfCL1x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2rem;left:54.4375rem;display:block; }
#udelAXXn3BlSyCrC7SZs6i5VD8Hg0U5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#la92pwnybclShVxuuLtPNi5gyhnqcyva { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2rem;left:47.625rem;display:block; }
#A4IPtiWOWaiEcXipTBLrtgdbC2FbOCeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmAbHaWk1em03TZpmdB9wsPamkm2IOx8 { 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:3.875rem;width:16.25rem;top:0.81223344802856rem;left:3.6558952331543rem;overflow:hidden;display:block; }
#yb3d0e2TJeInIxNXJPuz5r9ZzUFFI4Zh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.25rem;top:2.25rem;left:61.6875rem;overflow:hidden;display:block; }
#uO447sDgseUCNkTqP2JXVxsN6N0COnOO { position:relative;display:block; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO { background-color: transparent; background-image: none; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row .container > .video-iframe-container { display: none; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row > .video-iframe-container { display: none; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .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); }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO { border-width: 0; border-radius: 0; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .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; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/3a14dd40-679a-42d7-b8ce-5a233f46a79f/Asset1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.adaptive-delivery-prevent-bg, #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.lazyload, #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.lazyloading { background-image: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { background-color: transparent; background-image: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container > .video-iframe-container { display: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container { display: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .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); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { border-width: 0; border-radius: 0; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#gsqNW3pQVwHZU4CwMBAP6SmS6gxd0rQJ { position:absolute;display:block;z-index:15039;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.25rem;width:7.5rem;top:34.653646469116rem;left:19.8125rem;overflow:hidden;display:none; }
#dXEZRalwvs9FvF1i3vEJkengZhTEudhc { color:#124a9d;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:4rem;left:52.75rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zafCK7qn4RzL2Zt0MhQ7bTLqTNTZsWQz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.17) ;height:42.875rem;width:23.5625rem;top:2.3117895126342rem;left:49.124821662903rem;display:block; }
#fou8Nd9PJ7flsTQSOMbfIgmgFa6nC8W4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:2.0616121292114rem;left:13.144087791443rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPhHxlE5hV3IBZc7Xv9vZXMIzT6hxPvX { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.74975rem;width:39.124625rem;top:1.8736681938171rem;left:7.0494499206544rem;overflow:hidden;display:block; }
#WirOEJcWXUKA4Wo1skztXKTbLGsFJ99y { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.874625rem;width:24.375rem;top:11.045099258423rem;left:5.6118612289429rem;overflow:hidden;display:block; }
#D8ZceFdBTIMkHphJU41a98D3FMAPub72 { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:20.625rem;top:14.389825820923rem;left:25.867985725403rem;overflow:hidden;display:block; }
#b34h5Ic7Nwa6cgJnubmnfHFtXDhOwxcs { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:21.75rem;top:33.018817901611rem;left:5.5495386123658rem;overflow:hidden;display:block; }
#pJzK0ZivvaHrWx2BMqzeFQIP4KdVpKsW { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:21.0625rem;top:41.805930614471rem;left:6.4867725372312rem;overflow:hidden;display:block; }
#qr1eQe8CeuFWfuiWlozc4Ia2alaSTyEZ { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:16.5625rem;top:13.059481143951rem;left:27.17569065094rem;overflow:hidden;display:block; }
#DKLv9pNyKWbMC53OkewcLOmTIl1c8oel { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:14.8748125rem;top:40.213244915009rem;left:28.055485725403rem;overflow:hidden;display:block; }
#zBiBOy9dJMv4tqI6OpAz5p6pcDUsf0Q5 { color:#034fb2;display:block;width:14.9374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:35.580963134766rem;left:9.4229402542112rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#PautJXzTWDuhlLbeZ7wVfeCuZyPcS0d9 { color:#034fb2;display:block;width:18.0624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:37.694778442382rem;left:7.7365942001344rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#CVM4kiwITQZPgBWFO4MUzQwKUQCkrIHT { color:#034fb2;display:block;width:18.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:39.013137817382rem;left:7.79918384552rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2xd77OZ77eO1ePkKpPLq5SLhHWDGtro { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:42.517132759094rem;left:7.3553800582888rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiDtdkBCT9BewxShaQQMSSAeMVgArF9b { color:#034fb2;display:block;width:5.68714375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:14.576526641846rem;left:29.218483924866rem;height:;text-align:center;text-align-last:center;display:block; }
#gsFBXOuSJHeyy3ceXXZ9SpPLVUsk3L5w { color:#034fb2;display:block;width:5.6867rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:14.382635116577rem;left:36.487923622131rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#hGgGqrc1V5Tp6X1TKldFkSoH7MsMmcqO { color:#034fb2;display:block;width:1.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:15.388494491577rem;left:36.54918384552rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#eNevLMBgGniQgzSFgE6lNnU3nleOoZpE { color:#034fb2;display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:15.25710105896rem;left:37.455166816711rem;height:1.3125875rem;text-align:center;text-align-last:center;display:block; }
#SGMU0w3xFkTnt9lemwwlzOiCTt2uAbM5 { color:#ffffff;display:block;width:12.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:40.956143379211rem;left:29.331585884094rem;height:;text-align:center;text-align-last:center;display:block; }
#TXBfi1c66G3Z31BvTEACl8sCy36zXvqg { color:#ffffff;display:block;width:12.2491875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:42.586647987366rem;left:29.332032203674rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-form-header {  }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:#909090;width:20.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:2.8125rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#3765b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#f2f9ff;width:20.75rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.4;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5rem;overflow:hidden;font-style:normal;float:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-container:first-of-type{padding-top:0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-container:last-of-type{padding-bottom:0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:49.2802734375rem;top:7.7490234375rem;z-index:15059;position:absolute; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.75rem;display:block;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.375rem;line-height:1.4;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 {display:block;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:49.2802734375rem;top:7.7490234375rem;z-index:15059;position:absolute; }
#Nb75BXhrafIUxkSQzVIuGBu8NttAk43e { position:relative;display:block; }
#LhKoliEsyaxrhUIbuTKfkxyi07qsBon1 { position:relative;display:block; }
#Sa0Kugbc6WgsMSwcSRsQaDUy9IJtBJxm { position:relative;display:block; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #h1NmooNLJc4Eegf6OAuaTCIMtPguR8Ui { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vv8IicJsm2DScBwK748JFBIzXL3XrZD5 { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #UIq3a1SXT6MS7bLW4x4M8mhl4pTqN1UZ { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #hVTW7B64nAcAevETBCu9EzOmDTbRzlmT { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #s9rWp92apaRgiWpKkNyaGWzvoaMfV5vC { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #FeRiawmNgmiVhFGMnvUNQ4xFazK8uJDl { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #pZ58XTe4PRQSz7stMZalF6r3hP6p2Bp7 { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #uaaliTCpl6fT8a39PdosutImXfEHMhQX { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fqVWLwE2GxiIX2z8VgLFI7F6PLlEEEyT { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #yhFQlTqAk5NadFMuiAgN8pXatCiWTeo8 { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vnwnsJSOq107OAFxLkcnihcHUH3zkt5h { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Nc6Zgo7N6SKLyZdS9lW0m6fPIWAgTwtB { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #HiWJ3TEPSOXzZn4plmbdzcwb5xsRNVAo { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Lnx5qkzPOgzSXZ63eRTPPOkcdtVi46fF { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #DVSx3NFD6PFWl6W5TVn9aUum8c9Ap3OE { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #dgOWw5NOQJmkzfzB5PMQVWHvsDOKT6N0 { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #a04Jp86HUe8Q8UOIgX7SFTq53Rg0wMS1 { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #ht9h3coHaLOTdK0AWLOVRFv5k94oLFw9 { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #CReKowQebau9lnzD3OX1slG4OTRiLPxX { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #eBssv9LcTrFlBEJ2DZCqOOGDLo7Qszgm { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #r0ELXz0DAzyFdVy8K8PVdibhQ2omNxbk { position:relative; }
#WaU3IoLDoQQOyLPTVvCOTcCUyWONGL2k { position:relative;display:block; }
#R0klbJrKAu2wxrTRtuSU3OiQavOrliQs { position:relative;display:block; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Uwy8bsTuM9LkVSmCCyFmzZk0TFGnqwFq { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #MHIVm9E3iMGvNSzZ7FeNxJ16Q9Opxxy7 { position:relative;display:none; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #G3cHm1a5IPobpT91IaynEleIzgF3Dosr { position:relative; }
#fAO8koSbbAcinRO7xoX69ndo8KhyGpQD { position:relative;display:block; }
#LQ3zxylSDFsOhZaU9GFIFb6RO4r3aJvI { position:relative;display:block; }
#I2a7CwnzSEdHTEEvH50STURKVhHRJiD4 { position:relative;display:block; }
#FgPuhuxkxRmI8OMZZvbGlibt7BGzQeVq { position:relative;display:block; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fsfgZoWp98Nt3ldDTMopctDmIxxd9I7N { position:relative;z-index:15000; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #y4FIm216COd72GcTEzl6HiBB3pmheMCu { position:relative;z-index:15000; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TGhMSZ5b76gTCAw4eTCTiOTF77R96SfE { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #bdw4BzF9Tvs93NyfbmBP3TMtVRtTxI3D { position:relative;z-index:2; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #gRAuUM2Bl6D0MbhL5eIBg11omxuJ7VQF { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #XJBZQT7cQM8AOB2n6gVNXN1T9zgJIeCZ { position:relative;display:block;z-index:15000; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #V2QCDRk6IpaRguJqhnyMqzNgnUTPrmiU { position:relative;display:block;z-index:15000; }
#MDewIynL919ZzbVyNFDC9blZDQdNt97L { position:relative;display:block; }
#r5BmG1kOrCzOTylDe8Tviq1FwxUvkng0 { position:relative;display:block; }
#dVtQfFPOLEQv0lrHN5uKprctmzhq0hhJ { position:relative;display:block; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #RezpPSnkOk9gTHBTo3IQvmLQM07f1hu3 { position:relative; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TyyaB4JLISFeqTtCatJ5nnca4FHLibBT { position:relative; }
#rECqLu0IqAfad3r99cnwGglsym4siJDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4bcc76c-9319-4a31-8bb7-287b2006906c/Theme.svg");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; }#rECqLu0IqAfad3r99cnwGglsym4siJDd.adaptive-delivery-prevent-bg, #rECqLu0IqAfad3r99cnwGglsym4siJDd.lazyload, #rECqLu0IqAfad3r99cnwGglsym4siJDd.lazyloading { background-image: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { background-color: transparent; background-image: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,122,165,0.9); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container > .video-iframe-container { display: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,122,165,0.9); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container { display: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .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); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { border-width: 0; border-radius: 0; }#rECqLu0IqAfad3r99cnwGglsym4siJDd::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; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#H3R45TpJKc8MTfy6fZmWcBUzeD4fC6xN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W2zTGiL3UU1RkryZMVFZD0JxXoB4LnAT { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.8125rem;width:28.5625rem;top:1.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.75rem;left:34.75rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx li:before{  }
#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.adaptive-delivery-prevent-bg, #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.lazyload, #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.lazyloading { background-image: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { background-color: transparent; background-image: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container > .video-iframe-container { display: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container { display: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .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); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { border-width: 0; border-radius: 0; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw::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; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#RFoQkTOsV3C3FGtPVy3bPJEi9WuyQEdF { color:rgba(var(--color-tertiary-4),1);display:block;width:43.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSTZPwCHPVXX4tVc81VwqLoA8rEo93fZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mn3RFMPHLQg9ewp90QIeKDoyRNAMldhf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4985625rem;width:22.2485625rem;top:7.3125rem;left:39.1875rem;overflow:hidden;display:block; }
#NgCB8Ao2UwaxCbTtL1RmcpllC5lXfRnl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0610625rem;width:32.625rem;top:11.8125rem;left:36.75rem;overflow:hidden;display:block; }
#RCBurRf8g8sir9xye6Si0vavsUCSgfsg { 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:8.375rem;width:40.125rem;top:13rem;left:33.8125rem;overflow:hidden;display:block; }
#uQBbSTNlcNK4TqH5CbhqFa72Ms9uM4ru { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.8125rem;top:3.625rem;left:47.1875rem;overflow:hidden;display:block; }
#U0A5lLQzrsE5pOQR5daP5RDNnL7PpG3q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:20.124rem;top:11.6875rem;left:51.1875rem;overflow:hidden;display:block; }
#qLnW0WzT6SBCRPtUQ5lDFZZT4gavxcrM { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:6.3125rem;top:13.8125rem;left:51.1875rem;overflow:hidden;display:block; }
#IZJ7DChwm74cvQIUmkOdT21HH6IquhkW { 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:14.7485625rem;width:10.4360625rem;top:1.875rem;left:53.4375rem;overflow:hidden;display:block; }
#JOTEXgrHxCsCcNGLT8qT2gKgRWAg03LN { 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:17.1860625rem;width:14.3115rem;top:0.8125rem;left:57.875rem;overflow:hidden;display:block; }
#QJDQeZzalCwEoTuFbIJ7nGlHHI3dy2N5 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:5.625rem;top:7.0625rem;left:68.1875rem;overflow:hidden;display:block; }
#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4395d5;background-image:url("https://images.assets-landingi.com/uc/f63cf09a-94c6-49f4-90f4-55190f24e897/Asset11.png");background-position:bottom 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; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm.adaptive-delivery-prevent-bg, #Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm.lazyload, #Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm.lazyloading { background-image: none; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container { background-color: transparent; background-image: none; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container > .video-iframe-container { display: none; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row > .video-iframe-container { display: none; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .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); }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container { border-width: 0; border-radius: 0; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#sBAlGoBogeNmVeBADDOiUnQxJvoePVru { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.687rem;height:1.9995125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:13.75rem;left:53.6875rem;display:block; }
#Q5iuzNf0Kgz9K5AmxrhAHXftf0FKTGa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUPhQWcW8H2eFJ50sPGwtQA7qS0O58Th { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:10.75rem;left:49.4375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSXScqTK97eaWalQ5We5Tz2XBAvfaiuq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:18.25rem;left:48.5625rem;height:0.8999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RmG8lws0bDCVJAKh2NaTTdzLtTd6oTfn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:47.6875rem;top:1.84375rem;left:0.9375rem;overflow:hidden;display:block; }
#ERkeNgGEAslD6tulJvPSyDkPgwLPcJQT { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:23.75rem;top:0.5625rem;left:49.4375rem;overflow:hidden;display:block; }
#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container { background-color: transparent; background-image: none; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container > .video-iframe-container { display: none; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row > .video-iframe-container { display: none; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .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); }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container { border-width: 0; border-radius: 0; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#bOUygOI7OkxASxTUWufVd2QmtEZLyP5u { color:rgba(var(--color-tertiary-4),1);display:block;width:25.687125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1755113601684rem;left:24.655983924866rem;height:2.1937125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpsFcM3JPCxtB3vDP3UEMH9TfC0sok9t { color:rgba(var(--color-tertiary-4),1);display:block;width:49.99775rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7495527267456rem;left:12.500443458557rem;height:4.14373125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUXowh3C5rmlBHs69HPmnEaGwIqoSwEZ { 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:22.437rem;width:49.7495rem;top:9.49755859375rem;left:12.6240234375rem;overflow:hidden;display:block; }
#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0097da;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; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container { background-color: transparent; background-image: none; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container > .video-iframe-container { display: none; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row > .video-iframe-container { display: none; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .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); }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container { border-width: 0; border-radius: 0; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#wHlk8S17g1gqyoDWsmfblWWKf9fz8TvS { color:#ffffff;display:block;width:48.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.6170959472656rem;left:13.405983924866rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EX8R1wgTTiyv648RzkHVXGgSmTm8deRv { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.06201171875rem;left:3.62451171875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9lT9fcF6IQiM3wKU69DmoKegmrssdMc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.06201171875rem;left:5.31201171875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#qIPpiHSuluaylQZxacudafLM8VFdsyBG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:17.4375rem;left:28.8125rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zdRV95Beis1X3adS61ernTgRqa0FOVke { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:36.8125rem;left:15.5625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6CXOXhkZNCcZ2wJy7KKXW0EK27r4T5m { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.9375rem;left:16.3125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#bmh0sP7W5wlDf5TNaioFoOfNywnEDNl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.75rem;left:39.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7pVbGxTtNDs7rvWvCSJXhyEScLvXPbF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:39.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#n6A82vlPyGb71eghSAO1EBNfH10ul19R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.125rem;left:29.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#TJ6zzuBNHp1rvqlM8VexRnS1h5CQ36pd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.06201171875rem;left:52.81201171875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#ra5ZRqoRPKacQOTZ8hgJk7u9hc62xfoy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.99951171875rem;left:51.24951171875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRBgPMmNbEGXmSfAGFSh0mK4cBzhbbhm { color:#ffffff;display:block;width:48.18625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.2102251052856rem;left:13.406426429749rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsGQIlPh5wpCxvkE1zhXB0x2HsfOaTs0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:8.18701171875rem;left:2.74951171875rem;display:block; }
#T8flkIBT4LHJrpvTce887qJKIHI0q6By { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:8.25rem;left:26.5625rem;display:block; }
#I4Qmk70xufCxFTnDudLEZpLDa3qEKz9U { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:8.24951171875rem;left:50.31201171875rem;display:block; }
#asAkCoqtFI5rowNArzhIArz2KTEBZkBu { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:26.75rem;left:38.5rem;display:block; }
#r5s5PAfx5pJZZs2ITk6W81byamzXCdIi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:26.6875rem;left:14.6875rem;display:block; }
#JT58mMguuy7R3Iek2SfIzGUMyERKbBS6 { position:absolute;display:block;z-index:15037;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.0623125rem;width:7.0623125rem;top:10.24951171875rem;left:10.06201171875rem;overflow:hidden;display:block; }
#o1rv5nCshpn94xGtQ8t5sKCUN4wo2qHt { position:absolute;display:block;z-index:15036;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:6.68725rem;width:6.25rem;top:10.25rem;left:34.375rem;overflow:hidden;display:block; }
#BfLCax8srcNUTuzx95RaJCLeTSmh1CkA { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:6.4999375rem;top:28.1875rem;left:46.125rem;overflow:hidden;display:block; }
#lDFgLAW5FdgM3sPbL0g1uLBkSE71cIIs { position:absolute;display:block;z-index:15040;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.4374375rem;width:5.68714375rem;top:28.25rem;left:22.6875rem;overflow:hidden;display:block; }
#Scl3DqpnpaPfR1akU3mcrg6FzXbgC6Ms { position:absolute;display:block;z-index:15039;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.3748125rem;width:6.68725rem;top:10.12451171875rem;left:57.87451171875rem;overflow:hidden;display:block; }
#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.adaptive-delivery-prevent-bg, #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.lazyload, #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.lazyloading { background-image: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { background-color: transparent; background-image: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container > .video-iframe-container { display: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container { display: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .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); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { border-width: 0; border-radius: 0; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8::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; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#V4UAMNeK3XGrwPo1PDsHqVwqQylk5fKl { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:28.5625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKh3ULRFEWhppU8uuccILelBy4BhVvTc { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.3125rem;left:28.75rem;height:7.3486375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yKTyqriq6Csu4QtXgnDKmIEUkLtcnfC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:9.5625rem;left:28.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#usHEhkHqoS614kT0Gmh2PRDRZ2GbWXL0 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:25.875rem;width:22.1875rem;top:2.3125rem;left:2.75rem;overflow:hidden;display:block; }
#lS08MSkPtZxblEv3QLIgiCU53zbLaDll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container { background-color: transparent; background-image: none; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container > .video-iframe-container { display: none; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row > .video-iframe-container { display: none; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .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); }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container { border-width: 0; border-radius: 0; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#Zquqlq7MER3DTFcVITAMtfBgSCQK4SeA { color:rgba(var(--color-tertiary-0),1);display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.349609375rem;left:7.09375rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sne6vExRbTP2LmOs5fiR8OzZwpH4gQ4T { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:26.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#uncInfcOwG8fieWENi764dI7O6RyrMXG { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:2.6871452331543rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#w74XXZJBRpQNaSHNGnt4z9twr46QbKH8 { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:50.37490940094rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#NaSc0BNPJkfUnuEFkRK8NXORPoUpnqVJ { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:2.6871452331543rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#xdLC2hFPcJmkoSLx4wH3iZntTzGcVpMq { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:26.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#wRHGVVVTmnUcT0LpQ9TVRps5u2DMlH9Q { box-sizing:content-box;height:11.875rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:50.37490940094rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#xgQIcIhPlrJ9Vy4ers0qw3D8iCZbre6N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.1245565414431rem;left:8.99937915802rem;height:2.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AN2Jw0sg5xWIRuNrPewZ9RBvH9yDaKob { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.937056541443rem;left:8.9367895126344rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHhRLnDSqmulP6dZRxQ60aAHTFEZuvkm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:9.1245565414431rem;left:31.81240940094rem;height:3.50536875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsVgeMZty6CNzHTSw1Jgu4tQeVuxTpNo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.124466896057rem;left:31.81240940094rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6F7CrCEyzF6DlVhkZrFXSBlxDQ78n0N { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.1245565414431rem;left:54.999287605286rem;height:2.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CV0e4R5cmCCeBgrJHQAINx0oKDVJHmwL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.937056541443rem;left:54.999287605286rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S0gM2Wz8PiaGOpKvxhpBBUhxb6Zw59M7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:22.374821662903rem;left:8.9367895126344rem;height:2.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1Q0E0gyUQdzxXdIzof8TSuGaA333gmb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.187323570251rem;left:8.9367895126344rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUwoTwWmfqLBqaT6UNkzPgyKkmcFki7w { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.187499046326rem;left:31.812500953674rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnXSR1NgMHgah7bALwlcOBDblm4HdVTo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:22.374821662903rem;left:31.812500953674rem;height:2.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AnyapxAcM90Ax4XBsWK4ivFBBvLG2IGs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.187323570251rem;left:54.999287605286rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5uE6CIxOTxZ507JcNOxpysWHC8QK542 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:22.374821662903rem;left:54.999287605286rem;height:2.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtIlccMlSzQJVysT8Ew0GMSyVWBiGv6P { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:2.5rem;top:22.312233924866rem;left:51.499375343322rem;overflow:hidden;display:block; }
#XxuDQUHFPeporMqkJJpM2bBRbzkZXwQT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5625rem;top:8.9363451004031rem;left:4.2180395126342rem;overflow:hidden;display:block; }
#v58otAVfZlKHICVudEhoaJF0bw3KoM1S { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.375rem;top:9.13609790802rem;left:27.593216896057rem;overflow:hidden;display:block; }
#E7vETgAWJcSAiLdZFTgK3KiutnpfltWU { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:9.0806112289431rem;left:51.435898780822rem;overflow:hidden;display:block; }
#FBBmufnXK8xW9GK8U6ueoMtS96FeyAPR { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:22.37437915802rem;left:4.0617895126342rem;overflow:hidden;display:block; }
#AmstvgBUuPDtCcQWzUyXadxHRxhJqZq3 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.1875rem;top:22.187233924866rem;left:27.686699867249rem;overflow:hidden;display:block; }
#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,248,248,0.44);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; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container { background-color: transparent; background-image: none; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container > .video-iframe-container { display: none; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row > .video-iframe-container { display: none; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .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); }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container { border-width: 0; border-radius: 0; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#iQ3eQrTiomrlsvKhTxm367J3IDJDH2yR { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.625rem;left:2.0625rem;height:2.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkFhxqlmkPt07BwXO9C8Zkod3V0cUaxU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.1) ;height:33.125rem;width:59.0625rem;top:8.75rem;left:7.96875rem;display:block; }
#VX53zDu2Te2znwfRTKUrfrsGWDz5JDnC { position:absolute;display:block;z-index:14998;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:41.875rem;width:75rem;top:2.3125rem;left:0rem;display:block; }
#wkLIBIDB41v3HWeZMCV4oBPIZUX7gXRd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:9.75rem;top:27.78125rem;left:62.6875rem;overflow:hidden;display:block; }
#RNzcN2w8o005ehP5P31Xqid68nsihtKt { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:8.25rem;top:7.9375rem;left:2.25rem;overflow:hidden;display:block; }
#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,248,248,0.44);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; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container { background-color: transparent; background-image: none; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container > .video-iframe-container { display: none; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row > .video-iframe-container { display: none; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .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); }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container { border-width: 0; border-radius: 0; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#Q511TS4RVLGxcHHputCvHiKO0TotcBwf { color:rgba(var(--color-tertiary-4),1);display:block;width:60.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.2492008209229rem;left:7.1249113082888rem;height:2.61230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ebmORRyokCSaBalRp17pPnxos6H0OgqT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.1) ;height:33.125rem;width:59.0625rem;top:6.41796875rem;left:7.96875rem;display:block; }
#GRw9dfRWKVH1g4tGaoyTHl03qFitKzvh { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:41.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#ZfBstXb9zq25DC1CNZywN9TKcvqddzeI { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:10.3125rem;top:30.91796875rem;left:1.71875rem;overflow:hidden;display:block; }
#KD4EoZbbw92PqCfpfUmUmbpMTSzdhzNF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:12.0625rem;top:5.73046875rem;left:60.53125rem;overflow:hidden;display:block; }
#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container { background-color: transparent; background-image: none; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container > .video-iframe-container { display: none; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row > .video-iframe-container { display: none; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .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); }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container { border-width: 0; border-radius: 0; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:75rem;position:relative;display:block; }#baU26oJLme8oT4dJx9AId6L7HXJLxSrQ { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24.125rem;width:36.1875rem;top:2.7406272888184rem;left:2.1609382629394rem;overflow:hidden;display:block; }
#stHTTcpBdyZavEODFFcqLWfeutaGA39T { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.12451171875rem;left:40.37451171875rem;height:2.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NWXu7MKweheSBT0y4oXtH2dzwH7eWEPE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:2rem;text-decoration:none;z-index:15063;text-align:left;text-align-last:left;top:5.9365234375rem;left:41.93701171875rem;display:block; }
#OoKvsqKi1B5klN8SbVNVb9OnesaTJxUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpbTKrsfwSDMg8KUSmu0vrAAgKFvnCpW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:5.9677734375rem;left:40.125rem; }
#kgSfsp2R0hbO49KEnxD9QUuudGBlS2mg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:8.5rem;left:40.375rem;height:5.6860375rem;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; }
#W4It56BT5kSrcgx6lpNJAvJe1bl0719H { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.375rem;left:40.375rem;height:1.3808625rem;font-style:normal;display:block; }
#zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N { color:rgba(var(--color-tertiary-4),1);display:block;width:31.371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.375rem;height:9.32425rem;font-style:normal;display:block; }#zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N li:before{  }
#m2xdNgFUIIdUutTutRTVS9hTxVID5Gzk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:30.25rem;left:21.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5M66FyQIopCTWfRlANVoehTkovPEAMv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:33rem;left:21.25rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OT18TqxN8ma94TeHNAJs9zzSOZS4o4b5 { 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:5.375rem;width:69.4375rem;top:29.560546875rem;left:2.78125rem;overflow:hidden;display:block; }
#V9aIHXlEmUZuxTgt87sFk8nL06mJZywd { position:absolute;display:block;z-index:14998;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:69.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
#mLhlTpfQXoK82wUBw31LyPEovPNKAAFr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#VEFR5Fm2hAlGX8fNJDECwukAfhWc1O7G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:38.75rem;left:4.0625rem;height:6.1860375rem;display:block; }#yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk li:before{  }
#GE4GHawIP5nSHxSufkFmKiZZ0K7PDM8k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:46.1875rem;left:4.0625rem;height:2.54980625rem;font-style:normal;display:block; }
#kWumPlU2T1W3xdlJD7hPAMxZeJBTTcxZ { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:0.125rem;top:37.125rem;left:24.75rem;display:block; }
#ZWNTBeSuo54TgxrV7H7hw4nOhFrWOERp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:37.125rem;left:28.375rem;height:2.76171875rem;font-style:normal;display:block; }
#rTvnaAcqK2N64rQAaN5Z4plpQqCloF1V { color:rgba(var(--color-tertiary-4),1);display:block;width:16.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:43.625rem;left:28.375rem;height:3.82470625rem;font-style:normal;display:block; }
#DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:40.0625rem;left:28.375rem;height:;display:block; }#DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA li:before{  }
#XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:47.8125rem;left:28.375rem;height:;display:block; }#XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy li:before{  }
#JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:49rem;left:4.0625rem;height:2.3994125rem;display:block; }#JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 li:before{  }
#wn9hlhzxAHA2mmgngv6uTuT7hPuJEcL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:55.125rem;left:28.375rem;height:1.3808625rem;font-style:normal;display:block; }
#tShrT4GdrqvLquGqHJsOxG9XtDQscOug { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:52.625rem;left:4.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#Ams1Qa553XorHg5kWOQhtBmbqmuna7yT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:56.8125rem;left:28.375rem;height:;display:block; }#Ams1Qa553XorHg5kWOQhtBmbqmuna7yT li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ams1Qa553XorHg5kWOQhtBmbqmuna7yT li:before{  }
#ZFipyaJwCVZmqEG7vW5pDFOzinzlBvIg { position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:0.125rem;top:37.125rem;left:47.3125rem;display:block; }
#CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:39.88671875rem;left:50.5rem;height:2.3994125rem;display:block; }#CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 li:before{  }
#sfOpm6q7KCEJVk1c3gOETEeokM2mrJA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:37.125rem;left:50.625rem;height:2.76171875rem;font-style:normal;display:block; }
#gnuC83qvUdUth8nDirUetE1JVBo5JWHn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.5625rem;left:50.5rem;height:1.3808625rem;font-style:normal;display:block; }
#HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:45.1875rem;left:50.5rem;height:4.923825rem;display:block; }#HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 li:before{  }
#JgzWz0lgPcHE5RHJLprxyTrTrfb428qm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:51.375rem;left:50.5rem;height:1.3808625rem;font-style:normal;display:block; }
#GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:53rem;left:50.5rem;height:5.9360375rem;display:block; }#GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq li:before{  }
#NbprxDGvv9KTwyZczNclptVOBTCcq9AL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:54.3125rem;left:4.1875rem;height:6.0610375rem;display:block; }#NbprxDGvv9KTwyZczNclptVOBTCcq9AL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NbprxDGvv9KTwyZczNclptVOBTCcq9AL li:before{  }
#TLs8wafJciMv2Wwu08BGd8n8QlqBtSXS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:60.1875rem;left:50.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:61.8125rem;left:50.4375rem;height:3.53661875rem;display:block; }#vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW li:before{  }
#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container { background-color: transparent; background-image: none; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container > .video-iframe-container { display: none; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row > .video-iframe-container { display: none; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .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); }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container { border-width: 0; border-radius: 0; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#BuGG4c2XLgyLaJvoJ8cipi24Px2A8xQS { position:absolute;display:block;z-index:15026;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24.125rem;width:36.375rem;top:2.8125rem;left:36.3466796875rem;overflow:hidden;display:block; }
#xGRslHlnbNX3igtT5bI90TvRVHJNVofz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:3.1875rem;left:4rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AcguXkgTaT8FDpWTBD7sS1iQTa3oa4Zz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:2rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:6rem;left:5.6875rem;display:block; }
#A9qoFEkJKKEhzhoap6vx31ulNTVbFFB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTydcsAKXdESGi1761M3pK0nOGQoVgwH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:6.1875rem;left:4rem; }
#utotXrDPP7Po5OOdmiQ3IepfWQ8R5Jox { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:8.74560546875rem;left:4.05908203125rem;height:6.82325rem;font-style:normal;display:block; }
#VUztCeRzu4rgsRXQfmd5higKmPPof0Gv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.93408203125rem;height:9.32425rem;font-style:normal;display:block; }#VUztCeRzu4rgsRXQfmd5higKmPPof0Gv li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUztCeRzu4rgsRXQfmd5higKmPPof0Gv li:before{  }
#iKcCss6T85Vh5NSy64auuXqgZ8y2a9Hh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.6875rem;left:4.05908203125rem;height:1.3808625rem;font-style:normal;display:block; }
#IV72pE37qJnWVleQGe2RTOGugy9uDX7o { color:rgba(var(--color-tertiary-4),1);display:block;width:32.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:31.8125rem;left:21.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFxT8zxcCNC1bpu5s43JHLGMMW3D3H1c { 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:5.3121125rem;width:69rem;top:31.125rem;left:1.5rem;overflow:hidden;display:block; }
#kqZN5QsSurL50dPDdQf0sWzrR3K2bavk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:34.5625rem;left:21.25rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbGm2Xm0xDFgSIlvbT7ysMriyVzAciJp { position:absolute;display:block;z-index:14998;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:63.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#FyK9n4mSDQmUtbbSWHQBU6vmaobOcJuP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#tGpLh8RlwdldDMaqu8f73rFrewExafOv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:37.75rem;left:3.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:39.443359375rem;left:3.4375rem;height:;display:block; }#qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz li:before{  }
#zvAIfJOZD8kZu34weu1eHC5fgGGQvpTf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:44.375rem;left:3.5rem;height:2.54980625rem;font-style:normal;display:block; }
#i7X6axf84U3C5xFubNESms4BNckcnvs2 { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:0.124511875rem;top:37.75rem;left:24.5625rem;display:block; }
#bnqULcdp6urTeph2RT4C1TXoRJi33HOC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:41.999998092651rem;left:28.312321662903rem;height:3.53661875rem;display:block; }#bnqULcdp6urTeph2RT4C1TXoRJi33HOC li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bnqULcdp6urTeph2RT4C1TXoRJi33HOC li:before{  }
#nVbIonzADpcPU5s4fQOrAk463Wff41py { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:37.75rem;left:28.3125rem;height:3.82470625rem;font-style:normal;display:block; }
#xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:47.375rem;left:3.4375rem;height:1.13720625rem;display:block; }#xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS li:before{  }
#OIOwahnsp04TrrwOfGmak9wihstNS2zR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:46.8125rem;left:28.3125rem;height:1.3808625rem;font-style:normal;display:block; }
#ZezGUZsvrmsl0TnGoJVSAUTEC7JeqQek { position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:0.124511875rem;top:37.75rem;left:49.5rem;display:block; }
#MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:48.4375rem;left:28.375rem;height:;display:block; }#MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb li:before{  }
#ZUU2i9vVVGxvW2PQNnpN8pho7hgBPqm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:49.75rem;left:3.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:39.375rem;left:53.0625rem;height:2.3994125rem;display:block; }#XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU li:before{  }
#LDL9oqsTopTwtP4isWvP34gSD6T2TckJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:48.6875rem;left:53.0625rem;height:4.798825rem;display:block; }#LDL9oqsTopTwtP4isWvP34gSD6T2TckJ li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LDL9oqsTopTwtP4isWvP34gSD6T2TckJ li:before{  }
#LEJUTQb4Ig8R1XJuJPNSImmQBqMItTgF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:37.75rem;left:53.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#gEx4TDZtoL8LvzVyFV7JXEnWQMsAwDi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:47.0625rem;left:53.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#gVf2J6WlHhvh303NWDunAfFCgFKmR6An { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:51.4375rem;left:3.4375rem;height:7.19825rem;display:block; }#gVf2J6WlHhvh303NWDunAfFCgFKmR6An li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gVf2J6WlHhvh303NWDunAfFCgFKmR6An li:before{  }
#ei37SryPFyRen6tU7xcEiE9t4XASIdpE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:54.375rem;left:53.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#nwCGX5MT7nALbOTShfys1wuK0XBd978h { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:51.75rem;left:28.375rem;height:2.76171875rem;font-style:normal;display:block; }
#sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:56rem;left:53.125rem;height:1.13720625rem;display:block; }#sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO li:before{  }
#vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:54.6875rem;left:28.3125rem;height:6.1860375rem;display:block; }#vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL li:before{  }
#XLdynFL4g84GBDuuGOeu1c2irxM1VNTi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:42.875rem;left:53.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#lZDSKD9izuOkiHCdknR3KOpttoJaTyfB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:44.5625rem;left:53.0625rem;height:;display:block; }#lZDSKD9izuOkiHCdknR3KOpttoJaTyfB li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lZDSKD9izuOkiHCdknR3KOpttoJaTyfB li:before{  }
#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container { background-color: transparent; background-image: none; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container > .video-iframe-container { display: none; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row > .video-iframe-container { display: none; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .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); }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container { border-width: 0; border-radius: 0; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#T63eqgZyQ2LPMrfhWxVDIiAbKwp3L6ww { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:3.32421875rem;left:41.40625rem;height:2.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tv4JD9pE8pus1rFGXD7hGJve90pWZZSz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:2rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:6.1875rem;left:43.125rem;display:block; }
#wTQFPCVJf5L5QXFETBL9l7OJzZdMcbUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCTUGnrzfrV4sPu9RH5TLU2vix72MIcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:6.4375rem;left:41.28125rem; }
#HrWZ8CAMHZ9BBsOa6xdCtgJWTaNop8TF { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:8.8125rem;left:41.40625rem;height:4.548825rem;font-style:normal;display:block; }
#NnJ22cMdGd352uZkP7dgEzW5Tu8J5UeX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.40625rem;height:1.3808625rem;font-style:normal;display:block; }
#VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:17.875rem;left:41.5rem;height:6.9619375rem;font-style:normal;display:block; }#VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 li:before{  }
#OidAn2vQcmssT5c8IXhprTTTAW9W0LPa { position:absolute;display:block;z-index:15120;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24rem;width:36.1875rem;top:1.8125rem;left:2.875rem;overflow:hidden;display:block; }
#XxHaAus185Wk98wmoA1glT22T4uvRbJV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:29.25rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cffPTL8CagzrPyQPJuh7a8xGJpTQd3ZG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:32rem;left:21.1875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKfvwTFw5hzPbGFGRFJQzekAypT2PhLT { 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:6.0625rem;width:75rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#lLaKahrbg9Kd1wTu4w2MDt5OyElssmEg { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:50.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#nHy3r2Mgxc2dm4vQRVuXgCBcUuzz0dBp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#fGNzgkfHTKh4GyznrTTpeHc4xQtiB6tB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:34.9375rem;left:4.5rem;height:1.3808625rem;font-style:normal;display:block; }
#bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:36.6875rem;left:4.5rem;height:1.13720625rem;display:block; }#bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 li:before{  }
#QOUHPqiqtmzqmX6vNcdpf8023w9zt6QO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:40rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#B2wgQS7a73arcMT7f1ZywViADPpPz5Kr { position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:0.125rem;top:34.875rem;left:25rem;display:block; }
#J83DeIbrTPJiBF1iVqZO2JP60h67rtay { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:35.125rem;left:29.8125rem;height:2.76171875rem;font-style:normal;display:block; }
#fHDA0vPTi6awRyk8erGutaPSnQ5h44oA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:42.9375rem;left:29.8125rem;height:;display:block; }#fHDA0vPTi6awRyk8erGutaPSnQ5h44oA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHDA0vPTi6awRyk8erGutaPSnQ5h44oA li:before{  }
#S5LqzTtMgBsNq2fMsWEPqX3QXMMWxcJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:41.3125rem;left:29.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:38.25rem;left:29.8125rem;height:;display:block; }#c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm li:before{  }
#Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:43.1875rem;left:4.5rem;height:1.13720625rem;display:block; }#Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL li:before{  }
#UdsO6rEXNIc3459ZezuqTG95gWG7nTle { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:44.75rem;left:29.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:46.4375rem;left:29.8125rem;height:;display:block; }#ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg li:before{  }
#TtLdI4d16JO9gR3aC8FcH96A48UhJblI { position:absolute;display:block;z-index:15105;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:0.125rem;top:34.8125rem;left:50rem;display:block; }
#JC48OvoauGLbfEwSdGezqzoJGf3pDsEr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:34.9375rem;left:51.75rem;height:4.142575rem;font-style:normal;display:block; }
#CXqy81WOtImhkGf063TLCff7FCqPICAe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:44.3125rem;left:51.75rem;height:2.2744125rem;display:block; }#CXqy81WOtImhkGf063TLCff7FCqPICAe li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CXqy81WOtImhkGf063TLCff7FCqPICAe li:before{  }
#F9VkcZbXisged8y3wiw1Xbrve2xGriO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:39.4375rem;left:51.75rem;height:2.3994125rem;display:block; }#F9VkcZbXisged8y3wiw1Xbrve2xGriO1 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F9VkcZbXisged8y3wiw1Xbrve2xGriO1 li:before{  }
#gebBOfdoE9mOxziGZdG5lSeSk52LzTlO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:42.625rem;left:51.75rem;height:1.3808625rem;font-style:normal;display:block; }
#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container { background-color: transparent; background-image: none; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container > .video-iframe-container { display: none; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row > .video-iframe-container { display: none; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .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); }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container { border-width: 0; border-radius: 0; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#QC1mw59y2qpUWn7guimt59pPI8LVp0tw { position:absolute;display:block;z-index:15023;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24rem;width:36.1875rem;top:2.93701171875rem;left:35.435546875rem;overflow:hidden;display:block; }
#HbUkb9FbQC2rH54CTBfKHtBOEnroLCfH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:5rem;left:4.060546875rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q2nyMkAD8eMppyzlaXVwUXUFhQfCHEa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:10.64453125rem;left:4.05908203125rem;height:6.82325rem;font-style:normal;display:block; }
#vCGZ4imZJoCeRME68MpLL0Or90STCnQW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.4375rem;left:4.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.0625rem;height:4.923825rem;font-style:normal;display:block; }#MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL li:before{  }
#ZftoTqw629KoUgUf5qftcPwg7tJ1dKWT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:29.5625rem;left:20.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkPOM1syhEXhdHbDF8ReIxzIMxHamL5C { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:32.3125rem;left:20.5rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqAqNTxb6rgG7Oga3qVEZWBdKKUS2Eok { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:35.8125rem;left:28rem;height:1.3808625rem;font-style:normal;display:block; }
#Dsdd57pJ9OqawGUkPVeFXgnTVU9z5Vpz { position:absolute;display:block;z-index:15121;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:0.125rem;top:35.8125rem;left:49.4375rem;display:block; }
#Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W { color:rgba(var(--color-tertiary-4),1);display:block;width:17.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:37.625rem;left:28rem;height:2.3994125rem;display:block; }#Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W li:before{  }
#OGqBQQZaTbXPeL6gWMNKx8qTdZzy2iPf { position:absolute;display:block;z-index:15120;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:0.125rem;top:35.875rem;left:24.375rem;display:block; }
#ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:37.375rem;left:4.0625rem;height:1.13720625rem;display:block; }#ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof li:before{  }
#OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:42.82421875rem;left:4.060546875rem;height:1.13720625rem;display:block; }#OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 li:before{  }
#cTy47L1aoToQMTJPyVZhquRZQdM7yLPn { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#wmKtsgfpaUaiWSOmWEtdlRaCPNxu0yBD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:39.75rem;left:4.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#ZBbDki8HcapttFUTRG2NTkm8y4c2uIs9 { position:absolute;display:block;z-index:14998;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:48.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
#HBlwxT4om0zMJCSbUgA4QnRfNWDxbmdC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.0625rem;text-decoration:none;z-index:15062;text-align:left;text-align-last:left;top:7.8125rem;left:5.5595703125rem;display:block; }
#DXAotOQ8zFCWMVtTxXZdG2vD4TaoXZzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzpsmnqyhemsuZCH2mZOlyFHWzyi8gMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:8.0625rem;left:3.998046875rem; }
#MraQihrqo3kpDacZ6BuTXqEvIReTNWEM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#IxqKtzHNA10gDEs2TmrVOof7SSIrPvga { 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:6.0625rem;width:75rem;top:28.515625rem;left:0rem;overflow:hidden;display:block; }
#xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:37.5947265625rem;left:52.123046875rem;height:;display:block; }#xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 li:before{  }
#kFQQy7Ci7rdvizSHUTrGD1NHRQ5LRszC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:35.8125rem;left:52.123046875rem;height:1.3808625rem;font-style:normal;display:block; }
#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container { background-color: transparent; background-image: none; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container > .video-iframe-container { display: none; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row > .video-iframe-container { display: none; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .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); }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container { border-width: 0; border-radius: 0; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#zLhtTrhzh9bJiPK5CctflHMaXpUJx7U3 { position:absolute;display:block;z-index:15023;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:22.1875rem;width:38.0625rem;top:2.9404296875rem;left:34.1904296875rem;overflow:hidden;display:block; }
#bfWh9ZZXMkXPukFn4P8uXCNcUfBX3Q7r { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15123;line-height:1.1;letter-spacing:0;top:3.5625rem;left:3.8125rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tKvB31x5VAT3HVap2fXAI0e2IgsuC45t { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:9.375rem;left:3.8125rem;height:5.6860375rem;font-style:normal;display:block; }
#z3X98HeUpg0yrOhSZquLylJtlUOIMhnS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.125rem;left:3.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:19.1875rem;left:3.875rem;height:6.0610375rem;font-style:normal;display:block; }#DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI li:before{  }
#VfHf7tQFZV6G6uMTBq3toUUMiU5GZcOe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:28.125rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MawgP6e5yxDPh5muDED9ZmA6vnrpzdXC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:30.8125rem;left:21.25rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L7UtB5DhF4AUSTWa3JMcOvVDEhXOhC5V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:35rem;left:28.625rem;height:1.3808625rem;font-style:normal;display:block; }
#XWeTUC6UmJbPPlTboeloQqo33Lq3aern { color:rgba(var(--color-tertiary-4),1);display:block;width:17.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:36.8125rem;left:28.625rem;height:2.3994125rem;display:block; }#XWeTUC6UmJbPPlTboeloQqo33Lq3aern li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XWeTUC6UmJbPPlTboeloQqo33Lq3aern li:before{  }
#Qd1rAZGXPHiETeft84ovEvgLKWsECCCe { position:absolute;display:block;z-index:15120;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.125rem;top:35.0625rem;left:24.375rem;display:block; }
#eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:36.5625rem;left:3.8125rem;height:1.13720625rem;display:block; }#eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb li:before{  }
#fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:42.01171875rem;left:3.8125rem;height:1.13720625rem;display:block; }#fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 li:before{  }
#GX3ly0kT18FdFOBhv1gPPLEoGgHxe32B { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:35rem;left:3.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#yG0z9CSUukcIUlDl2na7p20rLU7ft7M8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:38.9375rem;left:3.8125rem;height:2.76171875rem;font-style:normal;display:block; }
#TyvgdSqchpmyt2Cc1cAzrGGlruo9GSEh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:2rem;text-decoration:none;z-index:15062;text-align:left;text-align-last:left;top:6.5625rem;left:5.5625rem;display:block; }
#QcX22Vm6if62d0geRR98D4CXSGsBMM7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeB1TUAWauH083dTLDDinlihDTSELEa5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:6.6875rem;left:3.8125rem; }
#BMbMkvTGmcI1nyMdDTaQfKAFD2zu9qGq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#tWFpQlfZLxhvcnT0kubkq5enp7XP2Jtx { 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:6.0625rem;width:75rem;top:27rem;left:0rem;overflow:hidden;display:block; }
#sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:36.8125rem;left:52.125rem;height:;display:block; }#sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h li:before{  }
#d9y8rkrxlshEINaymtcdq2WsL7G0yKly { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:35rem;left:52.125rem;height:1.3808625rem;font-style:normal;display:block; }
#Mq1s5isMySfJTkbaavrE8z67qO5moCXT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:40.4375rem;left:28.6875rem;height:4.142575rem;font-style:normal;display:block; }
#SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:45.0625rem;left:28.625rem;height:2.3994125rem;display:block; }#SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 li:before{  }
#T7pthrR9pnfBQX0vVBiunO9Q434MwaQS { position:absolute;display:block;z-index:15121;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.12421875rem;top:35rem;left:48.1875rem;display:block; }
#tTUwSDLd9UVx0U0V9Ts6DeMc1lVLUELh { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:51.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#TTCcVPRSHCv0NCZbcBpv9a3xaGT6iWFa { 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:6.0625rem;width:75rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container { background-color: transparent; background-image: none; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container > .video-iframe-container { display: none; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row > .video-iframe-container { display: none; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .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); }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container { border-width: 0; border-radius: 0; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#vrOCpVRL8BHTIn6Q2A43iTMfQ6pkU608 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:2.875rem;left:41.5rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihWpNpQKyFDdJsygCFOW5eMcvuLaev6i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:2rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:8.3125rem;left:43.3125rem;display:block; }
#DW9sazPNbTVVWIrdXMsuadKdSDfSgFOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inuAVRrM0OuKDvK7L30mrKfE6DhUgTRs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:8.5rem;left:41.25rem; }
#mTsKXmxQDPrubwmTDuTTt0OB1VpSAgUO { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:11.1875rem;left:41.625rem;height:5.6860375rem;font-style:normal;display:block; }
#GxiyBbG0vg1E5J3h4nTw2J7V1Cu93AlA { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.5rem;height:1.3808625rem;font-style:normal;display:block; }
#RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:5.7807625rem;font-style:normal;display:block; }#RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb li:before{  }
#eLzCmTMwmTFp4OJzvyoZg5QcsyJSMgNi { position:absolute;display:block;z-index:15120;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:23.1875rem;width:36.25rem;top:2.5625rem;left:2.74951171875rem;overflow:hidden;display:block; }
#XwxJA0PciEX58tmMMHENpiEF6DSa9tgE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:36rem;left:5.25rem;height:1.3808625rem;font-style:normal;display:block; }
#LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:37.75rem;left:5.25rem;height:1.13720625rem;display:block; }#LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH li:before{  }
#sTJHswe4XDy6XGwo1zDZmO4NuHNAW7aT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:36.125rem;left:28.4375rem;height:2.76171875rem;font-style:normal;display:block; }
#i4TERwoVRl5fWUwnAMo0NlOcftROVm1q { position:absolute;display:block;z-index:15118;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.125rem;top:35.8125rem;left:25.875rem;display:block; }
#v27byqMRS7HS2kfHv4opez8nqqohUAVk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:36rem;left:52.3125rem;height:1.3808625rem;font-style:normal;display:block; }
#kbHXszApfobPCZsrOMX72PITUGegxhMt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:37.5625rem;left:52.3125rem;height:1.13720625rem;display:block; }#kbHXszApfobPCZsrOMX72PITUGegxhMt li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kbHXszApfobPCZsrOMX72PITUGegxhMt li:before{  }
#b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v { color:rgba(var(--color-tertiary-4),1);display:block;width:18.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:39.25rem;left:28.4375rem;height:1.1375rem;display:block; }#b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v li:before{  }
#husXAnboKRT32K0iph28Eb36kt2rkGVk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:40.125rem;left:52.3125rem;height:1.3808625rem;font-style:normal;display:block; }
#LMSeOQTb4puHb0RF1ubnpSfnWZISShoF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:29.625rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNxE8muqpOTVK3Ce9SaOay5A6gflTe9c { color:rgba(var(--color-tertiary-4),1);display:block;width:32.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:32.375rem;left:21.1875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBkS7Uw8zIZ2fNQOfHNWxK4TEqQiMbLA { 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:6.0625rem;width:75rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:41.875rem;left:52.3125rem;height:2.2744125rem;display:block; }#FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp li:before{  }
#X7yNyrsWcB454PDy3PeokQNyaKpeKVWd { position:absolute;display:block;z-index:15119;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.12421875rem;top:35.8125rem;left:48.875rem;display:block; }
#rRmbeBR7NEcDJRbgPbTzns3mblDrVfgK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#qC16yUcW1bCaE0BG4qdvktnosPLXEPKw { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:47.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
#CPveX2ytOTNrJxgqn9R5dMHg4L6XcGzB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:41.0625rem;left:28.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:42.6875rem;left:28.4375rem;height:1.13720625rem;display:block; }#HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI li:before{  }
#KLQ1nMG5cUavi7XhBzC1vaO4oDUv96UP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:40.125rem;left:5.25rem;height:2.76171875rem;font-style:normal;display:block; }
#OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:43rem;left:5.25rem;height:1.13720625rem;display:block; }#OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci li:before{  }
#z1c6nEK4v1MricKtTCio42TF5ecUBx52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container { background-color: transparent; background-image: none; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container > .video-iframe-container { display: none; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row > .video-iframe-container { display: none; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .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); }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container { border-width: 0; border-radius: 0; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#nTc6fiEZ81s7QfPFQZmAbEODnIeNJrQr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:4.3125rem;left:42.3125rem;height:2.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psyGM10HkLETOiu6KSZmSmX0XQTleUAu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:2.1875rem;text-decoration:none;z-index:15061;text-align:left;text-align-last:left;top:7.375rem;left:44.1875rem;display:block; }
#Kz7G0Ugr9gD89htH6TLxcpkp9FuTtWTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ap3yuqZF60dteXmTfvph4aH9dNippkfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:7.625rem;left:42.1875rem; }
#a4RG4WIrI6aC8NPndbTL8uCLfxsS7ZmC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:10.5625rem;left:42.3125rem;height:6.82325rem;font-style:normal;display:block; }
#Xc87lf7oGI2JAmEvBIlhFFpafHQf4cvO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.6875rem;left:42.3125rem;height:1.3808625rem;font-style:normal;display:block; }
#Weodf2T85OhNaMxDD0Vi0k2qTQfrnTJU { position:absolute;display:block;z-index:15031;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:23.6875rem;width:35.625rem;top:3.4375rem;left:3.12451171875rem;overflow:hidden;display:block; }
#fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:21.4375rem;left:42.3125rem;height:4.923825rem;font-style:normal;display:block; }#fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD li:before{  }
#MVR3XEVT5W6Ud8QWzkZIMqBK9loMRG0A { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:29.6875rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVwQflJih1tmT2k3lu6UT2iqRnIdOQ5o { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5590625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:32.4375rem;left:21.1875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twRdFduB5M0L0TFt9gvrrhxHwzHfwGUw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:75rem;top:28.625rem;left:0rem;overflow:hidden;display:block; }
#gfDWS1P2lJAwzehXeX8RsEonUdQzKMzS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:35.9375rem;left:6.0625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hnbagBKPtnK1sR7tTMrDAXTNWoJSuN9D { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:35.9375rem;left:52.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#K6Z3hROIaRcgFRPVTbE8qDHPOanGoNDg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:40rem;left:6.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#IHHhhKzhfEpT0D7kf4ZKkhKbOQF9SlKT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:35.9375rem;left:29.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#mT31mgthxBoNDgM6n4MBGiBxhdRtBofh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:37.630859375rem;left:6.0625rem;height:1.13720625rem;display:block; }#mT31mgthxBoNDgM6n4MBGiBxhdRtBofh li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mT31mgthxBoNDgM6n4MBGiBxhdRtBofh li:before{  }
#yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:37.630859375rem;left:29.4375rem;height:1.13720625rem;display:block; }#yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ li:before{  }
#c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:43.07421875rem;left:6.0625rem;height:1.13720625rem;display:block; }#c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc li:before{  }
#gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:39.01171875rem;left:52rem;height:2.3994125rem;display:block; }#gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU li:before{  }
#pbl7oT9PTuTZPbfehLLr7aOyrBZtpyBl { position:absolute;display:block;z-index:15121;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:0.125rem;top:35.9375rem;left:26.0625rem;display:block; }
#M8CJFacdhWfD5d7V67lnWO7CeqvbG7zD { position:absolute;display:block;z-index:15122;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:0.125rem;top:35.9375rem;left:50.125rem;display:block; }
#FKP8ogGUJxZLZuOmSfobDoofiqAqRGO9 { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:47.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#DKdEWOAwvHqqJbeRuL67qJwzGs4IANVa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container { background-color: transparent; background-image: none; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container > .video-iframe-container { display: none; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row > .video-iframe-container { display: none; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .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); }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container { border-width: 0; border-radius: 0; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#d4ZbTtTlMmmNPiCpTR4o7uqL4B0ENbcI { position:absolute;display:block;z-index:15023;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24.124rem;width:36.1875rem;top:3.224609375rem;left:34.78125rem;overflow:hidden;display:block; }
#cnS53FkoiuHyaDQUizcLtiEqLUnmdRo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.75rem;height:4.6748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTaUuVbA4TzxwWJLBERwCzGkHODsM0mp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:11.875rem;left:3.75rem;height:5.6860375rem;font-style:normal;display:block; }
#zox8Nq9oe42lvU82IdFooH8wHrzeK5cO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.75rem;height:1.3808625rem;font-style:normal;display:block; }
#hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:21.125rem;left:3.8125rem;height:6.0610375rem;font-style:normal;display:block; }#hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL li:before{  }
#dwooXm5pi7g92zMWh3q9C1nVJnQsc4fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:29.625rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0iWTzT7ivMTALTDlV3HRNSrg6DJz27W { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:32.3125rem;left:21.25rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3W9R47pkA0QOlcZAT9qR0ryGImipux0 { position:absolute;display:block;z-index:15120;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.125rem;top:36.0625rem;left:25rem;display:block; }
#beniWzv3rhfb08KFwiFNbDtFZNPwTs17 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.5rem;height:;display:block; }#beniWzv3rhfb08KFwiFNbDtFZNPwTs17 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beniWzv3rhfb08KFwiFNbDtFZNPwTs17 li:before{  }
#yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:40.755859375rem;left:4.1875rem;height:3.66161875rem;display:block; }#yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q li:before{  }
#HTSgEmk7hc5qDBtOyUqp8G1ZuO6hSK7R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:36.0625rem;left:28.5625rem;height:2.761725rem;font-style:normal;display:block; }
#FF96Stfaerb76JLHgyQbSDVOsvEmD6wP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.1875rem;height:4.14258125rem;font-style:normal;display:block; }
#xrQGphar5BI9G2ctVhTrDMlFHl4D8OH7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:2rem;text-decoration:none;z-index:15062;text-align:left;text-align-last:left;top:8.9375rem;left:5.4375rem;display:block; }
#tfZh9yoKvnSgwTP3v01PrlrTGHrcROTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEkLwVaDZWqOgV1PUP83gQGpgsTDONqs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:9.1875rem;left:3.4375rem; }
#UXRO3tOOLn1KLMdhFXwxlEpkvPL6vZ3b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#VbcA1EcV7zbKbZH7pIGxIVLXivAXGREI { 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:6.0625rem;width:75rem;top:28.515625rem;left:0rem;overflow:hidden;display:block; }
#VlNnIXy7ZSTzVZ4aguwDZp5CLbr7qT5B { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:36.0625rem;left:51.625rem;height:1.3808625rem;font-style:normal;display:block; }
#eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:37.8125rem;left:51.75rem;height:1.1375rem;display:block; }#eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u li:before{  }
#zycHkV72TpQNN0tp2kBUGHUdovOZbq1D { position:absolute;display:block;z-index:15121;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.12421875rem;top:36rem;left:48.5625rem;display:block; }
#tI6ycRH85IXIvQqxc6UodGnTRnDbnafO { position:absolute;display:block;z-index:14996;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:46.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container { background-color: transparent; background-image: none; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container > .video-iframe-container { display: none; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row > .video-iframe-container { display: none; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .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); }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container { border-width: 0; border-radius: 0; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#heJUVeFJcl9BOar1I1u2vpWypNOhvxeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:5.02734375rem;left:40.9990234375rem;height:4.6748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wd7TwQs1QVUV1dPUtnyd8EX0LTbkfH3F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:2rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:10.1875rem;left:42.75rem;display:block; }
#se2KVXbpZioKz1oEZ5p61SOpM5GtdzQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beuQwua4wVy2nXSIDtp1dl0PSuG9WIr8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:10.4375rem;left:40.8125rem; }
#t6B6erdzNUnx4u09iTSdGpdf0J6SApbD { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:13.12158203125rem;left:40.93701171875rem;height:6.82325rem;font-style:normal;display:block; }
#AOHFyAXdJHZgmTZTkT0u86HzptPE8cUW { position:absolute;display:block;z-index:15120;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:24rem;width:36rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#nQEFB3SP9JQ6piOUnANsZHJGOPLJV0Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:36.493360996246rem;left:6.3117179870606rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GASAPxzpGh4SoaOVUObMpUrMc9BqQ7UZ { position:absolute;display:block;z-index:15118;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:35.25rem;left:28.875rem;display:block; }
#TitGRZUpUDOpmMdE2yNZZU22hKhu6GII { color:rgba(var(--color-tertiary-4),1);display:block;width:15.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:36.493360996246rem;left:30.467582702637rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFW2Oz55aSUzNU5SkDJTT6RRp90D6QaT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:36.705469608307rem;left:51.375rem;height:1.3808625rem;font-style:normal;display:block; }
#Ri3mMdP2mZEzmbeGaKqEbkLxPLuTKBa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:29.25rem;left:21.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWJLCp52uExCiMealVEh8sTvFILRdJGA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5590625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:32rem;left:21.1875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XK9BSsKdRw5xvRNkGuUIXJWdx0wRfkyT { 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:6.0625rem;width:75rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#QXJvhesCnW5pz6X5snxB4pfm2sJFepZF { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:41.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#LgOodbhCiSsDv1rdwMtASWtteeRsJ1rE { position:absolute;display:block;z-index:15119;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.12421875rem;top:35.25rem;left:48.0625rem;display:block; }
#QF0h4Ty5017D62NJKfmuwcRZThDiGC9i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container { background-color: transparent; background-image: none; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container > .video-iframe-container { display: none; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row > .video-iframe-container { display: none; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .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); }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container { border-width: 0; border-radius: 0; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#DDzpVQMt3Vh9kHKaIxRHwn397uhkWNyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:2.625rem;left:34.25rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZUSTTfRvAXuMrLLGvCkbv5E162rTcbJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:2rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:5.5625rem;left:35.9375rem;display:block; }
#kl6Pi35z3TztTWZ8pTOMTg5o7BhdlHZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTxLVWsQPou1q3dOvDgZKNBw6VeJAcvs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:5.8125rem;left:34.0625rem; }
#dOtqdX4m1pT77E8ftpHZ3q4u0adaFAyf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:8.5625rem;left:34.25rem;height:7.9604375rem;font-style:normal;display:block; }
#u2byz6eRlf28JhUA8De2tWLGJgIC1vJv { position:absolute;display:block;z-index:15069;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:19.6875rem;width:26.5625rem;top:14.25rem;left:3.875rem;overflow:hidden;display:block; }
#Jy2T3pmUV4ebIHcGiChmG1hcOOhGwE5L { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:20.0625rem;left:34.25rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5rem;left:34.25rem;height:;font-style:normal;display:block; }#GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN li:before{  }
#or4kxhwHrWrDvPPHGz9Oedy9LU8oTmN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:33.5rem;left:34.25rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vByaf4gpunqHDVOknTbmF1rwQcGvAowf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:34.9375rem;left:34.25rem;height:8.7104375rem;font-style:normal;display:block; }#vByaf4gpunqHDVOknTbmF1rwQcGvAowf li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vByaf4gpunqHDVOknTbmF1rwQcGvAowf li:before{  }
#vOAuLfRIZddh3NDP2EAOUftxKhCuztMe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:34.9375rem;left:53.25rem;height:8.5854375rem;font-style:normal;display:block; }#vOAuLfRIZddh3NDP2EAOUftxKhCuztMe li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vOAuLfRIZddh3NDP2EAOUftxKhCuztMe li:before{  }
#FNUamcXhAnish97gp8P58zfT1oFKqWNI { position:absolute;display:block;z-index:14999;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:47.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#UJtgcSktzHJZGEA8S5WlxXvC8HN9fo1P { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:23.4375rem;top:7.1875rem;left:5.4375rem;overflow:hidden;display:block; }
#T19RQqbHbTUTQqDeA5iVextPS6Gy9iXB { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:17.9375rem;top:35.125rem;left:8.1875rem;overflow:hidden;display:block; }
#OON8QU9G6xJpAITNq95986LL1J5qN7c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container { background-color: transparent; background-image: none; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container > .video-iframe-container { display: none; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row > .video-iframe-container { display: none; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .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); }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container { border-width: 0; border-radius: 0; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#MvEXvQHXnABTmGqtFFsfrf5tUaygTx1v { position:absolute;display:block;z-index:14980;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:32.5rem;width:36.5625rem;top:0rem;left:0rem;display:block; }
#eVkSOQ9koMKqTIDhKOSFsAdhyOKkyXqD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:3.4375rem;left:3.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s8CMTEiJzFQuUefzMb3Z79SHNUs63UTe { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:11.3125rem;left:3.75rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zlw1qms4nSNmAbgaQIADWUuUT1hmBibn { position:absolute;display:block;z-index:14978;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:32.5rem;width:36.8125rem;top:0rem;left:38.25rem;display:block; }
#B6zQOwdUGy3KGOfBdJKkn45yXiUbinKR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.75rem;height:1.3808625rem;font-style:normal;display:block; }
#RzaFdZvo3z1xlXTKLGJNa6MtySwQx1FP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:3.4375rem;left:40.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#en5i0TdI6o35dm8yBTCgpUnNkka3iTsy { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:11.3125rem;left:40.75rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXKba6U00PuW8t71uzGkdUJK2wGqIien { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.8;letter-spacing:0;top:20.375rem;left:40.8125rem;height:1.57470625rem;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; }
#y7M5Rp3amFROSePsfB6xwMwMKTl8nHV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.6875rem;left:40.75rem;height:1.3808625rem;font-style:normal;display:block; }
#WqLLuRP3x7NC702kBbZfld3BXnRuKiiA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.8125rem;height:6.9619375rem;font-style:normal;display:block; }#WqLLuRP3x7NC702kBbZfld3BXnRuKiiA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WqLLuRP3x7NC702kBbZfld3BXnRuKiiA li:before{  }
#bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:22rem;left:40.8125rem;height:5.7495125rem;font-style:normal;display:block; }#bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R li:before{  }
#yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:22rem;left:62.625rem;height:2.11230625rem;font-style:normal;display:block; }#yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi li:before{  }
#oCyMZUGclSwR8DhpGLMzh64c3HaALaFT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:22rem;left:51.5625rem;height:6.0244125rem;font-style:normal;display:block; }#oCyMZUGclSwR8DhpGLMzh64c3HaALaFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oCyMZUGclSwR8DhpGLMzh64c3HaALaFT li:before{  }
#zJGiDzzAzluoAf9OFMBpCfweT5z9H59P { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.8;letter-spacing:0;top:20.375rem;left:51.5625rem;height:1.57470625rem;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; }
#gUzUAo2AkEf9TETtePvzT4C4E1BmaryK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.8;letter-spacing:0;top:20.375rem;left:62.5rem;height:1.57470625rem;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; }
#p6VOvJTWam9x7iDBcQFh5B1NasBKwvbt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.4375rem;left:3.75rem; }
#gOnok8E4B9VpomSIUpqTl4RTq3QUmqL7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:8.375rem;left:40.5625rem; }
#twf4c2qyFSOSw5yX4mlfoE6KZMwWFdtL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:2rem;text-decoration:none;z-index:15067;text-align:left;text-align-last:left;top:8.1875rem;left:5.625rem;display:block; }
#b6GvqpN8Rmrzeh5QIDRTbQcXIFA6fuR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxO5vHIXXfV4IG8p57Sy3Uik5meN7Qha { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:2rem;text-decoration:none;z-index:15063;text-align:left;text-align-last:left;top:8.1875rem;left:42.5rem;display:block; }
#QmSqWdHxLdFNM4eD7zg0yPCdDTt1pW9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container { background-color: transparent; background-image: none; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container > .video-iframe-container { display: none; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row > .video-iframe-container { display: none; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .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); }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container { border-width: 0; border-radius: 0; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#KtZtOFGkAle49JJkGJMfAvJJ4CH6wkxs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.375rem;height:2.9238375rem;font-style:normal;display:block; }
#HbGUIKMaUQN3xio60eWMLIl4LFHMbq8r { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.875rem;left:21.6875rem;height:2.9238375rem;display:block; }
#UUFh1h2hsEpTsIg5ytgLDTnUFk0kuxJi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.125rem;left:3.75rem;height:4.6748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2RelKBoEOcnO1HAOgHaGRKyxsTXJKga { position:absolute;display:block;z-index:15073;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.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:23.625rem;width:27.25rem;top:3.125rem;left:43.7490234375rem;overflow:hidden;display:block; }
#kyLK4Q6vfNyAp0exH1FnVsBU13x60mBN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:8.625rem;left:3.6875rem; }
#oPfpy2wUuBhrKhNlHGEipBMNb89yGWcq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:8.625rem;left:20.125rem; }
#bEdHFyh4P5QL8wNuUg083oXzz9e8SuOk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:12.6875rem;left:3.75rem;height:7.9604375rem;font-style:normal;display:block; }
#bbSKzxXTMMON6csa4NZg31QmRuKn8do7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:23.125rem;left:3.9375rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xi93lTTqeZksQ8pJeKhpCRm3UbUa154d { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:24.4375rem;left:3.9375rem;height:2.3994125rem;font-style:normal;display:block; }#xi93lTTqeZksQ8pJeKhpCRm3UbUa154d li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xi93lTTqeZksQ8pJeKhpCRm3UbUa154d li:before{  }
#TXvV0RmwnyEVQ1e9wREgdyrdNT3uFJWy { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:29.9375rem;width:75rem;top:0rem;left:0rem;display:block; }
#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container { background-color: transparent; background-image: none; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container > .video-iframe-container { display: none; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row > .video-iframe-container { display: none; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .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); }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container { border-width: 0; border-radius: 0; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#uKaRxgEWTzR7suiBgFUIJbiOXXG2ot6Q { position:absolute;display:block;z-index:14982;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:50.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#mqdFHvMrf2dSeLhJwpKuGSmX617o1JD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:5.6875rem;left:36.5rem;height:4.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yamlJfEErBl08Aabka3VP1Ndgfhbpxnu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:13.75rem;left:36.5rem;height:10.96875rem;font-style:normal;display:block; }
#rZvnexcJkDcNqJ6SWbWk0fPQB4U2yHFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:11.0625rem;left:36.375rem; }
#Kht8ehRUVAsg038srAXledTLpM6D4Ltt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2rem;text-decoration:none;z-index:15058;text-align:left;text-align-last:left;top:10.875rem;left:38.4375rem;display:block; }
#S7SgJT5VHJhJPdy5kgUb6NP3pFNJ7S94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6uVd5MXvviXwEtxguMOT9dw4Kb4zG7W { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:42.5625rem;left:10.5rem;height:5.0625rem;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;text-align:right;text-align-last:right;display:block; }
#usIGTugcIN9BpPUxZIBAIhWAXfIfAIAZ { position:absolute;display:block;z-index:15060;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:26.625rem;width:30.375rem;top:4.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#gtzwZuB7ZCKBDHwnbxHfUZI47rqp8OqW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:32.8125rem;left:24.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UumzQE1MHhDaeORKdPPikCUghUni5yNC { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:38.375rem;left:22.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9rwcDZtBH6ykimKoOziFk2CTvetM3NE { position:absolute;display:block;z-index:14983;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:5.875rem;width:75rem;top:31.9375rem;left:0rem;overflow:hidden;display:block; }
#W1TIx4yMP0bU2qgy9JGwfkBXWuN6hq3q { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:42.625rem;left:39.375rem;height:5.0625rem;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; }
#uA28IgclaZ4ZMKvLIlW1lcCdnTUmTk8M { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.125rem;top:42rem;left:37.4375rem;display:block; }
#oGHNOIO9o9eKR3Saro79bxHdlFAltfkn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container { background-color: transparent; background-image: none; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container > .video-iframe-container { display: none; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row > .video-iframe-container { display: none; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .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); }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container { border-width: 0; border-radius: 0; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#ua1iKl7XcV8dXhAnHoZTwJaobOtrbrF8 { position:absolute;display:block;z-index:14982;background-color:#f8f8f8;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.08) ;height:47.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#hH2wE45T1TSyP0bso7kOmwbuuq7MCuh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:4.625rem;left:3.6875rem;height:5.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZS9unX8vXKv3l0dodCVnApSodVCxlbq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:13.4375rem;left:3.6875rem;height:10.96875rem;font-style:normal;display:block; }
#y10A8WESZBPWOOMl4HDZsAQwu1gx9hBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:11.0625rem;left:3.6875rem; }
#XRTkUOUJwGp5CaepxOpRtURSKc5oqQ9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2rem;text-decoration:none;z-index:15058;text-align:left;text-align-last:left;top:10.5rem;left:5.625rem;display:block; }
#MvGTbhPMryhHdqpnvvnWfWi3cNd3IVB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvIOyHHyAUgm3ArTUTsPH4RLDH7HytK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:30rem;left:19.375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qh0xfPI8MWlvPfS4Bs8cDml1AbTJTJO7 { position:absolute;display:block;z-index:14983;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:5.875rem;width:75rem;top:29.125rem;left:0rem;overflow:hidden;display:block; }
#cd5n0Ql9K1bV3gm1LIlhT1bTdZwivczv { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:0.125rem;top:36.375rem;left:29.875rem;display:block; }
#NDCQJn6ql8QXvmuhwh4k0nW9SPDSSv3t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;display:none; }
#hqVwmGn81OgwHgsGGHmo1x5kinwKpJFQ { position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:0.125rem;top:36.375rem;left:14.9375rem;display:block; }
#VG8HmJ62R8oQtQDJLZLbfvGmsKged2lr { position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:0.125rem;top:36.375rem;left:44.9375rem;display:block; }
#beDnCuz6BePMkDqp50AJuTuwLhoHe865 { position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:0.125rem;top:36.375rem;left:59.875rem;display:block; }
#IbHeB9ES3Au2q8R9mJ04IG9xum5ZEfke { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:37.125rem;left:1.40625rem;height:2.4746125rem;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;text-align:center;text-align-last:center;display:block; }
#wBplxnbmxJ7FyT0Ici7OUGUhoKeGzSD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:37.125rem;left:16.34375rem;height:2.4746125rem;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;text-align:center;text-align-last:center;display:block; }
#uS6FhcTUhvdig7Z6ZXfQ6cbQsmHA4lMC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:37.125rem;left:31.3125rem;height:2.4746125rem;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;text-align:center;text-align-last:center;display:block; }
#Xi0gS7FoTKWy9qURgwKmINMiNkpB2nSp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:37.125rem;left:46.3125rem;height:2.4746125rem;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;text-align:center;text-align-last:center;display:block; }
#pADIG2Rvh3N77sKwraTtZRTCcgOM0PVO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:37.125rem;left:61.25rem;height:2.4746125rem;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;text-align:center;text-align-last:center;display:block; }
#vK9fR7kUTXkSqxmolr3o8oMJA2FOKCuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:40.21240234375rem;left:1.40625rem;height:3.8496125rem;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;text-align:center;text-align-last:center;display:block; }
#vB2EgmrDTtV8ywWCklx4Q8A6mvb3E0Kp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:40.27490234375rem;left:16.34375rem;height:1.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#H8gS6JQCN7VIB0gtdnMJGBBSKIOz0stP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.1;letter-spacing:0;top:40.23828125rem;left:31.3125rem;height:2.88720625rem;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;text-align:center;text-align-last:center;display:block; }
#k0Xi7dkPcsNMwD67Zg3IL2M3wSUZ7ngF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:40.21240234375rem;left:46.3125rem;height:1.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#CFFQ4su5syPxVvSftQ4ATtH0CGMvNTOC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.1;letter-spacing:0;top:40.17578125rem;left:61.25rem;height:1.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#D3WxN41zJbSi6DJAOBDt3ZmoNPwlDtcy { position:absolute;display:block;z-index:15061;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.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:23.3125rem;width:32.1875rem;top:3.71875rem;left:38.96337890625rem;overflow:hidden;display:block; }
#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container { background-color: transparent; background-image: none; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container > .video-iframe-container { display: none; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row > .video-iframe-container { display: none; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .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); }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container { border-width: 0; border-radius: 0; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#NN5i8K4POvvIOCWXbcTozRT7fTZSivE8 { position:absolute;display:block;z-index:15000;height:22.5rem;width:40rem;top:0rem;left:0.71875rem;display:block; }
#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container { background-color: transparent; background-image: none; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container > .video-iframe-container { display: none; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row > .video-iframe-container { display: none; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .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); }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container { border-width: 0; border-radius: 0; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#FP9CsTeuK0EIkJUUxftprC6MJosSKSyQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.4375rem;left:14.875rem;height:5.63671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVU0vM9A6lDLKhdm5HNe0TtVn9CbWTXg { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.0625rem;left:30.125rem;display:block; }
#TfgEgTsidF0mNSXXSmb4XTSQp5HeC10g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container { background-color: transparent; background-image: none; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container > .video-iframe-container { display: none; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row > .video-iframe-container { display: none; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .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); }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container { border-width: 0; border-radius: 0; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#zgOpaugByf2v2UyygiXJhJhxx2ceV8Cc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.3125rem;left:29.28173828125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#HTtMQSdd9DWgdygOEPyWTSkwiRzmRROO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:9.5625rem;left:33.81201171875rem;display:block; }
#wXRITOB0uGwMu7Zt62hWQpACAZrtk05w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfK6mTeoReMVPTx2rgiGc6btWrsVvdGb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.125rem;top:1.9375rem;left:32.9375rem;overflow:hidden;display:block; }
#mDSaoWF42TexDu0TpWZg6EDJV18T4URO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:9.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#JHteBpDQspvMAqBlNpc4NfGZrLidyTde { 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:1.5625rem;width:1.5625rem;top:9.75rem;left:44.5625rem;overflow:hidden;display:block; }
#Fuy2T73NoXvTo38fRHy93b7qqL5cZId0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:9.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#t3Ig8ezIyMVvZ4nTbBGiVo6xOgpe318t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.71875rem;left:21.625rem;display:block; }
#NACRttCeyderEPsVkl1Q7VHinDkyyHH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyF6XaCIXO8QfxRhqZepTsN3axH0UzHH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:4.25rem;left:40.875rem;overflow:hidden;display:block; }
#BT6y0Qv9ry6NB00OlvNwBTvWBhMo5RTE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.5625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.6875rem;left:46.875rem;display:block; }
#FMaWQARkIvscGHKOPA6g7V26bo2EJfBx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNBcmcipeZRZN5qhI1ygg4zqDdZJNRwp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.9375rem;left:68.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r { display:block; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3yL0pGIFNTvORL6CFwziU29zBxnniq { top:0rem;left:0rem;width:2.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icevmGRyb6JhwWp3mkNExDppltqfCL1x { width:5.8125rem;height:2.1875rem;top:2rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udelAXXn3BlSyCrC7SZs6i5VD8Hg0U5e { display:block; }
 }@media only screen and (max-width: 763px) { #la92pwnybclShVxuuLtPNi5gyhnqcyva { width:5.8125rem;height:2.1875rem;top:2rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4IPtiWOWaiEcXipTBLrtgdbC2FbOCeC { display:block; }
 }@media only screen and (max-width: 763px) { #dmAbHaWk1em03TZpmdB9wsPamkm2IOx8 { top:0.75rem;left:0rem;width:16.25rem;height:3.87473125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb3d0e2TJeInIxNXJPuz5r9ZzUFFI4Zh { top:2.25rem;left:36.5rem;width:11.25rem;height:1.749825rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO447sDgseUCNkTqP2JXVxsN6N0COnOO { display:block; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH { display:block; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsqNW3pQVwHZU4CwMBAP6SmS6gxd0rQJ { top:34.625rem;left:6.1875rem;width:7.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEZRalwvs9FvF1i3vEJkengZhTEudhc { top:4rem;left:31.6875rem;width:16.0625rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zafCK7qn4RzL2Zt0MhQ7bTLqTNTZsWQz { top:2.25rem;left:24.1875rem;width:23.5625rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fou8Nd9PJ7flsTQSOMbfIgmgFa6nC8W4 { top:2rem;left:0rem;width:24.8125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPhHxlE5hV3IBZc7Xv9vZXMIzT6hxPvX { top:1.8125rem;left:0rem;width:39.0625rem;height:10.732800761038rem;display:block; }
 }@media only screen and (max-width: 763px) { #WirOEJcWXUKA4Wo1skztXKTbLGsFJ99y { top:11rem;left:0rem;width:24.375rem;height:22.8741875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZceFdBTIMkHphJU41a98D3FMAPub72 { top:14.375rem;left:12.242985725403rem;width:20.625rem;height:25.062125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34h5Ic7Nwa6cgJnubmnfHFtXDhOwxcs { top:33rem;left:0rem;width:21.75rem;height:7.8125673497185rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzK0ZivvaHrWx2BMqzeFQIP4KdVpKsW { top:41.75rem;left:0rem;width:21.0625rem;height:3.3749525587841rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1eQe8CeuFWfuiWlozc4Ia2alaSTyEZ { top:13rem;left:13.55069065094rem;width:16.5625rem;height:4.562325rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKLv9pNyKWbMC53OkewcLOmTIl1c8oel { top:40.1875rem;left:14.430485725403rem;width:14.8125rem;height:4.9792008067566rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBiBOy9dJMv4tqI6OpAz5p6pcDUsf0Q5 { top:35.5625rem;left:0rem;width:14.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PautJXzTWDuhlLbeZ7wVfeCuZyPcS0d9 { top:37.6875rem;left:0rem;width:18rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVM4kiwITQZPgBWFO4MUzQwKUQCkrIHT { top:39rem;left:0rem;width:18rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2xd77OZ77eO1ePkKpPLq5SLhHWDGtro { top:42.5rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDtdkBCT9BewxShaQQMSSAeMVgArF9b { top:14.5625rem;left:15.59326171875rem;width:5.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsFBXOuSJHeyy3ceXXZ9SpPLVUsk3L5w { top:14.375rem;left:22.862923622131rem;width:5.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgGqrc1V5Tp6X1TKldFkSoH7MsMmcqO { top:15.375rem;left:22.92418384552rem;width:1.5625rem;height:1.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNevLMBgGniQgzSFgE6lNnU3nleOoZpE { top:15.25rem;left:23.830166816711rem;width:4.6875rem;height:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMU0w3xFkTnt9lemwwlzOiCTt2uAbM5 { top:40.9375rem;left:15.70654296875rem;width:12.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBfi1c66G3Z31BvTEACl8sCy36zXvqg { top:42.5625rem;left:15.707032203674rem;width:12.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-regular-label { display:block;width:20.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-textarea { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-button { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-checkbox-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2  { width:20.75rem;height:auto;top:7.6875rem;left:24.5rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .radio-container { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 {display:block;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 { width:20.75rem;height:auto;top:7.6875rem;left:24.5rem; }
 }@media only screen and (max-width: 763px) { #Nb75BXhrafIUxkSQzVIuGBu8NttAk43e { display:block; }
 }@media only screen and (max-width: 763px) { #LhKoliEsyaxrhUIbuTKfkxyi07qsBon1 { display:block; }
 }@media only screen and (max-width: 763px) { #Sa0Kugbc6WgsMSwcSRsQaDUy9IJtBJxm { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #h1NmooNLJc4Eegf6OAuaTCIMtPguR8Ui {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vv8IicJsm2DScBwK748JFBIzXL3XrZD5 { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #UIq3a1SXT6MS7bLW4x4M8mhl4pTqN1UZ {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #hVTW7B64nAcAevETBCu9EzOmDTbRzlmT {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #s9rWp92apaRgiWpKkNyaGWzvoaMfV5vC { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #FeRiawmNgmiVhFGMnvUNQ4xFazK8uJDl {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #pZ58XTe4PRQSz7stMZalF6r3hP6p2Bp7 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #uaaliTCpl6fT8a39PdosutImXfEHMhQX { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fqVWLwE2GxiIX2z8VgLFI7F6PLlEEEyT {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #yhFQlTqAk5NadFMuiAgN8pXatCiWTeo8 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vnwnsJSOq107OAFxLkcnihcHUH3zkt5h { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Nc6Zgo7N6SKLyZdS9lW0m6fPIWAgTwtB {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #HiWJ3TEPSOXzZn4plmbdzcwb5xsRNVAo {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Lnx5qkzPOgzSXZ63eRTPPOkcdtVi46fF { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #DVSx3NFD6PFWl6W5TVn9aUum8c9Ap3OE {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #dgOWw5NOQJmkzfzB5PMQVWHvsDOKT6N0 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #a04Jp86HUe8Q8UOIgX7SFTq53Rg0wMS1 { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #ht9h3coHaLOTdK0AWLOVRFv5k94oLFw9 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #CReKowQebau9lnzD3OX1slG4OTRiLPxX {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #eBssv9LcTrFlBEJ2DZCqOOGDLo7Qszgm { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #r0ELXz0DAzyFdVy8K8PVdibhQ2omNxbk {  }
 }@media only screen and (max-width: 763px) { #WaU3IoLDoQQOyLPTVvCOTcCUyWONGL2k { display:block; }
 }@media only screen and (max-width: 763px) { #R0klbJrKAu2wxrTRtuSU3OiQavOrliQs { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Uwy8bsTuM9LkVSmCCyFmzZk0TFGnqwFq {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #MHIVm9E3iMGvNSzZ7FeNxJ16Q9Opxxy7 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #G3cHm1a5IPobpT91IaynEleIzgF3Dosr {  }
 }@media only screen and (max-width: 763px) { #fAO8koSbbAcinRO7xoX69ndo8KhyGpQD { display:block; }
 }@media only screen and (max-width: 763px) { #LQ3zxylSDFsOhZaU9GFIFb6RO4r3aJvI { display:block; }
 }@media only screen and (max-width: 763px) { #I2a7CwnzSEdHTEEvH50STURKVhHRJiD4 { display:block; }
 }@media only screen and (max-width: 763px) { #FgPuhuxkxRmI8OMZZvbGlibt7BGzQeVq { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fsfgZoWp98Nt3ldDTMopctDmIxxd9I7N { z-index:15000; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #y4FIm216COd72GcTEzl6HiBB3pmheMCu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TGhMSZ5b76gTCAw4eTCTiOTF77R96SfE {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #bdw4BzF9Tvs93NyfbmBP3TMtVRtTxI3D {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #gRAuUM2Bl6D0MbhL5eIBg11omxuJ7VQF {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #XJBZQT7cQM8AOB2n6gVNXN1T9zgJIeCZ {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #V2QCDRk6IpaRguJqhnyMqzNgnUTPrmiU {  }
 }@media only screen and (max-width: 763px) { #MDewIynL919ZzbVyNFDC9blZDQdNt97L { display:block; }
 }@media only screen and (max-width: 763px) { #r5BmG1kOrCzOTylDe8Tviq1FwxUvkng0 { display:block; }
 }@media only screen and (max-width: 763px) { #dVtQfFPOLEQv0lrHN5uKprctmzhq0hhJ { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #RezpPSnkOk9gTHBTo3IQvmLQM07f1hu3 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TyyaB4JLISFeqTtCatJ5nnca4FHLibBT {  }
 }@media only screen and (max-width: 763px) { #rECqLu0IqAfad3r99cnwGglsym4siJDd { display:block; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3R45TpJKc8MTfy6fZmWcBUzeD4fC6xN { top:5.25rem;left:13.875rem;width:33.875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2zTGiL3UU1RkryZMVFZD0JxXoB4LnAT { top:1.4375rem;left:0rem;width:28.5625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx { top:8.75rem;left:14.4375rem;width:33.3125rem;height:9.75rem;font-size:0.6875rem;display:block; }#MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx li:before{  }
 }@media only screen and (max-width: 763px) { #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw { display:block; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFoQkTOsV3C3FGtPVy3bPJEi9WuyQEdF { top:2.9375rem;left:0rem;width:43.5rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTZPwCHPVXX4tVc81VwqLoA8rEo93fZ { top:6.9375rem;left:0rem;width:33.3125rem;height:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3RFMPHLQg9ewp90QIeKDoyRNAMldhf { top:7.3125rem;left:25.5625rem;width:22.1875rem;height:6.4807268095972rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCB8Ao2UwaxCbTtL1RmcpllC5lXfRnl { top:11.8125rem;left:15.125rem;width:32.625rem;height:7.0610625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBurRf8g8sir9xye6Si0vavsUCSgfsg { top:13rem;left:7.625rem;width:40.125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQBbSTNlcNK4TqH5CbhqFa72Ms9uM4ru { top:3.625rem;left:33.5625rem;width:7.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0A5lLQzrsE5pOQR5daP5RDNnL7PpG3q { top:11.6875rem;left:27.6875rem;width:20.0625rem;height:7.8509335867621rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLnW0WzT6SBCRPtUQ5lDFZZT4gavxcrM { top:13.8125rem;left:37.5625rem;width:6.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZJ7DChwm74cvQIUmkOdT21HH6IquhkW { top:1.875rem;left:37.375rem;width:10.375rem;height:14.662267108644rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTEXgrHxCsCcNGLT8qT2gKgRWAg03LN { top:0.8125rem;left:33.5rem;width:14.25rem;height:17.112209805052rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJDQeZzalCwEoTuFbIJ7nGlHHI3dy2N5 { top:7.0625rem;left:42.125rem;width:5.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm { display:block; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBAlGoBogeNmVeBADDOiUnQxJvoePVru { width:13.625rem;height:1.9375rem;top:13.75rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iuzNf0Kgz9K5AmxrhAHXftf0FKTGa0 { display:block; }
 }@media only screen and (max-width: 763px) { #EUPhQWcW8H2eFJ50sPGwtQA7qS0O58Th { top:10.75rem;left:25.5625rem;width:22.1875rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSXScqTK97eaWalQ5We5Tz2XBAvfaiuq { top:18.25rem;left:23.9375rem;width:23.8125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmG8lws0bDCVJAKh2NaTTdzLtTd6oTfn { top:1.8125rem;left:0rem;width:47.6875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERkeNgGEAslD6tulJvPSyDkPgwLPcJQT { top:0.5625rem;left:24rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF { display:block; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOUygOI7OkxASxTUWufVd2QmtEZLyP5u { top:2.125rem;left:11.030983924866rem;width:25.625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpsFcM3JPCxtB3vDP3UEMH9TfC0sok9t { top:3.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXowh3C5rmlBHs69HPmnEaGwIqoSwEZ { top:9.4375rem;left:0rem;width:47.75rem;height:21.535226484688rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl { display:block; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlk8S17g1gqyoDWsmfblWWKf9fz8TvS { top:1.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX8R1wgTTiyv648RzkHVXGgSmTm8deRv { top:18rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9lT9fcF6IQiM3wKU69DmoKegmrssdMc { top:20rem;left:0rem;width:16.875rem;height:3.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIPpiHSuluaylQZxacudafLM8VFdsyBG { top:17.4375rem;left:15.1875rem;width:17.25rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdRV95Beis1X3adS61ernTgRqa0FOVke { top:36.8125rem;left:1.9375rem;width:20rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CXOXhkZNCcZ2wJy7KKXW0EK27r4T5m { top:38.9375rem;left:2.6875rem;width:18.4375rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmh0sP7W5wlDf5TNaioFoOfNywnEDNl9 { top:36.75rem;left:25.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7pVbGxTtNDs7rvWvCSJXhyEScLvXPbF { top:38.9375rem;left:26.0625rem;width:19.375rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6A82vlPyGb71eghSAO1EBNfH10ul19R { top:20.125rem;left:15.4375rem;width:16.875rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6zzuBNHp1rvqlM8VexRnS1h5CQ36pd { top:20rem;left:30.875rem;width:16.875rem;height:3.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5ZRqoRPKacQOTZ8hgJk7u9hc62xfoy { top:17.9375rem;left:27.75rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRBgPMmNbEGXmSfAGFSh0mK4cBzhbbhm { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGQIlPh5wpCxvkE1zhXB0x2HsfOaTs0 { top:8.125rem;left:0rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8flkIBT4LHJrpvTce887qJKIHI0q6By { top:8.25rem;left:12.9375rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Qmk70xufCxFTnDudLEZpLDa3qEKz9U { top:8.1875rem;left:25.875rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asAkCoqtFI5rowNArzhIArz2KTEBZkBu { top:26.75rem;left:24.875rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5s5PAfx5pJZZs2ITk6W81byamzXCdIi { top:26.6875rem;left:1.0625rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT58mMguuy7R3Iek2SfIzGUMyERKbBS6 { top:10.1875rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rv5nCshpn94xGtQ8t5sKCUN4wo2qHt { top:10.25rem;left:20.75rem;width:6.25rem;height:6.68725rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfLCax8srcNUTuzx95RaJCLeTSmh1CkA { top:28.1875rem;left:32.5rem;width:6.4375rem;height:7.4284560350796rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDFgLAW5FdgM3sPbL0g1uLBkSE71cIIs { top:28.25rem;left:9.0625rem;width:5.625rem;height:7.3559052314374rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scl3DqpnpaPfR1akU3mcrg6FzXbgC6Ms { top:10.0625rem;left:41.125rem;width:6.625rem;height:7.3061256916405rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 { display:block; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4UAMNeK3XGrwPo1PDsHqVwqQylk5fKl { top:6.8125rem;left:9.75rem;width:38rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKh3ULRFEWhppU8uuccILelBy4BhVvTc { top:12.3125rem;left:2.9375rem;width:44.8125rem;height:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKTyqriq6Csu4QtXgnDKmIEUkLtcnfC3 { top:9.5625rem;left:15.0625rem;width:20rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHEhkHqoS614kT0Gmh2PRDRZ2GbWXL0 { top:2.3125rem;left:0rem;width:22.1875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS08MSkPtZxblEv3QLIgiCU53zbLaDll { display:block; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zquqlq7MER3DTFcVITAMtfBgSCQK4SeA { top:2.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sne6vExRbTP2LmOs5fiR8OzZwpH4gQ4T { top:7.1875rem;left:13rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uncInfcOwG8fieWENi764dI7O6RyrMXG { top:7.1875rem;left:0rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74XXZJBRpQNaSHNGnt4z9twr46QbKH8 { top:7.1875rem;left:25.875rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaSc0BNPJkfUnuEFkRK8NXORPoUpnqVJ { top:20.625rem;left:0rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLC2hFPcJmkoSLx4wH3iZntTzGcVpMq { top:20.625rem;left:13rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHGVVVTmnUcT0LpQ9TVRps5u2DMlH9Q { top:20.625rem;left:25.875rem;width:21.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQIcIhPlrJ9Vy4ers0qw3D8iCZbre6N { top:9.0625rem;left:0rem;width:14.875rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN2Jw0sg5xWIRuNrPewZ9RBvH9yDaKob { top:11.875rem;left:0rem;width:13.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHhRLnDSqmulP6dZRxQ60aAHTFEZuvkm { top:9.0625rem;left:18.18740940094rem;width:12.1875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVgeMZty6CNzHTSw1Jgu4tQeVuxTpNo { top:13.0625rem;left:18.18740940094rem;width:14.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6F7CrCEyzF6DlVhkZrFXSBlxDQ78n0N { top:9.0625rem;left:36.0625rem;width:11.6875rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV0e4R5cmCCeBgrJHQAINx0oKDVJHmwL { top:11.875rem;left:33.375rem;width:14.375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0gM2Wz8PiaGOpKvxhpBBUhxb6Zw59M7 { top:22.3125rem;left:0rem;width:13.25rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Q0E0gyUQdzxXdIzof8TSuGaA333gmb { top:25.125rem;left:0rem;width:13.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUwoTwWmfqLBqaT6UNkzPgyKkmcFki7w { top:25.125rem;left:18.187500953674rem;width:14.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXSR1NgMHgah7bALwlcOBDblm4HdVTo { top:22.3125rem;left:18.187500953674rem;width:14.375rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyapxAcM90Ax4XBsWK4ivFBBvLG2IGs { top:25.125rem;left:32.4375rem;width:15.3125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5uE6CIxOTxZ507JcNOxpysWHC8QK542 { top:22.3125rem;left:33.875rem;width:13.875rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIlccMlSzQJVysT8Ew0GMSyVWBiGv6P { top:22.25rem;left:37.874375343322rem;width:2.5rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxuDQUHFPeporMqkJJpM2bBRbzkZXwQT { top:8.875rem;left:0rem;width:3.5625rem;height:3.1252357633997rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58otAVfZlKHICVudEhoaJF0bw3KoM1S { top:9.125rem;left:13.968216896057rem;width:3.375rem;height:3.312410877319rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vETgAWJcSAiLdZFTgK3KiutnpfltWU { top:9.0625rem;left:37.810898780822rem;width:2.75rem;height:2.5622252753497rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBBmufnXK8xW9GK8U6ueoMtS96FeyAPR { top:22.3125rem;left:0rem;width:3.875rem;height:3.812408158953rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmstvgBUuPDtCcQWzUyXadxHRxhJqZq3 { top:22.125rem;left:14.061699867249rem;width:3.1875rem;height:2.6876253816603rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf { display:block; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ3eQrTiomrlsvKhTxm367J3IDJDH2yR { top:4.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkFhxqlmkPt07BwXO9C8Zkod3V0cUaxU { top:8.75rem;left:0rem;width:47.75rem;height:26.780423280423rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX53zDu2Te2znwfRTKUrfrsGWDz5JDnC { top:2.3125rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkLIBIDB41v3HWeZMCV4oBPIZUX7gXRd { top:27.75rem;left:38rem;width:9.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzcN2w8o005ehP5P31Xqid68nsihtKt { top:7.9375rem;left:0rem;width:8.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO { display:block; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q511TS4RVLGxcHHputCvHiKO0TotcBwf { top:2.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmORRyokCSaBalRp17pPnxos6H0OgqT { top:6.375rem;left:0rem;width:47.75rem;height:26.780423280423rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRw9dfRWKVH1g4tGaoyTHl03qFitKzvh { top:0rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBstXb9zq25DC1CNZywN9TKcvqddzeI { top:30.875rem;left:0rem;width:10.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4EoZbbw92PqCfpfUmUmbpMTSzdhzNF { top:5.6875rem;left:35.6875rem;width:12.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOJMwogf3oQET9hHR99qC9LoXGOaagJ { display:block; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baU26oJLme8oT4dJx9AId6L7HXJLxSrQ { top:2.6875rem;left:0rem;width:36.1875rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stHTTcpBdyZavEODFFcqLWfeutaGA39T { top:3.0625rem;left:13.5625rem;width:34.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWXu7MKweheSBT0y4oXtH2dzwH7eWEPE { width:26.0625rem;height:2rem;top:5.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoKvsqKi1B5klN8SbVNVb9OnesaTJxUc { display:block; }
 }@media only screen and (max-width: 763px) { #tpbTKrsfwSDMg8KUSmu0vrAAgKFvnCpW { top:5.9375rem;left:26.5rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSfsp2R0hbO49KEnxD9QUuudGBlS2mg { top:8.5rem;left:15.625rem;width:32.125rem;height:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4It56BT5kSrcgx6lpNJAvJe1bl0719H { top:15.375rem;left:26.75rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N { top:17.3125rem;left:16.4375rem;width:31.3125rem;height:9.3125rem;font-size:0.625rem;display:block; }#zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N li:before{  }
 }@media only screen and (max-width: 763px) { #m2xdNgFUIIdUutTutRTVS9hTxVID5Gzk { top:30.25rem;left:7.5625rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5M66FyQIopCTWfRlANVoehTkovPEAMv { top:33rem;left:7.625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT18TqxN8ma94TeHNAJs9zzSOZS4o4b5 { top:29.5rem;left:0rem;width:47.75rem;height:3.6962196219622rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9aIHXlEmUZuxTgt87sFk8nL06mJZywd { top:0rem;left:0rem;width:47.75rem;height:69.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLhlTpfQXoK82wUBw31LyPEovPNKAAFr { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEFR5Fm2hAlGX8fNJDECwukAfhWc1O7G { top:37.125rem;left:0rem;width:19.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk { top:38.75rem;left:0rem;width:20.6875rem;height:6.125rem;font-size:0.625rem;display:block; }#yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk li:before{  }
 }@media only screen and (max-width: 763px) { #GE4GHawIP5nSHxSufkFmKiZZ0K7PDM8k { top:46.1875rem;left:0rem;width:16.3125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWumPlU2T1W3xdlJD7hPAMxZeJBTTcxZ { top:37.125rem;left:11.125rem;width:0.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWNTBeSuo54TgxrV7H7hw4nOhFrWOERp { top:37.125rem;left:14.75rem;width:10.125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvnaAcqK2N64rQAaN5Z4plpQqCloF1V { top:43.625rem;left:14.75rem;width:16.5625rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA { top:40.0625rem;left:14.75rem;width:15rem;height:;font-size:0.625rem;display:block; }#DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA li:before{  }
 }@media only screen and (max-width: 763px) { #XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy { top:47.8125rem;left:14.75rem;width:17.1875rem;height:;font-size:0.625rem;display:block; }#XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy li:before{  }
 }@media only screen and (max-width: 763px) { #JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 { top:49rem;left:0rem;width:20.6875rem;height:2.375rem;font-size:0.625rem;display:block; }#JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 li:before{  }
 }@media only screen and (max-width: 763px) { #wn9hlhzxAHA2mmgngv6uTuT7hPuJEcL0 { top:55.125rem;left:14.75rem;width:16.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShrT4GdrqvLquGqHJsOxG9XtDQscOug { top:52.625rem;left:0rem;width:16rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ams1Qa553XorHg5kWOQhtBmbqmuna7yT { top:56.8125rem;left:14.75rem;width:16.8125rem;height:;font-size:0.625rem;display:block; }#Ams1Qa553XorHg5kWOQhtBmbqmuna7yT li:before{  }
 }@media only screen and (max-width: 763px) { #ZFipyaJwCVZmqEG7vW5pDFOzinzlBvIg { top:37.125rem;left:33.6875rem;width:0.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 { top:39.875rem;left:25.1875rem;width:18.3125rem;height:2.375rem;font-size:0.625rem;display:block; }#CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 li:before{  }
 }@media only screen and (max-width: 763px) { #sfOpm6q7KCEJVk1c3gOETEeokM2mrJA3 { top:37.125rem;left:29.1875rem;width:18.5625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnuC83qvUdUth8nDirUetE1JVBo5JWHn { top:43.5625rem;left:31.5625rem;width:16.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 { top:45.1875rem;left:32.375rem;width:15.375rem;height:4.875rem;font-size:0.625rem;display:block; }#HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 li:before{  }
 }@media only screen and (max-width: 763px) { #JgzWz0lgPcHE5RHJLprxyTrTrfb428qm { top:51.375rem;left:31.5625rem;width:16.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq { top:53rem;left:27.3125rem;width:20.4375rem;height:5.875rem;font-size:0.625rem;display:block; }#GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq li:before{  }
 }@media only screen and (max-width: 763px) { #NbprxDGvv9KTwyZczNclptVOBTCcq9AL { top:54.3125rem;left:0rem;width:17.5rem;height:8.3125rem;font-size:0.625rem;display:block; }#NbprxDGvv9KTwyZczNclptVOBTCcq9AL li:before{  }
 }@media only screen and (max-width: 763px) { #TLs8wafJciMv2Wwu08BGd8n8QlqBtSXS { top:60.1875rem;left:31.5625rem;width:16.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW { top:61.8125rem;left:30.125rem;width:17.625rem;height:3.5rem;font-size:0.625rem;display:block; }#vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW li:before{  }
 }@media only screen and (max-width: 763px) { #r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz { display:block; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuGG4c2XLgyLaJvoJ8cipi24Px2A8xQS { top:2.8125rem;left:11.375rem;width:36.375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRslHlnbNX3igtT5bI90TvRVHJNVofz { top:3.1875rem;left:0rem;width:31.4375rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcguXkgTaT8FDpWTBD7sS1iQTa3oa4Zz { width:28.8125rem;height:2rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9qoFEkJKKEhzhoap6vx31ulNTVbFFB2 { display:block; }
 }@media only screen and (max-width: 763px) { #UTydcsAKXdESGi1761M3pK0nOGQoVgwH { top:6.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utotXrDPP7Po5OOdmiQ3IepfWQ8R5Jox { top:8.6875rem;left:0rem;width:29.5rem;height:7.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUztCeRzu4rgsRXQfmd5higKmPPof0Gv { top:19.375rem;left:0rem;width:31.3125rem;height:9.3125rem;font-size:0.625rem;display:block; }#VUztCeRzu4rgsRXQfmd5higKmPPof0Gv li:before{  }
 }@media only screen and (max-width: 763px) { #iKcCss6T85Vh5NSy64auuXqgZ8y2a9Hh { top:17.6875rem;left:0rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV72pE37qJnWVleQGe2RTOGugy9uDX7o { top:31.8125rem;left:7.5625rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFxT8zxcCNC1bpu5s43JHLGMMW3D3H1c { top:31.125rem;left:0rem;width:47.75rem;height:3.6760666213768rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqZN5QsSurL50dPDdQf0sWzrR3K2bavk { top:34.5625rem;left:7.625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbGm2Xm0xDFgSIlvbT7ysMriyVzAciJp { top:0rem;left:0rem;width:47.75rem;height:63.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyK9n4mSDQmUtbbSWHQBU6vmaobOcJuP { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGpLh8RlwdldDMaqu8f73rFrewExafOv { top:37.75rem;left:0rem;width:19.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz { top:39.4375rem;left:0rem;width:20.625rem;height:;font-size:0.625rem;display:block; }#qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz li:before{  }
 }@media only screen and (max-width: 763px) { #zvAIfJOZD8kZu34weu1eHC5fgGGQvpTf { top:44.375rem;left:0rem;width:13.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7X6axf84U3C5xFubNESms4BNckcnvs2 { top:37.75rem;left:10.9375rem;width:0.125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnqULcdp6urTeph2RT4C1TXoRJi33HOC { top:42rem;left:14.68701171875rem;width:15.1875rem;height:;font-size:0.625rem;display:block; }#bnqULcdp6urTeph2RT4C1TXoRJi33HOC li:before{  }
 }@media only screen and (max-width: 763px) { #nVbIonzADpcPU5s4fQOrAk463Wff41py { top:37.6875rem;left:14.687321662903rem;width:15.5rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS { top:47.375rem;left:0rem;width:20.625rem;height:1.125rem;font-size:0.625rem;display:block; }#xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS li:before{  }
 }@media only screen and (max-width: 763px) { #OIOwahnsp04TrrwOfGmak9wihstNS2zR { top:46.8125rem;left:14.6875rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZezGUZsvrmsl0TnGoJVSAUTEC7JeqQek { top:37.75rem;left:35.875rem;width:0.125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb { top:48.4375rem;left:14.75rem;width:15rem;height:;font-size:0.625rem;display:block; }#MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb li:before{  }
 }@media only screen and (max-width: 763px) { #ZUU2i9vVVGxvW2PQNnpN8pho7hgBPqm3 { top:49.75rem;left:0rem;width:15.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU { top:39.375rem;left:32.375rem;width:15.375rem;height:2.375rem;font-size:0.625rem;display:block; }#XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU li:before{  }
 }@media only screen and (max-width: 763px) { #LDL9oqsTopTwtP4isWvP34gSD6T2TckJ { top:48.6875rem;left:28.9375rem;width:18.8125rem;height:4.75rem;font-size:0.625rem;display:block; }#LDL9oqsTopTwtP4isWvP34gSD6T2TckJ li:before{  }
 }@media only screen and (max-width: 763px) { #LEJUTQb4Ig8R1XJuJPNSImmQBqMItTgF { top:37.75rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEx4TDZtoL8LvzVyFV7JXEnWQMsAwDi5 { top:47.0625rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVf2J6WlHhvh303NWDunAfFCgFKmR6An { top:51.4375rem;left:0rem;width:15.9375rem;height:7.1875rem;font-size:0.625rem;display:block; }#gVf2J6WlHhvh303NWDunAfFCgFKmR6An li:before{  }
 }@media only screen and (max-width: 763px) { #ei37SryPFyRen6tU7xcEiE9t4XASIdpE { top:54.375rem;left:31.625rem;width:16.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwCGX5MT7nALbOTShfys1wuK0XBd978h { top:51.75rem;left:14.75rem;width:15.125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO { top:56rem;left:31.4375rem;width:16.3125rem;height:1.125rem;font-size:0.625rem;display:block; }#sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO li:before{  }
 }@media only screen and (max-width: 763px) { #vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL { top:54.6875rem;left:14.6875rem;width:19.625rem;height:6.125rem;font-size:0.625rem;display:block; }#vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL li:before{  }
 }@media only screen and (max-width: 763px) { #XLdynFL4g84GBDuuGOeu1c2irxM1VNTi { top:42.875rem;left:31.625rem;width:16.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDSKD9izuOkiHCdknR3KOpttoJaTyfB { top:44.5625rem;left:31rem;width:16.75rem;height:;font-size:0.625rem;display:block; }#lZDSKD9izuOkiHCdknR3KOpttoJaTyfB li:before{  }
 }@media only screen and (max-width: 763px) { #pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu { display:block; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T63eqgZyQ2LPMrfhWxVDIiAbKwp3L6ww { top:3.3125rem;left:15.25rem;width:32.5rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4JD9pE8pus1rFGXD7hGJve90pWZZSz { width:28.625rem;height:2rem;top:6.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTQFPCVJf5L5QXFETBL9l7OJzZdMcbUk { display:block; }
 }@media only screen and (max-width: 763px) { #UCTUGnrzfrV4sPu9RH5TLU2vix72MIcz { top:6.4375rem;left:27.65625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrWZ8CAMHZ9BBsOa6xdCtgJWTaNop8TF { top:8.8125rem;left:17.75rem;width:30rem;height:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJ22cMdGd352uZkP7dgEzW5Tu8J5UeX { top:15.875rem;left:27.78125rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 { top:17.875rem;left:16.4375rem;width:31.3125rem;height:6.9375rem;font-size:0.625rem;display:block; }#VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 li:before{  }
 }@media only screen and (max-width: 763px) { #OidAn2vQcmssT5c8IXhprTTTAW9W0LPa { top:1.8125rem;left:0rem;width:36.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHaAus185Wk98wmoA1glT22T4uvRbJV { top:29.25rem;left:7.625rem;width:32.5625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cffPTL8CagzrPyQPJuh7a8xGJpTQd3ZG { top:32rem;left:7.5625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKfvwTFw5hzPbGFGRFJQzekAypT2PhLT { top:28.1875rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLaKahrbg9Kd1wTu4w2MDt5OyElssmEg { top:0rem;left:0rem;width:47.75rem;height:50.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHy3r2Mgxc2dm4vQRVuXgCBcUuzz0dBp { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGNzgkfHTKh4GyznrTTpeHc4xQtiB6tB { top:34.9375rem;left:0rem;width:19.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 { top:36.6875rem;left:0rem;width:18.125rem;height:2.25rem;font-size:0.625rem;display:block; }#bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 li:before{  }
 }@media only screen and (max-width: 763px) { #QOUHPqiqtmzqmX6vNcdpf8023w9zt6QO { top:40rem;left:0rem;width:14.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wgQS7a73arcMT7f1ZywViADPpPz5Kr { top:34.875rem;left:11.375rem;width:0.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J83DeIbrTPJiBF1iVqZO2JP60h67rtay { top:35.125rem;left:16.1875rem;width:15.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDA0vPTi6awRyk8erGutaPSnQ5h44oA { top:42.9375rem;left:16.1875rem;width:17.4375rem;height:;font-size:0.625rem;display:block; }#fHDA0vPTi6awRyk8erGutaPSnQ5h44oA li:before{  }
 }@media only screen and (max-width: 763px) { #S5LqzTtMgBsNq2fMsWEPqX3QXMMWxcJ4 { top:41.3125rem;left:16.1875rem;width:16.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm { top:38.25rem;left:16.1875rem;width:18.8125rem;height:;font-size:0.625rem;display:block; }#c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm li:before{  }
 }@media only screen and (max-width: 763px) { #Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL { top:43.1875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.625rem;display:block; }#Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL li:before{  }
 }@media only screen and (max-width: 763px) { #UdsO6rEXNIc3459ZezuqTG95gWG7nTle { top:44.75rem;left:16.1875rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg { top:46.4375rem;left:16.1875rem;width:16.75rem;height:;font-size:0.625rem;display:block; }#ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg li:before{  }
 }@media only screen and (max-width: 763px) { #TtLdI4d16JO9gR3aC8FcH96A48UhJblI { top:34.8125rem;left:36.375rem;width:0.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC48OvoauGLbfEwSdGezqzoJGf3pDsEr { top:34.9375rem;left:31.375rem;width:16.375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqy81WOtImhkGf063TLCff7FCqPICAe { top:44.3125rem;left:27.1875rem;width:20.5625rem;height:;font-size:0.625rem;display:block; }#CXqy81WOtImhkGf063TLCff7FCqPICAe li:before{  }
 }@media only screen and (max-width: 763px) { #F9VkcZbXisged8y3wiw1Xbrve2xGriO1 { top:39.4375rem;left:30.5rem;width:17.25rem;height:2.375rem;font-size:0.625rem;display:block; }#F9VkcZbXisged8y3wiw1Xbrve2xGriO1 li:before{  }
 }@media only screen and (max-width: 763px) { #gebBOfdoE9mOxziGZdG5lSeSk52LzTlO { top:42.625rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI { display:block; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QC1mw59y2qpUWn7guimt59pPI8LVp0tw { top:2.875rem;left:11.1875rem;width:36.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUkb9FbQC2rH54CTBfKHtBOEnroLCfH { top:5rem;left:0rem;width:29.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2nyMkAD8eMppyzlaXVwUXUFhQfCHEa8 { top:10.625rem;left:0rem;width:28.875rem;height:7.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCGZ4imZJoCeRME68MpLL0Or90STCnQW { top:19.4375rem;left:0rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL { top:21.125rem;left:0rem;width:31.3125rem;height:;font-size:0.625rem;display:block; }#MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL li:before{  }
 }@media only screen and (max-width: 763px) { #ZftoTqw629KoUgUf5qftcPwg7tJ1dKWT { top:29.5625rem;left:6.875rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPOM1syhEXhdHbDF8ReIxzIMxHamL5C { top:32.3125rem;left:6.875rem;width:32.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqAqNTxb6rgG7Oga3qVEZWBdKKUS2Eok { top:35.8125rem;left:14.375rem;width:15.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsdd57pJ9OqawGUkPVeFXgnTVU9z5Vpz { top:35.8125rem;left:35.8125rem;width:0.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W { top:37.625rem;left:14.375rem;width:17.4375rem;height:2.375rem;font-size:0.625rem;display:block; }#Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W li:before{  }
 }@media only screen and (max-width: 763px) { #OGqBQQZaTbXPeL6gWMNKx8qTdZzy2iPf { top:35.875rem;left:10.75rem;width:0.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof { top:37.375rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.6875rem;display:block; }#ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof li:before{  }
 }@media only screen and (max-width: 763px) { #OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 { top:42.8125rem;left:0rem;width:20.25rem;height:1.125rem;font-size:0.625rem;display:block; }#OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 li:before{  }
 }@media only screen and (max-width: 763px) { #cTy47L1aoToQMTJPyVZhquRZQdM7yLPn { top:35.8125rem;left:0rem;width:19rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmKtsgfpaUaiWSOmWEtdlRaCPNxu0yBD { top:39.75rem;left:0rem;width:15.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBbDki8HcapttFUTRG2NTkm8y4c2uIs9 { top:0rem;left:0rem;width:47.75rem;height:48.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlwxT4om0zMJCSbUgA4QnRfNWDxbmdC { width:17.8125rem;height:2.0625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXAotOQ8zFCWMVtTxXZdG2vD4TaoXZzb { display:block; }
 }@media only screen and (max-width: 763px) { #ZzpsmnqyhemsuZCH2mZOlyFHWzyi8gMq { top:8.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MraQihrqo3kpDacZ6BuTXqEvIReTNWEM { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxqKtzHNA10gDEs2TmrVOof7SSIrPvga { top:28.5rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 { top:37.5625rem;left:27.6875rem;width:20.0625rem;height:;font-size:0.625rem;display:block; }#xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 li:before{  }
 }@media only screen and (max-width: 763px) { #kFQQy7Ci7rdvizSHUTrGD1NHRQ5LRszC { top:35.8125rem;left:31.9375rem;width:15.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog { display:block; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLhtTrhzh9bJiPK5CctflHMaXpUJx7U3 { top:2.9375rem;left:9.6875rem;width:38.0625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfWh9ZZXMkXPukFn4P8uXCNcUfBX3Q7r { top:3.5625rem;left:0rem;width:27.875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKvB31x5VAT3HVap2fXAI0e2IgsuC45t { top:9.375rem;left:0rem;width:27.25rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3X98HeUpg0yrOhSZquLylJtlUOIMhnS { top:17.125rem;left:0rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI { top:19.1875rem;left:0rem;width:16.5rem;height:6rem;font-size:0.625rem;display:block; }#DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI li:before{  }
 }@media only screen and (max-width: 763px) { #VfHf7tQFZV6G6uMTBq3toUUMiU5GZcOe { top:28.125rem;left:7.625rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawgP6e5yxDPh5muDED9ZmA6vnrpzdXC { top:30.8125rem;left:7.625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UtB5DhF4AUSTWa3JMcOvVDEhXOhC5V { top:35rem;left:15rem;width:15.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeTUC6UmJbPPlTboeloQqo33Lq3aern { top:36.8125rem;left:15rem;width:17.4375rem;height:2.375rem;font-size:0.625rem;display:block; }#XWeTUC6UmJbPPlTboeloQqo33Lq3aern li:before{  }
 }@media only screen and (max-width: 763px) { #Qd1rAZGXPHiETeft84ovEvgLKWsECCCe { top:35.0625rem;left:10.75rem;width:0.125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb { top:36.5625rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.6875rem;display:block; }#eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb li:before{  }
 }@media only screen and (max-width: 763px) { #fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 { top:42rem;left:0rem;width:17rem;height:2.25rem;font-size:0.625rem;display:block; }#fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 li:before{  }
 }@media only screen and (max-width: 763px) { #GX3ly0kT18FdFOBhv1gPPLEoGgHxe32B { top:35rem;left:0rem;width:19rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG0z9CSUukcIUlDl2na7p20rLU7ft7M8 { top:38.9375rem;left:0rem;width:15.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvgdSqchpmyt2Cc1cAzrGGlruo9GSEh { width:24.875rem;height:2rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcX22Vm6if62d0geRR98D4CXSGsBMM7Z { display:block; }
 }@media only screen and (max-width: 763px) { #NeB1TUAWauH083dTLDDinlihDTSELEa5 { top:6.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbMkvTGmcI1nyMdDTaQfKAFD2zu9qGq { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWFpQlfZLxhvcnT0kubkq5enp7XP2Jtx { top:27rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h { top:36.8125rem;left:27.5rem;width:20.25rem;height:;font-size:0.625rem;display:block; }#sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h li:before{  }
 }@media only screen and (max-width: 763px) { #d9y8rkrxlshEINaymtcdq2WsL7G0yKly { top:35rem;left:31.9375rem;width:15.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq1s5isMySfJTkbaavrE8z67qO5moCXT { top:40.4375rem;left:15.0625rem;width:15.5rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 { top:45.0625rem;left:15rem;width:15.0625rem;height:2.375rem;font-size:0.625rem;display:block; }#SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 li:before{  }
 }@media only screen and (max-width: 763px) { #T7pthrR9pnfBQX0vVBiunO9Q434MwaQS { top:35rem;left:34.5625rem;width:0.125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUwSDLd9UVx0U0V9Ts6DeMc1lVLUELh { top:0rem;left:0rem;width:47.75rem;height:51.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCcVPRSHCv0NCZbcBpv9a3xaGT6iWFa { top:27.1875rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz { display:block; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrOCpVRL8BHTIn6Q2A43iTMfQ6pkU608 { top:2.875rem;left:14.9375rem;width:32.8125rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWpNpQKyFDdJsygCFOW5eMcvuLaev6i { width:28.625rem;height:2rem;top:8.3125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW9sazPNbTVVWIrdXMsuadKdSDfSgFOu { display:block; }
 }@media only screen and (max-width: 763px) { #inuAVRrM0OuKDvK7L30mrKfE6DhUgTRs { top:8.5rem;left:27.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTsKXmxQDPrubwmTDuTTt0OB1VpSAgUO { top:11.1875rem;left:17.1875rem;width:30.5625rem;height:5.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiyBbG0vg1E5J3h4nTw2J7V1Cu93AlA { top:17.9375rem;left:27.875rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb { top:19.6875rem;left:27.9375rem;width:14.4375rem;height:5.75rem;font-size:0.625rem;display:block; }#RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb li:before{  }
 }@media only screen and (max-width: 763px) { #eLzCmTMwmTFp4OJzvyoZg5QcsyJSMgNi { top:2.5625rem;left:0rem;width:36.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwxJA0PciEX58tmMMHENpiEF6DSa9tgE { top:36rem;left:0rem;width:19.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH { top:37.75rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.625rem;display:block; }#LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH li:before{  }
 }@media only screen and (max-width: 763px) { #sTJHswe4XDy6XGwo1zDZmO4NuHNAW7aT { top:36.125rem;left:14.8125rem;width:14.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TERwoVRl5fWUwnAMo0NlOcftROVm1q { top:35.8125rem;left:12.25rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v27byqMRS7HS2kfHv4opez8nqqohUAVk { top:36rem;left:31.9375rem;width:15.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbHXszApfobPCZsrOMX72PITUGegxhMt { top:37.5625rem;left:28.9375rem;width:18.8125rem;height:1.125rem;font-size:0.625rem;display:block; }#kbHXszApfobPCZsrOMX72PITUGegxhMt li:before{  }
 }@media only screen and (max-width: 763px) { #b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v { top:39.25rem;left:14.8125rem;width:18.0625rem;height:1.125rem;font-size:0.625rem;display:block; }#b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v li:before{  }
 }@media only screen and (max-width: 763px) { #husXAnboKRT32K0iph28Eb36kt2rkGVk { top:40.125rem;left:31.375rem;width:16.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMSeOQTb4puHb0RF1ubnpSfnWZISShoF { top:29.625rem;left:7.625rem;width:32.5625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNxE8muqpOTVK3Ce9SaOay5A6gflTe9c { top:32.375rem;left:7.5625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBkS7Uw8zIZ2fNQOfHNWxK4TEqQiMbLA { top:28.5625rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp { top:41.875rem;left:30.0625rem;width:17.6875rem;height:2.25rem;font-size:0.625rem;display:block; }#FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp li:before{  }
 }@media only screen and (max-width: 763px) { #X7yNyrsWcB454PDy3PeokQNyaKpeKVWd { top:35.8125rem;left:35.25rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRmbeBR7NEcDJRbgPbTzns3mblDrVfgK { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qC16yUcW1bCaE0BG4qdvktnosPLXEPKw { top:0rem;left:0rem;width:47.75rem;height:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPveX2ytOTNrJxgqn9R5dMHg4L6XcGzB { top:41.0625rem;left:14.8125rem;width:16.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI { top:42.6875rem;left:14.8125rem;width:17.4375rem;height:1.125rem;font-size:0.625rem;display:block; }#HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI li:before{  }
 }@media only screen and (max-width: 763px) { #KLQ1nMG5cUavi7XhBzC1vaO4oDUv96UP { top:40.125rem;left:0rem;width:15.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci { top:43rem;left:0rem;width:18.8125rem;height:1.125rem;font-size:0.625rem;display:block; }#OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci li:before{  }
 }@media only screen and (max-width: 763px) { #z1c6nEK4v1MricKtTCio42TF5ecUBx52 { display:block; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTc6fiEZ81s7QfPFQZmAbEODnIeNJrQr { top:4.3125rem;left:20rem;width:27.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psyGM10HkLETOiu6KSZmSmX0XQTleUAu { width:25.625rem;height:2.1875rem;top:7.375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz7G0Ugr9gD89htH6TLxcpkp9FuTtWTe { display:block; }
 }@media only screen and (max-width: 763px) { #ap3yuqZF60dteXmTfvph4aH9dNippkfm { top:7.625rem;left:28.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4RG4WIrI6aC8NPndbTL8uCLfxsS7ZmC { top:10.5625rem;left:17.9375rem;width:29.8125rem;height:7.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc87lf7oGI2JAmEvBIlhFFpafHQf4cvO { top:19.6875rem;left:28.6875rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weodf2T85OhNaMxDD0Vi0k2qTQfrnTJU { top:3.4375rem;left:0rem;width:35.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD { top:21.4375rem;left:28.6875rem;width:16.5rem;height:4.875rem;font-size:0.625rem;display:block; }#fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD li:before{  }
 }@media only screen and (max-width: 763px) { #MVR3XEVT5W6Ud8QWzkZIMqBK9loMRG0A { top:29.6875rem;left:7.625rem;width:32.5625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwQflJih1tmT2k3lu6UT2iqRnIdOQ5o { top:32.4375rem;left:7.5625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRdFduB5M0L0TFt9gvrrhxHwzHfwGUw { top:28.625rem;left:0rem;width:47.75rem;height:3.8595449583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfDWS1P2lJAwzehXeX8RsEonUdQzKMzS { top:35.9375rem;left:0rem;width:18.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbagBKPtnK1sR7tTMrDAXTNWoJSuN9D { top:35.9375rem;left:32.375rem;width:15.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Z3hROIaRcgFRPVTbE8qDHPOanGoNDg { top:40rem;left:0rem;width:21.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHHhhKzhfEpT0D7kf4ZKkhKbOQF9SlKT { top:35.9375rem;left:15.8125rem;width:16.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT31mgthxBoNDgM6n4MBGiBxhdRtBofh { top:37.625rem;left:0rem;width:18.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }#mT31mgthxBoNDgM6n4MBGiBxhdRtBofh li:before{  }
 }@media only screen and (max-width: 763px) { #yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ { top:37.625rem;left:15.8125rem;width:17.6875rem;height:1.125rem;font-size:0.625rem;display:block; }#yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ li:before{  }
 }@media only screen and (max-width: 763px) { #c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc { top:43.0625rem;left:0rem;width:18.0625rem;height:1.125rem;font-size:0.625rem;display:block; }#c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc li:before{  }
 }@media only screen and (max-width: 763px) { #gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU { top:39rem;left:29.625rem;width:18.125rem;height:2.375rem;font-size:0.6875rem;display:block; }#gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU li:before{  }
 }@media only screen and (max-width: 763px) { #pbl7oT9PTuTZPbfehLLr7aOyrBZtpyBl { top:35.9375rem;left:12.4375rem;width:0.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8CJFacdhWfD5d7V67lnWO7CeqvbG7zD { top:35.9375rem;left:36.5rem;width:0.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKP8ogGUJxZLZuOmSfobDoofiqAqRGO9 { top:0rem;left:0rem;width:47.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdEWOAwvHqqJbeRuL67qJwzGs4IANVa { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW { display:block; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ZbTtTlMmmNPiCpTR4o7uqL4B0ENbcI { top:3.1875rem;left:11.5625rem;width:36.1875rem;height:24.124rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnS53FkoiuHyaDQUizcLtiEqLUnmdRo3 { top:3.6875rem;left:0rem;width:20.1875rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaUuVbA4TzxwWJLBERwCzGkHODsM0mp { top:11.875rem;left:0rem;width:27.875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox8Nq9oe42lvU82IdFooH8wHrzeK5cO { top:19.5625rem;left:0rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL { top:21.125rem;left:0rem;width:21.875rem;height:;font-size:0.625rem;display:block; }#hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL li:before{  }
 }@media only screen and (max-width: 763px) { #dwooXm5pi7g92zMWh3q9C1nVJnQsc4fJ { top:29.625rem;left:7.625rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0iWTzT7ivMTALTDlV3HRNSrg6DJz27W { top:32.3125rem;left:7.625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3W9R47pkA0QOlcZAT9qR0ryGImipux0 { top:36.0625rem;left:11.375rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beniWzv3rhfb08KFwiFNbDtFZNPwTs17 { top:39.1875rem;left:14.875rem;width:18.0625rem;height:;font-size:0.6875rem;display:block; }#beniWzv3rhfb08KFwiFNbDtFZNPwTs17 li:before{  }
 }@media only screen and (max-width: 763px) { #yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q { top:40.75rem;left:0rem;width:20.25rem;height:3.625rem;font-size:0.625rem;display:block; }#yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q li:before{  }
 }@media only screen and (max-width: 763px) { #HTSgEmk7hc5qDBtOyUqp8G1ZuO6hSK7R { top:36.0625rem;left:14.9375rem;width:18.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF96Stfaerb76JLHgyQbSDVOsvEmD6wP { top:36.0625rem;left:0rem;width:17.625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrQGphar5BI9G2ctVhTrDMlFHl4D8OH7 { width:21.625rem;height:2rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZh9yoKvnSgwTP3v01PrlrTGHrcROTg { display:block; }
 }@media only screen and (max-width: 763px) { #VEkLwVaDZWqOgV1PUP83gQGpgsTDONqs { top:9.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRO3tOOLn1KLMdhFXwxlEpkvPL6vZ3b { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbcA1EcV7zbKbZH7pIGxIVLXivAXGREI { top:28.5rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlNnIXy7ZSTzVZ4aguwDZp5CLbr7qT5B { top:36.0625rem;left:32.25rem;width:15.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u { top:37.8125rem;left:30.3125rem;width:17.4375rem;height:1.125rem;font-size:0.625rem;display:block; }#eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u li:before{  }
 }@media only screen and (max-width: 763px) { #zycHkV72TpQNN0tp2kBUGHUdovOZbq1D { top:36rem;left:34.9375rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI6ycRH85IXIvQqxc6UodGnTRnDbnafO { top:0rem;left:0rem;width:47.75rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr { display:block; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heJUVeFJcl9BOar1I1u2vpWypNOhvxeJ { top:5rem;left:20.5rem;width:27.25rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd7TwQs1QVUV1dPUtnyd8EX0LTbkfH3F { width:30.0625rem;height:2rem;top:10.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #se2KVXbpZioKz1oEZ5p61SOpM5GtdzQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #beuQwua4wVy2nXSIDtp1dl0PSuG9WIr8 { top:10.4375rem;left:27.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6B6erdzNUnx4u09iTSdGpdf0J6SApbD { top:13.0625rem;left:15.875rem;width:31.875rem;height:9.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHFyAXdJHZgmTZTkT0u86HzptPE8cUW { top:2rem;left:0rem;width:36rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEFB3SP9JQ6piOUnANsZHJGOPLJV0Ow { top:36.4375rem;left:0rem;width:19.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASAPxzpGh4SoaOVUObMpUrMc9BqQ7UZ { top:35.25rem;left:15.25rem;width:0.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitGRZUpUDOpmMdE2yNZZU22hKhu6GII { top:36.4375rem;left:16.842582702637rem;width:15.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFW2Oz55aSUzNU5SkDJTT6RRp90D6QaT { top:36.6875rem;left:31.4375rem;width:16.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri3mMdP2mZEzmbeGaKqEbkLxPLuTKBa6 { top:29.25rem;left:7.625rem;width:32.5625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJLCp52uExCiMealVEh8sTvFILRdJGA { top:32rem;left:7.5625rem;width:32.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK9BSsKdRw5xvRNkGuUIXJWdx0wRfkyT { top:28.1875rem;left:0rem;width:47.75rem;height:3.8597916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXJvhesCnW5pz6X5snxB4pfm2sJFepZF { top:0rem;left:0rem;width:47.75rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOodbhCiSsDv1rdwMtASWtteeRsJ1rE { top:35.25rem;left:34.4375rem;width:0.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0h4Ty5017D62NJKfmuwcRZThDiGC9i { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm { display:block; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDzpVQMt3Vh9kHKaIxRHwn397uhkWNyZ { top:2.625rem;left:20.625rem;width:25.5rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZUSTTfRvAXuMrLLGvCkbv5E162rTcbJ { width:28.375rem;height:2rem;top:5.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl6Pi35z3TztTWZ8pTOMTg5o7BhdlHZc { display:block; }
 }@media only screen and (max-width: 763px) { #iTxLVWsQPou1q3dOvDgZKNBw6VeJAcvs { top:5.8125rem;left:20.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtqdX4m1pT77E8ftpHZ3q4u0adaFAyf { top:8.5625rem;left:10.6875rem;width:37.0625rem;height:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2byz6eRlf28JhUA8De2tWLGJgIC1vJv { top:14.25rem;left:0rem;width:26.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2T3pmUV4ebIHcGiChmG1hcOOhGwE5L { top:20.0625rem;left:20.625rem;width:25.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN { top:21.5rem;left:14.375rem;width:33.375rem;height:;font-size:0.625rem;display:block; }#GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN li:before{  }
 }@media only screen and (max-width: 763px) { #or4kxhwHrWrDvPPHGz9Oedy9LU8oTmN7 { top:33.5rem;left:20.625rem;width:7.6875rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vByaf4gpunqHDVOknTbmF1rwQcGvAowf { top:34.9375rem;left:20.625rem;width:17.5625rem;height:;font-size:0.625rem;display:block; }#vByaf4gpunqHDVOknTbmF1rwQcGvAowf li:before{  }
 }@media only screen and (max-width: 763px) { #vOAuLfRIZddh3NDP2EAOUftxKhCuztMe { top:34.9375rem;left:30.25rem;width:17.5rem;height:;font-size:0.625rem;display:block; }#vOAuLfRIZddh3NDP2EAOUftxKhCuztMe li:before{  }
 }@media only screen and (max-width: 763px) { #FNUamcXhAnish97gp8P58zfT1oFKqWNI { top:0rem;left:0rem;width:47.75rem;height:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJtgcSktzHJZGEA8S5WlxXvC8HN9fo1P { top:7.1875rem;left:0rem;width:23.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19RQqbHbTUTQqDeA5iVextPS6Gy9iXB { top:35.125rem;left:0rem;width:17.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OON8QU9G6xJpAITNq95986LL1J5qN7c4 { display:block; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvEXvQHXnABTmGqtFFsfrf5tUaygTx1v { top:0rem;left:0rem;width:36.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkSOQ9koMKqTIDhKOSFsAdhyOKkyXqD { top:3.4375rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CMTEiJzFQuUefzMb3Z79SHNUs63UTe { top:11.3125rem;left:0rem;width:30.5rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlw1qms4nSNmAbgaQIADWUuUT1hmBibn { top:0rem;left:10.9375rem;width:36.8125rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zQOwdUGy3KGOfBdJKkn45yXiUbinKR { top:20.75rem;left:0rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzaFdZvo3z1xlXTKLGJNa6MtySwQx1FP { top:3.4375rem;left:17.375rem;width:30.375rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5i0TdI6o35dm8yBTCgpUnNkka3iTsy { top:11.3125rem;left:18rem;width:29.75rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXKba6U00PuW8t71uzGkdUJK2wGqIien { top:20.375rem;left:27.1875rem;width:6.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7M5Rp3amFROSePsfB6xwMwMKTl8nHV9 { top:18.6875rem;left:27.125rem;width:10.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLLuRP3x7NC702kBbZfld3BXnRuKiiA { top:22.375rem;left:0rem;width:24.5625rem;height:6.9375rem;font-size:0.8125rem;display:block; }#WqLLuRP3x7NC702kBbZfld3BXnRuKiiA li:before{  }
 }@media only screen and (max-width: 763px) { #bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R { top:22rem;left:27.1875rem;width:10.8125rem;height:7.5rem;font-size:0.75rem;display:block; }#bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R li:before{  }
 }@media only screen and (max-width: 763px) { #yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi { top:22rem;left:38.5rem;width:9.25rem;height:3rem;font-size:0.75rem;display:block; }#yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi li:before{  }
 }@media only screen and (max-width: 763px) { #oCyMZUGclSwR8DhpGLMzh64c3HaALaFT { top:22rem;left:37.9375rem;width:9.5625rem;height:7.8125rem;font-size:0.625rem;display:block; }#oCyMZUGclSwR8DhpGLMzh64c3HaALaFT li:before{  }
 }@media only screen and (max-width: 763px) { #zJGiDzzAzluoAf9OFMBpCfweT5z9H59P { top:20.375rem;left:37.9375rem;width:8.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzUAo2AkEf9TETtePvzT4C4E1BmaryK { top:20.375rem;left:36.5625rem;width:11.1875rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6VOvJTWam9x7iDBcQFh5B1NasBKwvbt { top:8.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOnok8E4B9VpomSIUpqTl4RTq3QUmqL7 { top:8.375rem;left:26.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twf4c2qyFSOSw5yX4mlfoE6KZMwWFdtL { width:18.0625rem;height:2rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6GvqpN8Rmrzeh5QIDRTbQcXIFA6fuR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qxO5vHIXXfV4IG8p57Sy3Uik5meN7Qha { width:21.625rem;height:2rem;top:8.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmSqWdHxLdFNM4eD7zg0yPCdDTt1pW9C { display:block; }
 }@media only screen and (max-width: 763px) { #PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw { display:block; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtZtOFGkAle49JJkGJMfAvJJ4CH6wkxs { top:8.875rem;left:0rem;width:13.75rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGUIKMaUQN3xio60eWMLIl4LFHMbq8r { top:8.875rem;left:8.0625rem;width:15.3125rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFh1h2hsEpTsIg5ytgLDTnUFk0kuxJi { top:3.125rem;left:0rem;width:25.125rem;height:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2RelKBoEOcnO1HAOgHaGRKyxsTXJKga { top:3.125rem;left:20.5rem;width:27.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLK4Q6vfNyAp0exH1FnVsBU13x60mBN { top:8.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPfpy2wUuBhrKhNlHGEipBMNb89yGWcq { top:8.625rem;left:6.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEdHFyh4P5QL8wNuUg083oXzz9e8SuOk { top:12.6875rem;left:0rem;width:32.25rem;height:9.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbSKzxXTMMON6csa4NZg31QmRuKn8do7 { top:23.125rem;left:0rem;width:25.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi93lTTqeZksQ8pJeKhpCRm3UbUa154d { top:24.4375rem;left:0rem;width:33.125rem;height:2.375rem;font-size:0.625rem;display:block; }#xi93lTTqeZksQ8pJeKhpCRm3UbUa154d li:before{  }
 }@media only screen and (max-width: 763px) { #TXvV0RmwnyEVQ1e9wREgdyrdNT3uFJWy { top:0rem;left:0rem;width:47.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f { display:block; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKaRxgEWTzR7suiBgFUIJbiOXXG2ot6Q { top:0rem;left:0rem;width:47.75rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdFHvMrf2dSeLhJwpKuGSmX617o1JD6 { top:5.6875rem;left:22.875rem;width:21.4375rem;height:4.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yamlJfEErBl08Aabka3VP1Ndgfhbpxnu { top:13.75rem;left:15.1875rem;width:32.5625rem;height:13.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZvnexcJkDcNqJ6SWbWk0fPQB4U2yHFN { top:11.0625rem;left:22.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht8ehRUVAsg038srAXledTLpM6D4Ltt { width:18.9375rem;height:2rem;top:10.875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7SgJT5VHJhJPdy5kgUb6NP3pFNJ7S94 { display:block; }
 }@media only screen and (max-width: 763px) { #f6uVd5MXvviXwEtxguMOT9dw4Kb4zG7W { top:42.5625rem;left:0rem;width:25rem;height:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usIGTugcIN9BpPUxZIBAIhWAXfIfAIAZ { top:4.3125rem;left:0rem;width:30.375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzwZuB7ZCKBDHwnbxHfUZI47rqp8OqW { top:32.8125rem;left:11.125rem;width:25.5rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UumzQE1MHhDaeORKdPPikCUghUni5yNC { top:38.375rem;left:8.5625rem;width:30.6875rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rwcDZtBH6ykimKoOziFk2CTvetM3NE { top:31.9375rem;left:0rem;width:47.75rem;height:3.7404166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1TIx4yMP0bU2qgy9JGwfkBXWuN6hq3q { top:42.625rem;left:17.5625rem;width:30.1875rem;height:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA28IgclaZ4ZMKvLIlW1lcCdnTUmTk8M { top:42rem;left:23.8125rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHNOIO9o9eKR3Saro79bxHdlFAltfkn { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 { display:block; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua1iKl7XcV8dXhAnHoZTwJaobOtrbrF8 { top:0rem;left:0rem;width:47.75rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2wE45T1TSyP0bso7kOmwbuuq7MCuh9 { top:4.625rem;left:0rem;width:29.4375rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZS9unX8vXKv3l0dodCVnApSodVCxlbq { top:13.4375rem;left:0rem;width:33.375rem;height:13.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y10A8WESZBPWOOMl4HDZsAQwu1gx9hBi { top:11.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRTkUOUJwGp5CaepxOpRtURSKc5oqQ9T { width:18.9375rem;height:2rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGTbhPMryhHdqpnvvnWfWi3cNd3IVB2 { display:block; }
 }@media only screen and (max-width: 763px) { #wvIOyHHyAUgm3ArTUTsPH4RLDH7HytK8 { top:30rem;left:5.75rem;width:36.25rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh0xfPI8MWlvPfS4Bs8cDml1AbTJTJO7 { top:29.125rem;left:0rem;width:47.75rem;height:3.7404166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5n0Ql9K1bV3gm1LIlhT1bTdZwivczv { top:36.375rem;left:16.25rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDCQJn6ql8QXvmuhwh4k0nW9SPDSSv3t { width:18.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqVwmGn81OgwHgsGGHmo1x5kinwKpJFQ { top:36.375rem;left:1.3125rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8HmJ62R8oQtQDJLZLbfvGmsKged2lr { top:36.375rem;left:31.3125rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beDnCuz6BePMkDqp50AJuTuwLhoHe865 { top:36.375rem;left:46.25rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbHeB9ES3Au2q8R9mJ04IG9xum5ZEfke { top:37.125rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBplxnbmxJ7FyT0Ici7OUGUhoKeGzSD4 { top:37.125rem;left:2.71875rem;width:12.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6FhcTUhvdig7Z6ZXfQ6cbQsmHA4lMC { top:37.125rem;left:17.6875rem;width:12.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi0gS7FoTKWy9qURgwKmINMiNkpB2nSp { top:37.125rem;left:32.6875rem;width:12.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADIG2Rvh3N77sKwraTtZRTCcgOM0PVO { top:37.125rem;left:35.375rem;width:12.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9fR7kUTXkSqxmolr3o8oMJA2FOKCuZ { top:40.1875rem;left:0rem;width:12.375rem;height:3.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB2EgmrDTtV8ywWCklx4Q8A6mvb3E0Kp { top:40.25rem;left:2.71875rem;width:12.375rem;height:3.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gS6JQCN7VIB0gtdnMJGBBSKIOz0stP { top:40.1875rem;left:17.6875rem;width:12.375rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Xi7dkPcsNMwD67Zg3IL2M3wSUZ7ngF { top:40.1875rem;left:32.6875rem;width:12.375rem;height:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFFQ4su5syPxVvSftQ4ATtH0CGMvNTOC { top:40.125rem;left:35.375rem;width:12.375rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3WxN41zJbSi6DJAOBDt3ZmoNPwlDtcy { top:3.6875rem;left:15.5625rem;width:32.1875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX { display:block; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN5i8K4POvvIOCWXbcTozRT7fTZSivE8 { top:0rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI { display:block; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP9CsTeuK0EIkJUUxftprC6MJosSKSyQ { top:4.4375rem;left:1.25rem;width:45.3125rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVU0vM9A6lDLKhdm5HNe0TtVn9CbWTXg { width:14.75rem;height:2.8125rem;top:12.0625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgEgTsidF0mNSXXSmb4XTSQp5HeC10g { display:block; }
 }@media only screen and (max-width: 763px) { #ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn { display:block; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgOpaugByf2v2UyygiXJhJhxx2ceV8Cc { top:14.3125rem;left:15.65673828125rem;width:17.4375rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTtMQSdd9DWgdygOEPyWTSkwiRzmRROO { width:8.4375rem;height:1.75rem;top:9.5625rem;left:20.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRITOB0uGwMu7Zt62hWQpACAZrtk05w { display:block; }
 }@media only screen and (max-width: 763px) { #wfK6mTeoReMVPTx2rgiGc6btWrsVvdGb { top:1.9375rem;left:19.3125rem;width:9.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDSaoWF42TexDu0TpWZg6EDJV18T4URO { top:9.6875rem;left:5.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHteBpDQspvMAqBlNpc4NfGZrLidyTde { top:9.75rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuy2T73NoXvTo38fRHy93b7qqL5cZId0 { top:9.6875rem;left:17.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Ig8ezIyMVvZ4nTbBGiVo6xOgpe318t { width:7.25rem;height:1.4375rem;top:9.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACRttCeyderEPsVkl1Q7VHinDkyyHH3 { display:block; }
 }@media only screen and (max-width: 763px) { #PyF6XaCIXO8QfxRhqZepTsN3axH0UzHH { top:4.25rem;left:27.25rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6y0Qv9ry6NB00OlvNwBTvWBhMo5RTE { width:10.25rem;height:1.5625rem;top:9.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaWQARkIvscGHKOPA6g7V26bo2EJfBx { display:block; }
 }@media only screen and (max-width: 763px) { #xNBcmcipeZRZN5qhI1ygg4zqDdZJNRwp { top:1.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#xsAQb9n1TvKKZNBNGT73PTBJwTIvZg6r > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3yL0pGIFNTvORL6CFwziU29zBxnniq { width:1.5625rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icevmGRyb6JhwWp3mkNExDppltqfCL1x { width:5.875rem;height:2.1875rem;top:2.25rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udelAXXn3BlSyCrC7SZs6i5VD8Hg0U5e { display:block; }
 }@media only screen and (max-width: 763px) { #la92pwnybclShVxuuLtPNi5gyhnqcyva { width:5.8125rem;height:2.1875rem;top:2rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4IPtiWOWaiEcXipTBLrtgdbC2FbOCeC { display:block; }
 }@media only screen and (max-width: 763px) { #dmAbHaWk1em03TZpmdB9wsPamkm2IOx8 { width:10.1875rem;height:2.0625rem;top:1.1875rem;left:1.14208984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb3d0e2TJeInIxNXJPuz5r9ZzUFFI4Zh { width:7.8125rem;height:1.125rem;top:1.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO447sDgseUCNkTqP2JXVxsN6N0COnOO { display:block; }#uO447sDgseUCNkTqP2JXVxsN6N0COnOO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/3a14dd40-679a-42d7-b8ce-5a233f46a79f/Asset1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.adaptive-delivery-prevent-bg, #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.lazyload, #fBTS6hw7yRLmTkix2qBm4XuoST28NrcH.lazyloading { background-image: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { background-color: transparent; background-image: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container > .video-iframe-container { display: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container { display: none; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .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); }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { border-width: 0; border-radius: 0; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBTS6hw7yRLmTkix2qBm4XuoST28NrcH > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsqNW3pQVwHZU4CwMBAP6SmS6gxd0rQJ { width:7.1875rem;height:6.9375rem;top:108.8125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXEZRalwvs9FvF1i3vEJkengZhTEudhc { width:16.125rem;height:3.1494125rem;top:39.4375rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zafCK7qn4RzL2Zt0MhQ7bTLqTNTZsWQz { width:20rem;height:38.75rem;top:38.187143325806rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #fou8Nd9PJ7flsTQSOMbfIgmgFa6nC8W4 { width:20rem;height:0.89355625rem;top:1.30841588974rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPhHxlE5hV3IBZc7Xv9vZXMIzT6hxPvX { width:17.62475rem;height:4.74964375rem;top:1.7635827064514rem;left:1.9358130693436rem;display:block; }
 }@media only screen and (max-width: 763px) { #WirOEJcWXUKA4Wo1skztXKTbLGsFJ99y { width:10.9375rem;height:10.25rem;top:11.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZceFdBTIMkHphJU41a98D3FMAPub72 { width:8.9373125rem;height:10.8749375rem;top:10.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34h5Ic7Nwa6cgJnubmnfHFtXDhOwxcs { width:18.375rem;height:6.25rem;top:20.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzK0ZivvaHrWx2BMqzeFQIP4KdVpKsW { width:19.1875rem;height:2.625rem;top:33.999378204346rem;left:0.405717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1eQe8CeuFWfuiWlozc4Ia2alaSTyEZ { width:20rem;height:4.874825rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKLv9pNyKWbMC53OkewcLOmTIl1c8oel { width:18rem;height:5.75rem;top:27.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBiBOy9dJMv4tqI6OpAz5p6pcDUsf0Q5 { width:14.8748125rem;height:1.625rem;top:22.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PautJXzTWDuhlLbeZ7wVfeCuZyPcS0d9 { width:17.9998125rem;height:1.13725rem;top:24.125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVM4kiwITQZPgBWFO4MUzQwKUQCkrIHT { width:17.9998125rem;height:0.89355625rem;top:25.25rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2xd77OZ77eO1ePkKpPLq5SLhHWDGtro { width:19.375rem;height:1.625rem;top:34.498844146729rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDtdkBCT9BewxShaQQMSSAeMVgArF9b { width:5.625rem;height:1.75rem;top:8.125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsFBXOuSJHeyy3ceXXZ9SpPLVUsk3L5w { width:5.625rem;height:0.875rem;top:7.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgGqrc1V5Tp6X1TKldFkSoH7MsMmcqO { width:1.5625rem;height:1.125rem;top:9rem;left:11.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNevLMBgGniQgzSFgE6lNnU3nleOoZpE { width:4.6875rem;height:1.3125875rem;top:8.875rem;left:12.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMU0w3xFkTnt9lemwwlzOiCTt2uAbM5 { width:12.1875rem;height:1.4624rem;top:28.4375rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBfi1c66G3Z31BvTEACl8sCy36zXvqg { width:12.1875rem;height:1.92480625rem;top:30rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;display:block;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;font-size:0.8125rem;overflow:hidden; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2  { width:17.5rem;height:auto;top:41.811966896057rem;left:0rem; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 .widget-info-text { font-size:0.1875rem;overflow:hidden;height:auto; }
#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 {display:block;}#s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 { width:17.5rem;height:auto;top:41.811966896057rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nb75BXhrafIUxkSQzVIuGBu8NttAk43e { display:block; }
 }@media only screen and (max-width: 763px) { #LhKoliEsyaxrhUIbuTKfkxyi07qsBon1 { display:block; }
 }@media only screen and (max-width: 763px) { #Sa0Kugbc6WgsMSwcSRsQaDUy9IJtBJxm { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #h1NmooNLJc4Eegf6OAuaTCIMtPguR8Ui {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vv8IicJsm2DScBwK748JFBIzXL3XrZD5 { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #UIq3a1SXT6MS7bLW4x4M8mhl4pTqN1UZ {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #hVTW7B64nAcAevETBCu9EzOmDTbRzlmT {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #s9rWp92apaRgiWpKkNyaGWzvoaMfV5vC { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #FeRiawmNgmiVhFGMnvUNQ4xFazK8uJDl {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #pZ58XTe4PRQSz7stMZalF6r3hP6p2Bp7 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #uaaliTCpl6fT8a39PdosutImXfEHMhQX { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fqVWLwE2GxiIX2z8VgLFI7F6PLlEEEyT {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #yhFQlTqAk5NadFMuiAgN8pXatCiWTeo8 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #vnwnsJSOq107OAFxLkcnihcHUH3zkt5h { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Nc6Zgo7N6SKLyZdS9lW0m6fPIWAgTwtB {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #HiWJ3TEPSOXzZn4plmbdzcwb5xsRNVAo {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Lnx5qkzPOgzSXZ63eRTPPOkcdtVi46fF { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #DVSx3NFD6PFWl6W5TVn9aUum8c9Ap3OE {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #dgOWw5NOQJmkzfzB5PMQVWHvsDOKT6N0 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #a04Jp86HUe8Q8UOIgX7SFTq53Rg0wMS1 { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #ht9h3coHaLOTdK0AWLOVRFv5k94oLFw9 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #CReKowQebau9lnzD3OX1slG4OTRiLPxX {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #eBssv9LcTrFlBEJ2DZCqOOGDLo7Qszgm { display:none; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #r0ELXz0DAzyFdVy8K8PVdibhQ2omNxbk {  }
 }@media only screen and (max-width: 763px) { #WaU3IoLDoQQOyLPTVvCOTcCUyWONGL2k { display:block; }
 }@media only screen and (max-width: 763px) { #R0klbJrKAu2wxrTRtuSU3OiQavOrliQs { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #Uwy8bsTuM9LkVSmCCyFmzZk0TFGnqwFq {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #MHIVm9E3iMGvNSzZ7FeNxJ16Q9Opxxy7 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #G3cHm1a5IPobpT91IaynEleIzgF3Dosr {  }
 }@media only screen and (max-width: 763px) { #fAO8koSbbAcinRO7xoX69ndo8KhyGpQD { display:block; }
 }@media only screen and (max-width: 763px) { #LQ3zxylSDFsOhZaU9GFIFb6RO4r3aJvI { display:block; }
 }@media only screen and (max-width: 763px) { #I2a7CwnzSEdHTEEvH50STURKVhHRJiD4 { display:block; }
 }@media only screen and (max-width: 763px) { #FgPuhuxkxRmI8OMZZvbGlibt7BGzQeVq { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #fsfgZoWp98Nt3ldDTMopctDmIxxd9I7N { z-index:15000; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #y4FIm216COd72GcTEzl6HiBB3pmheMCu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TGhMSZ5b76gTCAw4eTCTiOTF77R96SfE {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #bdw4BzF9Tvs93NyfbmBP3TMtVRtTxI3D {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #gRAuUM2Bl6D0MbhL5eIBg11omxuJ7VQF {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #XJBZQT7cQM8AOB2n6gVNXN1T9zgJIeCZ {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #V2QCDRk6IpaRguJqhnyMqzNgnUTPrmiU {  }
 }@media only screen and (max-width: 763px) { #MDewIynL919ZzbVyNFDC9blZDQdNt97L { display:block; }
 }@media only screen and (max-width: 763px) { #r5BmG1kOrCzOTylDe8Tviq1FwxUvkng0 { display:block; }
 }@media only screen and (max-width: 763px) { #dVtQfFPOLEQv0lrHN5uKprctmzhq0hhJ { display:block; }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #RezpPSnkOk9gTHBTo3IQvmLQM07f1hu3 {  }
 }@media only screen and (max-width: 763px) { #s2asxJSOPVQMRkPTkep8m0lM3IPpCTc2 #TyyaB4JLISFeqTtCatJ5nnca4FHLibBT {  }
 }@media only screen and (max-width: 763px) { #rECqLu0IqAfad3r99cnwGglsym4siJDd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4bcc76c-9319-4a31-8bb7-287b2006906c/Theme.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rECqLu0IqAfad3r99cnwGglsym4siJDd.adaptive-delivery-prevent-bg, #rECqLu0IqAfad3r99cnwGglsym4siJDd.lazyload, #rECqLu0IqAfad3r99cnwGglsym4siJDd.lazyloading { background-image: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { background-color: transparent; background-image: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,122,165,0.9); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container > .video-iframe-container { display: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,122,165,0.9); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container { display: none; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .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); }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { border-width: 0; border-radius: 0; }#rECqLu0IqAfad3r99cnwGglsym4siJDd::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; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rECqLu0IqAfad3r99cnwGglsym4siJDd > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3R45TpJKc8MTfy6fZmWcBUzeD4fC6xN { width:20rem;height:1.30615rem;top:17.0732421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W2zTGiL3UU1RkryZMVFZD0JxXoB4LnAT { width:20rem;height:14.57325rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx { width:20rem;height:10.125rem;top:19.00341796875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#MvL9pqwOwTTGvSbTdHQs1O43oXh7NfTx li:before{  }
 }@media only screen and (max-width: 763px) { #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.adaptive-delivery-prevent-bg, #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.lazyload, #fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw.lazyloading { background-image: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { background-color: transparent; background-image: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container > .video-iframe-container { display: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container { display: none; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .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); }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { border-width: 0; border-radius: 0; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHI4oy27yso3ZusA96ibqMhNJ7qKwvhw > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFoQkTOsV3C3FGtPVy3bPJEi9WuyQEdF { width:19.9985625rem;height:4.3994125rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zSTZPwCHPVXX4tVc81VwqLoA8rEo93fZ { width:17.874625rem;height:14.34375rem;top:27.670896857977rem;left:1.0622335672379rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3RFMPHLQg9ewp90QIeKDoyRNAMldhf { width:10.25rem;height:2.875rem;top:19.875rem;left:9.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NgCB8Ao2UwaxCbTtL1RmcpllC5lXfRnl { width:15.4375rem;height:3.0625rem;top:21.875rem;left:1.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RCBurRf8g8sir9xye6Si0vavsUCSgfsg { width:20rem;height:4.67285rem;top:22.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uQBbSTNlcNK4TqH5CbhqFa72Ms9uM4ru { width:5.375rem;height:3.0625rem;top:9.01416015625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0A5lLQzrsE5pOQR5daP5RDNnL7PpG3q { width:13.1875rem;height:4.875rem;top:18.9375rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qLnW0WzT6SBCRPtUQ5lDFZZT4gavxcrM { width:3.5rem;height:4.5rem;top:20.9375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZJ7DChwm74cvQIUmkOdT21HH6IquhkW { width:5.5625rem;height:7.9375rem;top:13.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTEXgrHxCsCcNGLT8qT2gKgRWAg03LN { width:15.6875rem;height:18.875rem;top:5.8125rem;left:2.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QJDQeZzalCwEoTuFbIJ7nGlHHI3dy2N5 { width:4rem;height:5.6875rem;top:17.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm { display:block; }#Tw4zoz0g4PUTo0nMQtvsDw5OatzSEnxm > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBAlGoBogeNmVeBADDOiUnQxJvoePVru { width:11.312125rem;height:1.93714375rem;top:20.0625rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iuzNf0Kgz9K5AmxrhAHXftf0FKTGa0 { display:block; }
 }@media only screen and (max-width: 763px) { #EUPhQWcW8H2eFJ50sPGwtQA7qS0O58Th { width:17.62475rem;height:1.6494125rem;top:17.3125rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSXScqTK97eaWalQ5We5Tz2XBAvfaiuq { width:20rem;height:0.82470625rem;top:23.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmG8lws0bDCVJAKh2NaTTdzLtTd6oTfn { width:20rem;height:7.1035rem;top:9.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERkeNgGEAslD6tulJvPSyDkPgwLPcJQT { width:20rem;height:11.219392368279rem;top:0.56107902526856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF { display:block; }#EwdUvXNE1QTAGETJcaJcLcHO4rNHmdzF > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOUygOI7OkxASxTUWufVd2QmtEZLyP5u { width:20rem;height:1.4624rem;top:1.2633171081543rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpsFcM3JPCxtB3vDP3UEMH9TfC0sok9t { width:20rem;height:2.03125rem;top:2.4125518798828rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUXowh3C5rmlBHs69HPmnEaGwIqoSwEZ { width:20rem;height:8.9999375rem;top:5.8114337921142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl { display:block; }#Ha4gStH4oG3yRt4iyWqOPRilmFdoFAFl > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlk8S17g1gqyoDWsmfblWWKf9fz8TvS { width:20rem;height:0.9624rem;top:1.3747386932373rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX8R1wgTTiyv648RzkHVXGgSmTm8deRv { width:8.624375rem;height:0.9746125rem;top:6.9366923272612rem;left:7.124467253685rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9lT9fcF6IQiM3wKU69DmoKegmrssdMc { width:11.311875rem;height:3.6547875rem;top:8.2498226165769rem;left:7.1249107122419rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIPpiHSuluaylQZxacudafLM8VFdsyBG { width:12.125rem;height:1.6494125rem;top:15.312232971191rem;left:0.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zdRV95Beis1X3adS61ernTgRqa0FOVke { width:11.312125rem;height:0.9002125rem;top:32.375rem;left:1.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #i6CXOXhkZNCcZ2wJy7KKXW0EK27r4T5m { width:11.8125rem;height:2.923825rem;top:33.625rem;left:1.3125rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bmh0sP7W5wlDf5TNaioFoOfNywnEDNl9 { width:10.1871875rem;height:0.9746125rem;top:40.8125rem;left:7.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7pVbGxTtNDs7rvWvCSJXhyEScLvXPbF { width:11.6241875rem;height:2.923825rem;top:42rem;left:7.125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6A82vlPyGb71eghSAO1EBNfH10ul19R { width:10.8123125rem;height:2.923825rem;top:17.375rem;left:2.3125rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6zzuBNHp1rvqlM8VexRnS1h5CQ36pd { width:11.31125rem;height:3.6547875rem;top:24.892755508423rem;left:7.124467253685rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ra5ZRqoRPKacQOTZ8hgJk7u9hc62xfoy { width:10.74975rem;height:0.9746125rem;top:23.73046875rem;left:7.1550067663194rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sRBgPMmNbEGXmSfAGFSh0mK4cBzhbbhm { width:20rem;height:1.92480625rem;top:2.5237045288086rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGQIlPh5wpCxvkE1zhXB0x2HsfOaTs0 { width:20rem;height:7.1875rem;top:5.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8flkIBT4LHJrpvTce887qJKIHI0q6By { width:20rem;height:7.1875rem;top:14.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Qmk70xufCxFTnDudLEZpLDa3qEKz9U { width:20rem;height:7.1875rem;top:22.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asAkCoqtFI5rowNArzhIArz2KTEBZkBu { width:20rem;height:7.1875rem;top:39.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5s5PAfx5pJZZs2ITk6W81byamzXCdIi { width:20rem;height:7.1875rem;top:30.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT58mMguuy7R3Iek2SfIzGUMyERKbBS6 { width:4.7492rem;height:4.7492rem;top:6.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rv5nCshpn94xGtQ8t5sKCUN4wo2qHt { width:4.6875rem;height:5rem;top:15.055041313171rem;left:13.805041670799rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfLCax8srcNUTuzx95RaJCLeTSmh1CkA { width:4.5614375rem;height:5.3125rem;top:40.187320709229rem;left:1.4996448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDFgLAW5FdgM3sPbL0g1uLBkSE71cIIs { width:3.9999125rem;height:5.3125rem;top:31.749821662903rem;left:14.179686903954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scl3DqpnpaPfR1akU3mcrg6FzXbgC6Ms { width:5.1234rem;height:5.625rem;top:23.219638824463rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.adaptive-delivery-prevent-bg, #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.lazyload, #KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8.lazyloading { background-image: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { background-color: transparent; background-image: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container > .video-iframe-container { display: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container { display: none; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .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); }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { border-width: 0; border-radius: 0; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTJ3nNzFtSV92P2dRsD1Zlq722Vpf5h8 > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4UAMNeK3XGrwPo1PDsHqVwqQylk5fKl { width:20rem;height:1.4375rem;top:26.5625rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OKh3ULRFEWhppU8uuccILelBy4BhVvTc { width:20rem;height:13.125rem;top:30.3837890625rem;left:0rem;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yKTyqriq6Csu4QtXgnDKmIEUkLtcnfC3 { width:20rem;height:0.89355625rem;top:28.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHEhkHqoS614kT0Gmh2PRDRZ2GbWXL0 { width:20rem;height:23.32375rem;top:1.42578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS08MSkPtZxblEv3QLIgiCU53zbLaDll { display:block; }#lS08MSkPtZxblEv3QLIgiCU53zbLaDll > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zquqlq7MER3DTFcVITAMtfBgSCQK4SeA { width:20rem;height:2.625175rem;top:0.93661117553713rem;left:0rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sne6vExRbTP2LmOs5fiR8OzZwpH4gQ4T { width:20rem;height:8.3125rem;top:13.37357711792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uncInfcOwG8fieWENi764dI7O6RyrMXG { width:20rem;height:7.5rem;top:4.9369659423828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74XXZJBRpQNaSHNGnt4z9twr46QbKH8 { width:20rem;height:6.3125rem;top:22.624289080501rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaSc0BNPJkfUnuEFkRK8NXORPoUpnqVJ { width:20rem;height:7.5rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLC2hFPcJmkoSLx4wH3iZntTzGcVpMq { width:20rem;height:7.5rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHGVVVTmnUcT0LpQ9TVRps5u2DMlH9Q { width:20rem;height:8.0625rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQIcIhPlrJ9Vy4ers0qw3D8iCZbre6N { width:12.5rem;height:1.92480625rem;top:6.1869697570801rem;left:5.4998220205307rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN2Jw0sg5xWIRuNrPewZ9RBvH9yDaKob { width:12.1875rem;height:3.25rem;top:8.5600137710569rem;left:5.4989346265793rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHhRLnDSqmulP6dZRxQ60aAHTFEZuvkm { width:12.125rem;height:2.88720625rem;top:14.373226165771rem;left:5.4989346265793rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVgeMZty6CNzHTSw1Jgu4tQeVuxTpNo { width:13.5618125rem;height:3.25rem;top:17.650207519531rem;left:5.4993785619736rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6F7CrCEyzF6DlVhkZrFXSBlxDQ78n0N { width:11.875rem;height:1.92480625rem;top:23.749111175537rem;left:5.4989346265793rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV0e4R5cmCCeBgrJHQAINx0oKDVJHmwL { width:11.8110625rem;height:2.4375rem;top:26.123227119446rem;left:5.4989346265793rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0gM2Wz8PiaGOpKvxhpBBUhxb6Zw59M7 { width:10.9375rem;height:1.92480625rem;top:30.9375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Q0E0gyUQdzxXdIzof8TSuGaA333gmb { width:12.6243125rem;height:3.25rem;top:33.3125rem;left:5.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUwoTwWmfqLBqaT6UNkzPgyKkmcFki7w { width:12.6864375rem;height:3.25rem;top:41.625rem;left:5.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXSR1NgMHgah7bALwlcOBDblm4HdVTo { width:12.4375rem;height:1.92480625rem;top:39.249820709229rem;left:5.4998220205307rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyapxAcM90Ax4XBsWK4ivFBBvLG2IGs { width:12.1244375rem;height:3.25rem;top:50.0625rem;left:5.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5uE6CIxOTxZ507JcNOxpysWHC8QK542 { width:11.9375rem;height:1.92480625rem;top:47.687320709229rem;left:5.4998220205307rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIlccMlSzQJVysT8Ew0GMSyVWBiGv6P { width:2.5rem;height:3.49964375rem;top:47.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxuDQUHFPeporMqkJJpM2bBRbzkZXwQT { width:3.375rem;height:2.9375rem;top:6.1843032836914rem;left:1.3112570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58otAVfZlKHICVudEhoaJF0bw3KoM1S { width:3.37446875rem;height:3.312325rem;top:14.642223358154rem;left:1.2160865068436rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vETgAWJcSAiLdZFTgK3KiutnpfltWU { width:2.9367875rem;height:2.74946875rem;top:23.780363082886rem;left:1.5594815015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBBmufnXK8xW9GK8U6ueoMtS96FeyAPR { width:3.37446875rem;height:3.312325rem;top:30.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmstvgBUuPDtCcQWzUyXadxHRxhJqZq3 { width:2.999825rem;height:2.5rem;top:39.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf { display:block; }#OyNgZSyPhTt5o90mr5FenLbHMgvwCCRf > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ3eQrTiomrlsvKhTxm367J3IDJDH2yR { width:16.0625rem;height:1.92480625rem;top:2.125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkFhxqlmkPt07BwXO9C8Zkod3V0cUaxU { height:10.125rem;width:18.125rem;top:4.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX53zDu2Te2znwfRTKUrfrsGWDz5JDnC { width:20rem;height:15.0625rem;top:1.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #wkLIBIDB41v3HWeZMCV4oBPIZUX7gXRd { width:2.8125rem;height:4.5625rem;top:11.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzcN2w8o005ehP5P31Xqid68nsihtKt { width:2.125rem;height:2.8125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO { display:block; }#XB4DLtz10kmmKuNMxVJXdy8yEphUO6QO > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q511TS4RVLGxcHHputCvHiKO0TotcBwf { width:15.125rem;height:1.92480625rem;top:0.875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmORRyokCSaBalRp17pPnxos6H0OgqT { height:10.125rem;width:18.125rem;top:3.5732421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRw9dfRWKVH1g4tGaoyTHl03qFitKzvh { width:20rem;height:15.1875rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBstXb9zq25DC1CNZywN9TKcvqddzeI { width:2.4375rem;height:2.375rem;top:10.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4EoZbbw92PqCfpfUmUmbpMTSzdhzNF { width:4.375rem;height:2.5625rem;top:2.125rem;left:15.51875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOJMwogf3oQET9hHR99qC9LoXGOaagJ { display:block; }#GOOJMwogf3oQET9hHR99qC9LoXGOaagJ > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baU26oJLme8oT4dJx9AId6L7HXJLxSrQ { width:18rem;height:11.875rem;top:1.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stHTTcpBdyZavEODFFcqLWfeutaGA39T { width:17.5rem;height:1.51220625rem;top:14.4443359375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWXu7MKweheSBT0y4oXtH2dzwH7eWEPE { width:14.1875rem;height:1.875rem;top:16.5625rem;left:3.1875rem;font-size:0.5625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OoKvsqKi1B5klN8SbVNVb9OnesaTJxUc { display:block; }
 }@media only screen and (max-width: 763px) { #tpbTKrsfwSDMg8KUSmu0vrAAgKFvnCpW { display:flex;width:1.5625rem;height:1.5625rem;top:16.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #kgSfsp2R0hbO49KEnxD9QUuudGBlS2mg { width:17.5rem;height:7rem;top:19.0625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4It56BT5kSrcgx6lpNJAvJe1bl0719H { width:17.5rem;height:1.21875rem;top:27.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N { width:17.5rem;height:8.1875rem;top:29.1875rem;left:1.25rem;font-size:0.625rem;display:block; }#zZi85JiCCtgFGu2pzbVQuPsq3v1cmU5N li:before{  }
 }@media only screen and (max-width: 763px) { #m2xdNgFUIIdUutTutRTVS9hTxVID5Gzk { width:20rem;height:1.375rem;top:39.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5M66FyQIopCTWfRlANVoehTkovPEAMv { width:20rem;height:0.82470625rem;top:41.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT18TqxN8ma94TeHNAJs9zzSOZS4o4b5 { width:20rem;height:1.4375rem;top:35.737518310547rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #V9aIHXlEmUZuxTgt87sFk8nL06mJZywd { width:20rem;height:114.375rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mLhlTpfQXoK82wUBw31LyPEovPNKAAFr { top:38.625rem;left:0rem;width:20rem;height:4rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VEFR5Fm2hAlGX8fNJDECwukAfhWc1O7G { width:17.5rem;height:1.21875rem;top:43.25rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk { width:17.5rem;height:4.5625rem;top:45.0625rem;left:1.25rem;font-size:0.625rem;display:block; }#yJEzhsdV7Q1SKpKOB9BRybPJwDrz97yk li:before{  }
 }@media only screen and (max-width: 763px) { #GE4GHawIP5nSHxSufkFmKiZZ0K7PDM8k { width:17.5rem;height:2.25rem;top:51.125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWumPlU2T1W3xdlJD7hPAMxZeJBTTcxZ { width:3.6875rem;height:0.4375rem;top:42.625rem;left:8.15625rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #ZWNTBeSuo54TgxrV7H7hw4nOhFrWOERp { width:17.5rem;height:1.21875rem;top:70.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvnaAcqK2N64rQAaN5Z4plpQqCloF1V { width:17.5rem;height:3.375rem;top:75.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA { width:17.5rem;height:1.75rem;top:72.4375rem;left:1.25rem;font-size:0.625rem;display:block; }#DBin1RDRBNQ3C2VOoTCDSbTUKzKOp3QA li:before{  }
 }@media only screen and (max-width: 763px) { #XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy { width:17.5rem;height:3.625rem;top:79.4375rem;left:1.25rem;font-size:0.625rem;display:block; }#XLHs3UUlWm3TBAOVfDmaRhTkoTnfEDPy li:before{  }
 }@media only screen and (max-width: 763px) { #JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 { width:17.5rem;height:1.75rem;top:54rem;left:1.1875rem;font-size:0.625rem;display:block; }#JiXIyrJX9l7LThQt3rK2PsL2QkTPwHf4 li:before{  }
 }@media only screen and (max-width: 763px) { #wn9hlhzxAHA2mmgngv6uTuT7hPuJEcL0 { width:17.5rem;height:1.21875rem;top:84.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShrT4GdrqvLquGqHJsOxG9XtDQscOug { width:17.5rem;height:1.21875rem;top:57rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ams1Qa553XorHg5kWOQhtBmbqmuna7yT { width:17.5rem;height:6.4375rem;top:86.125rem;left:1.25rem;font-size:0.625rem;display:block; }#Ams1Qa553XorHg5kWOQhtBmbqmuna7yT li:before{  }
 }@media only screen and (max-width: 763px) { #ZFipyaJwCVZmqEG7vW5pDFOzinzlBvIg { width:0.6870125rem;height:0.6870125rem;top:12.623958587646rem;left:9.6552084684375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 { width:17.5rem;height:1.75rem;top:67.5625rem;left:1.25rem;font-size:0.625rem;display:block; }#CfLiGq2J9rp1n9TpsTJR6aWssQZh7we9 li:before{  }
 }@media only screen and (max-width: 763px) { #sfOpm6q7KCEJVk1c3gOETEeokM2mrJA3 { width:17.5rem;height:2.4375rem;top:64.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnuC83qvUdUth8nDirUetE1JVBo5JWHn { width:17.5rem;height:1.21875rem;top:93.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 { width:17.5rem;height:3.625rem;top:95.6875rem;left:1.25rem;font-size:0.625rem;display:block; }#HB4f4ArRgTnXJPCb9X66l1TJhGsf8Eo8 li:before{  }
 }@media only screen and (max-width: 763px) { #JgzWz0lgPcHE5RHJLprxyTrTrfb428qm { width:17.5rem;height:1.21875rem;top:100.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq { width:17.5rem;height:4.3125rem;top:102.375rem;left:1.25rem;font-size:0.625rem;display:block; }#GWVoCwpFr5aiuhtG1dAcmb5kmOmxV5cq li:before{  }
 }@media only screen and (max-width: 763px) { #NbprxDGvv9KTwyZczNclptVOBTCcq9AL { width:17.5rem;height:4.4375rem;top:58.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#NbprxDGvv9KTwyZczNclptVOBTCcq9AL li:before{  }
 }@media only screen and (max-width: 763px) { #TLs8wafJciMv2Wwu08BGd8n8QlqBtSXS { width:17.5rem;height:1.21875rem;top:107.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW { width:17.5rem;height:2.5625rem;top:109.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#vSvUo9CfNVH7ExNrcAbZK5MXppJLE4DW li:before{  }
 }@media only screen and (max-width: 763px) { #r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz { display:block; }#r7ZNJa3yZNaCnqVdR0clpUTDnMcIl4gz > .row .container { width:20rem;height:102.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuGG4c2XLgyLaJvoJ8cipi24Px2A8xQS { width:18rem;height:11.875rem;top:1.185546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRslHlnbNX3igtT5bI90TvRVHJNVofz { width:17.5rem;height:1.51220625rem;top:13.685546875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcguXkgTaT8FDpWTBD7sS1iQTa3oa4Zz { width:14.4375rem;height:1.875rem;top:15.8125rem;left:3.125rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A9qoFEkJKKEhzhoap6vx31ulNTVbFFB2 { display:block; }
 }@media only screen and (max-width: 763px) { #UTydcsAKXdESGi1761M3pK0nOGQoVgwH { display:flex;width:1.5625rem;height:1.5625rem;top:16rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #utotXrDPP7Po5OOdmiQ3IepfWQ8R5Jox { width:17.5rem;height:8.75rem;top:18.4375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUztCeRzu4rgsRXQfmd5higKmPPof0Gv { width:17.5rem;height:8.1875rem;top:30.3125rem;left:1.25rem;font-size:0.625rem;display:block; }#VUztCeRzu4rgsRXQfmd5higKmPPof0Gv li:before{  }
 }@media only screen and (max-width: 763px) { #iKcCss6T85Vh5NSy64auuXqgZ8y2a9Hh { width:17.5rem;height:1.21875rem;top:28.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV72pE37qJnWVleQGe2RTOGugy9uDX7o { width:20rem;height:1.375rem;top:40.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFxT8zxcCNC1bpu5s43JHLGMMW3D3H1c { width:20rem;height:1.6162125rem;top:64.5rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #kqZN5QsSurL50dPDdQf0sWzrR3K2bavk { width:20rem;height:0.82470625rem;top:42.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbGm2Xm0xDFgSIlvbT7ysMriyVzAciJp { width:20rem;height:101.375rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FyK9n4mSDQmUtbbSWHQBU6vmaobOcJuP { top:39.75rem;left:0rem;width:20rem;height:3.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tGpLh8RlwdldDMaqu8f73rFrewExafOv { width:17.5rem;height:1.21875rem;top:44.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz { width:17.5rem;height:2.6875rem;top:46.1875rem;left:1.25rem;font-size:0.625rem;display:block; }#qzbd2aEvi10U2IliTCGMHzQ3rShWUfyz li:before{  }
 }@media only screen and (max-width: 763px) { #zvAIfJOZD8kZu34weu1eHC5fgGGQvpTf { width:17.5rem;height:2.25rem;top:50.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7X6axf84U3C5xFubNESms4BNckcnvs2 { width:0.0625rem;height:17.25rem;top:39.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnqULcdp6urTeph2RT4C1TXoRJi33HOC { width:17.5rem;height:1.75rem;top:79.5rem;left:1.25rem;font-size:0.625rem;display:block; }#bnqULcdp6urTeph2RT4C1TXoRJi33HOC li:before{  }
 }@media only screen and (max-width: 763px) { #nVbIonzADpcPU5s4fQOrAk463Wff41py { width:17.5rem;height:3.375rem;top:75.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS { width:17.5rem;height:0.8125rem;top:53rem;left:1.25rem;font-size:0.625rem;display:block; }#xcq474Ez1HkBoiaq3CUPTTNPt0uDnPNS li:before{  }
 }@media only screen and (max-width: 763px) { #OIOwahnsp04TrrwOfGmak9wihstNS2zR { width:17.5rem;height:1.21875rem;top:70.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZezGUZsvrmsl0TnGoJVSAUTEC7JeqQek { width:0.0625rem;height:17.25rem;top:39.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb { width:17.5rem;height:1.75rem;top:72.5rem;left:1.25rem;font-size:0.625rem;display:block; }#MEVVdZmDBHkQ4mMxTcoRxo9INo6lxtOb li:before{  }
 }@media only screen and (max-width: 763px) { #ZUU2i9vVVGxvW2PQNnpN8pho7hgBPqm3 { width:17.5rem;height:1.21875rem;top:55.0625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU { width:17.5rem;height:1.75rem;top:88.25rem;left:1.25rem;font-size:0.625rem;display:block; }#XWyRiB7BFtHd1K19NNXmPHGAHOLWvIVU li:before{  }
 }@media only screen and (max-width: 763px) { #LDL9oqsTopTwtP4isWvP34gSD6T2TckJ { width:17.5rem;height:2.6875rem;top:92.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#LDL9oqsTopTwtP4isWvP34gSD6T2TckJ li:before{  }
 }@media only screen and (max-width: 763px) { #LEJUTQb4Ig8R1XJuJPNSImmQBqMItTgF { width:17.5rem;height:1.21875rem;top:86.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEx4TDZtoL8LvzVyFV7JXEnWQMsAwDi5 { width:17.5rem;height:1.21875rem;top:91rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVf2J6WlHhvh303NWDunAfFCgFKmR6An { width:17.5rem;height:3.625rem;top:56.875rem;left:1.25rem;font-size:0.625rem;display:block; }#gVf2J6WlHhvh303NWDunAfFCgFKmR6An li:before{  }
 }@media only screen and (max-width: 763px) { #ei37SryPFyRen6tU7xcEiE9t4XASIdpE { width:17.5rem;height:1.21875rem;top:96.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwCGX5MT7nALbOTShfys1wuK0XBd978h { width:17.5rem;height:2.4375rem;top:61.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO { width:17.5rem;height:0.8125rem;top:98.625rem;left:1.25rem;font-size:0.625rem;display:block; }#sdBsoK9T6xGObQpqXcV7U22fMFGbp2tO li:before{  }
 }@media only screen and (max-width: 763px) { #vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL { width:17.5rem;height:4.5625rem;top:64.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#vBq8HRXQaQHX5qatOPny0O0wbuVUt1BL li:before{  }
 }@media only screen and (max-width: 763px) { #XLdynFL4g84GBDuuGOeu1c2irxM1VNTi { width:17.5rem;height:1.21875rem;top:82.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDSKD9izuOkiHCdknR3KOpttoJaTyfB { width:17.5rem;height:0.8125rem;top:84.3125rem;left:1.25rem;font-size:0.625rem;display:block; }#lZDSKD9izuOkiHCdknR3KOpttoJaTyfB li:before{  }
 }@media only screen and (max-width: 763px) { #pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu { display:block; }#pDo1vBGf1Ma7DO6NyXyRmXGtF8ZvrdXu > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T63eqgZyQ2LPMrfhWxVDIiAbKwp3L6ww { width:17.5rem;height:1.51220625rem;top:13.75rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4JD9pE8pus1rFGXD7hGJve90pWZZSz { width:13.6875rem;height:1.875rem;top:15.875rem;left:3rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wTQFPCVJf5L5QXFETBL9l7OJzZdMcbUk { display:block; }
 }@media only screen and (max-width: 763px) { #UCTUGnrzfrV4sPu9RH5TLU2vix72MIcz { display:flex;width:1.5625rem;height:1.5625rem;top:16.0625rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HrWZ8CAMHZ9BBsOa6xdCtgJWTaNop8TF { width:17.5rem;height:6.125rem;top:18.25rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJ22cMdGd352uZkP7dgEzW5Tu8J5UeX { width:17.5rem;height:1.21875rem;top:25.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 { width:17.5rem;height:6.3125rem;top:27.5rem;left:1.25rem;font-size:0.625rem;display:block; }#VCZWwIJxSzx2ROVaLHOKVs7Pp7zTL7G2 li:before{  }
 }@media only screen and (max-width: 763px) { #OidAn2vQcmssT5c8IXhprTTTAW9W0LPa { width:18rem;height:11.875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHaAus185Wk98wmoA1glT22T4uvRbJV { width:20rem;height:1.375rem;top:35.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cffPTL8CagzrPyQPJuh7a8xGJpTQd3ZG { width:20rem;height:0.82470625rem;top:37.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKfvwTFw5hzPbGFGRFJQzekAypT2PhLT { width:20rem;height:1.6166666666667rem;top:96.375rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #lLaKahrbg9Kd1wTu4w2MDt5OyElssmEg { width:20rem;height:75.125rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nHy3r2Mgxc2dm4vQRVuXgCBcUuzz0dBp { top:35.0625rem;left:0rem;width:20rem;height:4rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fGNzgkfHTKh4GyznrTTpeHc4xQtiB6tB { width:17.5rem;height:1.21875rem;top:39.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 { width:17.5rem;height:0.8125rem;top:41.5625rem;left:1.25rem;font-size:0.625rem;display:block; }#bNyREbGTTbuuln6bZmkz1S3GmSe9FID7 li:before{  }
 }@media only screen and (max-width: 763px) { #QOUHPqiqtmzqmX6vNcdpf8023w9zt6QO { width:17.5rem;height:2.4375rem;top:43.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wgQS7a73arcMT7f1ZywViADPpPz5Kr { width:0.125rem;height:9.125rem;top:40rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J83DeIbrTPJiBF1iVqZO2JP60h67rtay { width:17.5rem;height:2.4375rem;top:48.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDA0vPTi6awRyk8erGutaPSnQ5h44oA { width:17.5rem;height:0.8125rem;top:56.6875rem;left:1.25rem;font-size:0.625rem;display:block; }#fHDA0vPTi6awRyk8erGutaPSnQ5h44oA li:before{  }
 }@media only screen and (max-width: 763px) { #S5LqzTtMgBsNq2fMsWEPqX3QXMMWxcJ4 { width:17.5rem;height:1.21875rem;top:54.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm { width:17.5rem;height:1.75rem;top:51.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#c70ZdaTTrtpxzJxI7DzFIb1t8nuw4XLm li:before{  }
 }@media only screen and (max-width: 763px) { #Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL { width:17.5rem;height:0.8125rem;top:46.6875rem;left:1.25rem;font-size:0.625rem;display:block; }#Z8zDf2pBwul0hdsopTcEwkOhsofoTGxL li:before{  }
 }@media only screen and (max-width: 763px) { #UdsO6rEXNIc3459ZezuqTG95gWG7nTle { width:17.5rem;height:1.21875rem;top:66rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg { width:17.5rem;height:0.8125rem;top:67.875rem;left:1.25rem;font-size:0.625rem;display:block; }#ic8zdlfMF3Xi4Fr34dqbuS1AsD37weRg li:before{  }
 }@media only screen and (max-width: 763px) { #TtLdI4d16JO9gR3aC8FcH96A48UhJblI { width:0.125rem;height:9.25rem;top:39.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC48OvoauGLbfEwSdGezqzoJGf3pDsEr { width:17.5rem;height:3.65625rem;top:58.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqy81WOtImhkGf063TLCff7FCqPICAe { width:17.5rem;height:1.625rem;top:71.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#CXqy81WOtImhkGf063TLCff7FCqPICAe li:before{  }
 }@media only screen and (max-width: 763px) { #F9VkcZbXisged8y3wiw1Xbrve2xGriO1 { width:17.5rem;height:1.75rem;top:63rem;left:1.25rem;font-size:0.625rem;display:block; }#F9VkcZbXisged8y3wiw1Xbrve2xGriO1 li:before{  }
 }@media only screen and (max-width: 763px) { #gebBOfdoE9mOxziGZdG5lSeSk52LzTlO { width:17.5rem;height:1.21875rem;top:69.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI { display:block; }#psWXt3oVSHDVaWh7xmtviDMoAm77ZJtI > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QC1mw59y2qpUWn7guimt59pPI8LVp0tw { width:18rem;height:11.8125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUkb9FbQC2rH54CTBfKHtBOEnroLCfH { width:17.5rem;height:1.51220625rem;top:13.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2nyMkAD8eMppyzlaXVwUXUFhQfCHEa8 { width:17.5rem;height:7.875rem;top:18.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCGZ4imZJoCeRME68MpLL0Or90STCnQW { width:17.5rem;height:1.21875rem;top:27.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL { width:17.5rem;height:3.625rem;top:29.25rem;left:1.25rem;font-size:0.625rem;display:block; }#MS24t9JMikZLEEatDW8iS4ZOEuPyCvdL li:before{  }
 }@media only screen and (max-width: 763px) { #ZftoTqw629KoUgUf5qftcPwg7tJ1dKWT { width:20rem;height:1.375rem;top:34.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPOM1syhEXhdHbDF8ReIxzIMxHamL5C { width:19.9995rem;height:0.89355625rem;top:36.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqAqNTxb6rgG7Oga3qVEZWBdKKUS2Eok { width:17.5rem;height:1.21875rem;top:42.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsdd57pJ9OqawGUkPVeFXgnTVU9z5Vpz { width:0.125rem;height:8.0625rem;top:39.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W { width:17.5rem;height:1.75rem;top:44.75rem;left:1.25rem;font-size:0.625rem;display:block; }#Ier0epJ8ToNsGbcRTSCpVk4aNgn2lX2W li:before{  }
 }@media only screen and (max-width: 763px) { #OGqBQQZaTbXPeL6gWMNKx8qTdZzy2iPf { width:0.125rem;height:7.8125rem;top:39.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof { width:17.5rem;height:0.89355625rem;top:40.75rem;left:1.25rem;font-size:0.6875rem;display:block; }#ZTgpo8qQeQO0GiVaQD3zWUBtxsIVEFof li:before{  }
 }@media only screen and (max-width: 763px) { #OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 { width:17.5rem;height:0.8125rem;top:50.8125rem;left:1.25rem;font-size:0.625rem;display:block; }#OVRgvspBOBFPGtCXK0Vl6vbnvaKxzK23 li:before{  }
 }@media only screen and (max-width: 763px) { #cTy47L1aoToQMTJPyVZhquRZQdM7yLPn { width:17.5rem;height:1.21875rem;top:38.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmKtsgfpaUaiWSOmWEtdlRaCPNxu0yBD { width:17.5rem;height:2.4375rem;top:47.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBbDki8HcapttFUTRG2NTkm8y4c2uIs9 { width:20rem;height:61.9375rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HBlwxT4om0zMJCSbUgA4QnRfNWDxbmdC { width:14.875rem;height:1.875rem;top:15.8125rem;left:2.8125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXAotOQ8zFCWMVtTxXZdG2vD4TaoXZzb { display:block; }
 }@media only screen and (max-width: 763px) { #ZzpsmnqyhemsuZCH2mZOlyFHWzyi8gMq { display:flex;width:1.5625rem;height:1.5625rem;top:15.875rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #MraQihrqo3kpDacZ6BuTXqEvIReTNWEM { top:34.125rem;left:0rem;width:20rem;height:4rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxqKtzHNA10gDEs2TmrVOof7SSIrPvga { width:11.1875rem;height:0.8125rem;top:55.875rem;left:4.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 { width:17.5rem;height:5.125rem;top:54.6875rem;left:1.25rem;font-size:0.625rem;display:block; }#xx0JkbHuoahA9SMyaCmVsHePP7LbDCA7 li:before{  }
 }@media only screen and (max-width: 763px) { #kFQQy7Ci7rdvizSHUTrGD1NHRQ5LRszC { width:17.5rem;height:1.21875rem;top:52.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog { display:block; }#xwh5bH9hlFmZhPVBAioWdSrTCbwAMSog > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLhtTrhzh9bJiPK5CctflHMaXpUJx7U3 { width:18rem;height:10.5rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfWh9ZZXMkXPukFn4P8uXCNcUfBX3Q7r { width:17.5rem;height:1.51220625rem;top:12.375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tKvB31x5VAT3HVap2fXAI0e2IgsuC45t { width:17.5rem;height:6.125rem;top:17rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3X98HeUpg0yrOhSZquLylJtlUOIMhnS { width:17.5rem;height:1.21875rem;top:24.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI { width:17.5rem;height:4.4375rem;top:26.25rem;left:1.25rem;font-size:0.625rem;display:block; }#DfQ6NWrhu18o9sU9MPCWxmbSTZ4lZbUI li:before{  }
 }@media only screen and (max-width: 763px) { #VfHf7tQFZV6G6uMTBq3toUUMiU5GZcOe { width:20rem;height:1.375rem;top:32.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawgP6e5yxDPh5muDED9ZmA6vnrpzdXC { width:19.9995rem;height:0.82470625rem;top:34.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UtB5DhF4AUSTWa3JMcOvVDEhXOhC5V { width:17.5rem;height:1.21875rem;top:40.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeTUC6UmJbPPlTboeloQqo33Lq3aern { width:17.5rem;height:1.75rem;top:42.625rem;left:1.25rem;font-size:0.625rem;display:block; }#XWeTUC6UmJbPPlTboeloQqo33Lq3aern li:before{  }
 }@media only screen and (max-width: 763px) { #Qd1rAZGXPHiETeft84ovEvgLKWsECCCe { width:0.125rem;height:7.8125rem;top:39.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb { width:17.5rem;height:0.89355625rem;top:38.4375rem;left:1.25rem;font-size:0.6875rem;display:block; }#eJv1mXP4iLgxg8MzkK9qcPWNkxmhKWhb li:before{  }
 }@media only screen and (max-width: 763px) { #fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 { width:17.5rem;height:0.8125rem;top:48.6875rem;left:1.25rem;font-size:0.625rem;display:block; }#fNSAczT0Tl2z0ncmdnZ0GrXP1nNLpVL6 li:before{  }
 }@media only screen and (max-width: 763px) { #GX3ly0kT18FdFOBhv1gPPLEoGgHxe32B { width:17.5rem;height:1.21875rem;top:36.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG0z9CSUukcIUlDl2na7p20rLU7ft7M8 { width:17.5rem;height:2.4375rem;top:45.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvgdSqchpmyt2Cc1cAzrGGlruo9GSEh { width:10.8125rem;height:2rem;top:14.375rem;left:3rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QcX22Vm6if62d0geRR98D4CXSGsBMM7Z { display:block; }
 }@media only screen and (max-width: 763px) { #NeB1TUAWauH083dTLDDinlihDTSELEa5 { display:flex;width:1.5rem;height:1.5rem;top:14.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BMbMkvTGmcI1nyMdDTaQfKAFD2zu9qGq { top:31.9375rem;left:0rem;width:20rem;height:4rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tWFpQlfZLxhvcnT0kubkq5enp7XP2Jtx { width:11.1875rem;height:0.8125rem;top:49.875rem;left:4.40625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h { width:17.5rem;height:5.125rem;top:52.625rem;left:1.25rem;font-size:0.625rem;display:block; }#sQxo5O91QKyGeQcsXd2VcPhE1uCXDh9h li:before{  }
 }@media only screen and (max-width: 763px) { #d9y8rkrxlshEINaymtcdq2WsL7G0yKly { width:17.5rem;height:1.21875rem;top:50.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq1s5isMySfJTkbaavrE8z67qO5moCXT { width:17.5rem;height:3.65625rem;top:59rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 { width:17.5rem;height:1.75rem;top:63.25rem;left:1.25rem;font-size:0.625rem;display:block; }#SzWT206IgnqpSaK9sdPgKcFPoQ54OQ89 li:before{  }
 }@media only screen and (max-width: 763px) { #T7pthrR9pnfBQX0vVBiunO9Q434MwaQS { width:0.0625rem;height:12.1875rem;top:62.59375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTUwSDLd9UVx0U0V9Ts6DeMc1lVLUELh { width:20rem;height:67rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TTCcVPRSHCv0NCZbcBpv9a3xaGT6iWFa { width:20rem;height:1.61640625rem;top:30.55859375rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz { display:block; }#GuGaJq0dS4kcnio8M4kNPbRsTT6NDIyz > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrOCpVRL8BHTIn6Q2A43iTMfQ6pkU608 { width:17.5rem;height:3.0244125rem;top:13.375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihWpNpQKyFDdJsygCFOW5eMcvuLaev6i { width:13.8125rem;height:1.875rem;top:16.9375rem;left:3.25rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DW9sazPNbTVVWIrdXMsuadKdSDfSgFOu { display:block; }
 }@media only screen and (max-width: 763px) { #inuAVRrM0OuKDvK7L30mrKfE6DhUgTRs { display:flex;width:1.5625rem;height:1.5625rem;top:17.09375rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mTsKXmxQDPrubwmTDuTTt0OB1VpSAgUO { width:17.5rem;height:7rem;top:19.28125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiyBbG0vg1E5J3h4nTw2J7V1Cu93AlA { width:17.5rem;height:1.21875rem;top:27.1484375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb { width:17.5rem;height:4.5625rem;top:28.9921875rem;left:1.25rem;font-size:0.625rem;display:block; }#RdDesPLIqiNR6kMD39nlXC2a6L1zHuDb li:before{  }
 }@media only screen and (max-width: 763px) { #eLzCmTMwmTFp4OJzvyoZg5QcsyJSMgNi { width:18rem;height:11.5rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwxJA0PciEX58tmMMHENpiEF6DSa9tgE { width:17.5rem;height:1.21875rem;top:39.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH { width:17.5rem;height:0.8125rem;top:41.28125rem;left:1.59375rem;font-size:0.625rem;display:block; }#LBOwbVIgpoQzoHRrn2k8B9RTs4EuWReH li:before{  }
 }@media only screen and (max-width: 763px) { #sTJHswe4XDy6XGwo1zDZmO4NuHNAW7aT { width:17.5rem;height:2.4375rem;top:43.34375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TERwoVRl5fWUwnAMo0NlOcftROVm1q { width:0.125rem;height:8.1875rem;top:103.50001525879rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v27byqMRS7HS2kfHv4opez8nqqohUAVk { width:17.5rem;height:1.21875rem;top:48.46875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbHXszApfobPCZsrOMX72PITUGegxhMt { width:17.5rem;height:0.8125rem;top:50.3125rem;left:1.25rem;font-size:0.625rem;display:block; }#kbHXszApfobPCZsrOMX72PITUGegxhMt li:before{  }
 }@media only screen and (max-width: 763px) { #b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v { width:17.5rem;height:0.8125rem;top:46.40625rem;left:1.25rem;font-size:0.625rem;display:block; }#b1veytHuNZPmmy9Q2WFZvvWcq8KuWk2v li:before{  }
 }@media only screen and (max-width: 763px) { #husXAnboKRT32K0iph28Eb36kt2rkGVk { width:17.5rem;height:1.21875rem;top:61.40625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMSeOQTb4puHb0RF1ubnpSfnWZISShoF { width:20rem;height:1.375rem;top:35.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNxE8muqpOTVK3Ce9SaOay5A6gflTe9c { width:20rem;height:0.82470625rem;top:37.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBkS7Uw8zIZ2fNQOfHNWxK4TEqQiMbLA { width:20rem;height:1.6166666666667rem;top:96.375015258787rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp { width:17.5rem;height:1.625rem;top:63.25rem;left:1.25rem;font-size:0.625rem;display:block; }#FvMwsRzuLqI5R8mgpRBq6EqIsndv8PAp li:before{  }
 }@media only screen and (max-width: 763px) { #X7yNyrsWcB454PDy3PeokQNyaKpeKVWd { width:0.0625rem;height:8.125rem;top:103.49792480469rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRmbeBR7NEcDJRbgPbTzns3mblDrVfgK { top:34.8125rem;left:0rem;width:20rem;height:4rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qC16yUcW1bCaE0BG4qdvktnosPLXEPKw { width:20rem;height:67.0625rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #CPveX2ytOTNrJxgqn9R5dMHg4L6XcGzB { width:17.5rem;height:1.21875rem;top:52.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI { width:17.5rem;height:0.8125rem;top:54.21875rem;left:1.25rem;font-size:0.625rem;display:block; }#HVkJFXaCP1xTCNZT667UGd9V9vBsg0PI li:before{  }
 }@media only screen and (max-width: 763px) { #KLQ1nMG5cUavi7XhBzC1vaO4oDUv96UP { width:17.5rem;height:2.4375rem;top:56.28125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci { width:17.5rem;height:0.8125rem;top:59.34375rem;left:1.25rem;font-size:0.625rem;display:block; }#OEcNdpfc0pmGzbnL8yodFk4fR4DEAuci li:before{  }
 }@media only screen and (max-width: 763px) { #z1c6nEK4v1MricKtTCio42TF5ecUBx52 { display:block; }#z1c6nEK4v1MricKtTCio42TF5ecUBx52 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTc6fiEZ81s7QfPFQZmAbEODnIeNJrQr { width:17.5rem;height:1.51220625rem;top:13.375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psyGM10HkLETOiu6KSZmSmX0XQTleUAu { width:15.9375rem;height:1.875rem;top:15.5rem;left:2.9375rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kz7G0Ugr9gD89htH6TLxcpkp9FuTtWTe { display:block; }
 }@media only screen and (max-width: 763px) { #ap3yuqZF60dteXmTfvph4aH9dNippkfm { display:flex;width:1.5625rem;height:1.5625rem;top:15.625rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #a4RG4WIrI6aC8NPndbTL8uCLfxsS7ZmC { width:17.5rem;height:8.75rem;top:18rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc87lf7oGI2JAmEvBIlhFFpafHQf4cvO { width:17.5rem;height:1.21875rem;top:28rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weodf2T85OhNaMxDD0Vi0k2qTQfrnTJU { width:17.3125rem;height:11.5rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD { width:17.5rem;height:3.625rem;top:29.875rem;left:1.25rem;font-size:0.625rem;display:block; }#fx89rQs7f1uTmGoqMpWiPz2M82hwDEwD li:before{  }
 }@media only screen and (max-width: 763px) { #MVR3XEVT5W6Ud8QWzkZIMqBK9loMRG0A { width:20rem;height:1.375rem;top:35.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwQflJih1tmT2k3lu6UT2iqRnIdOQ5o { width:20rem;height:0.9746125rem;top:37.125rem;left:0rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #twRdFduB5M0L0TFt9gvrrhxHwzHfwGUw { width:20rem;height:1.6166666666667rem;top:34.060546875rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #gfDWS1P2lJAwzehXeX8RsEonUdQzKMzS { width:17.5rem;height:1.21875rem;top:39.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbagBKPtnK1sR7tTMrDAXTNWoJSuN9D { width:17.5rem;height:2.4375rem;top:52.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Z3hROIaRcgFRPVTbE8qDHPOanGoNDg { width:17.5rem;height:2.4375rem;top:47.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHHhhKzhfEpT0D7kf4ZKkhKbOQF9SlKT { width:17.5rem;height:1.21875rem;top:43.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT31mgthxBoNDgM6n4MBGiBxhdRtBofh { width:17.5rem;height:0.89355625rem;top:41.1875rem;left:1.25rem;font-size:0.6875rem;display:block; }#mT31mgthxBoNDgM6n4MBGiBxhdRtBofh li:before{  }
 }@media only screen and (max-width: 763px) { #yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ { width:17.5rem;height:0.8125rem;top:45.1875rem;left:1.25rem;font-size:0.625rem;display:block; }#yMDrcnvcgAFF4g91u5SgMMuSPH03dgpZ li:before{  }
 }@media only screen and (max-width: 763px) { #c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc { width:17.5rem;height:0.8125rem;top:50.3125rem;left:1.25rem;font-size:0.625rem;display:block; }#c6bNnJvEAE6C2EBrLTomaHBhxVL2t1Wc li:before{  }
 }@media only screen and (max-width: 763px) { #gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU { width:17.5rem;height:1.9121125rem;top:55.4375rem;left:1.25rem;font-size:0.6875rem;display:block; }#gE70uPiaUkQ2O75E9d2rR05nMUU0kvXU li:before{  }
 }@media only screen and (max-width: 763px) { #pbl7oT9PTuTZPbfehLLr7aOyrBZtpyBl { width:0.125rem;height:9.25rem;top:55.741215625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8CJFacdhWfD5d7V67lnWO7CeqvbG7zD { width:0.125rem;height:9.25rem;top:66.241215625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKP8ogGUJxZLZuOmSfobDoofiqAqRGO9 { width:20rem;height:59.25rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DKdEWOAwvHqqJbeRuL67qJwzGs4IANVa { top:34.75rem;left:0rem;width:20rem;height:4rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW { display:block; }#eacetl1DxVa2UNnqHg0EkAlt6Tbid1TW > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ZbTtTlMmmNPiCpTR4o7uqL4B0ENbcI { width:18rem;height:11.875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnS53FkoiuHyaDQUizcLtiEqLUnmdRo3 { width:17.5rem;height:3.0244125rem;top:13.75rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTaUuVbA4TzxwWJLBERwCzGkHODsM0mp { width:17.5rem;height:7rem;top:19.83642578125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox8Nq9oe42lvU82IdFooH8wHrzeK5cO { width:17.5rem;height:1.21875rem;top:28.08642578125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL { width:17.5rem;height:4.4375rem;top:29.93017578125rem;left:1.25rem;font-size:0.625rem;display:block; }#hzgOKAbp0ddEx0JuwlOn7088ThT1q9kL li:before{  }
 }@media only screen and (max-width: 763px) { #dwooXm5pi7g92zMWh3q9C1nVJnQsc4fJ { width:20rem;height:1.375rem;top:36.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0iWTzT7ivMTALTDlV3HRNSrg6DJz27W { width:19.99825rem;height:0.82470625rem;top:38.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3W9R47pkA0QOlcZAT9qR0ryGImipux0 { width:0.125rem;height:7.8125rem;top:37rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #beniWzv3rhfb08KFwiFNbDtFZNPwTs17 { width:17.5rem;height:3.94921875rem;top:51.53125rem;left:1.25rem;font-size:0.6875rem;display:block; }#beniWzv3rhfb08KFwiFNbDtFZNPwTs17 li:before{  }
 }@media only screen and (max-width: 763px) { #yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q { width:17.5rem;height:2.6875rem;top:44.53125rem;left:1.25rem;font-size:0.625rem;display:block; }#yMVJ4LQ5mArVxoBHeNa6f9TA0i3drW6Q li:before{  }
 }@media only screen and (max-width: 763px) { #HTSgEmk7hc5qDBtOyUqp8G1ZuO6hSK7R { width:17.5rem;height:2.4375rem;top:48.46875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF96Stfaerb76JLHgyQbSDVOsvEmD6wP { width:17.5rem;height:3.65625rem;top:40.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrQGphar5BI9G2ctVhTrDMlFHl4D8OH7 { width:12.25rem;height:1.875rem;top:17.33642578125rem;left:3.0625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tfZh9yoKvnSgwTP3v01PrlrTGHrcROTg { display:block; }
 }@media only screen and (max-width: 763px) { #VEkLwVaDZWqOgV1PUP83gQGpgsTDONqs { display:flex;width:1.75rem;height:1.75rem;top:17.39892578125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #UXRO3tOOLn1KLMdhFXwxlEpkvPL6vZ3b { top:35.625rem;left:0rem;width:20rem;height:4rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbcA1EcV7zbKbZH7pIGxIVLXivAXGREI { width:11.1875rem;height:0.8125rem;top:29.765625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #VlNnIXy7ZSTzVZ4aguwDZp5CLbr7qT5B { width:17.5rem;height:1.21875rem;top:56.73046875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u { width:17.5rem;height:0.8125rem;top:58.57421875rem;left:1.25rem;font-size:0.625rem;display:block; }#eK47NP3t2V3gkC8wekiVH6AkQMnlSD0u li:before{  }
 }@media only screen and (max-width: 763px) { #zycHkV72TpQNN0tp2kBUGHUdovOZbq1D { width:0.0625rem;height:10.3125rem;top:36.9375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI6ycRH85IXIvQqxc6UodGnTRnDbnafO { width:20rem;height:61.3125rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr { display:block; }#WLvpz4Q8epAAUZM0aeKhuIgRBhpA8zOr > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heJUVeFJcl9BOar1I1u2vpWypNOhvxeJ { width:17.5rem;height:3.0244125rem;top:13.75rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wd7TwQs1QVUV1dPUtnyd8EX0LTbkfH3F { width:15.4375rem;height:1.875rem;top:17.375rem;left:3.0625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #se2KVXbpZioKz1oEZ5p61SOpM5GtdzQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #beuQwua4wVy2nXSIDtp1dl0PSuG9WIr8 { display:flex;width:1.5625rem;height:1.5625rem;top:17.5625rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #t6B6erdzNUnx4u09iTSdGpdf0J6SApbD { width:17.5rem;height:9.625rem;top:19.875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHFyAXdJHZgmTZTkT0u86HzptPE8cUW { width:17.8125rem;height:11.875rem;top:1.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEFB3SP9JQ6piOUnANsZHJGOPLJV0Ow { width:17.5rem;height:0.9746125rem;top:35.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASAPxzpGh4SoaOVUObMpUrMc9BqQ7UZ { width:0.0625rem;height:5.25rem;top:36.500003814698rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TitGRZUpUDOpmMdE2yNZZU22hKhu6GII { width:17.5rem;height:0.9746125rem;top:37.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFW2Oz55aSUzNU5SkDJTT6RRp90D6QaT { width:17.5rem;height:0.9746125rem;top:39.75rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ri3mMdP2mZEzmbeGaKqEbkLxPLuTKBa6 { width:20rem;height:1.375rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJLCp52uExCiMealVEh8sTvFILRdJGA { width:14.625rem;height:0.9746125rem;top:32.5625rem;left:2.6875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XK9BSsKdRw5xvRNkGuUIXJWdx0wRfkyT { width:20rem;height:1.61640625rem;top:32.6875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #QXJvhesCnW5pz6X5snxB4pfm2sJFepZF { width:20rem;height:41.9375rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #LgOodbhCiSsDv1rdwMtASWtteeRsJ1rE { width:0.0625rem;height:5.25rem;top:36.500003814698rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QF0h4Ty5017D62NJKfmuwcRZThDiGC9i { top:30.125rem;left:0rem;width:20rem;height:4rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm { display:block; }#p3yZKTGMglETPT5IXiaHvFZfGxmCtdzm > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDzpVQMt3Vh9kHKaIxRHwn397uhkWNyZ { width:17.5rem;height:1.51220625rem;top:19.705078125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZUSTTfRvAXuMrLLGvCkbv5E162rTcbJ { width:12.6875rem;height:1.875rem;top:21.8125rem;left:3.0625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kl6Pi35z3TztTWZ8pTOMTg5o7BhdlHZc { display:block; }
 }@media only screen and (max-width: 763px) { #iTxLVWsQPou1q3dOvDgZKNBw6VeJAcvs { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #dOtqdX4m1pT77E8ftpHZ3q4u0adaFAyf { width:17.5rem;height:13.125rem;top:24.5625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2byz6eRlf28JhUA8De2tWLGJgIC1vJv { width:16.6875rem;height:12.375rem;top:3.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2T3pmUV4ebIHcGiChmG1hcOOhGwE5L { width:17.5rem;height:1.03125rem;top:38.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN { width:17.5rem;height:11.8125rem;top:40.59375rem;left:1.25rem;font-size:0.625rem;line-height:1.3;display:block; }#GTy3eXT5QZKy4iVA6TG8lGwvhbUSgBfN li:before{  }
 }@media only screen and (max-width: 763px) { #or4kxhwHrWrDvPPHGz9Oedy9LU8oTmN7 { width:17.5rem;height:1.03125rem;top:53.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vByaf4gpunqHDVOknTbmF1rwQcGvAowf { width:8.125rem;height:8.875rem;top:55.3125rem;left:1.25rem;font-size:0.625rem;display:block; }#vByaf4gpunqHDVOknTbmF1rwQcGvAowf li:before{  }
 }@media only screen and (max-width: 763px) { #vOAuLfRIZddh3NDP2EAOUftxKhCuztMe { width:8.5625rem;height:8.75rem;top:55.3125rem;left:9.75rem;font-size:0.625rem;display:block; }#vOAuLfRIZddh3NDP2EAOUftxKhCuztMe li:before{  }
 }@media only screen and (max-width: 763px) { #FNUamcXhAnish97gp8P58zfT1oFKqWNI { width:20rem;height:66.75rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UJtgcSktzHJZGEA8S5WlxXvC8HN9fo1P { width:17rem;height:5.9375rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19RQqbHbTUTQqDeA5iVextPS6Gy9iXB { width:9rem;height:3.1875rem;top:15.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OON8QU9G6xJpAITNq95986LL1J5qN7c4 { display:block; }#OON8QU9G6xJpAITNq95986LL1J5qN7c4 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvEXvQHXnABTmGqtFFsfrf5tUaygTx1v { width:20rem;height:25.8125rem;top:0rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #eVkSOQ9koMKqTIDhKOSFsAdhyOKkyXqD { width:17.5rem;height:3.0244125rem;top:1.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CMTEiJzFQuUefzMb3Z79SHNUs63UTe { width:17.5rem;height:7.875rem;top:7.375rem;left:1.25rem;font-size:0.625rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #Zlw1qms4nSNmAbgaQIADWUuUT1hmBibn { width:20rem;height:38.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zQOwdUGy3KGOfBdJKkn45yXiUbinKR { width:17.5rem;height:1.21875rem;top:16.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzaFdZvo3z1xlXTKLGJNa6MtySwQx1FP { width:17.5rem;height:4.53661875rem;top:29.375rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5i0TdI6o35dm8yBTCgpUnNkka3iTsy { width:17.5rem;height:6.125rem;top:37.0361328125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXKba6U00PuW8t71uzGkdUJK2wGqIien { width:17.5rem;height:1.6499rem;top:46.2548828125rem;left:1.25rem;font-size:0.75rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #y7M5Rp3amFROSePsfB6xwMwMKTl8nHV9 { width:17.5rem;height:1.21875rem;top:44.4111328125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLLuRP3x7NC702kBbZfld3BXnRuKiiA { width:17.5rem;height:5.5rem;top:18.34375rem;left:1.25rem;font-size:0.625rem;display:block; }#WqLLuRP3x7NC702kBbZfld3BXnRuKiiA li:before{  }
 }@media only screen and (max-width: 763px) { #bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R { width:17.5rem;height:5rem;top:47.904296875rem;left:1.25rem;font-size:0.625rem;display:block; }#bfNVzidN7Nz98I8itvT6Ea0FTkgRb57R li:before{  }
 }@media only screen and (max-width: 763px) { #yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi { width:17.5rem;height:1.8125rem;top:61.5625rem;left:1.25rem;font-size:0.625rem;display:block; }#yQdwq33AHIqwHqWa20P6oqNyMTdX1nWi li:before{  }
 }@media only screen and (max-width: 763px) { #oCyMZUGclSwR8DhpGLMzh64c3HaALaFT { width:17.5rem;height:2.875rem;top:55.8037109375rem;left:1.25rem;font-size:0.625rem;display:block; }#oCyMZUGclSwR8DhpGLMzh64c3HaALaFT li:before{  }
 }@media only screen and (max-width: 763px) { #zJGiDzzAzluoAf9OFMBpCfweT5z9H59P { width:17.5rem;height:1.6499rem;top:54.154296875rem;left:1.25rem;font-size:0.75rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #gUzUAo2AkEf9TETtePvzT4C4E1BmaryK { width:17.5rem;height:1.6499rem;top:59.9287109375rem;left:1.25rem;font-size:0.75rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #p6VOvJTWam9x7iDBcQFh5B1NasBKwvbt { display:flex;width:1.4375rem;height:1.5rem;top:34.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #gOnok8E4B9VpomSIUpqTl4RTq3QUmqL7 { display:flex;width:1.75rem;height:1.875rem;top:4.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #twf4c2qyFSOSw5yX4mlfoE6KZMwWFdtL { width:13.8125rem;height:2rem;top:4.875rem;left:3.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6GvqpN8Rmrzeh5QIDRTbQcXIFA6fuR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qxO5vHIXXfV4IG8p57Sy3Uik5meN7Qha { width:9.75rem;height:1.875rem;top:34.5361328125rem;left:2.5rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QmSqWdHxLdFNM4eD7zg0yPCdDTt1pW9C { display:block; }
 }@media only screen and (max-width: 763px) { #PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw { display:block; }#PQFvML7d6xlhw4m10VRPJtmmpx2EA4rw > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtZtOFGkAle49JJkGJMfAvJJ4CH6wkxs { width:12.8125rem;height:2.19286875rem;top:5.9375rem;left:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGUIKMaUQN3xio60eWMLIl4LFHMbq8r { width:12.3125rem;height:2.19286875rem;top:9rem;left:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFh1h2hsEpTsIg5ytgLDTnUFk0kuxJi { width:17.5rem;height:3.1621125rem;top:2.125rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2RelKBoEOcnO1HAOgHaGRKyxsTXJKga { width:9.6875rem;height:8.4375rem;top:1.5625rem;left:0.46874994039536rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyLK4Q6vfNyAp0exH1FnVsBU13x60mBN { display:flex;width:2rem;height:2rem;top:6.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oPfpy2wUuBhrKhNlHGEipBMNb89yGWcq { display:flex;width:2.0625rem;height:2.0625rem;top:9.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bEdHFyh4P5QL8wNuUg083oXzz9e8SuOk { width:17.5rem;height:10.5rem;top:11.81689453125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbSKzxXTMMON6csa4NZg31QmRuKn8do7 { width:17.5rem;height:1.03125rem;top:23.56689453125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi93lTTqeZksQ8pJeKhpCRm3UbUa154d { width:17.5rem;height:1.75rem;top:25.22314453125rem;left:1.25rem;font-size:0.625rem;display:block; }#xi93lTTqeZksQ8pJeKhpCRm3UbUa154d li:before{  }
 }@media only screen and (max-width: 763px) { #TXvV0RmwnyEVQ1e9wREgdyrdNT3uFJWy { width:20rem;height:28.875rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f { display:block; }#gEGDUdnIfbihIC9iTmqJ7s3UCbPkxn9f > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKaRxgEWTzR7suiBgFUIJbiOXXG2ot6Q { width:20rem;height:56.375rem;top:0rem;left:0rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #mqdFHvMrf2dSeLhJwpKuGSmX617o1JD6 { width:17.5rem;height:3.0244125rem;top:17.68603515625rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yamlJfEErBl08Aabka3VP1Ndgfhbpxnu { width:17.5rem;height:14.0625rem;top:23.87451171875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZvnexcJkDcNqJ6SWbWk0fPQB4U2yHFN { display:flex;width:1.6875rem;height:1.6875rem;top:21.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Kht8ehRUVAsg038srAXledTLpM6D4Ltt { width:15.99975rem;height:1.93725625rem;top:21.3125rem;left:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7SgJT5VHJhJPdy5kgUb6NP3pFNJ7S94 { display:block; }
 }@media only screen and (max-width: 763px) { #f6uVd5MXvviXwEtxguMOT9dw4Kb4zG7W { width:8.3125rem;height:4.6875rem;top:48.3125rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usIGTugcIN9BpPUxZIBAIhWAXfIfAIAZ { width:18.062rem;height:15.812rem;top:1.25rem;left:0.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzwZuB7ZCKBDHwnbxHfUZI47rqp8OqW { width:16.4375rem;height:2.19921875rem;top:40.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UumzQE1MHhDaeORKdPPikCUghUni5yNC { width:17.5rem;height:2.8125rem;top:43.8125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rwcDZtBH6ykimKoOziFk2CTvetM3NE { width:14.4375rem;height:1rem;top:44.9375rem;left:2.78125rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #W1TIx4yMP0bU2qgy9JGwfkBXWuN6hq3q { width:8.562rem;height:5.625rem;top:48.3125rem;left:10.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA28IgclaZ4ZMKvLIlW1lcCdnTUmTk8M { width:0.125rem;height:6.25rem;top:47.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHNOIO9o9eKR3Saro79bxHdlFAltfkn { top:39.1875rem;left:0rem;width:20rem;height:4rem;z-index:14978;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 { display:block; }#a8D2OXwdgoZRa7eGZ8mhIFCKxOOq6m52 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua1iKl7XcV8dXhAnHoZTwJaobOtrbrF8 { width:20rem;height:58.0625rem;top:0rem;left:0rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #hH2wE45T1TSyP0bso7kOmwbuuq7MCuh9 { width:17.5rem;height:3.2998rem;top:14.8125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IZS9unX8vXKv3l0dodCVnApSodVCxlbq { width:17.5rem;height:15.9375rem;top:21.6875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y10A8WESZBPWOOMl4HDZsAQwu1gx9hBi { display:flex;width:1.6875rem;height:1.6875rem;top:18.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XRTkUOUJwGp5CaepxOpRtURSKc5oqQ9T { width:15.99975rem;height:1.93725625rem;top:18.75rem;left:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGTbhPMryhHdqpnvvnWfWi3cNd3IVB2 { display:block; }
 }@media only screen and (max-width: 763px) { #wvIOyHHyAUgm3ArTUTsPH4RLDH7HytK8 { width:16.4375rem;height:2.19921875rem;top:39.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh0xfPI8MWlvPfS4Bs8cDml1AbTJTJO7 { width:14.4375rem;height:1rem;top:44.9375rem;left:2.78125rem;z-index:14976;display:none; }
 }@media only screen and (max-width: 763px) { #cd5n0Ql9K1bV3gm1LIlhT1bTdZwivczv { width:0.125rem;height:6.25rem;top:61rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDCQJn6ql8QXvmuhwh4k0nW9SPDSSv3t { top:38.875rem;left:0rem;width:20rem;height:4rem;z-index:14978;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hqVwmGn81OgwHgsGGHmo1x5kinwKpJFQ { width:0.125rem;height:9.375rem;top:43.44921875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8HmJ62R8oQtQDJLZLbfvGmsKged2lr { width:0.125rem;height:8.75rem;top:80.125rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #beDnCuz6BePMkDqp50AJuTuwLhoHe865 { width:0.125rem;height:8.75rem;top:101rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbHeB9ES3Au2q8R9mJ04IG9xum5ZEfke { width:6.4375rem;height:1.375rem;top:43.875rem;left:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBplxnbmxJ7FyT0Ici7OUGUhoKeGzSD4 { width:7.375rem;height:1.375rem;top:43.875rem;left:11.310546875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6FhcTUhvdig7Z6ZXfQ6cbQsmHA4lMC { width:6.375rem;height:1.375rem;top:48.6875rem;left:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi0gS7FoTKWy9qURgwKmINMiNkpB2nSp { width:5.5625rem;height:1.375rem;top:48.6875rem;left:12.216796875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADIG2Rvh3N77sKwraTtZRTCcgOM0PVO { width:6.75rem;height:1.375rem;top:53.6875rem;left:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9fR7kUTXkSqxmolr3o8oMJA2FOKCuZ { width:8.0625rem;height:2.4746125rem;top:45.4375rem;left:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB2EgmrDTtV8ywWCklx4Q8A6mvb3E0Kp { width:7.25rem;height:2.4746125rem;top:45.4375rem;left:11.435546875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gS6JQCN7VIB0gtdnMJGBBSKIOz0stP { width:7.125rem;height:1.85595625rem;top:50.34375rem;left:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Xi7dkPcsNMwD67Zg3IL2M3wSUZ7ngF { width:6.25rem;height:1.85595625rem;top:50.28125rem;left:11.810546875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFFQ4su5syPxVvSftQ4ATtH0CGMvNTOC { width:12.375rem;height:1.23730625rem;top:55.25rem;left:3.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3WxN41zJbSi6DJAOBDt3ZmoNPwlDtcy { width:18rem;height:12.9375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX { display:block; }#M5F9JM9ElGW45sKSQLMoEvtUiCN4DbdX > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN5i8K4POvvIOCWXbcTozRT7fTZSivE8 { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI { display:block; }#MuN8zFCqc5kUMRFwWHF7LxWioAGBcSAI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP9CsTeuK0EIkJUUxftprC6MJosSKSyQ { width:20rem;height:3.0869125rem;top:2rem;left:0rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVU0vM9A6lDLKhdm5HNe0TtVn9CbWTXg { width:9.5625rem;height:1.75rem;top:5.9375rem;left:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgEgTsidF0mNSXXSmb4XTSQp5HeC10g { display:block; }
 }@media only screen and (max-width: 763px) { #ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn { display:block; }#ebTLsdGEoOrG6Kaznp7qGw74JKWSEbZn > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgOpaugByf2v2UyygiXJhJhxx2ceV8Cc { width:17.875rem;height:0.875rem;top:24.662109375rem;left:1.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTtMQSdd9DWgdygOEPyWTSkwiRzmRROO { width:11.4375rem;height:2.625rem;top:15.15625rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRITOB0uGwMu7Zt62hWQpACAZrtk05w { display:block; }
 }@media only screen and (max-width: 763px) { #wfK6mTeoReMVPTx2rgiGc6btWrsVvdGb { width:8.4375rem;height:5.125rem;top:1.79638671875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDSaoWF42TexDu0TpWZg6EDJV18T4URO { width:1.875rem;height:1.875rem;top:8.35888671875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHteBpDQspvMAqBlNpc4NfGZrLidyTde { width:1.875rem;height:1.875rem;top:18.21875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuy2T73NoXvTo38fRHy93b7qqL5cZId0 { width:2rem;height:2rem;top:13.15625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Ig8ezIyMVvZ4nTbBGiVo6xOgpe318t { width:9.75rem;height:2.5rem;top:10.3125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACRttCeyderEPsVkl1Q7VHinDkyyHH3 { display:block; }
 }@media only screen and (max-width: 763px) { #PyF6XaCIXO8QfxRhqZepTsN3axH0UzHH { width:4.8125rem;height:4.8125rem;top:0.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6y0Qv9ry6NB00OlvNwBTvWBhMo5RTE { width:14.1875rem;height:2.5625rem;top:20.162109375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaWQARkIvscGHKOPA6g7V26bo2EJfBx { display:block; }
 }@media only screen and (max-width: 763px) { #xNBcmcipeZRZN5qhI1ygg4zqDdZJNRwp { width:4.375rem;height:4.375rem;top:6.69921875rem;left:15.625rem;z-index:15009;display:block; }
 }