.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:249,226,226;--color-primary-1:234,157,158;--color-primary-2:213,59,60;--color-primary-3:107,30,30;--color-primary-4:32,9,9;--color-secondary-0:221,221,221;--color-secondary-1:140,140,140;--color-secondary-2:25,25,25;--color-secondary-3:13,13,13;--color-secondary-4:4,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a46e745-4387-448b-bf47-aa1140d10358/nrebggggg.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#oMPHqynkywrI5r5w9SngRFKkimLCdPrX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:14.125rem;top:1.7494430541993rem;left:0rem;overflow:hidden;display:block; }
#owG8OGV9UeuTG8BxRkUNCqoT00pUf8cR { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:16.436943054199rem;left:0rem;height:;display:block; }
#cbMLfmU9h5fvg1WvsTO5t3y21TgyPw6m { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:24.16796875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#JTmGxATOh8Pw3Ec2sLkhPKnvsmMrzVx6 { box-sizing:content-box;height:1.9375rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.750000953674rem;left:0rem;display:block; }
#pE6DMPCTzvQO99vAUK5LRHVRAREr92Ca { color:#2e2e2e;display:block;width:20.375rem;position:absolute;font-family:"roboto mono";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:13.187500953674rem;left:0.625rem;height:2.3984375rem;font-style:normal;display:block; }
#VCCzwFokgph72TMtPa5429wMZKbshH0D { box-sizing:content-box;height:34.625rem;width:26.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4464292526244rem;left:48.74888420105rem;display:block; }
#Dhzoxl0bQ1ESffZyeybV7skKQWy4Bm62 { color:rgba(var(--color-secondary-2),1);display:block;width:18.687375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.214285850525rem;left:50.435827255249rem;height:1.94986875rem;display:block; }
#fwG2n1uOnsQTD1vSWyhyev44VJ0TTTNx { color:rgba(var(--color-secondary-2),1);display:block;width:15.687rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.441965103149rem;left:50.497770309448rem;height:1.3999rem;display:block; }
#RO9ECeg1hU24M8FoR96RUoPFEUExbr3M { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#GwwI2eCOT2M3Erw9SbhtXkIo4URZGgVJ { color:#ffffff;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:29.4375rem;left:2.310546875rem;height:1.79980625rem;font-style:normal;display:block; }
#hThVPEKxpcygDFkAVwnNLiur5Agb8qiT { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:31.875rem;left:2.310546875rem;height:1.79980625rem;font-style:normal;display:block; }
#XJRFhb3ABRZ4Zeule2pBNMmBhQFhntBL { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:34.3125rem;left:2.310546875rem;height:1.79980625rem;font-style:normal;display:block; }
#P4GDMS9iSLhSbP9l99k444ahkcnIhpLU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.649555206299rem;left:0rem;overflow:hidden;display:block; }
#tC5zz8NIw0EGU7olfph5wFhRLF3stl0O { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.087055206299rem;left:0rem;overflow:hidden;display:block; }
#snsyeowXECPCyupNF2lxG59ZDmH7uB7b { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:34.524555206299rem;left:0rem;overflow:hidden;display:block; }
#neyyCZSqFWtyTGqnuMsvlRRKVkeP4qmB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto mono";font-size:1rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.5458984375rem;left:0rem;display:block; }
#UraQWzkNiOvyLJ2vxkF13E5XaIyJmVeI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B782tgQAfuBdRT32vE0rQRogpAkzD64B { position:absolute;display:block;z-index:15012;height:28.6875rem;width:22.75rem;top:14.840495109558rem;left:50.498699188233rem;display:block; }
#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL { position:relative;display:block; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL { background-color: transparent; background-image: none; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container > .video-iframe-container { display: none; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row > .video-iframe-container { display: none; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .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); }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL { border-width: 0; border-radius: 0; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cm9fzc9aw5Zyr93O5zTSTzafxpufSQTX { color:rgba(var(--color-secondary-2),1);display:block;width:32.1245625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0228290557863rem;left:21.437194824219rem;height:3.4123875rem;text-align:center;text-align-last:center;display:block; }
#th630Q9IPGCspTb1aGfcJmvnp4I6OF5Z { box-sizing:content-box;height:2.0625rem;width:8.625rem;position:absolute;display:block;z-index:15005;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3120956420899rem;left:33.187400817871rem;display:block; }
#AvuTlRhL23MncPlwnaburmZHHpOzTlRr { color:rgba(var(--color-secondary-2),1);display:block;width:7.4370625rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.6875rem;left:33.812400817871rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sy8VgiA3nZThAuWDTEm7LBEeCV2HL67r { color:#6b6b6b;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.431362152099rem;left:17.500001907349rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTo4T68B8O6DCWr2VQ7tvM8W8mRFtDJr { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81225rem;width:74.999375rem;top:18.471603155136rem;left:0rem;overflow:hidden;display:block; }
#y0xWWUXF8FMKyxeVGbPPZFrnoF9lH518 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:36.375rem;display:none; }
#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/41a56052-eded-4528-82dd-3b2ca4e5595c/greybgwithlines.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW.adaptive-delivery-prevent-bg, #DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW.lazyload, #DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW.lazyloading { background-image: none; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container { background-color: transparent; background-image: none; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container > .video-iframe-container { display: none; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row > .video-iframe-container { display: none; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .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); }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container { border-width: 0; border-radius: 0; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#vDhCR4mgrDGfoxM5PVQsfnk3qewH06oL { box-sizing:content-box;height:2.0625rem;width:14rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.7497973442078rem;left:30.437297821045rem;display:block; }
#Hl13A8KmkBTewuLGTCTlRIRqt6eaEncT { color:rgba(var(--color-secondary-2),1);display:block;width:12.937125rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.1870942115784rem;left:30.999900817871rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BkAVQXiJtxZBus4ltES9i4rEJoNRX54P { color:rgba(var(--color-secondary-2),1);display:block;width:32.123875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3973240852356rem;left:21.436941146851rem;height:3.4123875rem;text-align:center;text-align-last:center;display:block; }
#TDw4fxzOUGVsZvD3QkEG8vShloF2ii7R { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto mono";font-size:1rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:11.9345625rem;height:3.874025rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:40.25rem;left:31.53125rem;display:block; }
#XSqopllk9cTPueoMcq1olgC9CaVacbLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTBEqFdQgl53R3bmqueEGk2z1l4e9nMW { box-sizing:content-box;height:21.9998125rem;width:17.9996875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:0rem;display:block; }
#MwJIpR4mgrSnb7f9KReA0QzOJPbrfdqh { color:#6b6b6b;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.25rem;left:1.4375rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#KmJNF7pIzfC7JewkbMmZ1cwSLkcATdNc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.25rem;top:33.125rem;left:1.4375rem;overflow:hidden;display:block; }
#zz2EHdWCBDzQTvhbMEHPmiWG71gPUz3w { color:rgba(var(--color-secondary-2),1);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.4375rem;height:1.4625625rem;text-align:left;text-align-last:left;display:block; }
#GCJEt4t8tSgkTz9pr475ncgcP7c7P00W { box-sizing:content-box;height:21.9991875rem;width:17.9994375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:19rem;display:block; }
#v17Dth2UJLcMwLUcCTr0scNZWqbyho3X { color:#6b6b6b;display:block;width:14.93725rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.25rem;left:20.4375rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#m29uDV7VTS3kTI8ingM9oaMVF0DkHovg { color:rgba(var(--color-secondary-2),1);display:block;width:15.749875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:20.4375rem;height:1.4625625rem;text-align:left;text-align-last:left;display:block; }
#FJNWdXJhe2IQFTPppi9sCGxOfRyN4f2g { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.249875rem;top:33.125rem;left:20.4375rem;overflow:hidden;display:block; }
#KS25i3fFJvJGksvqPTK1Om8zf4FNfuF0 { box-sizing:content-box;height:21.9991875rem;width:17.9994375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:38rem;display:block; }
#pvOJ9PUkCbyISkdzZOEuaEpoaBdzzM7S { color:#6b6b6b;display:block;width:14.93725rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.25rem;left:39.4375rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#tKGIwEZGwrzdrFx7QRzsyH2QKGemwwxl { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:39.4375rem;height:1.4625625rem;text-align:left;text-align-last:left;display:block; }
#rKXEuQbgpDnmXp2wWhGfaorwTiqthsn6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.249875rem;top:33.125rem;left:39.4375rem;overflow:hidden;display:block; }
#T647FoTZEswwN2IfFBRU3qPTzxq3HmZv { box-sizing:content-box;height:21.9991875rem;width:17.9994375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:57rem;display:block; }
#A1SypafL9l45twM12H1F32g6M1mdtcyw { color:#6b6b6b;display:block;width:14.93725rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.25rem;left:58.4375rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#AcSDh0dHE3IIT7CcF5TKOwZRxdCo5pHi { color:rgba(var(--color-secondary-2),1);display:block;width:10.6870625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:58.4375rem;height:1.4625625rem;text-align:left;text-align-last:left;display:block; }
#UcsduJ5B17c3Ir4Uih04znubP8TMd3W2 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.249875rem;top:33.125rem;left:58.4375rem;overflow:hidden;display:block; }
#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF { position:relative;display:block; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF { background-color: transparent; background-image: none; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container > .video-iframe-container { display: none; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row > .video-iframe-container { display: none; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .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); }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF { border-width: 0; border-radius: 0; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BHdN9nsHML1U8EzJMVwSoQnblZ9roWk3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.999875rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9375rem;left:0.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Qp88x2cM1in6fyOvDFTbCynh9J6DRAmW { box-sizing:content-box;height:2.06225rem;width:14.812125rem;position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:0rem;display:block; }
#zzyTqa7TPOEsok1XQoG1twG4ZkAx6lp7 { color:#6b6b6b;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:19.935516357422rem;left:0rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kyHSiuD7ftDe5Xv3wn6wmB8OSPOT4MHx { color:rgba(var(--color-secondary-2),1);display:block;width:32.12425rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.999378204346rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#diAG8bXkL1C92HPELAlLErn55wLd1NIU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:46.3125rem;top:5.1865081787109rem;left:30.499752044677rem;overflow:hidden;display:block; }
#hUE6gZcBvwUIr57sWTb8clJ9t768S9PT { box-sizing:content-box;height:2.0625rem;width:16.375rem;position:absolute;display:block;z-index:15007;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:41.75rem;display:block; }
#TTJFpGQFpyFZgwFzyp7qNMOM1LNiHIor { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:37.8125rem;left:42.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DMh4ikKRxoO5ZNk0z6U77lwPkUvKEPEa { color:rgba(var(--color-secondary-2),1);display:block;width:32.12425rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.3125rem;left:41.75rem;height:;text-align:left;text-align-last:left;display:block; }
#Kiu4IakQTEVsirPGkNIslkV1LE5zMXbS { color:#6b6b6b;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:49.25rem;left:41.75rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T78Oyp0QzwXEzDyQvuT37rglvwFfrPx2 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:41rem;top:36.871752375rem;left:-1.7586449902923rem;overflow:hidden;display:block; }
#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e067f41-8dcf-45c3-a26c-05efb385d78b/Maskgroup.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu.adaptive-delivery-prevent-bg, #hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu.lazyload, #hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu.lazyloading { background-image: none; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container { background-color: transparent; background-image: none; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container > .video-iframe-container { display: none; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row > .video-iframe-container { display: none; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .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); }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container { border-width: 0; border-radius: 0; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:75rem;position:relative;display:block; }#GyRqpXmJW39bw6g9lTTExvyIHkhIZPQt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:42.25rem;top:31.27734375rem;left:15.3125rem;overflow:hidden;display:block; }
#vl8rWfQ5vZNWEhN31WSx7Bx4TbhMM6hb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto mono";font-size:1rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:15.3125rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:67.375rem;left:28.78125rem;display:block; }
#sOk3oddV2xHDp3VzNeFeKTe74aOl4uxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfnMe6lJGIgTBrOzIMbaQRvbK8JBck0q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:"roboto mono";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:21.873607635498rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ceZsVwS15voxV0FztuJgIDkV3ah0H8oA { color:rgba(255,255,255,0.65);display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:24.561943054199rem;left:0rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hr47FTNu7s7e08tEK4rTZilN3bT9fqty { color:rgba(255,255,255,0.65);display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:24.561943054199rem;left:16.8125rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQCP93aV9MCgnwbdxvmoTtURPuVFJnTm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:"roboto mono";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:21.875rem;left:16.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TJEuMZskQLBa5Tlb0vMzHGnqM2qBaQP9 { color:rgba(255,255,255,0.65);display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:24.5625rem;left:32.4375rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r8UIcTkabenSgu6ZpFbkUKORhi913A5E { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"roboto mono";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:21.875rem;left:32.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#By9TnHotXS0JmvvpgWqkCn0LoNkuzFKK { color:rgba(255,255,255,0.65);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:24.561943054199rem;left:48.249862670899rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mXPlqTnl5DTkLuhiky0dazalu8rkbgTn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:"roboto mono";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:21.875rem;left:48.249862670899rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#CeKZ2s536dAUGP9CuhLuKhF2N2Ub0Kwz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"roboto mono";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.875rem;left:62.6248626709rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#epscBwyhEvo8OMAhDa3ewHRR01Z0B1sz { color:rgba(255,255,255,0.65);display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.561943054199rem;left:62.6248626709rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kkhv6RwQl8Tc5xcNZHVBV3v90oAzJBMK { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.6875rem;top:17.545341491699rem;left:0rem;overflow:hidden;display:block; }
#SROff0UPPZOgxfn4TCHdc4y8I55E1HGT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.607841491699rem;left:16.8115234375rem;overflow:hidden;display:block; }
#UMobkrVoxJPsRPEno36Cp1S93arJddUV { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:17.857841491699rem;left:32.4365234375rem;overflow:hidden;display:block; }
#scmS0cxfJg6UxyKZgR99tX9y41Fb7Vws { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:18.013256072998rem;left:48.249862670899rem;overflow:hidden;display:block; }
#NfvhPZW6lp9ARMUp8RcFdqf76TgyOg4K { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.125rem;top:17.950756072998rem;left:62.6248626709rem;overflow:hidden;display:block; }
#fvgE7nzQD3165Gnh5flK8WZsLxtm7FTR { box-sizing:content-box;height:2.0625rem;width:7.6875rem;position:absolute;display:block;z-index:15006;background-color:#2e2e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:32.4375rem;display:block; }
#qQ7AHCzhGJo1kQOOzsAVTr3V3x0ptPMT { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.005859375rem;left:33.0615234375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#V9Qq9tRA1QtwkUIkfxlzFbHoWhxmyTtS { color:rgba(var(--color-tertiary-0),1);display:block;width:32.124rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1476058959963rem;left:20.218330383301rem;height:;text-align:center;text-align-last:center;display:block; }
#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 { position:relative;display:block; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 { background-color: transparent; background-image: none; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container > .video-iframe-container { display: none; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row > .video-iframe-container { display: none; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .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); }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 { border-width: 0; border-radius: 0; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XcVFqe11ilUJP7v74moOMERTTZXpznbC { color:rgba(var(--color-secondary-2),1);display:block;width:11.5rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:11.0625rem;left:44.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pdergUKTkRdecLs53uO54CpJWmbUuG6t { box-sizing:content-box;height:2.0625rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:44rem;display:block; }
#BCzr2HayubpzmdnIecp0QhTivPcxrq8f { color:#6b6b6b;display:block;width:30.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.0205078125rem;left:44.0009765625rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#raCmn9DLKqGd8wiFHb5kxXrFEgwdEARw { color:rgba(var(--color-secondary-2),1);display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:44rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#HfffoTTSaDnXXQFfW1od4roikOo4JrBh { box-sizing:content-box;height:2.0625rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:0rem;display:block; }
#BAONr5R6Is27VUGyHTRsGKAAJNqtIR4I { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:34.625rem;left:0.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#E2TpmnpvZ0sIrJvC5MyvCTyrnq8F7sE8 { color:rgba(var(--color-secondary-2),1);display:block;width:27.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.125rem;left:0rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#KA3DWrJ6rrBCV55UOQIz8taci8XUcya6 { color:#6b6b6b;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:46.0625rem;left:0rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SR2STFeyG5rae047MC5gzKsxHPT5vuly { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:33.625rem;top:8.33203125rem;left:0rem;overflow:hidden;display:block; }
#Ituq3NWw9W8fffZ5Kc6fti7WqOdcyPAs { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:37.6875rem;top:31.937103271484rem;left:37.375rem;overflow:hidden;display:block; }
#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container { background-color: transparent; background-image: none; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container > .video-iframe-container { display: none; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row > .video-iframe-container { display: none; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .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); }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container { border-width: 0; border-radius: 0; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#o9HcexUVcLltQDR4QafBouZFSgZ47Pyq { box-sizing:content-box;height:2.0625rem;width:9.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:32.625rem;display:block; }
#mvhyguDDJr7rqKZSATDTip5fmKM0WLVd { color:rgba(var(--color-secondary-2),1);display:block;width:8.125rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:4.1875rem;left:33.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tPSfLl50HgT77U22NloZf1G9Mxc5oeDE { color:rgba(var(--color-secondary-2),1);display:block;width:32.1245625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125152587887rem;left:21.4375rem;height:3.4123875rem;text-align:center;text-align-last:center;display:block; }
#SGH2ZItVet7konxcQgbgzQDdTQn3gKBK { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.375rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#llMoV8TDSCQutzn4qfC9BJOX87wNLvTq { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.3125rem;top:15.25rem;left:1.25rem;overflow:hidden;display:block; }
#pdpehItaJeIfH9MLOQnGPV2XrIemTP11 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.3125rem;top:15.25rem;left:29.4375rem;overflow:hidden;display:block; }
#kGZaTdeX4us7f30uFzoQpQUJ54f6qucW { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.375rem;top:13.9375rem;left:28.1875rem;overflow:hidden;display:block; }
#fnGnBkSC2Ae4hDoaoxpwnuvcqcNDaRlZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.3125rem;top:15.25rem;left:57.125rem;overflow:hidden;display:block; }
#eIHMG91iJhUfAFdoWiNmsHbs1mvUSGtl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.375rem;top:13.9375rem;left:55.5625rem;overflow:hidden;display:block; }
#p5eCACXe3lTWdQuSUC2UAn7OhQCUuRNl { color:rgba(85,85,85,0.65);display:block;width:15.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.4375rem;left:1.9375rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fh6tag94r8ZoMtDRPiz6IT9c2pUzHbTO { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"roboto mono";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:33.0625rem;left:1.9375rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#mbXSgaps8ot9OTeT6MkJ2GTB9DwA77LR { color:rgba(var(--color-secondary-2),1);display:block;width:14.75rem;position:absolute;font-family:"roboto mono";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:33.125rem;left:30.3125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#Jg5PUTvBFkMsot5LBlSGvcxsonI74pJA { color:rgba(85,85,85,0.65);display:block;width:15.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:35.5rem;left:30.3125rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nAwqWe2UXIUrHfna3T4eHrFeW2xiFhS6 { color:rgba(var(--color-secondary-2),1);display:block;width:14.75rem;position:absolute;font-family:"roboto mono";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:33.125rem;left:58rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#N43lmEZg0G52NGdHxXlui3S6TorDfc4U { color:rgba(85,85,85,0.65);display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:35.5rem;left:58rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n { position:relative;display:block; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n { background-color: transparent; background-image: none; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container > .video-iframe-container { display: none; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row > .video-iframe-container { display: none; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .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); }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n { border-width: 0; border-radius: 0; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iCsCL3mibEVxe8dQ6KWRgSDGkMf3xCBC { box-sizing:content-box;height:2.0625rem;width:28rem;position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:23.5rem;display:block; }
#TXXJa8aurIS33w2Mk8nbnvtmed0O4C9A { color:rgba(var(--color-secondary-2),1);display:block;width:27.0625rem;position:absolute;font-family:"roboto mono";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:4.25rem;left:24rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GtexgaWCuD0SHu6ea1BplFNbBnzsZ0aT { color:rgba(var(--color-secondary-2),1);display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.185267448425rem;left:19.84375rem;height:3.4123875rem;text-align:center;text-align-last:center;display:block; }
#gwkUmO5wHlSSvQ9wGriAAmH4wvmDcLwB { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.8125rem;top:14.096876144409rem;left:0rem;overflow:hidden;display:block; }
#v6Vcqwm2EsChOdJ6tCMXtTsX7ZiB9DyT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:30.8125rem;top:15.003126144409rem;left:21.90625rem;overflow:hidden;display:block; }
#MbWqp7ZIeaIedi1JtqlUDzq8qHG2uIOk { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.8125rem;top:14.096876144409rem;left:57.1875rem;overflow:hidden;display:block; }
#vn4PgpC8GUFdTCLeGfkSWJtVA3nfkwJT { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:"roboto mono";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:33.375000953674rem;left:0rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#DPtWIEooQesn3m5iTTKgZLbW8HntPVLb { color:#555555;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:37.75rem;left:0rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUaKBEyeNMOyXLyLOae7Trnu0rWfQcBe { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:"roboto mono";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:33.375000953674rem;left:57.71875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#Pfc1WTla9RruJET5xMEn1eQnJWrt0iwK { color:#555555;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:37.75rem;left:43.5625rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JDco3hQpmIC1cRJ0RHWUM1gTSeZ1MeNK { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.76607131958rem;left:0rem;display:block; }
#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p { position:relative;display:block; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p { background-color: transparent; background-image: none; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container > .video-iframe-container { display: none; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row > .video-iframe-container { display: none; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .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); }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p { border-width: 0; border-radius: 0; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ChKIa9pPI2A3uzlKcNkz0biJcJfJaVZU { position:absolute;display:block;z-index:15000;height:35.749875rem;width:63.186875rem;top:2.0926342010498rem;left:5.9054107666016rem;display:block; }
#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container { background-color: transparent; background-image: none; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container > .video-iframe-container { display: none; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row > .video-iframe-container { display: none; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .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); }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container { border-width: 0; border-radius: 0; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#BbmNB5bOvo5Qqint3mFXGsFkgVxsZdh8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12rem;top:5.0909614562988rem;left:0rem;overflow:hidden;display:block; }
#KRXvenLKuWXVMhd5kM6QILUFhvkDDVfP { color:rgba(255,255,255,0.82);display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.8744449615481rem;left:0rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IlVCxtr2TaAqvOzQZsdQ7JXPZt0ihILu { color:rgba(255,255,255,0.52);display:block;width:13.9369375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:15.871095657349rem;left:0rem;height:1.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7H1zxmgp1iAETBfwW1NzhcPIu5r9IcT { box-sizing:content-box;height:10.375rem;width:42.4375rem;position:absolute;display:block;z-index:14999;background-color:#252525;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.05859375rem;left:31.499441146851rem;display:block; }
#EQs4X9DlPP0h9PrSm0CdnPhhtGQddfoB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.1875rem;top:15.997253417969rem;left:73.81194114685rem;overflow:hidden;display:block; }
#QbxGvBNH2J4xdJQBsfXUTiNvMKaxJhDC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.1875rem;top:5.0910034179688rem;left:73.87277030945rem;overflow:hidden;display:block; }
#PMLI35avSl4EpRbGTHH6Jh4P8GiU4X4M { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.1875rem;top:16.12109375rem;left:30.65736579895rem;overflow:hidden;display:block; }
#cKkxa6gcltUlc7ndJd754UUxTAZTmsco { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.1875rem;top:5.1199951171875rem;left:30.68638420105rem;overflow:hidden;display:block; }
#FNxFBL2kFEhUwxaC6WZvMOakPD19QtcR { color:rgba(var(--color-secondary-2),1);display:block;width:3.8125rem;position:absolute;font-family:"roboto mono";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:8.8744506835938rem;left:36.374441146851rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#ICDuh7iydgkmu6iZCgq63uVRARXiX5nM { color:#f2f2f2;display:block;width:12.249875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:11.499450683594rem;left:35.686941146851rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qUQtvzW1tTVV3R7MC01oQPMQpFOENvZk { box-sizing:content-box;height:2.1875rem;width:5.125rem;position:absolute;display:block;z-index:15014;background-color:#3c3c3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:35.686941146851rem;display:block; }
#HkQp0RUk13Lm0kOEIwuUM9GEfsgx1aUN { color:rgba(var(--color-secondary-2),1);display:block;width:3.8125rem;position:absolute;font-family:"roboto mono";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:8.875rem;left:63.187505722044rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#tMCfbGIU1M7xD24ehA8UakDksmfFC33R { box-sizing:content-box;height:2.1875rem;width:4rem;position:absolute;display:block;z-index:15023;background-color:#3c3c3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:62.500005722044rem;display:block; }
#fCz6DcebDQFoAiIZIp2NF0QGNERyKTa2 { color:#f2f2f2;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:11.41015625rem;left:62.500005722044rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;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) { #oMPHqynkywrI5r5w9SngRFKkimLCdPrX { top:1.6875rem;left:0rem;width:14.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owG8OGV9UeuTG8BxRkUNCqoT00pUf8cR { top:16.375rem;left:0rem;width:45.625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbMLfmU9h5fvg1WvsTO5t3y21TgyPw6m { top:24.125rem;left:0rem;width:42.9375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmGxATOh8Pw3Ec2sLkhPKnvsmMrzVx6 { top:12.75rem;left:0rem;width:21.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE6DMPCTzvQO99vAUK5LRHVRAREr92Ca { top:13.1875rem;left:0rem;width:20.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCzwFokgph72TMtPa5429wMZKbshH0D { top:9.4375rem;left:21.5rem;width:26.25rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhzoxl0bQ1ESffZyeybV7skKQWy4Bm62 { top:11.1875rem;left:29.125rem;width:18.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG2n1uOnsQTD1vSWyhyev44VJ0TTTNx { top:13.4375rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO9ECeg1hU24M8FoR96RUoPFEUExbr3M { display:none; }
 }@media only screen and (max-width: 763px) { #GwwI2eCOT2M3Erw9SbhtXkIo4URZGgVJ { top:29.4375rem;left:0rem;width:37rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThVPEKxpcygDFkAVwnNLiur5Agb8qiT { top:31.875rem;left:0rem;width:36.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJRFhb3ABRZ4Zeule2pBNMmBhQFhntBL { top:34.3125rem;left:0rem;width:41.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4GDMS9iSLhSbP9l99k444ahkcnIhpLU { top:29.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5zz8NIw0EGU7olfph5wFhRLF3stl0O { top:32.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snsyeowXECPCyupNF2lxG59ZDmH7uB7b { top:34.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neyyCZSqFWtyTGqnuMsvlRRKVkeP4qmB { width:15.5625rem;height:3.875rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraQWzkNiOvyLJ2vxkF13E5XaIyJmVeI { display:block; }
 }@media only screen and (max-width: 763px) { #B782tgQAfuBdRT32vE0rQRogpAkzD64B { top:14.8125rem;left:25rem;width:22.75rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL { display:block; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm9fzc9aw5Zyr93O5zTSTzafxpufSQTX { top:8rem;left:7.8121948242188rem;width:32.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #th630Q9IPGCspTb1aGfcJmvnp4I6OF5Z { top:4.25rem;left:19.562400817871rem;width:8.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvuTlRhL23MncPlwnaburmZHHpOzTlRr { top:4.6875rem;left:20.187400817871rem;width:7.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8VgiA3nZThAuWDTEm7LBEeCV2HL67r { top:12.375rem;left:3.8750019073486rem;width:40rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTo4T68B8O6DCWr2VQ7tvM8W8mRFtDJr { top:18.4375rem;left:0rem;width:47.75rem;height:3.7004966708056rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0xWWUXF8FMKyxeVGbPPZFrnoF9lH518 { width:36.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW { display:block; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDhCR4mgrDGfoxM5PVQsfnk3qewH06oL { top:4.6875rem;left:16.812297821045rem;width:14rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl13A8KmkBTewuLGTCTlRIRqt6eaEncT { top:5.125rem;left:17.374900817871rem;width:12.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkAVQXiJtxZBus4ltES9i4rEJoNRX54P { top:8.375rem;left:7.8119411468506rem;width:32.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDw4fxzOUGVsZvD3QkEG8vShloF2ii7R { width:11.875rem;height:3.8125rem;top:40.25rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSqopllk9cTPueoMcq1olgC9CaVacbLU { display:block; }
 }@media only screen and (max-width: 763px) { #rTBEqFdQgl53R3bmqueEGk2z1l4e9nMW { top:14.5625rem;left:0rem;width:17.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwJIpR4mgrSnb7f9KReA0QzOJPbrfdqh { top:19.25rem;left:0rem;width:14.9375rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJNF7pIzfC7JewkbMmZ1cwSLkcATdNc { top:33.125rem;left:0rem;width:8.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2EHdWCBDzQTvhbMEHPmiWG71gPUz3w { top:16.5rem;left:0rem;width:10.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCJEt4t8tSgkTz9pr475ncgcP7c7P00W { top:14.5625rem;left:5.375rem;width:17.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Dth2UJLcMwLUcCTr0scNZWqbyho3X { top:19.25rem;left:6.8125rem;width:14.875rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29uDV7VTS3kTI8ingM9oaMVF0DkHovg { top:16.5rem;left:6.8125rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJNWdXJhe2IQFTPppi9sCGxOfRyN4f2g { top:33.125rem;left:6.8125rem;width:8.1875rem;height:1.2405490992288rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS25i3fFJvJGksvqPTK1Om8zf4FNfuF0 { top:14.5625rem;left:24.375rem;width:17.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvOJ9PUkCbyISkdzZOEuaEpoaBdzzM7S { top:19.25rem;left:25.8125rem;width:14.875rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGIwEZGwrzdrFx7QRzsyH2QKGemwwxl { top:16.5rem;left:25.8125rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKXEuQbgpDnmXp2wWhGfaorwTiqthsn6 { top:33.125rem;left:25.8125rem;width:8.1875rem;height:1.2405490992288rem;display:block; }
 }@media only screen and (max-width: 763px) { #T647FoTZEswwN2IfFBRU3qPTzxq3HmZv { top:14.5625rem;left:29.8125rem;width:17.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1SypafL9l45twM12H1F32g6M1mdtcyw { top:19.25rem;left:32.875rem;width:14.875rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSDh0dHE3IIT7CcF5TKOwZRxdCo5pHi { top:16.5rem;left:37.125rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsduJ5B17c3Ir4Uih04znubP8TMd3W2 { top:33.125rem;left:39.5625rem;width:8.1875rem;height:1.2405490992288rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC226XPqlMaxqSE7Nam0WvWdKlfffHDF { display:block; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHdN9nsHML1U8EzJMVwSoQnblZ9roWk3 { top:8.9375rem;left:0rem;width:13.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp88x2cM1in6fyOvDFTbCynh9J6DRAmW { top:8.5625rem;left:0rem;width:14.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzyTqa7TPOEsok1XQoG1twG4ZkAx6lp7 { top:19.875rem;left:0rem;width:29.8125rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyHSiuD7ftDe5Xv3wn6wmB8OSPOT4MHx { top:11.9375rem;left:0rem;width:32.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAG8bXkL1C92HPELAlLErn55wLd1NIU { top:5.125rem;left:1.4375rem;width:46.3125rem;height:26.312284073242rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUE6gZcBvwUIr57sWTb8clJ9t768S9PT { top:37.375rem;left:28.125rem;width:16.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJFpGQFpyFZgwFzyp7qNMOM1LNiHIor { top:37.8125rem;left:28.9375rem;width:14.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMh4ikKRxoO5ZNk0z6U77lwPkUvKEPEa { top:41.25rem;left:15.6875rem;width:32.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiu4IakQTEVsirPGkNIslkV1LE5zMXbS { top:49.25rem;left:14.4375rem;width:33.3125rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78Oyp0QzwXEzDyQvuT37rglvwFfrPx2 { top:36.8125rem;left:0rem;width:41rem;height:23.374633764127rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu { display:block; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyRqpXmJW39bw6g9lTTExvyIHkhIZPQt { top:31.25rem;left:1.6875rem;width:42.25rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8rWfQ5vZNWEhN31WSx7Bx4TbhMM6hb { width:15.3125rem;height:3.875rem;top:67.375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk3oddV2xHDp3VzNeFeKTe74aOl4uxW { display:block; }
 }@media only screen and (max-width: 763px) { #RfnMe6lJGIgTBrOzIMbaQRvbK8JBck0q { top:21.8125rem;left:0rem;width:14.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceZsVwS15voxV0FztuJgIDkV3ah0H8oA { top:24.5rem;left:0rem;width:13.3125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr47FTNu7s7e08tEK4rTZilN3bT9fqty { top:24.5rem;left:3.1875019073486rem;width:12rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQCP93aV9MCgnwbdxvmoTtURPuVFJnTm { top:21.875rem;left:3.1875rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEuMZskQLBa5Tlb0vMzHGnqM2qBaQP9 { top:24.5625rem;left:18.8125rem;width:12.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UIcTkabenSgu6ZpFbkUKORhi913A5E { top:21.875rem;left:18.8125rem;width:6.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By9TnHotXS0JmvvpgWqkCn0LoNkuzFKK { top:24.5rem;left:34.624862670899rem;width:10.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPlqTnl5DTkLuhiky0dazalu8rkbgTn { top:21.875rem;left:34.624862670899rem;width:6.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeKZ2s536dAUGP9CuhLuKhF2N2Ub0Kwz { top:21.875rem;left:40.5625rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epscBwyhEvo8OMAhDa3ewHRR01Z0B1sz { top:24.5rem;left:35.375rem;width:12.375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkhv6RwQl8Tc5xcNZHVBV3v90oAzJBMK { top:17.5rem;left:0rem;width:3.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROff0UPPZOgxfn4TCHdc4y8I55E1HGT { top:17.5625rem;left:3.1865234375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMobkrVoxJPsRPEno36Cp1S93arJddUV { top:17.8125rem;left:18.8115234375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scmS0cxfJg6UxyKZgR99tX9y41Fb7Vws { top:18rem;left:34.624862670899rem;width:1.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfvhPZW6lp9ARMUp8RcFdqf76TgyOg4K { top:17.9375rem;left:45.625rem;width:2.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvgE7nzQD3165Gnh5flK8WZsLxtm7FTR { top:5.625rem;left:18.8125rem;width:7.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7AHCzhGJo1kQOOzsAVTr3V3x0ptPMT { top:6rem;left:19.4365234375rem;width:6.4375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Qq9tRA1QtwkUIkfxlzFbHoWhxmyTtS { top:9.125rem;left:6.5931911468506rem;width:32.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 { display:block; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcVFqe11ilUJP7v74moOMERTTZXpznbC { top:11.0625rem;left:31.1875rem;width:11.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdergUKTkRdecLs53uO54CpJWmbUuG6t { top:10.625rem;left:30.375rem;width:12.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCzr2HayubpzmdnIecp0QhTivPcxrq8f { top:22rem;left:16.8125rem;width:30.9375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCmn9DLKqGd8wiFHb5kxXrFEgwdEARw { top:14.0625rem;left:17rem;width:30.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfffoTTSaDnXXQFfW1od4roikOo4JrBh { top:34.1875rem;left:0rem;width:17.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAONr5R6Is27VUGyHTRsGKAAJNqtIR4I { top:34.625rem;left:0rem;width:16.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TpmnpvZ0sIrJvC5MyvCTyrnq8F7sE8 { top:38.125rem;left:0rem;width:27.5625rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3DWrJ6rrBCV55UOQIz8taci8XUcya6 { top:46.0625rem;left:0rem;width:31.875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2STFeyG5rae047MC5gzKsxHPT5vuly { top:8.3125rem;left:0rem;width:33.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ituq3NWw9W8fffZ5Kc6fti7WqOdcyPAs { top:31.875rem;left:10.0625rem;width:37.6875rem;height:22.874903916476rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx { display:block; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9HcexUVcLltQDR4QafBouZFSgZ47Pyq { top:3.8125rem;left:19rem;width:9.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhyguDDJr7rqKZSATDTip5fmKM0WLVd { top:4.1875rem;left:19.875rem;width:8.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSfLl50HgT77U22NloZf1G9Mxc5oeDE { top:7.3125rem;left:7.8125rem;width:32.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGH2ZItVet7konxcQgbgzQDdTQn3gKBK { top:13.9375rem;left:0rem;width:3.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMoV8TDSCQutzn4qfC9BJOX87wNLvTq { top:15.25rem;left:0rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpehItaJeIfH9MLOQnGPV2XrIemTP11 { top:15.25rem;left:15.8125rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZaTdeX4us7f30uFzoQpQUJ54f6qucW { top:13.9375rem;left:14.5625rem;width:3.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGnBkSC2Ae4hDoaoxpwnuvcqcNDaRlZ { top:15.25rem;left:31.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHMG91iJhUfAFdoWiNmsHbs1mvUSGtl { top:13.9375rem;left:41.9375rem;width:3.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5eCACXe3lTWdQuSUC2UAn7OhQCUuRNl { top:35.4375rem;left:0rem;width:15.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6tag94r8ZoMtDRPiz6IT9c2pUzHbTO { top:33.0625rem;left:0rem;width:12.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbXSgaps8ot9OTeT6MkJ2GTB9DwA77LR { top:33.125rem;left:16.6875rem;width:14.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg5PUTvBFkMsot5LBlSGvcxsonI74pJA { top:35.4375rem;left:16.6875rem;width:15.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwqWe2UXIUrHfna3T4eHrFeW2xiFhS6 { top:33.125rem;left:33rem;width:14.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N43lmEZg0G52NGdHxXlui3S6TorDfc4U { top:35.5rem;left:31.125rem;width:16.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n { display:block; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCsCL3mibEVxe8dQ6KWRgSDGkMf3xCBC { top:3.8125rem;left:9.875rem;width:27.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXJa8aurIS33w2Mk8nbnvtmed0O4C9A { top:4.25rem;left:10.375rem;width:27rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtexgaWCuD0SHu6ea1BplFNbBnzsZ0aT { top:7.125rem;left:6.21875rem;width:35.3125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkUmO5wHlSSvQ9wGriAAmH4wvmDcLwB { top:14.0625rem;left:0rem;width:17.8125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Vcqwm2EsChOdJ6tCMXtTsX7ZiB9DyT { top:15rem;left:8.28125rem;width:30.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWqp7ZIeaIedi1JtqlUDzq8qHG2uIOk { top:14.0625rem;left:29.9375rem;width:17.8125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4PgpC8GUFdTCLeGfkSWJtVA3nfkwJT { top:33.375rem;left:0rem;width:13.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtWIEooQesn3m5iTTKgZLbW8HntPVLb { top:37.75rem;left:0rem;width:35.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaKBEyeNMOyXLyLOae7Trnu0rWfQcBe { top:33.375rem;left:34rem;width:13.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfc1WTla9RruJET5xMEn1eQnJWrt0iwK { top:37.75rem;left:16.3125rem;width:31.4375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDco3hQpmIC1cRJ0RHWUM1gTSeZ1MeNK { top:36.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p { display:block; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChKIa9pPI2A3uzlKcNkz0biJcJfJaVZU { top:2.0625rem;left:0rem;width:47.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ1CRvMqgIgN7s96bKUFCP2kPym66shN { display:block; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbmNB5bOvo5Qqint3mFXGsFkgVxsZdh8 { top:5.0625rem;left:0rem;width:12rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXvenLKuWXVMhd5kM6QILUFhvkDDVfP { top:8.8125rem;left:0rem;width:25.4375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVCxtr2TaAqvOzQZsdQ7JXPZt0ihILu { top:15.8125rem;left:0rem;width:13.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7H1zxmgp1iAETBfwW1NzhcPIu5r9IcT { top:6rem;left:5.3125rem;width:42.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs4X9DlPP0h9PrSm0CdnPhhtGQddfoB { top:15.9375rem;left:46.5625rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbxGvBNH2J4xdJQBsfXUTiNvMKaxJhDC { top:5.0625rem;left:46.5625rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMLI35avSl4EpRbGTHH6Jh4P8GiU4X4M { top:16.0625rem;left:17.03236579895rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKkxa6gcltUlc7ndJd754UUxTAZTmsco { top:5.0625rem;left:17.06138420105rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxFBL2kFEhUwxaC6WZvMOakPD19QtcR { top:8.8125rem;left:22.749441146851rem;width:3.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICDuh7iydgkmu6iZCgq63uVRARXiX5nM { top:11.4375rem;left:22.061941146851rem;width:12.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQtvzW1tTVV3R7MC01oQPMQpFOENvZk { top:8.5rem;left:22.061941146851rem;width:5.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQp0RUk13Lm0kOEIwuUM9GEfsgx1aUN { top:8.875rem;left:43.9375rem;width:3.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMCfbGIU1M7xD24ehA8UakDksmfFC33R { top:8.5rem;left:43.75rem;width:4rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCz6DcebDQFoAiIZIp2NF0QGNERyKTa2 { top:11.375rem;left:41.1875rem;width:6.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMPHqynkywrI5r5w9SngRFKkimLCdPrX { width:10.6875rem;height:2.25rem;top:1.3750001192093rem;left:3.8750002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #owG8OGV9UeuTG8BxRkUNCqoT00pUf8cR { width:18.375rem;height:9.599625rem;top:8.6344871520994rem;left:0.81250005960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbMLfmU9h5fvg1WvsTO5t3y21TgyPw6m { width:15.375rem;height:4.798825rem;top:19.508930206299rem;left:2.3125000596046rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.56);z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTmGxATOh8Pw3Ec2sLkhPKnvsmMrzVx6 { width:20rem;height:2rem;top:4.9358258247376rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE6DMPCTzvQO99vAUK5LRHVRAREr92Ca { width:18.8120625rem;height:1.0998875rem;top:5.3857421875rem;left:0.7177734375rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VCCzwFokgph72TMtPa5429wMZKbshH0D { width:20rem;height:34.625rem;top:41.499443054199rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Dhzoxl0bQ1ESffZyeybV7skKQWy4Bm62 { width:17.625rem;height:1.7873875rem;top:43.250003814698rem;left:1.3750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG2n1uOnsQTD1vSWyhyev44VJ0TTTNx { width:15.624375rem;height:1.3999rem;top:45.375003814698rem;left:1.7500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO9ECeg1hU24M8FoR96RUoPFEUExbr3M { top:4.9352679252624rem;left:0rem;width:20rem;height:46.5rem;z-index:14994;background-color:rgba(var(--color-secondary-2),0.46);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GwwI2eCOT2M3Erw9SbhtXkIo4URZGgVJ { width:15.625rem;height:1.5998875rem;top:25.562498092651rem;left:2.9375000596046rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.56);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hThVPEKxpcygDFkAVwnNLiur5Agb8qiT { width:16.4375rem;height:1.5998875rem;top:28.536827087403rem;left:2.9375000596046rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.56);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XJRFhb3ABRZ4Zeule2pBNMmBhQFhntBL { width:14.125rem;height:1.5998875rem;top:31.386157989502rem;left:2.9375000596046rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.56);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P4GDMS9iSLhSbP9l99k444ahkcnIhpLU { width:1.25rem;height:1.25rem;top:25.737161636352rem;left:1.0982143282891rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5zz8NIw0EGU7olfph5wFhRLF3stl0O { width:1.25rem;height:1.25rem;top:28.599327087403rem;left:1.0982143282891rem;display:block; }
 }@media only screen and (max-width: 763px) { #snsyeowXECPCyupNF2lxG59ZDmH7uB7b { width:1.25rem;height:1.25rem;top:31.511157989502rem;left:1.0982143282891rem;display:block; }
 }@media only screen and (max-width: 763px) { #neyyCZSqFWtyTGqnuMsvlRRKVkeP4qmB { width:11.875rem;height:3.8125rem;top:35.061943054199rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraQWzkNiOvyLJ2vxkF13E5XaIyJmVeI { display:block; }
 }@media only screen and (max-width: 763px) { #B782tgQAfuBdRT32vE0rQRogpAkzD64B { width:20rem;height:28.6875rem;top:47.500003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL { display:block; }#eCeWxEUT4TbyckJy8AEqGCIEBogE1EKL > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm9fzc9aw5Zyr93O5zTSTzafxpufSQTX { width:20rem;height:5.19921875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #th630Q9IPGCspTb1aGfcJmvnp4I6OF5Z { width:8.5625rem;height:2rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvuTlRhL23MncPlwnaburmZHHpOzTlRr { width:7.3746875rem;height:1.29980625rem;top:1.6254043579101rem;left:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8VgiA3nZThAuWDTEm7LBEeCV2HL67r { width:17.9375rem;height:7.9980625rem;top:10.697545051575rem;left:1.0312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTo4T68B8O6DCWr2VQ7tvM8W8mRFtDJr { width:20rem;height:1.5499441657361rem;top:20.19604375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0xWWUXF8FMKyxeVGbPPZFrnoF9lH518 { top:19.757254600525rem;left:0.5625rem;width:18.6875rem;height:6.5625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW { display:block; }#DbgHa7wKPB83p2rvmTT9gatQ4QmyDVmW > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDhCR4mgrDGfoxM5PVQsfnk3qewH06oL { width:14rem;height:2.0625rem;top:1.87479375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl13A8KmkBTewuLGTCTlRIRqt6eaEncT { width:12.874875rem;height:1.29980625rem;top:2.3120877563477rem;left:3.5626029968262rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkAVQXiJtxZBus4ltES9i4rEJoNRX54P { width:20rem;height:2.5998875rem;top:5.18729375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDw4fxzOUGVsZvD3QkEG8vShloF2ii7R { width:11.937375rem;height:3.87479375rem;top:102.43749809265rem;left:4.0312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSqopllk9cTPueoMcq1olgC9CaVacbLU { display:block; }
 }@media only screen and (max-width: 763px) { #rTBEqFdQgl53R3bmqueEGk2z1l4e9nMW { width:17.9375rem;height:21.9375rem;top:9.03621875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwJIpR4mgrSnb7f9KReA0QzOJPbrfdqh { width:14.9370625rem;height:11.69825rem;top:13.72371875rem;left:2.4371967315674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJNF7pIzfC7JewkbMmZ1cwSLkcATdNc { width:8.25rem;height:1.2500284097366rem;top:27.599023925781rem;left:2.4371967315674rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2EHdWCBDzQTvhbMEHPmiWG71gPUz3w { width:10.687375rem;height:1.4624rem;top:10.973619567871rem;left:2.4371967315674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCJEt4t8tSgkTz9pr475ncgcP7c7P00W { width:17.9375rem;height:21.9375rem;top:32.22371875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Dth2UJLcMwLUcCTr0scNZWqbyho3X { width:14.8746875rem;height:11.69825rem;top:36.91121875rem;left:2.4377021789551rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29uDV7VTS3kTI8ingM9oaMVF0DkHovg { width:15.687375rem;height:1.4624rem;top:34.161119567871rem;left:2.4377021789551rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJNWdXJhe2IQFTPppi9sCGxOfRyN4f2g { width:8.1875rem;height:1.2405584975416rem;top:50.786523925781rem;left:2.4377021789551rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS25i3fFJvJGksvqPTK1Om8zf4FNfuF0 { width:17.9375rem;height:21.9375rem;top:55.41121875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvOJ9PUkCbyISkdzZOEuaEpoaBdzzM7S { width:14.8746875rem;height:10.3984375rem;top:60.09871875rem;left:2.4377021789551rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGIwEZGwrzdrFx7QRzsyH2QKGemwwxl { width:12.1875rem;height:1.4624rem;top:57.348619567871rem;left:2.4377021789551rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKXEuQbgpDnmXp2wWhGfaorwTiqthsn6 { width:8.1875rem;height:1.2405584975416rem;top:73.974023925781rem;left:2.4377021789551rem;display:block; }
 }@media only screen and (max-width: 763px) { #T647FoTZEswwN2IfFBRU3qPTzxq3HmZv { width:17.9375rem;height:21.9375rem;top:78.59871875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1SypafL9l45twM12H1F32g6M1mdtcyw { width:14.8746875rem;height:10.3984375rem;top:83.28621875rem;left:2.4376983642578rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSDh0dHE3IIT7CcF5TKOwZRxdCo5pHi { width:10.625rem;height:1.4624rem;top:80.536119567869rem;left:2.4376983642578rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsduJ5B17c3Ir4Uih04znubP8TMd3W2 { width:8.1875rem;height:1.2405584975416rem;top:97.161523925781rem;left:2.4376983642578rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC226XPqlMaxqSE7Nam0WvWdKlfffHDF { display:block; }#cC226XPqlMaxqSE7Nam0WvWdKlfffHDF > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHdN9nsHML1U8EzJMVwSoQnblZ9roWk3 { width:13.9371875rem;height:1.29980625rem;top:2.0625rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp88x2cM1in6fyOvDFTbCynh9J6DRAmW { width:14.75rem;height:2rem;top:1.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzyTqa7TPOEsok1XQoG1twG4ZkAx6lp7 { width:18.5625rem;height:17.5956875rem;top:14rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyHSiuD7ftDe5Xv3wn6wmB8OSPOT4MHx { width:13.3125rem;height:7.7988125rem;top:4.9375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAG8bXkL1C92HPELAlLErn55wLd1NIU { width:19.6875rem;height:11.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUE6gZcBvwUIr57sWTb8clJ9t768S9PT { width:16.375rem;height:2.0625rem;top:44.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJFpGQFpyFZgwFzyp7qNMOM1LNiHIor { width:14.8746875rem;height:1.29980625rem;top:44.5625rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMh4ikKRxoO5ZNk0z6U77lwPkUvKEPEa { width:13.25rem;height:7.7988125rem;top:47.4375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiu4IakQTEVsirPGkNIslkV1LE5zMXbS { width:18.625rem;height:17.5956875rem;top:56.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78Oyp0QzwXEzDyQvuT37rglvwFfrPx2 { width:20rem;height:11.402260372745rem;top:73.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu { display:block; }#hLpUohlq1nzTFgHROqVTZwsaaM4Xqkzu > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyRqpXmJW39bw6g9lTTExvyIHkhIZPQt { width:15.8125rem;height:12.625rem;top:81.39453125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8rWfQ5vZNWEhN31WSx7Bx4TbhMM6hb { width:11.875rem;height:3.8125rem;top:96.0262260437rem;left:4.0613836050034rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk3oddV2xHDp3VzNeFeKTe74aOl4uxW { display:block; }
 }@media only screen and (max-width: 763px) { #RfnMe6lJGIgTBrOzIMbaQRvbK8JBck0q { width:14.5621875rem;height:1.79985rem;top:16.875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceZsVwS15voxV0FztuJgIDkV3ah0H8oA { width:15.375rem;height:3.19921875rem;top:19.5625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hr47FTNu7s7e08tEK4rTZilN3bT9fqty { width:14.625rem;height:4.798825rem;top:33.062501907349rem;left:2.6875001788139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQCP93aV9MCgnwbdxvmoTtURPuVFJnTm { width:14.4998125rem;height:1.79985rem;top:30.375rem;left:2.7485119700432rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJEuMZskQLBa5Tlb0vMzHGnqM2qBaQP9 { width:14.125rem;height:3.19921875rem;top:47.435544967651rem;left:2.9363838434219rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8UIcTkabenSgu6ZpFbkUKORhi913A5E { width:6.06229375rem;height:1.79985rem;top:45.125001907349rem;left:6.9687499403956rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #By9TnHotXS0JmvvpgWqkCn0LoNkuzFKK { width:14.0625rem;height:4.798825rem;top:61.154014587403rem;left:2.9681917428971rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXPlqTnl5DTkLuhiky0dazalu8rkbgTn { width:6.7496875rem;height:1.79985rem;top:58.314727783203rem;left:6.6252788305281rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeKZ2s536dAUGP9CuhLuKhF2N2Ub0Kwz { width:7.1875rem;height:1.79985rem;top:72.9416809082rem;left:6.4051336050031rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epscBwyhEvo8OMAhDa3ewHRR01Z0B1sz { width:14.3119375rem;height:4.798825rem;top:75.5228767395rem;left:2.8443077802658rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kkhv6RwQl8Tc5xcNZHVBV3v90oAzJBMK { width:5.375rem;height:3.375rem;top:11.822916984558rem;left:7.3124999403956rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROff0UPPZOgxfn4TCHdc4y8I55E1HGT { width:3.25rem;height:3.25rem;top:25.375rem;left:8.3750004172325rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMobkrVoxJPsRPEno36Cp1S93arJddUV { width:3.875rem;height:3.875rem;top:40.125001907349rem;left:8.3125004172325rem;display:block; }
 }@media only screen and (max-width: 763px) { #scmS0cxfJg6UxyKZgR99tX9y41Fb7Vws { width:3.1875rem;height:3.9375rem;top:53.119976043701rem;left:8.4056910276413rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfvhPZW6lp9ARMUp8RcFdqf76TgyOg4K { width:3.1875rem;height:3.31221875rem;top:68.2455329895rem;left:8.4056910276413rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvgE7nzQD3165Gnh5flK8WZsLxtm7FTR { width:7.6875rem;height:2.0625rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7AHCzhGJo1kQOOzsAVTr3V3x0ptPMT { width:6.4371875rem;height:1.29980625rem;top:1.6304779052734rem;left:6.7489852905275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Qq9tRA1QtwkUIkfxlzFbHoWhxmyTtS { width:20rem;height:5.19921875rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 { display:block; }#Z4b87A9F2NkMT66yPIkwq333SA1dzyf8 > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcVFqe11ilUJP7v74moOMERTTZXpznbC { width:11.4371875rem;height:1.29980625rem;top:2.25rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdergUKTkRdecLs53uO54CpJWmbUuG6t { width:12.6875rem;height:2rem;top:1.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCzr2HayubpzmdnIecp0QhTivPcxrq8f { width:18.1875rem;height:11.19725rem;top:11.5rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCmn9DLKqGd8wiFHb5kxXrFEgwdEARw { width:14.4375rem;height:5.19921875rem;top:5.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfffoTTSaDnXXQFfW1od4roikOo4JrBh { width:17.6875rem;height:2rem;top:39.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAONr5R6Is27VUGyHTRsGKAAJNqtIR4I { width:16.25rem;height:1.29980625rem;top:40rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TpmnpvZ0sIrJvC5MyvCTyrnq8F7sE8 { width:18.9375rem;height:5.19921875rem;top:43.0625rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3DWrJ6rrBCV55UOQIz8taci8XUcya6 { width:18.75rem;height:12.796875rem;top:49.5rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2STFeyG5rae047MC5gzKsxHPT5vuly { width:19.875rem;height:12.75rem;top:23.937221527099rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ituq3NWw9W8fffZ5Kc6fti7WqOdcyPAs { width:20rem;height:12.12475rem;top:63.4988861084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx { display:block; }#C6FXIs4BV5OUwXILAs6wRa6Aep3kXJqx > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9HcexUVcLltQDR4QafBouZFSgZ47Pyq { width:9.8125rem;height:2.0625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhyguDDJr7rqKZSATDTip5fmKM0WLVd { width:8.125rem;height:1.29980625rem;top:1.6248779296875rem;left:5.9376029968262rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSfLl50HgT77U22NloZf1G9Mxc5oeDE { width:20rem;height:2.5998875rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGH2ZItVet7konxcQgbgzQDdTQn3gKBK { width:3.375rem;height:3.4379138229602rem;top:8.78497004509rem;left:8.3117565512656rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMoV8TDSCQutzn4qfC9BJOX87wNLvTq { width:16.3125rem;height:16.3125rem;top:11.598214149475rem;left:1.8124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpehItaJeIfH9MLOQnGPV2XrIemTP11 { width:16.3125rem;height:16.3125rem;top:41rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZaTdeX4us7f30uFzoQpQUJ54f6qucW { width:3.375rem;height:3.4379138229602rem;top:38.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGnBkSC2Ae4hDoaoxpwnuvcqcNDaRlZ { width:16.3125rem;height:16.3125rem;top:70.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHMG91iJhUfAFdoWiNmsHbs1mvUSGtl { width:3.375rem;height:3.4379138229602rem;top:68rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5eCACXe3lTWdQuSUC2UAn7OhQCUuRNl { width:15.7498125rem;height:4.798825rem;top:31.395833969116rem;left:2.1235119700432rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh6tag94r8ZoMtDRPiz6IT9c2pUzHbTO { width:12.8125rem;height:1.79980625rem;top:29.098224639892rem;left:3.5937499403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbXSgaps8ot9OTeT6MkJ2GTB9DwA77LR { width:14.74925rem;height:1.79980625rem;top:58.562511444092rem;left:2.6235119700432rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jg5PUTvBFkMsot5LBlSGvcxsonI74pJA { width:15.74925rem;height:4.798825rem;top:60.812520980835rem;left:2.1235119700432rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAwqWe2UXIUrHfna3T4eHrFeW2xiFhS6 { width:14.74925rem;height:1.79980625rem;top:88.375032424925rem;left:2.6235119700432rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N43lmEZg0G52NGdHxXlui3S6TorDfc4U { width:13.8125rem;height:4.798825rem;top:90.6250038147rem;left:3.0937501788139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n { display:block; }#DR7tLmSeAvz1nm0hHXbL8nxJCS4Vyn4n > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCsCL3mibEVxe8dQ6KWRgSDGkMf3xCBC { width:15.75rem;height:3.5625rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXJa8aurIS33w2Mk8nbnvtmed0O4C9A { width:14.93725rem;height:2.5996125rem;top:1.8115234375rem;left:2.5299945473671rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtexgaWCuD0SHu6ea1BplFNbBnzsZ0aT { width:20rem;height:5.19921875rem;top:5.5372543945313rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkUmO5wHlSSvQ9wGriAAmH4wvmDcLwB { width:17.8125rem;height:17.9373125rem;top:11.985610644531rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Vcqwm2EsChOdJ6tCMXtTsX7ZiB9DyT { width:18.4375rem;height:9.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWqp7ZIeaIedi1JtqlUDzq8qHG2uIOk { width:17.8125rem;height:17.9373125rem;top:46.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4PgpC8GUFdTCLeGfkSWJtVA3nfkwJT { width:13.75rem;height:1.79980625rem;top:30.546875476837rem;left:3.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPtWIEooQesn3m5iTTKgZLbW8HntPVLb { width:17.624875rem;height:9.7993125rem;top:67.7569770813rem;left:1.1872209906578rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaKBEyeNMOyXLyLOae7Trnu0rWfQcBe { width:13.75rem;height:1.79980625rem;top:64.686104297637rem;left:3.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfc1WTla9RruJET5xMEn1eQnJWrt0iwK { width:18.1870625rem;height:8.3994375rem;top:78.4695892334rem;left:1.1886160969734rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDco3hQpmIC1cRJ0RHWUM1gTSeZ1MeNK { width:20rem;height:0.0625rem;top:68.257448144531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p { display:block; }#Rkgt8b7bPczXi6N9z8i5TWL34Js7b99p > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChKIa9pPI2A3uzlKcNkz0biJcJfJaVZU { width:20rem;height:39.75rem;top:2.8118028640747rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ1CRvMqgIgN7s96bKUFCP2kPym66shN { display:block; }#HZ1CRvMqgIgN7s96bKUFCP2kPym66shN > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbmNB5bOvo5Qqint3mFXGsFkgVxsZdh8 { width:12rem;height:2.5rem;top:2.875rem;left:3.1875001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXvenLKuWXVMhd5kM6QILUFhvkDDVfP { width:16.687375rem;height:8.3994375rem;top:7.0251159667969rem;left:1.6556919217109rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlVCxtr2TaAqvOzQZsdQ7JXPZt0ihILu { width:13.5rem;height:1.19986875rem;top:35.697546005249rem;left:3.2500002980233rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7H1zxmgp1iAETBfwW1NzhcPIu5r9IcT { width:18.75rem;height:16.3125rem;top:17.196990966797rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs4X9DlPP0h9PrSm0CdnPhhtGQddfoB { width:1.1875rem;height:1.125rem;top:32.490509033203rem;left:18.375000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbxGvBNH2J4xdJQBsfXUTiNvMKaxJhDC { width:1.1875rem;height:1.125rem;top:17.071411132812rem;left:18.250000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMLI35avSl4EpRbGTHH6Jh4P8GiU4X4M { width:1.1875rem;height:1.125rem;top:32.507781982422rem;left:0.57589286565781rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKkxa6gcltUlc7ndJd754UUxTAZTmsco { width:1.1875rem;height:1.125rem;top:17.071411132812rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxFBL2kFEhUwxaC6WZvMOakPD19QtcR { width:3.75rem;height:1.3999rem;top:19.9375rem;left:3.4375002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICDuh7iydgkmu6iZCgq63uVRARXiX5nM { width:12.1875rem;height:2.79980625rem;top:22.5625rem;left:2.7500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQtvzW1tTVV3R7MC01oQPMQpFOENvZk { width:5.0625rem;height:2.1875rem;top:19.5625rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQp0RUk13Lm0kOEIwuUM9GEfsgx1aUN { width:3.75rem;height:1.3999rem;top:27.5625rem;left:3.2500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMCfbGIU1M7xD24ehA8UakDksmfFC33R { width:3.625rem;height:2.1875rem;top:27.1875rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCz6DcebDQFoAiIZIp2NF0QGNERyKTa2 { width:6.5625rem;height:1.3999rem;top:30.021207809448rem;left:2.8125000596046rem;font-size:0.875rem;display:block; }
 }