.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:238,223,223;--color-primary-1:199,150,150;--color-primary-2:143,44,44;--color-primary-3:72,22,22;--color-primary-4:21,7,7;--color-secondary-0:228,248,242;--color-secondary-1:166,231,211;--color-secondary-2:77,206,167;--color-secondary-3:39,103,84;--color-secondary-4:12,31,25;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:151,151,151;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Mulish";--paragraphs-font-family:"Mulish"; }@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/f6eae225-d1d9-4049-b009-4d4b008c18c2/202511_BlackFriday2BF2025_landingi.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#PKQLlBNy1hp11Senflhx3ccATIkkheBI { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(19,66,116,0.75);top:14.708984375rem;left:0rem;height:8.449925rem;font-style:normal;display:block; }
#ROQ92tsFaL6v5q3aq82ZnZcgXOVLZWZa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.966796875rem;left:41.78125rem;height:4.38654375rem;font-style:normal;display:block; }
#kQhgP5Set4iJstPgVqaQxLuEOSTNQrQS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(32,67,142,0.85) ;height:0.5rem;width:34.5625rem;top:19.25rem;left:0rem;display:block; }
#SRgQoktlMSdvx6SbBbqILvk2xIX98oOz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.125rem;top:2.875rem;left:2.65625rem;overflow:hidden;display:block; }
#erzCVDE28EV1Z8VtI8rFDpVqdPzVXQkd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.3125rem;left:41.25rem;display:block; }
#HEzQkqRnsx5QqQqnTmOm3vPhkC6rtNBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJlVoXpLIw9weBRAAEhxOTQObqCT0Ktw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.75rem;left:42.65625rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BaDg7gkgoTADkzNvrNDJ0rIrsrM3ziUR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:28.6875rem;top:12.5859375rem;left:40.09375rem;display:block; }
#qsNJ9N3Jmu38D4s1am3UAHRIaCiCCUBU { color:rgba(var(--color-tertiary-1),1);display:block;width:38.9375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.158203125rem;left:0rem;height:2.03125rem;display:block; }
#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv { position:relative;display:block; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv { background-color: transparent; background-image: none; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container > .video-iframe-container { display: none; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row > .video-iframe-container { display: none; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .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); }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv { border-width: 0; border-radius: 0; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container.adaptive-delivery-prevent-bg, #eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container.lazyload, #eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container.lazyloading { background-image: none; }#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-number { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:1.564375rem;padding-right:1.4rem;padding-bottom:1.564375rem;padding-left:1.4rem;display:block;align-items:center;width:8.4rem;min-width:8.4rem;height:8.4075rem;position:relative;font-family:arial;font-size:6.2575rem;font-weight:700;line-height:134.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.978125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:11.20125rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:2.34625rem;font-weight:700;line-height:53.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:49.8118125rem;height:13.826375rem;padding-top:0.195625rem;padding-right:0.2rem;padding-bottom:0.195625rem;padding-left:0.2rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.73863697052rem;left:12.392578125rem;z-index:5000; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #EEhQbkkgkW1XKouRBSpncJVo7Qpf3GpJ { display:flex;position:relative;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #W4s79K5bA9QvWVor2uyyTU6PSFoEcZCE { width:auto; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Ie3gsnqc3FXC0dKIlIT9Uza8usf9cI4x {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BA5R5KDpFhlXMeptSKR7zG76yzgSWef3 { display:flex;position:relative;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BEZiDGqZ4zQLlXhqfnUUZBJ0KWZeqiS2 {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #CLzs3q8pHaqDmiUs4cZyASd1DZGnHMvK {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Dhbad8JdsTw3w1lR3uWTlXssIv1vTFTz { display:flex;position:relative;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #MgCbxi2bKXJqKsWoXRX11ODKJgJzS4cA {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #TVp9C4OuDZ2ku8nhKbvHZNnAf4ZOmJUb {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #nw7lLTfUpJ7Nm2gK0c2xKpPt1zVnXHBb { display:flex;position:relative;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Gn3fHlNATptaavITEDG8SMVbAk799Jih {  }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac #aFLtMXTrGVLIX4ICgEIFvt8WMnikuaXP {  }
#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT { border-top:0.0625rem solid #a7a7a7;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container { background-color: transparent; background-image: none; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container > .video-iframe-container { display: none; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row > .video-iframe-container { display: none; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .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); }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container { border-width: 0; border-radius: 0; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#W3vTDZTTIPoymVZPXmZf3bNAaMH4hThq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:4.15625rem;height:5.84871875rem;font-style:normal;display:block; }
#VkwBScy3SWJaUzhl6EIF9tPJRa9svDul { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.8125rem;top:5.75rem;left:0rem;display:block; }
#Soux4AstNcVe5DE0wyulFrb4LoAnJbty { position:relative;display:block; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty { background-color: transparent; background-image: none; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row .container > .video-iframe-container { display: none; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row > .video-iframe-container { display: none; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .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); }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty { border-width: 0; border-radius: 0; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .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; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .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:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yIaUn2MuWTkAtT6xCvDKDEpDz9EZAOFa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.943359375rem;left:2.625rem;height:2.11230625rem;display:block; }
#dPAETCB0NCCJSSRtczrb2yFkd7EdtbSL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18rem;left:7.8125rem;display:block; }
#BKBplu4C5tsoZVnSzixDVRhSUPdy6s8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGWkA561Bw7ycH4Un3ZU8LXHg8Le37Xx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.7255859375rem;left:1.21875rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#MllhlAdPgX4JrnNCLMtfoMJxIuv00J6y { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18rem;left:32.5625rem;display:block; }
#oe98mEdGcdJm6dakbc1FzggNkI0s8gpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFii1WUaJtzc4sDJD5oK9afdVynoAdLe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.943359375rem;left:27.625rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#JTPi99s30yHkw3wc9zM1fUg2SmMymdcv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9189453125rem;left:50.75rem;height:3.89648125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#b6qkQdeDxZrn3DOzrEuctOieRt4QDmKu { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0556640625rem;left:25.3125rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#waZI7JcUer8d3iOhN7xnNKBGZT00ZD3V { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.7255859375rem;left:26.34375rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#N4yh486zfoNba2hlTQazXEFqFp84Vsy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0556640625rem;left:0rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#ELb4EDPu3tzSNp2Ebsh3QrmeecOTDJJH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EHVAdVAgyQKy71s6g5P37GIaMcycXlh2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:24.75rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#pZgT2UwRouuVwMbfhD5DnqG02WikQqxn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.0625rem;left:50.375rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ZHmTvDxxcwFgDg2aBUqCETF0FwGkmgKa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:50.375rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#QifXgy5xH7lwDf4Mg6gLiNpBLNDCaybC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:50.375rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#uTHTZsEP4TML4aLM9NnD7a294FTCGRfn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.7255859375rem;left:50.75rem;height:2.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ghv8cEKTbVRNG1VLlTUk1NSDGqG6BqyN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:10.625rem;top:2.9375rem;left:54.78125rem;display:block; }
#MiFqCHRtEqQWitT3MD1AEJfQlSlBrloC { position:absolute;display:block;z-index:15015;background-color:#a1a2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.0625rem;top:0rem;left:49.75rem;display:block; }
#EEifPrdtZuqorwHSTcweyQay9DkeNyBf { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a2a2a2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container { background-color: transparent; background-image: none; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container > .video-iframe-container { display: none; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row > .video-iframe-container { display: none; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .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); }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container { border-width: 0; border-radius: 0; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#LFkV2VK8wNn0vzTfvlwKCCt34ItNVg4P { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.25rem;height:2.11230625rem;display:block; }
#DaNmwq4SM7Xdynss04Q78beAW2cxblLp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18rem;left:32.8125rem;display:block; }
#SmTTu3iSgFFowqI9xMMKJoJTlF4W0xCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7lJhiWCDDX9VkqeNEIVSvdrlt9KDDSv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:26.21875rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#pNBcKWZvPdx3hNa98uniS4ohuecsNpVJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18rem;left:57.75rem;display:block; }
#tZ7vrsWBWw2tC4BcwC3fs0hEV4EGoaT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSSq03AHzf2kiH01MiRJWIZMdTK5Vycc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:52.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#JHaVqVABD9JrAd71Drec8acoAywFA7VX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:50.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#CCyahcIB1ezP6UdMA67TJ8UnTIVvHiIP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:51.34375rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#INuSdyCOp5p9zZm18AG1vJarGh1dN8np { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#NMPCA5A6p9I3lvBSWZLfi3TOA1SPKOEX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18rem;left:0.375rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#n52cxADX5bZuGT5y6fb3sEh7oAMbfSaP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.1875rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X6lDV6WTbrQH5HumOxNcH7FTBBFGTUoq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.1875rem;height:1.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QN6DTt1f2UNDciVz1TTv9de0zZaMAFU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.1630859375rem;left:1.3125rem;height:3.8964875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Hp4zcMvH3luwSFu0uXC9tCXD7EScOGGR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4.375rem;top:4.4375rem;left:1.1875rem;display:block; }
#N9O3qGu5HEVOSaKgmdaDTLZBxGab5x5B { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#oik8SEt3LT268gASzb5PMTdSqMLD8gS1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#Gnz2w6LLWVfRrfHATueJA2MXTDKiFEcx { position:absolute;display:block;z-index:15016;background-color:#a1a2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:0.0625rem;top:0rem;left:24.9375rem;display:block; }
#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y { position:relative;display:block; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y { background-color: transparent; background-image: none; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row .container > .video-iframe-container { display: none; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row > .video-iframe-container { display: none; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .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); }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y { border-width: 0; border-radius: 0; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .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; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .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:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QghnEsevRL9ECTvFaRkH0HOAkMdxrSu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:23rem;height:2.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EWXpsnkOde5JTmqNUi8gklg2V08uT8C6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:6.5rem;left:24.6875rem;display:block; }
#BoduocG1TWOeTkdXURtmmpMGpPfo3ZhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3J11IbcrzBt57yoDMw73ge7luNe5zE7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.875rem;left:27.125rem;display:block; }
#rES5g5wTEMMuHCboQNVKDxJR20h1wU8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey { position:relative;display:block; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey { background-color: transparent; background-image: none; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row .container > .video-iframe-container { display: none; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row > .video-iframe-container { display: none; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .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); }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey { border-width: 0; border-radius: 0; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .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; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .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:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p6OTslVxGTSVtAuTCQHUenS1NCQeQwK7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:16.625rem;left:45.75rem;display:block; }
#zKITBMceyP6G16nbgJD5k2cy0EW5PaCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EEVPMzFsP7zyUqlkq8szuEqOhvh4VmUe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:12.5rem;left:45.75rem;display:block; }
#TxWrdTRtlTaSR1nbrFdJyTHybvVqrFJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxIyou6TklMKOq0Zog2ocyoGIncB3LsI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:12.5rem;left:4.1875rem;overflow:hidden;display:block; }
#fSfALufMfwbZtEGPZ9S8BRAXmJUyWTCV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.3125rem;height:3.8964875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q5oqNlXoRRWkFG66byMKHhfpok4qn3D9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:12.6875rem;left:16.75rem;overflow:hidden;display:block; }
#fzsXOEZW4Alglt70J6hDlWD7pgoAsJsk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.9375rem;left:14.875rem;height:3.896475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dnSwziddWezvuPucLThkpeVOhmn3vzaw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:12.5rem;left:29.375rem;overflow:hidden;display:block; }
#uWGpE54kwh3BhcLNmUEbx9u9TSB2xyca { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.75rem;left:27.5rem;height:3.896475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cbgl1XsJGCWzFoQcCuooAPzbulxGyUrB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4873046875rem;left:3.625rem;height:7.7983125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gTieCeisA6CARhfFTy1xaoI9eZP8qUxt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a1a2a2;border-left:0.0625rem solid #a1a2a2;border-right:0.0625rem solid #a1a2a2;border-bottom:0.0625rem solid #a1a2a2;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.4375rem;width:12.4375rem;top:10.3125rem;left:0rem;display:block; }
#lXQG1FxMzePtVFbFh1Ocizmt5ulnntZr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a1a2a2;border-left:0.0625rem solid #a1a2a2;border-right:0.0625rem solid #a1a2a2;border-bottom:0.0625rem solid #a1a2a2;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.4375rem;width:12.4375rem;top:10.3125rem;left:12.5rem;display:block; }
#nxWVvPxE0fdLfPVpKHPTt69Q0tIxAptx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a1a2a2;border-left:0.0625rem solid #a1a2a2;border-right:0.0625rem solid #a1a2a2;border-bottom:0.0625rem solid #a1a2a2;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.4375rem;width:12.4375rem;top:10.3125rem;left:25rem;display:block; }
#atIgVr0a934gfBnKxab3GlsJ5PyLcv0N { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.44921875rem;left:44.0625rem;height:3.8964875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DUOMnTDnNHTa7azUDb6PrtJN2yfbwG7P { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.8125rem;top:2.6875rem;left:0rem;display:block; }
#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090909;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; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container { background-color: transparent; background-image: none; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container > .video-iframe-container { display: none; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row > .video-iframe-container { display: none; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .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); }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container { border-width: 0; border-radius: 0; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#ZnSSrTBh2AhEgU7KaswPz5ZVZk5ocLgR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:12.4375rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#NqNIZaMJanSh97vPAr6VgQEq0XSZfyav { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.9375rem;left:4.25rem; }
#NqNIZaMJanSh97vPAr6VgQEq0XSZfyav > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#XVb4UFcyB6riEHhVWoSghWTyyIufibto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.8125rem;left:1.5625rem; }
#XVb4UFcyB6riEHhVWoSghWTyyIufibto > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#T25KcNkSu9NmqhlHvOcOKGlN3ApovFLq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:39.46875rem;height:1.7871125rem;font-style:normal;display:block; }
#dhoqIo51HwJQ0APg3THbgc4y0FFznwHO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:39.46875rem;height:7.96075rem;display:block; }
#NOUW7yZMoE0vmCpQ27I2OihOsBNiFLVH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:58.03125rem;height:1.7871125rem;font-style:normal;display:block; }
#ULExy2gqLioDrz1s350xE5LhFn03HEXq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:58.03125rem;height:7.96075rem;display:block; }
#sRmurkOoXuoEmT5Vrw48bDnSEZ0Xz6Fv { position:absolute;display:block;z-index:15006;background-color:#727272;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:17.75rem;left:0rem;display:block; }
#TwV52cQtElGNEUmE0iQEJ5BDJx3PJtKA { color:rgba(var(--color-tertiary-2),1);display:block;width:45.625rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:1.786225rem;display:block; }
#KMirhuziTfLfiQaVmxhOczUMMonr3WNE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.75rem;left:7.0625rem; }
#KMirhuziTfLfiQaVmxhOczUMMonr3WNE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@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) { #PKQLlBNy1hp11Senflhx3ccATIkkheBI { top:14.6875rem;left:0rem;width:38.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQ92tsFaL6v5q3aq82ZnZcgXOVLZWZa { top:13.9375rem;left:22.4375rem;width:25.3125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQhgP5Set4iJstPgVqaQxLuEOSTNQrQS { top:19.25rem;left:0rem;width:34.5625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRgQoktlMSdvx6SbBbqILvk2xIX98oOz { top:2.875rem;left:0rem;width:11.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erzCVDE28EV1Z8VtI8rFDpVqdPzVXQkd { width:26.375rem;height:3.4375rem;top:21.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEzQkqRnsx5QqQqnTmOm3vPhkC6rtNBL { display:block; }
 }@media only screen and (max-width: 763px) { #tJlVoXpLIw9weBRAAEhxOTQObqCT0Ktw { top:24.75rem;left:24.1875rem;width:23.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaDg7gkgoTADkzNvrNDJ0rIrsrM3ziUR { top:12.5625rem;left:19.0625rem;width:28.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsNJ9N3Jmu38D4s1am3UAHRIaCiCCUBU { top:23.125rem;left:0rem;width:38.9375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv { display:block; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac { width:19rem;height:5.3125rem;display:flex;top:6.125rem;left:12.40625rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #EEhQbkkgkW1XKouRBSpncJVo7Qpf3GpJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #W4s79K5bA9QvWVor2uyyTU6PSFoEcZCE {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Ie3gsnqc3FXC0dKIlIT9Uza8usf9cI4x {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BA5R5KDpFhlXMeptSKR7zG76yzgSWef3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BEZiDGqZ4zQLlXhqfnUUZBJ0KWZeqiS2 {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #CLzs3q8pHaqDmiUs4cZyASd1DZGnHMvK {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Dhbad8JdsTw3w1lR3uWTlXssIv1vTFTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #MgCbxi2bKXJqKsWoXRX11ODKJgJzS4cA {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #TVp9C4OuDZ2ku8nhKbvHZNnAf4ZOmJUb {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #nw7lLTfUpJ7Nm2gK0c2xKpPt1zVnXHBb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Gn3fHlNATptaavITEDG8SMVbAk799Jih {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #aFLtMXTrGVLIX4ICgEIFvt8WMnikuaXP {  }
 }@media only screen and (max-width: 763px) { #VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT { display:block; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3vTDZTTIPoymVZPXmZf3bNAaMH4hThq { top:4.5rem;left:0rem;width:33.125rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkwBScy3SWJaUzhl6EIF9tPJRa9svDul { top:5.75rem;left:0rem;width:2.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soux4AstNcVe5DE0wyulFrb4LoAnJbty { display:block; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIaUn2MuWTkAtT6xCvDKDEpDz9EZAOFa { top:5.9375rem;left:0rem;width:19.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAETCB0NCCJSSRtczrb2yFkd7EdtbSL { width:17.25rem;height:2.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBplu4C5tsoZVnSzixDVRhSUPdy6s8C { display:block; }
 }@media only screen and (max-width: 763px) { #fGWkA561Bw7ycH4Un3ZU8LXHg8Le37Xx { top:14.6875rem;left:0rem;width:22.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllhlAdPgX4JrnNCLMtfoMJxIuv00J6y { width:17.25rem;height:2.625rem;top:18rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe98mEdGcdJm6dakbc1FzggNkI0s8gpb { display:block; }
 }@media only screen and (max-width: 763px) { #MFii1WUaJtzc4sDJD5oK9afdVynoAdLe { top:5.9375rem;left:12rem;width:19.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPi99s30yHkw3wc9zM1fUg2SmMymdcv { top:1.875rem;left:23.375rem;width:24.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6qkQdeDxZrn3DOzrEuctOieRt4QDmKu { top:8rem;left:7.5rem;width:24.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZI7JcUer8d3iOhN7xnNKBGZT00ZD3V { top:14.6875rem;left:9.4375rem;width:22.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4yh486zfoNba2hlTQazXEFqFp84Vsy2 { top:8rem;left:0rem;width:24.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELb4EDPu3tzSNp2Ebsh3QrmeecOTDJJH { top:0rem;left:0rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVAdVAgyQKy71s6g5P37GIaMcycXlh2 { top:0rem;left:6.75rem;width:24.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZgT2UwRouuVwMbfhD5DnqG02WikQqxn { top:8.0625rem;left:23.375rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmTvDxxcwFgDg2aBUqCETF0FwGkmgKa { top:10.125rem;left:23.375rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QifXgy5xH7lwDf4Mg6gLiNpBLNDCaybC { top:12.0625rem;left:23.375rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHTZsEP4TML4aLM9NnD7a294FTCGRfn { top:14.6875rem;left:23.375rem;width:24.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghv8cEKTbVRNG1VLlTUk1NSDGqG6BqyN { top:2.9375rem;left:31.96875rem;width:10.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiFqCHRtEqQWitT3MD1AEJfQlSlBrloC { top:0rem;left:31.6875rem;width:0.0625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEifPrdtZuqorwHSTcweyQay9DkeNyBf { display:block; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFkV2VK8wNn0vzTfvlwKCCt34ItNVg4P { top:5.9375rem;left:12rem;width:19.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaNmwq4SM7Xdynss04Q78beAW2cxblLp { width:17.25rem;height:2.625rem;top:18rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTTu3iSgFFowqI9xMMKJoJTlF4W0xCs { display:block; }
 }@media only screen and (max-width: 763px) { #i7lJhiWCDDX9VkqeNEIVSvdrlt9KDDSv { top:14.6875rem;left:9.1875rem;width:22.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBcKWZvPdx3hNa98uniS4ohuecsNpVJ { width:17.25rem;height:2.625rem;top:18rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7vrsWBWw2tC4BcwC3fs0hEV4EGoaT6 { display:block; }
 }@media only screen and (max-width: 763px) { #CSSq03AHzf2kiH01MiRJWIZMdTK5Vycc { top:5.9375rem;left:27.875rem;width:19.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHaVqVABD9JrAd71Drec8acoAywFA7VX { top:8.0625rem;left:23.375rem;width:24.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCyahcIB1ezP6UdMA67TJ8UnTIVvHiIP { top:14.6875rem;left:25.3125rem;width:22.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INuSdyCOp5p9zZm18AG1vJarGh1dN8np { top:8.0625rem;left:7.5rem;width:24.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPCA5A6p9I3lvBSWZLfi3TOA1SPKOEX { top:18rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n52cxADX5bZuGT5y6fb3sEh7oAMbfSaP { top:9.75rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6lDV6WTbrQH5HumOxNcH7FTBBFGTUoq { top:7.6875rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN6DTt1f2UNDciVz1TTv9de0zZaMAFU2 { top:2.125rem;left:0rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4zcMvH3luwSFu0uXC9tCXD7EScOGGR { top:4.4375rem;left:0rem;width:4.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9O3qGu5HEVOSaKgmdaDTLZBxGab5x5B { top:0rem;left:22.625rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #oik8SEt3LT268gASzb5PMTdSqMLD8gS1 { top:0rem;left:6.75rem;width:25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnz2w6LLWVfRrfHATueJA2MXTDKiFEcx { top:0rem;left:15.8125rem;width:0.0625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y { display:block; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QghnEsevRL9ECTvFaRkH0HOAkMdxrSu9 { top:2.3125rem;left:9.375rem;width:29rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWXpsnkOde5JTmqNUi8gklg2V08uT8C6 { width:25.625rem;height:3.4375rem;top:6.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoduocG1TWOeTkdXURtmmpMGpPfo3ZhS { display:block; }
 }@media only screen and (max-width: 763px) { #K3J11IbcrzBt57yoDMw73ge7luNe5zE7 { width:20.875rem;height:3.4375rem;top:10.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rES5g5wTEMMuHCboQNVKDxJR20h1wU8b { display:block; }
 }@media only screen and (max-width: 763px) { #m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey { display:block; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6OTslVxGTSVtAuTCQHUenS1NCQeQwK7 { width:20.875rem;height:3.4375rem;top:16.625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKITBMceyP6G16nbgJD5k2cy0EW5PaCh { display:block; }
 }@media only screen and (max-width: 763px) { #EEVPMzFsP7zyUqlkq8szuEqOhvh4VmUe { width:20.875rem;height:3.4375rem;top:12.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWrdTRtlTaSR1nbrFdJyTHybvVqrFJF { display:block; }
 }@media only screen and (max-width: 763px) { #VxIyou6TklMKOq0Zog2ocyoGIncB3LsI { top:12.5rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSfALufMfwbZtEGPZ9S8BRAXmJUyWTCV { top:17.75rem;left:0rem;width:6.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5oqNlXoRRWkFG66byMKHhfpok4qn3D9 { top:12.6875rem;left:3.125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsXOEZW4Alglt70J6hDlWD7pgoAsJsk { top:17.9375rem;left:1.25rem;width:8.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnSwziddWezvuPucLThkpeVOhmn3vzaw { top:12.5rem;left:15.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGpE54kwh3BhcLNmUEbx9u9TSB2xyca { top:17.75rem;left:13.875rem;width:8.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbgl1XsJGCWzFoQcCuooAPzbulxGyUrB { top:1.4375rem;left:0rem;width:24.375rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTieCeisA6CARhfFTy1xaoI9eZP8qUxt { top:10.3125rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQG1FxMzePtVFbFh1Ocizmt5ulnntZr { top:10.3125rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWVvPxE0fdLfPVpKHPTt69Q0tIxAptx { top:10.3125rem;left:11.375rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIgVr0a934gfBnKxab3GlsJ5PyLcv0N { top:5.4375rem;left:23.5rem;width:24.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOMnTDnNHTa7azUDb6PrtJN2yfbwG7P { top:2.6875rem;left:0rem;width:2.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy { display:block; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnSSrTBh2AhEgU7KaswPz5ZVZk5ocLgR { top:2.75rem;left:0rem;width:12.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNIZaMJanSh97vPAr6VgQEq0XSZfyav { top:7.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#NqNIZaMJanSh97vPAr6VgQEq0XSZfyav > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XVb4UFcyB6riEHhVWoSghWTyyIufibto { top:7.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#XVb4UFcyB6riEHhVWoSghWTyyIufibto > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #T25KcNkSu9NmqhlHvOcOKGlN3ApovFLq { top:2.75rem;left:25.84375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhoqIo51HwJQ0APg3THbgc4y0FFznwHO { top:6rem;left:25.84375rem;width:12.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOUW7yZMoE0vmCpQ27I2OihOsBNiFLVH { top:2.75rem;left:33.25rem;width:14.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULExy2gqLioDrz1s350xE5LhFn03HEXq { top:6rem;left:32.9375rem;width:14.8125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmurkOoXuoEmT5Vrw48bDnSEZ0Xz6Fv { top:17.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwV52cQtElGNEUmE0iQEJ5BDJx3PJtKA { top:19.1875rem;left:0rem;width:45.625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMirhuziTfLfiQaVmxhOczUMMonr3WNE { top:7.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#KMirhuziTfLfiQaVmxhOczUMMonr3WNE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@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:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKQLlBNy1hp11Senflhx3ccATIkkheBI { width:20rem;height:4.875rem;top:12.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROQ92tsFaL6v5q3aq82ZnZcgXOVLZWZa { width:19.0625rem;height:3.65625rem;top:25.125rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQhgP5Set4iJstPgVqaQxLuEOSTNQrQS { width:20rem;height:0.75rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRgQoktlMSdvx6SbBbqILvk2xIX98oOz { width:11.125rem;height:3.8125rem;top:0.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erzCVDE28EV1Z8VtI8rFDpVqdPzVXQkd { width:19rem;height:3.4375rem;top:30.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEzQkqRnsx5QqQqnTmOm3vPhkC6rtNBL { display:block; }
 }@media only screen and (max-width: 763px) { #tJlVoXpLIw9weBRAAEhxOTQObqCT0Ktw { width:20rem;height:1.29980625rem;top:29.38671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaDg7gkgoTADkzNvrNDJ0rIrsrM3ziUR { width:20rem;height:5.3125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsNJ9N3Jmu38D4s1am3UAHRIaCiCCUBU { width:20rem;height:1.21875rem;top:9.59375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv { display:block; }#eBJqcFQZmTpBQIliGEJi9SkfqPadp5sv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TSQsMBtPsRgymULKHyWQlofEeIvaLSac { width:19rem;height:5.3125rem;display:flex;top:1.1875rem;left:0.599609375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #EEhQbkkgkW1XKouRBSpncJVo7Qpf3GpJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #W4s79K5bA9QvWVor2uyyTU6PSFoEcZCE {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Ie3gsnqc3FXC0dKIlIT9Uza8usf9cI4x {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BA5R5KDpFhlXMeptSKR7zG76yzgSWef3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #BEZiDGqZ4zQLlXhqfnUUZBJ0KWZeqiS2 {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #CLzs3q8pHaqDmiUs4cZyASd1DZGnHMvK {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Dhbad8JdsTw3w1lR3uWTlXssIv1vTFTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #MgCbxi2bKXJqKsWoXRX11ODKJgJzS4cA {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #TVp9C4OuDZ2ku8nhKbvHZNnAf4ZOmJUb {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #nw7lLTfUpJ7Nm2gK0c2xKpPt1zVnXHBb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #Gn3fHlNATptaavITEDG8SMVbAk799Jih {  }
 }@media only screen and (max-width: 763px) { #TSQsMBtPsRgymULKHyWQlofEeIvaLSac #aFLtMXTrGVLIX4ICgEIFvt8WMnikuaXP {  }
 }@media only screen and (max-width: 763px) { #VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT { display:block; }#VcIEdEzQbo29rlGoAi3lDlzKEFa02HPT > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3vTDZTTIPoymVZPXmZf3bNAaMH4hThq { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkwBScy3SWJaUzhl6EIF9tPJRa9svDul { width:2.8125rem;height:0.25rem;top:12.8984375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soux4AstNcVe5DE0wyulFrb4LoAnJbty { display:block; }#Soux4AstNcVe5DE0wyulFrb4LoAnJbty > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIaUn2MuWTkAtT6xCvDKDEpDz9EZAOFa { width:19.75rem;height:2.11230625rem;top:19.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAETCB0NCCJSSRtczrb2yFkd7EdtbSL { width:20rem;height:2.625rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBplu4C5tsoZVnSzixDVRhSUPdy6s8C { display:block; }
 }@media only screen and (max-width: 763px) { #fGWkA561Bw7ycH4Un3ZU8LXHg8Le37Xx { width:20rem;height:2.5996125rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllhlAdPgX4JrnNCLMtfoMJxIuv00J6y { width:20rem;height:2.625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe98mEdGcdJm6dakbc1FzggNkI0s8gpb { display:block; }
 }@media only screen and (max-width: 763px) { #MFii1WUaJtzc4sDJD5oK9afdVynoAdLe { width:19.75rem;height:2.11230625rem;top:47.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPi99s30yHkw3wc9zM1fUg2SmMymdcv { width:20rem;height:6.499025rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6qkQdeDxZrn3DOzrEuctOieRt4QDmKu { width:20rem;height:1.13725rem;top:49.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZI7JcUer8d3iOhN7xnNKBGZT00ZD3V { width:20rem;height:2.5996125rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4yh486zfoNba2hlTQazXEFqFp84Vsy2 { width:20rem;height:1.13725rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELb4EDPu3tzSNp2Ebsh3QrmeecOTDJJH { width:20rem;height:11.19925rem;top:24.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVAdVAgyQKy71s6g5P37GIaMcycXlh2 { width:20rem;height:11.26175rem;top:50.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZgT2UwRouuVwMbfhD5DnqG02WikQqxn { width:20rem;height:1.29980625rem;top:12.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmTvDxxcwFgDg2aBUqCETF0FwGkmgKa { width:20rem;height:1.29980625rem;top:10.12109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QifXgy5xH7lwDf4Mg6gLiNpBLNDCaybC { width:20rem;height:1.29980625rem;top:7.72265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHTZsEP4TML4aLM9NnD7a294FTCGRfn { width:20rem;height:2.5996125rem;top:15.03515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghv8cEKTbVRNG1VLlTUk1NSDGqG6BqyN { width:10.625rem;height:0.3125rem;top:1.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiFqCHRtEqQWitT3MD1AEJfQlSlBrloC { width:0.0625rem;height:27.5rem;top:47.44530625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEifPrdtZuqorwHSTcweyQay9DkeNyBf { display:block; }#EEifPrdtZuqorwHSTcweyQay9DkeNyBf > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFkV2VK8wNn0vzTfvlwKCCt34ItNVg4P { width:19.75rem;height:2.11230625rem;top:34.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaNmwq4SM7Xdynss04Q78beAW2cxblLp { width:20rem;height:2.625rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTTu3iSgFFowqI9xMMKJoJTlF4W0xCs { display:block; }
 }@media only screen and (max-width: 763px) { #i7lJhiWCDDX9VkqeNEIVSvdrlt9KDDSv { width:20rem;height:3.8994125rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBcKWZvPdx3hNa98uniS4ohuecsNpVJ { width:20rem;height:2.625rem;top:26.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7vrsWBWw2tC4BcwC3fs0hEV4EGoaT6 { display:block; }
 }@media only screen and (max-width: 763px) { #CSSq03AHzf2kiH01MiRJWIZMdTK5Vycc { width:19.75rem;height:2.11230625rem;top:10.4208984375rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHaVqVABD9JrAd71Drec8acoAywFA7VX { width:20rem;height:1.13725rem;top:13.1591796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCyahcIB1ezP6UdMA67TJ8UnTIVvHiIP { width:20rem;height:2.5996125rem;top:29.4970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INuSdyCOp5p9zZm18AG1vJarGh1dN8np { width:20rem;height:1.13725rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPCA5A6p9I3lvBSWZLfi3TOA1SPKOEX { width:20rem;height:1.29980625rem;top:6.185546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n52cxADX5bZuGT5y6fb3sEh7oAMbfSaP { width:20rem;height:0;top:8.94824375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6lDV6WTbrQH5HumOxNcH7FTBBFGTUoq { width:20rem;height:0;top:6.3984375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QN6DTt1f2UNDciVz1TTv9de0zZaMAFU2 { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4zcMvH3luwSFu0uXC9tCXD7EScOGGR { width:4.375rem;height:0.3125rem;top:56.9931640625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9O3qGu5HEVOSaKgmdaDTLZBxGab5x5B { width:20rem;height:11.19925rem;top:14.9814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oik8SEt3LT268gASzb5PMTdSqMLD8gS1 { width:20rem;height:11.25rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnz2w6LLWVfRrfHATueJA2MXTDKiFEcx { width:0.0625rem;height:20.625rem;top:42.29395625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y { display:block; }#HoVL2tOWvdCGsaLZQNCDl4uW4UHn819y > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QghnEsevRL9ECTvFaRkH0HOAkMdxrSu9 { width:20rem;height:3.8994125rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWXpsnkOde5JTmqNUi8gklg2V08uT8C6 { width:19rem;height:3.4375rem;top:5.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoduocG1TWOeTkdXURtmmpMGpPfo3ZhS { display:block; }
 }@media only screen and (max-width: 763px) { #K3J11IbcrzBt57yoDMw73ge7luNe5zE7 { width:18.875rem;height:3.4375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rES5g5wTEMMuHCboQNVKDxJR20h1wU8b { display:block; }
 }@media only screen and (max-width: 763px) { #m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey { display:block; }#m3WsT4Lz8DUBIgIRPI6oIl9tg2KPc5Ey > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6OTslVxGTSVtAuTCQHUenS1NCQeQwK7 { width:19rem;height:3.4375rem;top:84.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKITBMceyP6G16nbgJD5k2cy0EW5PaCh { display:block; }
 }@media only screen and (max-width: 763px) { #EEVPMzFsP7zyUqlkq8szuEqOhvh4VmUe { width:18.875rem;height:3.4375rem;top:80.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWrdTRtlTaSR1nbrFdJyTHybvVqrFJF { display:block; }
 }@media only screen and (max-width: 763px) { #VxIyou6TklMKOq0Zog2ocyoGIncB3LsI { width:6.8125rem;height:6.8125rem;top:24.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSfALufMfwbZtEGPZ9S8BRAXmJUyWTCV { width:11.1875rem;height:4.38654375rem;top:33rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5oqNlXoRRWkFG66byMKHhfpok4qn3D9 { width:9.1875rem;height:9.1875rem;top:40.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsXOEZW4Alglt70J6hDlWD7pgoAsJsk { width:8.0625rem;height:4.3857375rem;top:51.8125rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnSwziddWezvuPucLThkpeVOhmn3vzaw { width:9.375rem;height:9.375rem;top:61.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGpE54kwh3BhcLNmUEbx9u9TSB2xyca { width:8.0625rem;height:4.3857375rem;top:72.6875rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbgl1XsJGCWzFoQcCuooAPzbulxGyUrB { width:20rem;height:10.3984375rem;top:8.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTieCeisA6CARhfFTy1xaoI9eZP8qUxt { width:18.75rem;height:18.75rem;top:59.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQG1FxMzePtVFbFh1Ocizmt5ulnntZr { width:18.75rem;height:18.75rem;top:40.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWVvPxE0fdLfPVpKHPTt69Q0tIxAptx { width:18.75rem;height:18.75rem;top:20.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIgVr0a934gfBnKxab3GlsJ5PyLcv0N { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOMnTDnNHTa7azUDb6PrtJN2yfbwG7P { width:2.8125rem;height:0.25rem;top:19.5rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy { display:block; }#XU8MRNwqsoZHZDNL9NxnXLA9Cq0QV5Sy > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnSSrTBh2AhEgU7KaswPz5ZVZk5ocLgR { width:12.4375rem;height:3.25rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNIZaMJanSh97vPAr6VgQEq0XSZfyav { display:flex;width:1.625rem;height:1.625rem;top:6.69921875rem;left:8.5625rem; }
#NqNIZaMJanSh97vPAr6VgQEq0XSZfyav > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XVb4UFcyB6riEHhVWoSghWTyyIufibto { display:flex;width:1.625rem;height:1.625rem;top:6.69921875rem;left:4.625rem; }
#XVb4UFcyB6riEHhVWoSghWTyyIufibto > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #T25KcNkSu9NmqhlHvOcOKGlN3ApovFLq { width:12.5rem;height:1.7871125rem;top:10.75rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhoqIo51HwJQ0APg3THbgc4y0FFznwHO { width:12.5rem;height:7.95703125rem;top:13.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOUW7yZMoE0vmCpQ27I2OihOsBNiFLVH { width:14.5rem;height:1.7871125rem;top:23.5625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULExy2gqLioDrz1s350xE5LhFn03HEXq { width:14.8125rem;height:7.95703125rem;top:26.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmurkOoXuoEmT5Vrw48bDnSEZ0Xz6Fv { width:20rem;height:0.0625rem;top:35.988225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwV52cQtElGNEUmE0iQEJ5BDJx3PJtKA { width:20rem;height:3.574225rem;top:37.300725rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMirhuziTfLfiQaVmxhOczUMMonr3WNE { display:flex;width:1.875rem;height:1.875rem;top:6.57421875rem;left:12.125rem; }
#KMirhuziTfLfiQaVmxhOczUMMonr3WNE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }