.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,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:"formular";--paragraphs-font-family:"formular"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/606220e4-559a-40b9-a838-43bf503e0398/imgbghero.jpg");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;overflow:visible;position:relative;display:block; }#psW6PtcaIoExQ2UgOUTxPetzTKFgRgTd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:4.875rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#cuEDRDTlkLEJSP2eG04XoLhMuycOKeve { background-color:rgba(var(--color-secondary-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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:64.5rem;display:block; }
#sooWIE0n0h3nCVTVOOoUxZFRhk7aDvG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtNT4QSm3PfJErQMoCl4oWMVHrXDJyf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:22rem;left:1.25rem;height:9.9rem;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; }
#BvdHk8ep0xDN5dwPdCHiXZx6IMQ9uPQF { color:rgba(var(--color-tertiary-0),0.7);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:33.125rem;left:1.25rem;height:3.19921875rem;display:block; }
#ABX2RDXZVFFUTGtTQMCsiKqHOqFQ5BAg { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.625rem;left:1.25rem;display:block; }
#mqEPGd1h7GTadZITUCsCb5K7DT1OI0WW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMJHuI7WOPO31DKBWaU62HwPrODVuai2 { 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:1rem;width:1rem;top:42.0625rem;left:1.25rem;overflow:hidden;display:block; }
#c73IV0ZCBc5i3w0e4MGis3ymFl2XMbLH { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:41.9375rem;left:2.625rem;height:1.2rem;display:block; }
#CLOR6LHBxiehO3BgqJIac7rvFTGewHsL { position:absolute;display:block;z-index:15005;height:2.4375rem;width:3.25rem;top:1.28125rem;left:60.65625rem;display:block; }
#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container { background-color: transparent; background-image: none; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container > .video-iframe-container { display: none; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row > .video-iframe-container { display: none; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .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); }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container { border-width: 0; border-radius: 0; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#pBf2b8KO0HvATr0GKlOTfNsWS1esE8aX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:27.5rem;height:3.7375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfUXmMfrowfpfPozZW50G1hoI81w1NzD { color:rgba(var(--color-tertiary-0),0.7);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:4.75rem;left:30rem;height:1.6rem;display:block; }
#TwktvK9qdlsJAnoIiXRqTEBtt5f8U1ag { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:36.1875rem;width:75rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#rtF7a7DH2kSqGNViOGKQ6TK2qCrIo54Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.9375rem;top:14.75rem;left:67.8125rem;overflow:hidden;display:block; }
#av2nx7Rfu7vy5cRWbURskv8UFb8LM4TT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.125rem;left:1.25rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#waaMlZJrhSJq7fF0bv9y7TpkTn6xV2Cl { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.5rem;left:1.25rem;height:3.8984375rem;display:block; }
#SSMsGTT6qvkVLhOanwtLdmKKvqFXQ0bQ { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.25rem;left:60.625rem;display:block; }
#wV5Tm8Wc90Vtq1B5rgIigSrKt0ffK8yZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sezR3wPdnJrDRklXiQQbPg1wLHwbS36J { color:rgba(var(--color-tertiary-0),0.7);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5rem;left:23.5625rem;height:0.975rem;display:block; }
#qyTHScJTBDxF5b81dzMHTtrH8LV2lhOa { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:28.5rem;height:1.1375rem;display:block; }
#Q4Q0a2N6VGT7Tyt1z2tRKeflCqfDNkDy { color:rgba(var(--color-tertiary-0),0.7);display:block;width:4.8125rem;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:14.5rem;left:35.09375rem;height:0.975rem;display:block; }
#sm2hMmbPGPLa8JLZCBAuG1sZUx9u5c2U { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.21875rem;height:1.1375rem;display:block; }
#ySaBT4JxLC5xleb1ukics4zqmLZGuU27 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.77499961853rem;left:26.125rem;height:0.975rem;display:block; }
#IArQS8TupWBTXUdGRsFKwJIVb5TU4q7H { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.674999237061rem;left:29.9375rem;height:1.1375rem;display:block; }
#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container { background-color: transparent; background-image: none; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container > .video-iframe-container { display: none; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row > .video-iframe-container { display: none; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .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); }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container { border-width: 0; border-radius: 0; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#R19KFuLvDKC05Hu2kIcs2ZwEv1Vq8FCN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:35.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C20u3rRrJnivsPGmdtqySLTkIGTFXctS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.1875rem;left:37.375rem;height:1.1375rem;display:block; }
#raKi5kzdeMs5iThb6GK4SyvkixFrH1rM { color:rgba(var(--color-tertiary-0),0.7);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.4375rem;height:0.975rem;display:block; }
#RAk5TAzBli0vVfPmzqOrcmrOVOcTf4Vf { color:rgba(var(--color-tertiary-0),0.7);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24rem;height:0.975rem;display:block; }
#iCy9yg7Cgn8AGeQTcaEsrN0BN7sA9ScX { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:27.8125rem;height:1.1375rem;display:block; }
#Sd42R7sbUuKdQtXxfbKJnQcayl7Ny9rn { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.512500762939rem;left:42.9375rem;height:7.7988125rem;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; }
#wgDTzRaOhbx2DdFVXfRM1yKF99tEf7am { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.875rem;left:42.9375rem;height:5.19791875rem;display:block; }
#iCwdPPzkssB2Cul3GRavL9AKDqs5cBbA { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.25rem;left:42.9375rem;display:block; }
#lkMKUSwzNw2NEHO3fVaUeBOMLxmCJTRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSzDuWmr5Knh1cak4MAAbUTHT5g5p5nt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.1875rem;top:1.1875rem;left:71.375rem;overflow:hidden;display:block; }
#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container { background-color: transparent; background-image: none; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container > .video-iframe-container { display: none; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row > .video-iframe-container { display: none; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .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); }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container { border-width: 0; border-radius: 0; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#BHI3aBgfkJoJNiK09TWNgNJ0AfdvZDRh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:35.9375rem;width:75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#T7FezOk3OJtTduxsXKP94JObzfLNmQ1r { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.9375rem;top:1.9375rem;left:68.75rem;overflow:hidden;display:block; }
#NWeiWB9AcLyH5r5ANMKaz0lI4BZULs2y { color:rgba(var(--color-tertiary-0),0.7);display:block;width:4.8125rem;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:2.125rem;left:23.25rem;height:0.975rem;display:block; }
#lKJCOFX3baevN9tcfy1okVWGoREECPNu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.25rem;height:1.1375rem;display:block; }
#ogmPb3vKL9D7V1wADNMPoTxMw85b9OLE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.125rem;left:27rem;height:1.1375rem;display:block; }
#iiZTRLrqxArXmFG0AgiUzwlRmhmvVhnZ { color:rgba(var(--color-tertiary-0),0.7);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.25rem;left:23.25rem;height:0.975rem;display:block; }
#bTfhHvKTborN4aDcCK4gzb3CIQc6Z6aW { color:rgba(var(--color-tertiary-0),0.7);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.125rem;left:37.4375rem;height:0.975rem;display:block; }
#bqwMav0DpFecHZz8MTaBdKmVmeEEupHs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:"times new roman";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:42.5625rem;height:1.1375rem;display:block; }
#uIq7RuN20EfuzSuNHRzXCKThV3D2JTwK { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.75rem;left:1.4375rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVRKRDtC9x6t4e6TFSdQ5V50deCrev94 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.625rem;left:1.4375rem;height:3.8984375rem;display:block; }
#mN4Z2L9Vp1p2BTnq7RkeGRnep8m2rdlV { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.587501525879rem;left:60.625rem;display:block; }
#TrX6UrPBbpa57HqUl4WyJakpDipQ4SpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o { position:relative;display:block; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o { background-color: transparent; background-image: none; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container > .video-iframe-container { display: none; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row > .video-iframe-container { display: none; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .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); }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o { border-width: 0; border-radius: 0; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1c;background-image:none;font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TUgNqdHfoxn7NXwXWbkT7HqWRel5s3N1 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:1.25rem;height:1.3rem;display:block; }
#gUz6aOi4BFLrK9eyAA5iTtV5tgTMiKeZ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.25rem;height:3.9rem;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; }
#xsVPhzuAiMow1N5JxtZwss5fgZbhDrPp { box-sizing:content-box;height:36rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.625rem;left:1.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TxcBz0soHd4oEvzKKBbf3pWDUFqqn7nK { box-sizing:content-box;height:36rem;width:22.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.625rem;left:26.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#B7ckev78pPvgnbszTKGdrmUI7QPSCsc5 { box-sizing:content-box;height:36rem;width:23.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.625rem;left:50rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PC9aU84ky2TQNu3S4DVT14i1fa5M6ktk { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:2.5rem;height:1.94986875rem;display:block; }
#f2RVq3eIkJ0akzxKiQxUynWNQhnsMgNd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:51.25rem;height:1.94986875rem;display:block; }
#GgrqntElI39vemPu5gZbWA2iE42O2Hg0 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.3125rem;left:2.5rem;height:0;display:block; }
#wnaorvT0ucyeWWfupKiAZiDCiQKTMsMa { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.875rem;left:2.5rem;height:4.5rem;display:block; }
#lhz1EKvsxigxoXCKrMwTJVL0npnZzJLw { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:17.875rem;left:27.5rem;height:3rem;display:block; }
#dgeDM5TSxgLzhLPBte5bfmPgp0KoHc4P { color:rgba(var(--color-tertiary-0),0.7);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.875rem;left:51.25rem;height:4.5rem;display:block; }
#owHqXGCzpIxIgBM1IOybCabpgo2PEzds { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:15.9375rem;left:41.625rem;height:0.825rem;display:block; }
#E0RGeUCScFEVxUkbRxhFLonJskZ1LuI6 { box-sizing:content-box;height:1.625rem;width:6.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.5625rem;left:41.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LSf8w39bc70Uhve8M7mQ6bmFeAQGhcOh { box-sizing:content-box;height:0.3125rem;width:22.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.625rem;left:26.1875rem;display:block; }
#WheBe50MZSQrTvVtCUbyQpXbkKykXrLs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.5rem;height:3.0872375rem;display:block; }
#bn2AAvuDlgVNUDcTWTM6FUASbg2nZrQT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.5rem;left:27.5rem;height:6.17448125rem;display:block; }
#OIzGX9laRTWR9TRqmctsiVoesmx9dZHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.5rem;left:51.25rem;height:3.0872375rem;display:block; }
#I1Ti6TcFl85ylMNAMctGZybbmHgcaZ1g { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.875rem;left:9.5rem;height:1.5rem;display:block; }
#ig6qhVUsPfGi5iTMg7340ddQrEsvCotc { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.75rem;left:36rem;height:1.5rem;display:block; }
#F0iqK2LV5M5NMtyTCEVa10HmXJapCThz { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:25.875rem;left:59.9375rem;height:1.5rem;display:block; }
#dM5p6zci6a3gTk2ReNBKEaoOS0UzJE2v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:27.9375rem;left:2.5rem;overflow:hidden;display:block; }
#GlCiakmVAqbtqCQBspMt7vsUsEb0stJs { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:27.875rem;left:3.6875rem;height:1.125rem;display:block; }
#ISfUdoZnzNRWQtVCGXvTt9w9PfegaUVN { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.875rem;left:28.6875rem;height:1.125rem;display:block; }
#ToVVG5J0fHJ68qB5E2hyUdz6VZ8qalbJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:27.9375rem;left:27.5rem;overflow:hidden;display:block; }
#HmbIEWLgw1v4QJeUh9zqzdmTbNfJhtui { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.875rem;left:52.4375rem;height:1.125rem;display:block; }
#Mrp7udn62cGW1hSaJcldErVmL6WdfisQ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:27.9375rem;left:51.25rem;overflow:hidden;display:block; }
#GaFfTrUVlufc8u5ntprF5Tb7rfutLhJE { box-sizing:content-box;height:0.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;top:30.5625rem;left:2.5rem;display:block; }
#tTfMo9yabVLV6W9wKxMhNvxeLVVnNpTd { box-sizing:content-box;height:0.0625rem;width:19.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;top:30.5625rem;left:27.5625rem;display:block; }
#SPS0wyEl0BLQoh2UHrFWZD8pTNkdCSVu { box-sizing:content-box;height:0.0625rem;width:21.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;top:30.5rem;left:51.25rem;display:block; }
#V5TerpcPHtfPrOQL0oZOxUuGasZM7lQv { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:45.1875rem;left:2.5rem;display:block; }
#HXN3tcJfDq4lxfgDs8EPT9p5uvT3oqSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWJT6FIKyrx2B9iE0PiPz0puOakTrwuR { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:45.1875rem;left:27.5rem;display:block; }
#xMEwzC0TJ3FFeLOX3mcJgJWkVFmgPQhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utDlzcXiXnBpzFndp8xdJ4QGLIeMakdE { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:45.1875rem;left:51.25rem;display:block; }
#FR70TWmcuuK6brPdxqv0c6QyTXAFPWpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzThyX7xO8J0PLI8eHOq49se3zwgFtEk { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#hpeESSJNlLVltXNgXHv1gx9V9Wnhidad { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.0625rem;left:4.25rem;height:1.5rem;display:block; }
#mMXZh1EvtHTq68NSxKNhIxSacZ2dGwcN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:34.25rem;left:4.25rem;height:1.5rem;display:block; }
#JO5Qt5kqTSRLwNbfSqmMyRHkApVJINwm { position:absolute;display:block;z-index:15054;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:34.25rem;left:2.3125rem;overflow:hidden;display:block; }
#WR1yTSoU6TFgPnc9xJR73019wWwHOASQ { position:absolute;display:block;z-index:15056;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:36.375rem;left:2.3125rem;overflow:hidden;display:block; }
#f1SR859oCH5zM5EWqsUTmQnzuUFqtZxP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:36.375rem;left:4.25rem;height:1.5rem;display:block; }
#gk12lI9PNiA2lFiRk9NtMALgm3hb4URQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:38.5625rem;left:4.25rem;height:1.5rem;display:block; }
#nGFZkkCLKKMfkSdZyS7D0goDyOvcq3SR { position:absolute;display:block;z-index:15057;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:38.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#LEeEMooOiCNhiD814NB61W8qszGBy9p7 { position:absolute;display:block;z-index:15058;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:40.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#LWZv4gGO85UsH9PsP3652rymvyx4TRcA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:40.8125rem;left:4.25rem;height:1.5rem;display:block; }
#kUTTd7P2zl9rx8rw2uI65k13RTseVuXa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:27.5rem;height:1.94986875rem;display:block; }
#MhilqT61VmxELQ2iHvTGD9Cr6fGvpwvV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:32.0625rem;left:29.4375rem;height:1.5rem;display:block; }
#SwTXoCPi5urRCd8Wle6nosDHPdNTHycQ { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.0625rem;left:27.5rem;overflow:hidden;display:block; }
#DVvxKqv1libes3RzPEDh92SH73uO5N7e { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:34.25rem;left:29.4375rem;height:1.5rem;display:block; }
#OQ5xcSgT6otDPiBt6OOPkw4A1rSU3ouw { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34.25rem;left:27.5rem;overflow:hidden;display:block; }
#Fhkr759xLAoT83kVZ3AU19G2ID5vWwAp { position:absolute;display:block;z-index:15048;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:36.375rem;left:27.5rem;overflow:hidden;display:block; }
#ZbqSl8ngXpAWgwXJfZyHwhzdtNgdTq4H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:36.375rem;left:29.4375rem;height:1.5rem;display:block; }
#COwKI5eHRfRLvZS2zKXdKFe7XvHtRWUV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:38.5625rem;left:29.5rem;height:1.5rem;display:block; }
#Wp5o5O7PPtdO0WM5Ik1vpEqObVPa47oX { position:absolute;display:block;z-index:15049;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:38.5625rem;left:27.5rem;overflow:hidden;display:block; }
#nVfgx73X4MUV0kK1XPQHJNihByPLtNgf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:40.8125rem;left:29.5rem;height:1.5rem;display:block; }
#UhWTUzw6Fh14cf9cZmI0L3IwRph1Z6KH { position:absolute;display:block;z-index:15060;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:40.8125rem;left:27.5rem;overflow:hidden;display:block; }
#bp8X3k6v43F9ZMwZIRb8BiLlHtbwdk6u { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:42.9375rem;left:27.5rem;overflow:hidden;display:block; }
#Z2DE8xcpDcyPJzKuIOJwOHfrASR1fKiz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:42.9375rem;left:29.5rem;height:1.5rem;display:block; }
#O2Ef1qmC79DS7iKNaJpyRxdTZILidwHk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:32.0625rem;left:53.1875rem;height:1.5rem;display:block; }
#K7PlpwBryM2cMu8Q55bJ5eX8H4PcSOK6 { position:absolute;display:block;z-index:15057;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:32.0625rem;left:51.25rem;overflow:hidden;display:block; }
#TE5Tm09TTqRaFEGMBraO96So7AQ6WRCE { position:absolute;display:block;z-index:15059;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:34.25rem;left:51.25rem;overflow:hidden;display:block; }
#cMhR2QinH0uegmTgXCtoSZSw5uCbb9lX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:34.25rem;left:53.1875rem;height:1.5rem;display:block; }
#GtMmc23BBCFoXyioMRKlpWnGAxmv7aFE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:36.375rem;left:53.1875rem;height:1.5rem;display:block; }
#yV9PewcdyeUsXyyduhFQCwoOZqVo7Fyu { position:absolute;display:block;z-index:15060;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:36.375rem;left:51.25rem;overflow:hidden;display:block; }
#Ug6kxJch9TuDETUkaQdJdrBNM0Cn3gKp { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:38.5625rem;left:51.25rem;overflow:hidden;display:block; }
#pGs7FMIufzVbUN7d6SUzSiIdw14ZAL5V { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:38.5625rem;left:53.25rem;height:1.5rem;display:block; }
#TxLFeXyADGugrCxtGiwkb3StVicrJXJe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:40.8125rem;left:53.25rem;height:1.5rem;display:block; }
#cPkXCr2H1nRVa9yTkTuetJkZNGyqlIT8 { position:absolute;display:block;z-index:15072;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:40.8125rem;left:51.25rem;overflow:hidden;display:block; }
#vKZoyvNb8Lcno5m43o916R1v7V0oeZOt { position:absolute;display:block;z-index:15073;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:42.9375rem;left:51.25rem;overflow:hidden;display:block; }
#fvIGS71BtxsIahSzB7Jguba9AcBVFwXU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:42.9375rem;left:53.25rem;height:1.5rem;display:block; }
#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf { position:relative;display:block; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf { background-color: transparent; background-image: none; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container > .video-iframe-container { display: none; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row > .video-iframe-container { display: none; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .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); }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf { border-width: 0; border-radius: 0; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1c;background-image:none;font-size:0.875rem;font-family:arial;height:75.5rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#uZ7ivBxvShnCr9hnGhRaNKM5ZxuKVPLV { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.25rem;height:1.3rem;display:block; }
#eC4FQDCratN28VImL1Tusv3pq2kZzI4p { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.25rem;height:3.9rem;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; }
#F6AuWRatPccoOJn5qcqUHB4pzgT4vvrq { background-color:rgba(var(--color-primary-2),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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:67.75rem;left:30.4375rem;display:block; }
#u8235imlMhTEN0VtTeZz0OMmJsTJNT8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZsDMOTT0WKMNWzSCAfCiy8pNVaDn5if { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:71.75rem;left:30.25rem;height:1.125rem;display:block; }
#ABPSSCtOz95pTgDnuZqzIBK0GvSHEhvp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:71.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#FtmgJfLgOG5OcTZDPuJJbAaeqQ6qx4Io { position:absolute;display:block;z-index:15050;height:54.375rem;width:75rem;top:11.25rem;left:0rem;display:block; }
#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container { background-color: transparent; background-image: none; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container > .video-iframe-container { display: none; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row > .video-iframe-container { display: none; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .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); }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container { border-width: 0; border-radius: 0; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#AgnNJhPpkSPTGQLoFcXrsTDQC4SdxkHh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:4.875rem;top:2.3125rem;left:1.25rem;overflow:hidden;display:block; }
#xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN { 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:15021;opacity:1;top:8.3125rem;left:67.25rem; }
#xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz { 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:15022;opacity:1;top:8.3125rem;left:69.75rem; }
#D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa { 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:15023;opacity:1;top:8.3125rem;left:72.25rem; }
#Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#UGGngo7Z2gJs1TMLa62O0895rtGvTmlS { box-sizing:content-box;height:0.0625rem;width:72.375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;top:16.625rem;left:1.25rem;display:block; }
#BTGdnrox1Fgf5RiW4EHJp7uuxX7dXUKy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.25rem;height:1.3rem;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; }
#nn5B9cywCpffvfoAGbVzMVkAFL8RFsmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.25rem;height:1.3rem;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; }
#a9B93bAemTOMSKc6hspOr2gNXWDWfIpp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.41171836853rem;left:15.624999046326rem;height:1.3rem;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; }
#HlGuu6MDnXLGimHTxUA30TOACXcZfUQT { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.25rem;height:1.3rem;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; }
#OAzufbZODN2EBHIPiQTnky9vPzfTe1pk { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.5rem;left:11.25rem;height:1.3rem;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; }
#slMg1ysmEPlQyTDiFaxCxQo5mlstdwne { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5rem;left:18.874218940735rem;height:1.3rem;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; }
#yyNQeLlxh1f96JDtHFNPzX4C7J1TXpq1 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.46875rem;left:61.0625rem;height:1.3rem;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; }
#lnQH1Xx4aVceaAorARWogeVT0M6S1cDC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.25rem;height:1.3rem;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; }
#hhaK0ZkkdT6kvKiywRSOKcMgM3UEIpzm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.25rem;left:15.624218940735rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psW6PtcaIoExQ2UgOUTxPetzTKFgRgTd { top:1.25rem;left:0rem;width:4.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuEDRDTlkLEJSP2eG04XoLhMuycOKeve { width:9.25rem;height:3rem;top:1.25rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooWIE0n0h3nCVTVOOoUxZFRhk7aDvG6 { display:block; }
 }@media only screen and (max-width: 763px) { #UtNT4QSm3PfJErQMoCl4oWMVHrXDJyf1 { top:22rem;left:0rem;width:38.6875rem;height:9.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdHk8ep0xDN5dwPdCHiXZx6IMQ9uPQF { top:33.125rem;left:0rem;width:22.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABX2RDXZVFFUTGtTQMCsiKqHOqFQ5BAg { width:13.75rem;height:3rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqEPGd1h7GTadZITUCsCb5K7DT1OI0WW { display:block; }
 }@media only screen and (max-width: 763px) { #OMJHuI7WOPO31DKBWaU62HwPrODVuai2 { top:42.0625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c73IV0ZCBc5i3w0e4MGis3ymFl2XMbLH { top:41.9375rem;left:0rem;width:16.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLOR6LHBxiehO3BgqJIac7rvFTGewHsL { top:1.25rem;left:44.5rem;width:3.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw { display:block; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBf2b8KO0HvATr0GKlOTfNsWS1esE8aX { top:6.3125rem;left:13.875rem;width:21.4375rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfUXmMfrowfpfPozZW50G1hoI81w1NzD { top:4.75rem;left:16.375rem;width:15.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwktvK9qdlsJAnoIiXRqTEBtt5f8U1ag { top:13.5rem;left:0rem;width:47.75rem;height:23.039375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtF7a7DH2kSqGNViOGKQ6TK2qCrIo54Q { top:14.75rem;left:41.8125rem;width:5.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2nx7Rfu7vy5cRWbURskv8UFb8LM4TT { top:40.125rem;left:0rem;width:34.375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaMlZJrhSJq7fF0bv9y7TpkTn6xV2Cl { top:43.5rem;left:0rem;width:30.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMsGTT6qvkVLhOanwtLdmKKvqFXQ0bQ { width:13.125rem;height:3rem;top:44.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV5Tm8Wc90Vtq1B5rgIigSrKt0ffK8yZ { display:block; }
 }@media only screen and (max-width: 763px) { #sezR3wPdnJrDRklXiQQbPg1wLHwbS36J { top:14.5rem;left:9.9375rem;width:4.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTHScJTBDxF5b81dzMHTtrH8LV2lhOa { top:14.4375rem;left:14.875rem;width:6.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Q0a2N6VGT7Tyt1z2tRKeflCqfDNkDy { top:14.5rem;left:21.46875rem;width:4.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2hMmbPGPLa8JLZCBAuG1sZUx9u5c2U { top:14.4375rem;left:26.59375rem;width:15.875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaBT4JxLC5xleb1ukics4zqmLZGuU27 { top:15.75rem;left:12.5rem;width:3.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IArQS8TupWBTXUdGRsFKwJIVb5TU4q7H { top:15.625rem;left:16.3125rem;width:24.3125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg { display:block; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R19KFuLvDKC05Hu2kIcs2ZwEv1Vq8FCN { top:0rem;left:0rem;width:47.75rem;height:22.880208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20u3rRrJnivsPGmdtqySLTkIGTFXctS { top:1.1875rem;left:23.75rem;width:5.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raKi5kzdeMs5iThb6GK4SyvkixFrH1rM { top:1.25rem;left:18.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAk5TAzBli0vVfPmzqOrcmrOVOcTf4Vf { top:2.4375rem;left:10.375rem;width:3.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCy9yg7Cgn8AGeQTcaEsrN0BN7sA9ScX { top:2.375rem;left:14.1875rem;width:23.25rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd42R7sbUuKdQtXxfbKJnQcayl7Ny9rn { top:16.5rem;left:19.6875rem;width:28.0625rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDTzRaOhbx2DdFVXfRM1yKF99tEf7am { top:24.875rem;left:17.1875rem;width:30.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCwdPPzkssB2Cul3GRavL9AKDqs5cBbA { width:13.125rem;height:3rem;top:31.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMKUSwzNw2NEHO3fVaUeBOMLxmCJTRU { display:block; }
 }@media only screen and (max-width: 763px) { #BSzDuWmr5Knh1cak4MAAbUTHT5g5p5nt { top:1.1875rem;left:45.5625rem;width:2.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr { display:block; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHI3aBgfkJoJNiK09TWNgNJ0AfdvZDRh { top:1.25rem;left:0rem;width:47.75rem;height:22.880208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FezOk3OJtTduxsXKP94JObzfLNmQ1r { top:1.9375rem;left:42.8125rem;width:4.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeiWB9AcLyH5r5ANMKaz0lI4BZULs2y { top:2.125rem;left:9.625rem;width:4.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKJCOFX3baevN9tcfy1okVWGoREECPNu { top:2.0625rem;left:14.625rem;width:8.875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogmPb3vKL9D7V1wADNMPoTxMw85b9OLE { top:3.125rem;left:13.375rem;width:24.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiZTRLrqxArXmFG0AgiUzwlRmhmvVhnZ { top:3.25rem;left:9.625rem;width:3.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfhHvKTborN4aDcCK4gzb3CIQc6Z6aW { top:2.125rem;left:23.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqwMav0DpFecHZz8MTaBdKmVmeEEupHs { top:2.0625rem;left:28.9375rem;width:8.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIq7RuN20EfuzSuNHRzXCKThV3D2JTwK { top:28.75rem;left:0rem;width:29.4375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVRKRDtC9x6t4e6TFSdQ5V50deCrev94 { top:31.625rem;left:0rem;width:30.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4Z2L9Vp1p2BTnq7RkeGRnep8m2rdlV { width:13.125rem;height:3rem;top:32.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrX6UrPBbpa57HqUl4WyJakpDipQ4SpS { display:block; }
 }@media only screen and (max-width: 763px) { #UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o { display:block; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUgNqdHfoxn7NXwXWbkT7HqWRel5s3N1 { top:4.8125rem;left:0rem;width:15.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUz6aOi4BFLrK9eyAA5iTtV5tgTMiKeZ { top:6.5625rem;left:0rem;width:28.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVPhzuAiMow1N5JxtZwss5fgZbhDrPp { top:13.625rem;left:0rem;width:23.75rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcBz0soHd4oEvzKKBbf3pWDUFqqn7nK { top:13.625rem;left:12.5625rem;width:22.625rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ckev78pPvgnbszTKGdrmUI7QPSCsc5 { top:13.625rem;left:23.9375rem;width:23.8125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9aU84ky2TQNu3S4DVT14i1fa5M6ktk { top:15.375rem;left:0rem;width:4.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RVq3eIkJ0akzxKiQxUynWNQhnsMgNd { top:15.375rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgrqntElI39vemPu5gZbWA2iE42O2Hg0 { top:17.3125rem;left:0rem;width:15.125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaorvT0ucyeWWfupKiAZiDCiQKTMsMa { top:17.875rem;left:0rem;width:19.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhz1EKvsxigxoXCKrMwTJVL0npnZzJLw { top:17.875rem;left:13.875rem;width:19.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgeDM5TSxgLzhLPBte5bfmPgp0KoHc4P { top:17.875rem;left:27.875rem;width:19.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHqXGCzpIxIgBM1IOybCabpgo2PEzds { top:15.9375rem;left:28rem;width:5.4375rem;height:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0RGeUCScFEVxUkbRxhFLonJskZ1LuI6 { top:15.5625rem;left:27.5625rem;width:6.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSf8w39bc70Uhve8M7mQ6bmFeAQGhcOh { top:13.625rem;left:12.5625rem;width:22.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheBe50MZSQrTvVtCUbyQpXbkKykXrLs { top:24.5rem;left:0rem;width:7.0625rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2AAvuDlgVNUDcTWTM6FUASbg2nZrQT { top:24.5rem;left:13.875rem;width:8.5625rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzGX9laRTWR9TRqmctsiVoesmx9dZHJ { top:24.5rem;left:37.625rem;width:8.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Ti6TcFl85ylMNAMctGZybbmHgcaZ1g { top:25.875rem;left:0rem;width:4rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig6qhVUsPfGi5iTMg7340ddQrEsvCotc { top:25.75rem;left:22.375rem;width:4rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0iqK2LV5M5NMtyTCEVa10HmXJapCThz { top:25.875rem;left:43.75rem;width:4rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM5p6zci6a3gTk2ReNBKEaoOS0UzJE2v { top:27.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCiakmVAqbtqCQBspMt7vsUsEb0stJs { top:27.875rem;left:0rem;width:16rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfUdoZnzNRWQtVCGXvTt9w9PfegaUVN { top:27.875rem;left:15.0625rem;width:16rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVVG5J0fHJ68qB5E2hyUdz6VZ8qalbJ { top:27.9375rem;left:13.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbIEWLgw1v4QJeUh9zqzdmTbNfJhtui { top:27.875rem;left:31.75rem;width:16rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrp7udn62cGW1hSaJcldErVmL6WdfisQ { top:27.9375rem;left:37.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaFfTrUVlufc8u5ntprF5Tb7rfutLhJE { top:30.5625rem;left:0rem;width:21.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfMo9yabVLV6W9wKxMhNvxeLVVnNpTd { top:30.5625rem;left:13.9375rem;width:19.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPS0wyEl0BLQoh2UHrFWZD8pTNkdCSVu { top:30.5rem;left:26.5625rem;width:21.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TerpcPHtfPrOQL0oZOxUuGasZM7lQv { width:21.3125rem;height:3.4375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXN3tcJfDq4lxfgDs8EPT9p5uvT3oqSl { display:block; }
 }@media only screen and (max-width: 763px) { #IWJT6FIKyrx2B9iE0PiPz0puOakTrwuR { width:20.0625rem;height:3.4375rem;top:45.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMEwzC0TJ3FFeLOX3mcJgJWkVFmgPQhG { display:block; }
 }@media only screen and (max-width: 763px) { #utDlzcXiXnBpzFndp8xdJ4QGLIeMakdE { width:21.625rem;height:3.4375rem;top:45.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR70TWmcuuK6brPdxqv0c6QyTXAFPWpw { display:block; }
 }@media only screen and (max-width: 763px) { #yzThyX7xO8J0PLI8eHOq49se3zwgFtEk { top:32.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpeESSJNlLVltXNgXHv1gx9V9Wnhidad { top:32.0625rem;left:0rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXZh1EvtHTq68NSxKNhIxSacZ2dGwcN { top:34.25rem;left:0rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO5Qt5kqTSRLwNbfSqmMyRHkApVJINwm { top:34.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1yTSoU6TFgPnc9xJR73019wWwHOASQ { top:36.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SR859oCH5zM5EWqsUTmQnzuUFqtZxP { top:36.375rem;left:0rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk12lI9PNiA2lFiRk9NtMALgm3hb4URQ { top:38.5625rem;left:0rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFZkkCLKKMfkSdZyS7D0goDyOvcq3SR { top:38.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeEMooOiCNhiD814NB61W8qszGBy9p7 { top:40.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZv4gGO85UsH9PsP3652rymvyx4TRcA { top:40.8125rem;left:0rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTTd7P2zl9rx8rw2uI65k13RTseVuXa { top:15.375rem;left:13.875rem;width:11.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhilqT61VmxELQ2iHvTGD9Cr6fGvpwvV { top:32.0625rem;left:15.8125rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwTXoCPi5urRCd8Wle6nosDHPdNTHycQ { top:32.0625rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVvxKqv1libes3RzPEDh92SH73uO5N7e { top:34.25rem;left:15.8125rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5xcSgT6otDPiBt6OOPkw4A1rSU3ouw { top:34.25rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhkr759xLAoT83kVZ3AU19G2ID5vWwAp { top:36.375rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbqSl8ngXpAWgwXJfZyHwhzdtNgdTq4H { top:36.375rem;left:15.8125rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwKI5eHRfRLvZS2zKXdKFe7XvHtRWUV { top:38.5625rem;left:15.875rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp5o5O7PPtdO0WM5Ik1vpEqObVPa47oX { top:38.5625rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfgx73X4MUV0kK1XPQHJNihByPLtNgf { top:40.8125rem;left:15.875rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhWTUzw6Fh14cf9cZmI0L3IwRph1Z6KH { top:40.8125rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp8X3k6v43F9ZMwZIRb8BiLlHtbwdk6u { top:42.9375rem;left:13.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2DE8xcpDcyPJzKuIOJwOHfrASR1fKiz { top:42.9375rem;left:15.875rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Ef1qmC79DS7iKNaJpyRxdTZILidwHk { top:32.0625rem;left:37.9375rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7PlpwBryM2cMu8Q55bJ5eX8H4PcSOK6 { top:32.0625rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5Tm09TTqRaFEGMBraO96So7AQ6WRCE { top:34.25rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhR2QinH0uegmTgXCtoSZSw5uCbb9lX { top:34.25rem;left:37.9375rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtMmc23BBCFoXyioMRKlpWnGAxmv7aFE { top:36.375rem;left:35.5625rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9PewcdyeUsXyyduhFQCwoOZqVo7Fyu { top:36.375rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug6kxJch9TuDETUkaQdJdrBNM0Cn3gKp { top:38.5625rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGs7FMIufzVbUN7d6SUzSiIdw14ZAL5V { top:38.5625rem;left:33.75rem;width:14rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLFeXyADGugrCxtGiwkb3StVicrJXJe { top:40.8125rem;left:35.5625rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkXCr2H1nRVa9yTkTuetJkZNGyqlIT8 { top:40.8125rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKZoyvNb8Lcno5m43o916R1v7V0oeZOt { top:42.9375rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvIGS71BtxsIahSzB7Jguba9AcBVFwXU { top:42.9375rem;left:35.5625rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf { display:block; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZ7ivBxvShnCr9hnGhRaNKM5ZxuKVPLV { top:4.75rem;left:0rem;width:23.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC4FQDCratN28VImL1Tusv3pq2kZzI4p { top:6.375rem;left:0rem;width:31.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AuWRatPccoOJn5qcqUHB4pzgT4vvrq { width:14.375rem;height:3rem;top:67.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8235imlMhTEN0VtTeZz0OMmJsTJNT8d { display:block; }
 }@media only screen and (max-width: 763px) { #qZsDMOTT0WKMNWzSCAfCiy8pNVaDn5if { top:71.75rem;left:16.625rem;width:16rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABPSSCtOz95pTgDnuZqzIBK0GvSHEhvp { top:71.8125rem;left:15.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtmgJfLgOG5OcTZDPuJJbAaeqQ6qx4Io { top:11.25rem;left:0rem;width:47.75rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN { display:block; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgnNJhPpkSPTGQLoFcXrsTDQC4SdxkHh { top:2.3125rem;left:0rem;width:4.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN { top:8.3125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz { top:8.3125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa { top:8.3125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #UGGngo7Z2gJs1TMLa62O0895rtGvTmlS { top:16.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGdnrox1Fgf5RiW4EHJp7uuxX7dXUKy { top:8.3125rem;left:0rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5B9cywCpffvfoAGbVzMVkAFL8RFsmJ { top:10.25rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9B93bAemTOMSKc6hspOr2gNXWDWfIpp { top:8.375rem;left:1.9999990463257rem;width:9.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGuu6MDnXLGimHTxUA30TOACXcZfUQT { top:17.5rem;left:0rem;width:9rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzufbZODN2EBHIPiQTnky9vPzfTe1pk { top:17.5rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slMg1ysmEPlQyTDiFaxCxQo5mlstdwne { top:17.5rem;left:5.2492189407349rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNQeLlxh1f96JDtHFNPzX4C7J1TXpq1 { top:17.4375rem;left:35rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQH1Xx4aVceaAorARWogeVT0M6S1cDC { top:12.3125rem;left:0rem;width:4.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaK0ZkkdT6kvKiywRSOKcMgM3UEIpzm { top:10.25rem;left:1.9992189407349rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#223868;background-image:url("https://images.assets-landingi.com/uc/606220e4-559a-40b9-a838-43bf503e0398/imgbghero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psW6PtcaIoExQ2UgOUTxPetzTKFgRgTd { width:4.875rem;height:2.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuEDRDTlkLEJSP2eG04XoLhMuycOKeve { width:9.25rem;height:3rem;top:1.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooWIE0n0h3nCVTVOOoUxZFRhk7aDvG6 { display:block; }
 }@media only screen and (max-width: 763px) { #UtNT4QSm3PfJErQMoCl4oWMVHrXDJyf1 { width:20rem;height:5.775rem;top:15.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdHk8ep0xDN5dwPdCHiXZx6IMQ9uPQF { width:20rem;height:4.798825rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABX2RDXZVFFUTGtTQMCsiKqHOqFQ5BAg { width:20rem;height:3rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqEPGd1h7GTadZITUCsCb5K7DT1OI0WW { display:block; }
 }@media only screen and (max-width: 763px) { #OMJHuI7WOPO31DKBWaU62HwPrODVuai2 { width:1rem;height:1rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c73IV0ZCBc5i3w0e4MGis3ymFl2XMbLH { width:16.4375rem;height:1.2rem;top:32.5625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLOR6LHBxiehO3BgqJIac7rvFTGewHsL { width:3rem;height:3rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw { display:block; }#faZmx6hoQI3f9NiL3wEyrURVDC0tWgDw > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBf2b8KO0HvATr0GKlOTfNsWS1esE8aX { width:20rem;height:1.95rem;top:3.8374996185302rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfUXmMfrowfpfPozZW50G1hoI81w1NzD { width:15.5625rem;height:1.6rem;top:2.2374992370606rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwktvK9qdlsJAnoIiXRqTEBtt5f8U1ag { width:20rem;height:9.5rem;top:8.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rtF7a7DH2kSqGNViOGKQ6TK2qCrIo54Q { width:4.4375rem;height:2rem;top:8.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2nx7Rfu7vy5cRWbURskv8UFb8LM4TT { width:20rem;height:1.4625rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaMlZJrhSJq7fF0bv9y7TpkTn6xV2Cl { width:20rem;height:4.8984375rem;top:24.875rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SSMsGTT6qvkVLhOanwtLdmKKvqFXQ0bQ { width:20rem;height:3rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV5Tm8Wc90Vtq1B5rgIigSrKt0ffK8yZ { display:block; }
 }@media only screen and (max-width: 763px) { #sezR3wPdnJrDRklXiQQbPg1wLHwbS36J { width:4.0625rem;height:0.8125rem;top:18.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTHScJTBDxF5b81dzMHTtrH8LV2lhOa { width:4.5rem;height:0.8125rem;top:18.3125rem;left:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Q0a2N6VGT7Tyt1z2tRKeflCqfDNkDy { width:4.1875rem;height:0.8125rem;top:19.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2hMmbPGPLa8JLZCBAuG1sZUx9u5c2U { width:11.125rem;height:0.8125rem;top:19.25rem;left:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaBT4JxLC5xleb1ukics4zqmLZGuU27 { width:3.5rem;height:0.8125rem;top:20.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IArQS8TupWBTXUdGRsFKwJIVb5TU4q7H { width:16.875rem;height:1.625rem;top:20.25rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg { display:block; }#SGnHyxZXfui0dN7yQhMXdW5VWvFSJtLg > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R19KFuLvDKC05Hu2kIcs2ZwEv1Vq8FCN { width:20rem;height:9.5833125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20u3rRrJnivsPGmdtqySLTkIGTFXctS { width:3.8125rem;height:0.8125rem;top:12.1875rem;left:4.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raKi5kzdeMs5iThb6GK4SyvkixFrH1rM { width:4.125rem;height:0.8125rem;top:12.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAk5TAzBli0vVfPmzqOrcmrOVOcTf4Vf { width:3rem;height:0.8125rem;top:13.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCy9yg7Cgn8AGeQTcaEsrN0BN7sA9ScX { width:16.5625rem;height:0.8125rem;top:13.1875rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd42R7sbUuKdQtXxfbKJnQcayl7Ny9rn { width:20rem;height:2.92448125rem;top:15.624998092651rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDTzRaOhbx2DdFVXfRM1yKF99tEf7am { width:20rem;height:7.347625rem;top:19.375rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iCwdPPzkssB2Cul3GRavL9AKDqs5cBbA { width:20rem;height:3rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMKUSwzNw2NEHO3fVaUeBOMLxmCJTRU { display:block; }
 }@media only screen and (max-width: 763px) { #BSzDuWmr5Knh1cak4MAAbUTHT5g5p5nt { width:1.4375rem;height:2.875rem;top:2.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr { display:block; }#RdZkcIsD8G6PwgwSuvPaQy5ouxfTXyqr > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHI3aBgfkJoJNiK09TWNgNJ0AfdvZDRh { width:20rem;height:9.5833333333331rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FezOk3OJtTduxsXKP94JObzfLNmQ1r { width:4.9375rem;height:2.4375rem;top:1.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeiWB9AcLyH5r5ANMKaz0lI4BZULs2y { width:3.875rem;height:0.8125rem;top:11.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKJCOFX3baevN9tcfy1okVWGoREECPNu { width:6.375rem;height:0.8125rem;top:11.75rem;left:4.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogmPb3vKL9D7V1wADNMPoTxMw85b9OLE { width:13.1875rem;height:1.625rem;top:13.625rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiZTRLrqxArXmFG0AgiUzwlRmhmvVhnZ { width:3rem;height:0.8125rem;top:13.625003814698rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfhHvKTborN4aDcCK4gzb3CIQc6Z6aW { width:3.875rem;height:0.8125rem;top:12.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqwMav0DpFecHZz8MTaBdKmVmeEEupHs { width:6.375rem;height:0.8125rem;top:12.6875rem;left:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIq7RuN20EfuzSuNHRzXCKThV3D2JTwK { width:20rem;height:1.4625rem;top:16.937501907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVRKRDtC9x6t4e6TFSdQ5V50deCrev94 { width:20rem;height:3.673825rem;top:18.9375rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mN4Z2L9Vp1p2BTnq7RkeGRnep8m2rdlV { width:20rem;height:3rem;top:23.58749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrX6UrPBbpa57HqUl4WyJakpDipQ4SpS { display:block; }
 }@media only screen and (max-width: 763px) { #UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o { display:block; }#UpPErOTF6Wq8EE0iL3bnVOhkB5mrDz7o > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUgNqdHfoxn7NXwXWbkT7HqWRel5s3N1 { width:15.125rem;height:1.3rem;top:4.25rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUz6aOi4BFLrK9eyAA5iTtV5tgTMiKeZ { width:20rem;height:2.6rem;top:5.6749877929688rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsVPhzuAiMow1N5JxtZwss5fgZbhDrPp { width:18.75rem;height:32rem;top:11.104166984558rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcBz0soHd4oEvzKKBbf3pWDUFqqn7nK { width:18.75rem;height:34.625rem;top:43.0625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B7ckev78pPvgnbszTKGdrmUI7QPSCsc5 { width:18.75rem;height:34.5rem;top:78.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9aU84ky2TQNu3S4DVT14i1fa5M6ktk { width:4.875rem;height:1.95rem;top:11.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RVq3eIkJ0akzxKiQxUynWNQhnsMgNd { width:14.5rem;height:1.94986875rem;top:80.962239742281rem;left:1.2500001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgrqntElI39vemPu5gZbWA2iE42O2Hg0 { width:15.125rem;height:0;top:11.349999809265rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaorvT0ucyeWWfupKiAZiDCiQKTMsMa { width:17.25rem;height:6rem;top:14.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhz1EKvsxigxoXCKrMwTJVL0npnZzJLw { width:17.6875rem;height:3rem;top:48.03750038147rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgeDM5TSxgLzhLPBte5bfmPgp0KoHc4P { width:17.8125rem;height:6rem;top:83.587240219119rem;left:1.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHqXGCzpIxIgBM1IOybCabpgo2PEzds { width:5.4375rem;height:0.825rem;top:45.875rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0RGeUCScFEVxUkbRxhFLonJskZ1LuI6 { width:6.25rem;height:1.625rem;top:45.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSf8w39bc70Uhve8M7mQ6bmFeAQGhcOh { width:18.75rem;height:0.3125rem;top:42.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheBe50MZSQrTvVtCUbyQpXbkKykXrLs { width:5.9375rem;height:2.6rem;top:20.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2AAvuDlgVNUDcTWTM6FUASbg2nZrQT { width:7.0625rem;height:2.6rem;top:54.375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzGX9laRTWR9TRqmctsiVoesmx9dZHJ { width:7rem;height:2.5996125rem;top:90.9375rem;left:1.2500001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Ti6TcFl85ylMNAMctGZybbmHgcaZ1g { width:4rem;height:1.5rem;top:21.25rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig6qhVUsPfGi5iTMg7340ddQrEsvCotc { width:4rem;height:1.5rem;top:55.35000038147rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0iqK2LV5M5NMtyTCEVa10HmXJapCThz { width:4rem;height:1.5rem;top:91.849609375rem;left:8.5000005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM5p6zci6a3gTk2ReNBKEaoOS0UzJE2v { width:1rem;height:1rem;top:57.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCiakmVAqbtqCQBspMt7vsUsEb0stJs { width:16rem;height:1.125rem;top:57.1875rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfUdoZnzNRWQtVCGXvTt9w9PfegaUVN { width:16rem;height:1.125rem;top:93.5625rem;left:2.6250001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVVG5J0fHJ68qB5E2hyUdz6VZ8qalbJ { width:1rem;height:1rem;top:93.625rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbIEWLgw1v4QJeUh9zqzdmTbNfJhtui { width:16rem;height:1.125rem;top:23.0625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrp7udn62cGW1hSaJcldErVmL6WdfisQ { width:1rem;height:1rem;top:23.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaFfTrUVlufc8u5ntprF5Tb7rfutLhJE { width:17rem;height:0.0625rem;top:53.575000762939rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfMo9yabVLV6W9wKxMhNvxeLVVnNpTd { width:17rem;height:0.0625rem;top:86.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPS0wyEl0BLQoh2UHrFWZD8pTNkdCSVu { width:17rem;height:0.0625rem;top:25.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TerpcPHtfPrOQL0oZOxUuGasZM7lQv { width:17.5rem;height:3rem;top:37.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXN3tcJfDq4lxfgDs8EPT9p5uvT3oqSl { display:block; }
 }@media only screen and (max-width: 763px) { #IWJT6FIKyrx2B9iE0PiPz0puOakTrwuR { width:17.25rem;height:3.4375rem;top:73.137369791975rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMEwzC0TJ3FFeLOX3mcJgJWkVFmgPQhG { display:block; }
 }@media only screen and (max-width: 763px) { #utDlzcXiXnBpzFndp8xdJ4QGLIeMakdE { width:17.5rem;height:3.4375rem;top:108.9375rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR70TWmcuuK6brPdxqv0c6QyTXAFPWpw { display:block; }
 }@media only screen and (max-width: 763px) { #yzThyX7xO8J0PLI8eHOq49se3zwgFtEk { width:1.5rem;height:1.5rem;top:26.6875rem;left:1.25rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #hpeESSJNlLVltXNgXHv1gx9V9Wnhidad { width:9.8125rem;height:1.5rem;top:26.6875rem;left:3.375rem;font-size:1rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #mMXZh1EvtHTq68NSxKNhIxSacZ2dGwcN { width:9.8125rem;height:1.5rem;top:28.4375rem;left:3.375rem;font-size:1rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #JO5Qt5kqTSRLwNbfSqmMyRHkApVJINwm { width:1.5rem;height:1.5rem;top:28.4375rem;left:1.25rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #WR1yTSoU6TFgPnc9xJR73019wWwHOASQ { width:1.5rem;height:1.5rem;top:30.1875rem;left:1.25rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #f1SR859oCH5zM5EWqsUTmQnzuUFqtZxP { width:12.1875rem;height:1.5rem;top:30.1875rem;left:3.3541666269303rem;font-size:1rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #gk12lI9PNiA2lFiRk9NtMALgm3hb4URQ { width:12.1875rem;height:1.5rem;top:32rem;left:3.375rem;font-size:1rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #nGFZkkCLKKMfkSdZyS7D0goDyOvcq3SR { width:1.5rem;height:1.5rem;top:32rem;left:1.25rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #LEeEMooOiCNhiD814NB61W8qszGBy9p7 { width:1.5rem;height:1.5rem;top:68.75rem;left:1.25rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #LWZv4gGO85UsH9PsP3652rymvyx4TRcA { width:12.1875rem;height:1.5rem;top:68.75rem;left:3.3125rem;font-size:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #kUTTd7P2zl9rx8rw2uI65k13RTseVuXa { width:11.8125rem;height:1.70573125rem;top:45.434245109558rem;left:1.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhilqT61VmxELQ2iHvTGD9Cr6fGvpwvV { width:9.8125rem;height:1.5rem;top:60.125rem;left:3.375rem;font-size:1rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #SwTXoCPi5urRCd8Wle6nosDHPdNTHycQ { width:1.5rem;height:1.5rem;top:60.125rem;left:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #DVvxKqv1libes3RzPEDh92SH73uO5N7e { width:9.8125rem;height:1.5rem;top:62.4375rem;left:3.375rem;font-size:1rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5xcSgT6otDPiBt6OOPkw4A1rSU3ouw { width:1.5rem;height:1.5rem;top:62.4375rem;left:1.25rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Fhkr759xLAoT83kVZ3AU19G2ID5vWwAp { width:1.5rem;height:1.5rem;top:64.5625rem;left:1.25rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #ZbqSl8ngXpAWgwXJfZyHwhzdtNgdTq4H { width:12.1875rem;height:1.5rem;top:64.5625rem;left:3.3125rem;font-size:1rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #COwKI5eHRfRLvZS2zKXdKFe7XvHtRWUV { width:12.1875rem;height:1.5rem;top:70.75rem;left:3.375rem;font-size:1rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #Wp5o5O7PPtdO0WM5Ik1vpEqObVPa47oX { width:1.5rem;height:1.5rem;top:70.75rem;left:1.25rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #nVfgx73X4MUV0kK1XPQHJNihByPLtNgf { width:12.1875rem;height:1.5rem;top:66.6875rem;left:3.3125rem;font-size:1rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #UhWTUzw6Fh14cf9cZmI0L3IwRph1Z6KH { width:1.5rem;height:1.5rem;top:66.6875rem;left:1.25rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #bp8X3k6v43F9ZMwZIRb8BiLlHtbwdk6u { width:1.5rem;height:1.5rem;top:33.875rem;left:1.25rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #Z2DE8xcpDcyPJzKuIOJwOHfrASR1fKiz { width:12.1875rem;height:1.5rem;top:33.875rem;left:3.375rem;font-size:1rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #O2Ef1qmC79DS7iKNaJpyRxdTZILidwHk { width:9.8125rem;height:1.5rem;top:95.75rem;left:3.5rem;font-size:1rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #K7PlpwBryM2cMu8Q55bJ5eX8H4PcSOK6 { width:1.5rem;height:1.5rem;top:95.75rem;left:1.375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #TE5Tm09TTqRaFEGMBraO96So7AQ6WRCE { width:1.5rem;height:1.5rem;top:97.8125rem;left:1.4375rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #cMhR2QinH0uegmTgXCtoSZSw5uCbb9lX { width:9.8125rem;height:1.5rem;top:97.8125rem;left:3.5625rem;font-size:1rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #GtMmc23BBCFoXyioMRKlpWnGAxmv7aFE { width:12.1875rem;height:1.5rem;top:99.8125rem;left:3.625rem;font-size:1rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #yV9PewcdyeUsXyyduhFQCwoOZqVo7Fyu { width:1.5rem;height:1.5rem;top:99.8125rem;left:1.4375rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #Ug6kxJch9TuDETUkaQdJdrBNM0Cn3gKp { width:1.5rem;height:1.5rem;top:106.25rem;left:1.4375rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #pGs7FMIufzVbUN7d6SUzSiIdw14ZAL5V { width:14rem;height:1.5rem;top:106.1875rem;left:3.625rem;font-size:1rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #TxLFeXyADGugrCxtGiwkb3StVicrJXJe { width:12.1875rem;height:1.5rem;top:102rem;left:3.625rem;font-size:1rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #cPkXCr2H1nRVa9yTkTuetJkZNGyqlIT8 { width:1.5rem;height:1.5rem;top:102rem;left:1.4375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #vKZoyvNb8Lcno5m43o916R1v7V0oeZOt { width:1.5rem;height:1.5rem;top:104.125rem;left:1.4375rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #fvIGS71BtxsIahSzB7Jguba9AcBVFwXU { width:12.1875rem;height:1.5rem;top:104.125rem;left:3.625rem;font-size:1rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf { display:block; }#SLT7vz07fIgXWdl3Q39Hudzi4RFgqGmf > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZ7ivBxvShnCr9hnGhRaNKM5ZxuKVPLV { width:16.25rem;height:2.59895625rem;top:3.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC4FQDCratN28VImL1Tusv3pq2kZzI4p { width:16.5625rem;height:5.19921875rem;top:7.125rem;left:0.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6AuWRatPccoOJn5qcqUHB4pzgT4vvrq { width:20rem;height:3rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8235imlMhTEN0VtTeZz0OMmJsTJNT8d { display:block; }
 }@media only screen and (max-width: 763px) { #qZsDMOTT0WKMNWzSCAfCiy8pNVaDn5if { width:16rem;height:1.125rem;top:68.125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABPSSCtOz95pTgDnuZqzIBK0GvSHEhvp { width:1rem;height:1rem;top:68.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtmgJfLgOG5OcTZDPuJJbAaeqQ6qx4Io { width:19.0625rem;height:48.75rem;top:13.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN { display:block; }#PiZVvZcJgm7gTwZaDtq6IwVHi21OmSoN > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgnNJhPpkSPTGQLoFcXrsTDQC4SdxkHh { width:4.875rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN { display:flex;width:1.5rem;height:1.5rem;top:18.6875rem;left:0rem; }
#xGeoHrWXWPRQdDNTTRGNIZOKkTfZizAN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz { display:flex;width:1.5rem;height:1.5rem;top:18.6875rem;left:2.5rem; }
#D4OnO3m7C0KuDRAD815LQpNZ6I0gL1Dz > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa { display:flex;width:1.5rem;height:1.5rem;top:18.6875rem;left:5rem; }
#Ed9Pu8PTiqmBfwrPJ7LFguvSGbSlEixa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #UGGngo7Z2gJs1TMLa62O0895rtGvTmlS { width:20rem;height:0.0625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGdnrox1Fgf5RiW4EHJp7uuxX7dXUKy { width:7.375rem;height:1.3rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5B9cywCpffvfoAGbVzMVkAFL8RFsmJ { width:9.4375rem;height:1.3rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9B93bAemTOMSKc6hspOr2gNXWDWfIpp { width:11rem;height:1.29948125rem;top:12.192708015442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGuu6MDnXLGimHTxUA30TOACXcZfUQT { width:9rem;height:1.29948125rem;top:21.500000953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzufbZODN2EBHIPiQTnky9vPzfTe1pk { width:7.625rem;height:1.29948125rem;top:23.687500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slMg1ysmEPlQyTDiFaxCxQo5mlstdwne { width:13.375rem;height:1.29948125rem;top:25.999133110046rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNQeLlxh1f96JDtHFNPzX4C7J1TXpq1 { width:12.9375rem;height:1.29948125rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQH1Xx4aVceaAorARWogeVT0M6S1cDC { width:4.375rem;height:1.29948125rem;top:10.036458015442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaK0ZkkdT6kvKiywRSOKcMgM3UEIpzm { width:13.75rem;height:1.29948125rem;top:14.441840171814rem;left:0rem;font-size:1rem;display:block; }
 }