.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Rubik";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/07d70fd0-9930-4416-a7d9-ae247cf358ae/Projektbeznazwy38.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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:#01205d;background-image:none;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 > .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:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#XSBC8LLkSXgU54qhUsctneEiAKx8zw03 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f5f;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; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { background-color: transparent; background-image: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .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); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { border-width: 0; border-radius: 0; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:87.75rem;width:75rem;position:relative;display:block; }#AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:9.2492179870606rem;left:16.249217987061rem;display:block; }
#EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:9.1871109008787rem;left:8.25rem;overflow:hidden;display:block; }
#zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.874610900879rem;left:17.687107086182rem;height:2.925rem;font-style:normal;display:block; }
#UgyR051urHvReKm8hmefJ6vHxQoEg06X { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.936717987061rem;left:17.561717987061rem;height:1.6875rem;font-style:normal;display:block; }
#BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { background-color:#265447;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:106rem;left:52.25rem;display:none; }
#M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:8.75rem;left:17.0625rem;display:none; }
#kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:21.3125rem;left:8.3121070861819rem;overflow:hidden;display:block; }
#dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:21.374610900879rem;left:16.3125rem;display:block; }
#rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.8125rem;left:17.623825073243rem;height:2.925rem;font-style:normal;display:block; }
#yXHiL708s632QqwZh6o0C6OR5ILO0BcR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.186328887939rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:16.998828887939rem;left:17.684764862061rem;display:block; }
#nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:29.372653961182rem;left:17.684764862061rem;display:block; }
#ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:42.121879577637rem;left:17.4375rem;display:block; }
#f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:33.937103271484rem;left:8.3121070861819rem;overflow:hidden;display:block; }
#aFqlkT24SXM3EaB43m881STfGrUa9gvm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:33.999221801757rem;left:16.3125rem;display:block; }
#hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:37.8125rem;left:17.625rem;height:2.925rem;font-style:normal;display:block; }
#WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.5625rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:54.747659683228rem;left:17.684764862061rem;display:block; }
#Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.75rem;left:8.25rem;overflow:hidden;display:block; }
#erERhMzCsTgK5cI06iv0LoPQNcATFp45 { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.749625rem;width:46.8116875rem;top:46.75rem;left:16.187107086182rem;display:block; }
#zP0fWIdLISIeuGSToTT218cGDDDngNAF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:51.625rem;left:17.561717987061rem;height:1.4625rem;font-style:normal;display:block; }
#JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:42.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:48.0625rem;left:17.4375rem;height:2.925rem;font-style:normal;display:block; }
#CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15064;text-align:left;text-align-last:left;top:67.635152816775rem;left:17.684764862061rem;display:block; }
#h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.8125rem;top:59.437484741211rem;left:8.3121070861819rem;overflow:hidden;display:block; }
#KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.6875rem;width:46.8125rem;top:59.437484741211rem;left:16.249217987061rem;display:block; }
#q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:64.060932159425rem;left:17.592185974121rem;height:1.4625rem;font-style:normal;display:block; }
#fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:60.437088012695rem;left:17.561717987061rem;height:2.925rem;font-style:normal;display:block; }
#tFhsgut4im9x02WZCd1eCgAowzIWTyWU { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { background-color:rgba(var(--color-secondary-2),0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49960625rem;text-decoration:none;z-index:15076;text-align:left;text-align-last:left;top:80.697650909425rem;left:17.561717987061rem;display:block; }
#GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:72.561721801756rem;left:8.3121070861819rem;overflow:hidden;display:block; }
#DEitupzExU0PLk45kDcliA3AfMnEB6MN { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.8125rem;width:46.8125rem;top:72.561721801756rem;left:16.249217987061rem;display:block; }
#Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:77.999221801756rem;left:17.593357086182rem;height:1.4625rem;font-style:normal;display:block; }
#heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { color:rgba(var(--color-tertiary-4),1);display:block;width:42.809875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:74.187088012694rem;left:17.499607086182rem;height:2.925rem;font-style:normal;display:block; }
#G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#qVpv3q7FJkcOBQi06JQrKZyrpEbxodyw { position:absolute;display:block;z-index:15000;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:23.999610900879rem;left:16.311325073243rem;display:block; }
#yIizNXp8giF1RJWFWLO9FwSGW4N9uG4G { position:absolute;display:block;z-index:15000;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:11.999610900879rem;left:16.184764862061rem;display:block; }
#MdVh4tMvUicyTsZpTiWuiZ09mrk4oK30 { position:absolute;display:block;z-index:15012;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:36.936326980591rem;left:16.311717987061rem;display:block; }
#N7Z9May44isTfcpCuyVwimVlfJU1t50y { position:absolute;display:block;z-index:15013;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:49.562108039856rem;left:16.311717987061rem;display:block; }
#nbZdFAnBqVMaRKZHb8gZBCxNtXTNC6JU { position:absolute;display:block;z-index:15014;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:62.248826026916rem;left:16.249217987061rem;display:block; }
#O26s6enZ2nNOM8ClPBLPqPMPLhS4gfgC { position:absolute;display:block;z-index:15015;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.937125rem;width:13.749625rem;top:75.560153961181rem;left:16.249217987061rem;display:block; }
#snOmynxtfMZOamomFOBVVrAatIZr38S9 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:16.496874332428rem;left:54.01171875rem;display:block; }
#tce3MGrrfcs8IUnGszFxpUJJ5GFLsgrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BF7Tga7ibneaAxFzEMIaVDtm5LpRi6Mo { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:27.646872043609rem;left:54.01171875rem;display:block; }
#UVJs1okApQxTDw6A2noAo7XeZAJnM6vZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhg1oGZlKZUgPllDWdMDr7IUSCPAt7QM { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:40.14609003067rem;left:54.01171875rem;display:block; }
#SRGGF9gBgTKp7lc9BMJyuA2dBnRuBwEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9LqIwX4Lyki5QKWz6yKW6o2WbDAzpAw { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:52.457811355591rem;left:54.01171875rem;display:block; }
#k7UazwMuyx6JCS54PDQBofTkJrgE3SXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPBWSNPqiTLT2u88mJofb99g1ldVvEHx { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:66.209762573244rem;left:54.01171875rem;display:block; }
#KGOaqT81BZdAG2Kgz0p1QPK34Kv9epoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbBD3PaD7whl08ZN40BJJKCcevKkim82 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:78.771087646488rem;left:54.01171875rem;display:block; }
#LeGzcK5u1s2TwN1Ob2NlDQfbekBpTq7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { background-color: transparent; background-image: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .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); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { border-width: 0; border-radius: 0; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:53.1866875rem;top:1.7812414169311rem;left:21.090232849121rem;overflow:hidden;display:block; }
#igpsgJNzHu3VvfknVeXLeurfn08FdQKI { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.06679725647rem;left:2.4351539611816rem;height:6.17578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFqIIhFu6Zt2lKRfaUpz7TAKFB3wq05n { position:absolute;display:block;z-index:15009;height:21.75rem;width:38.7480625rem;top:3.1875rem;left:29.896873474121rem;display:block; }
#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f5f;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; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container { background-color: transparent; background-image: none; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container > .video-iframe-container { display: none; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row > .video-iframe-container { display: none; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .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); }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container { border-width: 0; border-radius: 0; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.5625rem;width:75rem;position:relative;display:block; }#fUfDSV54Ip69IfT2yETQwTToVHNUc39E { background-color:#265447;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:106rem;left:52.25rem;display:none; }
#AFK4F2QeSQspLcXerGu9L2kbOcvTAVpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inOw8vOxqmLHPsDRqOQZNdrW3dX3UN83 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:8.75rem;left:17.0625rem;display:none; }
#OeOi6gQDKNASJ1mn6JnVP2kK7TM8UuT7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.374210357666rem;left:0rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7PMnD18DbwcaeM6Rgbwaw1udnaeocM2 { background-color:#fb9131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:5.18671875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:23.759763479233rem;left:10.559764862061rem;display:block; }
#MH7h6VuwzRvunXQxwNwzg5GSZmyPMbTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDQZoJ7fCuC1w4FNgfbF70O4pMUnl6ZH { color:rgba(var(--color-tertiary-0),1);display:block;width:58.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.56015586853rem;left:9.9269523620606rem;height:4.059375rem;text-align:center;text-align-last:center;display:block; }
#dtNawdVGE44HOI2Fa2FHfJbXOtncCvKT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:19.311326742173rem;left:10.559764862061rem;height:2.1128875rem;text-align:left;text-align-last:left;display:block; }
#yiqiwko2yiZ9qJRt3HsXKohNE7XcdSi2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.375rem;left:10.5625rem; }
#DCbk9GXFbPUZ14MroIU6JWkwDLHHdgzh { color:rgba(var(--color-tertiary-0),1);display:block;width:22.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.8125rem;left:15.125rem;height:1.6253875rem;display:block; }
#KsfHSCwFFcy8GalQm0bPogNMgTTQUASa { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4991875rem;width:23.312125rem;top:13.374608755112rem;left:46.310150146484rem;overflow:hidden;display:block; }
#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container { background-color: transparent; background-image: none; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container > .video-iframe-container { display: none; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row > .video-iframe-container { display: none; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .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); }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container { border-width: 0; border-radius: 0; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#McZn0PPe74GbSeIKXJEWc8XB0TOD8ZwQ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2335929870606rem;left:0rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ttS7PEDG42gM3ELgfUqmpUEvM8L4tATR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:4.5164070129394rem;left:-0.46836090087891rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container { background-color: transparent; background-image: none; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container > .video-iframe-container { display: none; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row > .video-iframe-container { display: none; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .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); }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container { border-width: 0; border-radius: 0; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#t8R3nulNzKsnAsA3VvrrLO0S47PVfZrE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:23.6875rem;display:none; }
#wG0VnGe2G77rl1SzbCpm6mMf1Q3yNWMy { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.375rem;width:74.4375rem;top:0.53788948059082rem;left:0.56269906533732rem;overflow:hidden;display:block; }
#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { background-color: transparent; background-image: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .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); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { border-width: 0; border-radius: 0; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { border-top:0;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; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { background-color: transparent; background-image: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .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); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { border-width: 0; border-radius: 0; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#RFnP7QoskW09KqhVEh5qD1oId252TA4W { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { position:absolute;display:block;z-index:15043;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.6875rem;width:17rem;top:5.5rem;left:4rem;overflow:hidden;display:block; }
#upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:9rem;top:3.5rem;left:58.000000953674rem;overflow:hidden;display:block; }
#sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { position:absolute;display:block;z-index:15043;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.9375rem;width:13.0625rem;top:4.875rem;left:30.968750953674rem;overflow:hidden;display:block; }
#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { border-top:0;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; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { background-color: transparent; background-image: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .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); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { border-width: 0; border-radius: 0; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#BTXDauerXug9R93ViDHICVQcV3Ivkkto { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.75rem;top:4.46875rem;left:3.625rem;overflow:hidden;display:block; }
#BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.4375rem;top:5.0625rem;left:30.28125rem;overflow:hidden;display:block; }
#ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11rem;top:3.3125rem;left:57.000001907349rem;overflow:hidden;display:block; }
#TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF { border-top:0;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; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container { background-color: transparent; background-image: none; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container > .video-iframe-container { display: none; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row > .video-iframe-container { display: none; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .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); }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container { border-width: 0; border-radius: 0; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;width:75rem;position:relative;display:block; }#aRN1rbU1L5G2uszsoer8bt9InaX2KNSt { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#QzKQQk3dA9WZATgrwEpKmrdzT4zVE8ph { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#PfLZBmnHKpXTl9E4LOgIfKFbahgTvow1 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#EeiiIMx1PcxtoaPr59TzwXDWWQXPeN5s { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#xmuZuytAkyPCW4r9h56FlWAEl8HRoZJU { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.0625rem;top:5.9357652664184rem;left:4.96875rem;overflow:hidden;display:block; }
#Ps5keiQlNb85QQay3IMdtVZ6019UVdcJ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#vCZc4WVeJgPBKnOgWgyoqo9gRVT8EQsE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#D8t1pGsH8fvOeBccF4abWS2uXRg0gV5d { position:absolute;display:block;z-index:15044;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:10.4375rem;width:14.4375rem;top:2.59375rem;left:30.28125rem;overflow:hidden;display:block; }
#wXWKwpkS08TLzwk1rSuP1DS3aUrrLE6n { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.4375rem;top:5.75rem;left:55.281251907349rem;overflow:hidden;display:block; }
#RqdW3nMHNnu6sor2mw2rWd24qSk2l2XP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#OveZUbdd9ZIXMaW2G5JmmehnCAIi6iZE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { border-top:0;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; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { background-color: transparent; background-image: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .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); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { border-width: 0; border-radius: 0; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.625rem;width:75rem;position:relative;display:block; }#qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:3rem;left:8.15625rem;overflow:hidden;display:block; }
#M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#nET8PwnOJ0dDpzOHxEPtfqdm8tIoUvkQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.187125rem;width:17.625rem;top:4.2187385559082rem;left:28.686325073243rem;overflow:hidden;display:block; }
#sS1CRfTv70miga8T6npxuBML26bHPmot { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.5625rem;top:5.4667854309082rem;left:56.217185974121rem;overflow:hidden;display:block; }
#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa { border-top:0;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; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container { background-color: transparent; background-image: none; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container > .video-iframe-container { display: none; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row > .video-iframe-container { display: none; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .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); }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container { border-width: 0; border-radius: 0; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;width:75rem;position:relative;display:block; }#ttvLfwcVMXzAfo4u0ceAoJlG1VASPQAN { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#yl1ow5S2uEmS1HyBIfI7pKVdK9UL4zxi { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#RWf9KTGdDF3XTcrduBxTNQTruawO3JyU { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#TClaTamtZhst36vyNDu2iiL9FUiGSw2N { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#EUFr25TkwTXnbp8PZpkKr2v6SFO5MOhR { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#RHaOECBrATBhZfA1eauUfMNrDCXOKfEb { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#sfph53brdFQSSvvADuZEiIcpQHU07cZM { position:absolute;display:block;z-index:15044;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.6875rem;width:15.9375rem;top:5.7187385559082rem;left:54.529685974121rem;overflow:hidden;display:block; }
#v67CTTFEn687XBAiHHKXT48orK5hAipP { position:absolute;display:block;z-index:15044;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:10.6875rem;width:14.4375rem;top:2.0285034179688rem;left:5.279296875rem;overflow:hidden;display:block; }
#WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6866875rem;width:12.999625rem;top:2.5288925170899rem;left:31.654685974121rem;overflow:hidden;display:block; }
#uJvPpcXe6dsvJuDdM3wwL66uWgvtdSrF { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#npZFSlAwlJofMpp2xn5nRXV6WHD89XAV { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH { border-top:0;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; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container { background-color: transparent; background-image: none; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container > .video-iframe-container { display: none; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row > .video-iframe-container { display: none; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .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); }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container { border-width: 0; border-radius: 0; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;width:75rem;position:relative;display:block; }#rb0O5vEuEvK4Scexnd5q39aJUBRTA5to { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#e9AQBNDHBFREiLeynUb25xSmh0FiUefS { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:1.625rem;left:28.75rem;display:block; }
#gE2A6bC5m1T0bgX7qbEAIKwsFMWfmoUa { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:18.5625rem;top:5.375rem;left:28.75rem;overflow:hidden;display:block; }
#ALAf5DRxFRHg9cIn7p59cG2z8DtwLpUf { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#zMzzKQ1RHQt82VEtJtVBXWJrfzrBshn4 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rqBsDn2inON30cyDFciDtVXGgSOtf1ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { background-color: transparent; background-image: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .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); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { border-width: 0; border-radius: 0; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.adaptive-delivery-prevent-bg, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyload, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyloading { background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { background-color: transparent; background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .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); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { border-width: 0; border-radius: 0; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { color:#ff8823;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.763275rem;display:block; }
#H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.0296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { color:#000000;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.763275rem;display:block; }
#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { background-color: transparent; background-image: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .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); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { border-width: 0; border-radius: 0; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #f6811d;border-left:0.125rem solid #f6811d;border-right:0.125rem solid #f6811d;border-bottom:0.125rem solid #f6811d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:2.375rem;overflow:hidden;display:block; }
#CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.0296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:14rem;height:3.1875rem;display:block; }
#ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.875rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.0296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ea7a17;border-left:0.125rem solid #ea7a17;border-right:0.125rem solid #ea7a17;border-bottom:0.125rem solid #ea7a17;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#QATsLsuOi37TurXCJEd6V36RabAffzKI { color:#000000;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { border-top:0;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; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { background-color: transparent; background-image: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .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); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { border-width: 0; border-radius: 0; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.3125rem;left:44.6875rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#L46fsT9gTwWvttFbdungq73Tp0n1TUoF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.8125rem;height:1.2984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45.4375rem;height:1.2984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:42.8125rem;height:6.50155rem;text-align:center;text-align-last:center;display:block; }
#KJHtOl4q108atSX88OgC7dPCm6oPCTMi { color:#001623;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.8125rem;height:1.6253875rem;display:block; }
#U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:16.4375rem;top:0.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.25rem;left:23.6875rem;display:block; }
#TGclfvEGtRwMmxSJm46KWiSGepESvgqr { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8rem;left:19.8125rem;display:block; }
#cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.3125rem;left:16.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSBC8LLkSXgU54qhUsctneEiAKx8zw03 { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:46.8125rem;height:7.75rem;top:9.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:7.8125rem;height:7.8125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:42.75rem;height:2.875rem;top:10.8125rem;left:4.0621070861816rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:44.125rem;height:1.6875rem;top:13.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:106rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:46.8125rem;height:7.75rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:46.8125rem;height:7.75rem;top:21.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:42.75rem;height:2.875rem;top:22.8125rem;left:3.9988250732422rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:44.125rem;height:1.4375rem;top:26.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.4375rem;top:16.9375rem;left:4.0597648620606rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.4375rem;top:29.3125rem;left:4.0597648620606rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:47.75rem;height:3.0625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:12.75rem;height:2.4375rem;top:42.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:7.8125rem;height:7.8125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:46.8125rem;height:7.75rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:44.125rem;height:2.875rem;top:37.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:42.8125rem;height:1.4375rem;top:35.5625rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:12.75rem;height:2.4375rem;top:54.6875rem;left:4.0597648620606rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:7.8125rem;height:7.8125rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:46.75rem;height:7.6875rem;top:46.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:44.125rem;height:1.4375rem;top:51.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:42.75rem;height:2.875rem;top:48.0625rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:12.75rem;height:2.4375rem;top:67.625rem;left:4.0597648620606rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:7.8125rem;height:7.8758190851849rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:46.8125rem;height:7.6875rem;top:59.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:44.125rem;height:1.4375rem;top:64rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:42.75rem;height:2.875rem;top:60.375rem;left:3.9367179870606rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhsgut4im9x02WZCd1eCgAowzIWTyWU { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { width:12.75rem;height:2.4375rem;top:80.6875rem;left:3.9367179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block; }
 }@media only screen and (max-width: 763px) { #NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { width:7.8125rem;height:7.8125rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitupzExU0PLk45kDcliA3AfMnEB6MN { width:46.8125rem;height:7.8125rem;top:72.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { width:44.125rem;height:1.4375rem;top:77.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { width:42.75rem;height:2.875rem;top:74.125rem;left:3.8746070861816rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVpv3q7FJkcOBQi06JQrKZyrpEbxodyw { width:13.6875rem;height:7.875rem;top:23.9375rem;left:2.6863250732422rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIizNXp8giF1RJWFWLO9FwSGW4N9uG4G { width:13.6875rem;height:7.875rem;top:11.9375rem;left:2.5597648620606rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVh4tMvUicyTsZpTiWuiZ09mrk4oK30 { width:13.6875rem;height:7.875rem;top:36.875rem;left:2.6867179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Z9May44isTfcpCuyVwimVlfJU1t50y { width:13.6875rem;height:7.875rem;top:49.5rem;left:2.6867179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbZdFAnBqVMaRKZHb8gZBCxNtXTNC6JU { width:13.6875rem;height:7.875rem;top:62.1875rem;left:2.6242179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #O26s6enZ2nNOM8ClPBLPqPMPLhS4gfgC { width:13.6875rem;height:7.875rem;top:75.5rem;left:2.6242179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #snOmynxtfMZOamomFOBVVrAatIZr38S9 { width:17.4375rem;height:3.375rem;top:16.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tce3MGrrfcs8IUnGszFxpUJJ5GFLsgrD { display:block; }
 }@media only screen and (max-width: 763px) { #BF7Tga7ibneaAxFzEMIaVDtm5LpRi6Mo { width:17.4375rem;height:3.375rem;top:27.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVJs1okApQxTDw6A2noAo7XeZAJnM6vZ { display:block; }
 }@media only screen and (max-width: 763px) { #uhg1oGZlKZUgPllDWdMDr7IUSCPAt7QM { width:17.4375rem;height:3.375rem;top:40.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRGGF9gBgTKp7lc9BMJyuA2dBnRuBwEd { display:block; }
 }@media only screen and (max-width: 763px) { #f9LqIwX4Lyki5QKWz6yKW6o2WbDAzpAw { width:17.4375rem;height:3.375rem;top:52.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7UazwMuyx6JCS54PDQBofTkJrgE3SXC { display:block; }
 }@media only screen and (max-width: 763px) { #lPBWSNPqiTLT2u88mJofb99g1ldVvEHx { width:17.4375rem;height:3.375rem;top:66.1875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGOaqT81BZdAG2Kgz0p1QPK34Kv9epoT { display:block; }
 }@media only screen and (max-width: 763px) { #fbBD3PaD7whl08ZN40BJJKCcevKkim82 { width:17.4375rem;height:3.375rem;top:78.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGzcK5u1s2TwN1Ob2NlDQfbekBpTq7D { display:block; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { top:1.75rem;left:0rem;width:47.75rem;height:25.250091952051rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpsgJNzHu3VvfknVeXLeurfn08FdQKI { width:25.3125rem;height:6.125rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFqIIhFu6Zt2lKRfaUpz7TAKFB3wq05n { top:3.1875rem;left:9.0625rem;width:38.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 { display:block; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUfDSV54Ip69IfT2yETQwTToVHNUc39E { width:12.75rem;height:2.5rem;top:106rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFK4F2QeSQspLcXerGu9L2kbOcvTAVpu { display:block; }
 }@media only screen and (max-width: 763px) { #inOw8vOxqmLHPsDRqOQZNdrW3dX3UN83 { width:46.8125rem;height:7.75rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeOi6gQDKNASJ1mn6JnVP2kK7TM8UuT7 { width:47.75rem;height:3.0625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7PMnD18DbwcaeM6Rgbwaw1udnaeocM2 { width:26.4375rem;height:5.125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7h6VuwzRvunXQxwNwzg5GSZmyPMbTu { display:block; }
 }@media only screen and (max-width: 763px) { #XDQZoJ7fCuC1w4FNgfbF70O4pMUnl6ZH { top:6.5rem;left:0rem;width:47.75rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtNawdVGE44HOI2Fa2FHfJbXOtncCvKT { top:19.25rem;left:0rem;width:29.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqiwko2yiZ9qJRt3HsXKohNE7XcdSi2 { top:13.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbk9GXFbPUZ14MroIU6JWkwDLHHdgzh { top:14.8125rem;left:1.5rem;width:22.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsfHSCwFFcy8GalQm0bPogNMgTTQUASa { top:13.3125rem;left:24.4375rem;width:23.25rem;height:15.457883370778rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP { display:block; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McZn0PPe74GbSeIKXJEWc8XB0TOD8ZwQ { top:1.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttS7PEDG42gM3ELgfUqmpUEvM8L4tATR { top:4.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ { display:block; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8R3nulNzKsnAsA3VvrrLO0S47PVfZrE { width:15.0625rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG0VnGe2G77rl1SzbCpm6mMf1Q3yNWMy { top:0.5rem;left:0rem;width:47.75rem;height:26.540620696893rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { top:5.5rem;left:0rem;width:17rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { top:3.5rem;left:35.187500953674rem;width:9rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { top:4.875rem;left:17.281250953674rem;width:13.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { top:4.4375rem;left:0rem;width:17.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { top:5.0625rem;left:16.59375rem;width:14.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { top:3.3125rem;left:34.187501907349rem;width:11rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF { display:block; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRN1rbU1L5G2uszsoer8bt9InaX2KNSt { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzKQQk3dA9WZATgrwEpKmrdzT4zVE8ph { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfLZBmnHKpXTl9E4LOgIfKFbahgTvow1 { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeiiIMx1PcxtoaPr59TzwXDWWQXPeN5s { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuZuytAkyPCW4r9h56FlWAEl8HRoZJU { top:5.875rem;left:0.40625rem;width:15.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5keiQlNb85QQay3IMdtVZ6019UVdcJ { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCZc4WVeJgPBKnOgWgyoqo9gRVT8EQsE { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8t1pGsH8fvOeBccF4abWS2uXRg0gV5d { top:2.5625rem;left:16.59375rem;width:14.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWKwpkS08TLzwk1rSuP1DS3aUrrLE6n { top:5.75rem;left:32.468751907349rem;width:14.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdW3nMHNnu6sor2mw2rWd24qSk2l2XP { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OveZUbdd9ZIXMaW2G5JmmehnCAIi6iZE { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { top:3rem;left:3.59375rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nET8PwnOJ0dDpzOHxEPtfqdm8tIoUvkQ { top:4.1875rem;left:14.125rem;width:17.625rem;height:7.187125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS1CRfTv70miga8T6npxuBML26bHPmot { top:5.4375rem;left:33.404685974121rem;width:12.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa { display:block; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttvLfwcVMXzAfo4u0ceAoJlG1VASPQAN { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl1ow5S2uEmS1HyBIfI7pKVdK9UL4zxi { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWf9KTGdDF3XTcrduBxTNQTruawO3JyU { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClaTamtZhst36vyNDu2iiL9FUiGSw2N { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFr25TkwTXnbp8PZpkKr2v6SFO5MOhR { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHaOECBrATBhZfA1eauUfMNrDCXOKfEb { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfph53brdFQSSvvADuZEiIcpQHU07cZM { top:5.6875rem;left:31.6875rem;width:15.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { top:2rem;left:0.716796875rem;width:14.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { top:2.5rem;left:17.967185974121rem;width:12.9375rem;height:9.6403949753358rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJvPpcXe6dsvJuDdM3wwL66uWgvtdSrF { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #npZFSlAwlJofMpp2xn5nRXV6WHD89XAV { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPX5TPa5TzNEat66cTVBySoLU0VXM2HH { display:block; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0O5vEuEvK4Scexnd5q39aJUBRTA5to { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9AQBNDHBFREiLeynUb25xSmh0FiUefS { width:18.9375rem;height:12.8125rem;top:1.625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE2A6bC5m1T0bgX7qbEAIKwsFMWfmoUa { top:5.375rem;left:13.1875rem;width:18.5625rem;height:5.87460625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALAf5DRxFRHg9cIn7p59cG2z8DtwLpUf { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMzzKQ1RHQt82VEtJtVBXWJrfzrBshn4 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { top:7rem;left:1.0925750732422rem;width:21.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { top:4.1875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { top:6rem;left:0.37421798706055rem;width:35.875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { top:9.8125rem;left:0.37421798706055rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { top:10.3125rem;left:31.0625rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { top:14.4375rem;left:32.1875rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { top:13.1875rem;left:31.8125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { top:1.75rem;left:29.1875rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { top:14.25rem;left:3.1875rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { top:0.5625rem;left:1.1875rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:3.5625rem;height:3.5625rem;top:8.25rem;left:10.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:3.6875rem;height:3.6875rem;top:8rem;left:6.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:2.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSBC8LLkSXgU54qhUsctneEiAKx8zw03 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:20rem;height:169.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:20rem;height:18.4375rem;top:24.429688215256rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:11.9366875rem;height:11.9366875rem;top:57.01992225647rem;left:4.0289061665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:18.812125rem;height:3.1640625rem;top:74.811326980594rem;left:0.56132811307907rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#e0ebf1;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:16.187125rem;height:3.8953125rem;top:69.944528579712rem;left:1.9031248688698rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:64.623259544375rem;left:4.2725694775581rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:20rem;height:7.75rem;top:260.9296875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:12.9375rem;height:12.9375rem;top:85.412125rem;left:3.912125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:20rem;height:7.75rem;top:21.3125rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:16.3125rem;height:4.21875rem;top:103.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:12.1875rem;height:3.8953125rem;top:99.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:7.6875rem;height:2.5rem;top:66.406641006469rem;left:12.248436748981rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:7.8116875rem;height:2.49960625rem;top:96.3125rem;left:12.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:19.9991875rem;height:1.6253875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:9.75rem;height:2.49960625rem;top:124.375rem;left:10.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:12.1875rem;height:12.1875rem;top:114.5625rem;left:4.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:20rem;height:7.75rem;top:33.9375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:19.9991875rem;height:3.8953125rem;top:127.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:18.625rem;height:2.109375rem;top:132.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:8.9375rem;height:2.3125rem;top:124.4375rem;left:11.0625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:8.1875rem;height:2.3125rem;top:96.25rem;left:11.875rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:8.9366875rem;height:2.31210625rem;top:14.6875rem;left:10.5625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:9.624625rem;height:2.49960625rem;top:14.75rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:12.375rem;height:12.375rem;top:4.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:20rem;height:7.6875rem;top:46.75rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:13rem;height:2.596875rem;top:17.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:20rem;height:3.1640625rem;top:20.875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:7.8105625rem;height:2.3109375rem;top:152.25rem;left:12.1875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:8.0625rem;height:2.49960625rem;top:40.073045730591rem;left:11.936717808247rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:12.9375rem;height:13.0625rem;top:29.43710899353rem;left:4.0289061665535rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:20rem;height:7.6875rem;top:59.375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:12.375rem;height:3.8953125rem;top:43.186716079712rem;left:3.9343746304512rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:17.687125rem;height:3.1640625rem;top:48.061716079712rem;left:1.1542968153954rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tFhsgut4im9x02WZCd1eCgAowzIWTyWU { width:8.625rem;height:2.625rem;top:66.405465126037rem;left:11.374217808247rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VHG3rTackTzoNhCoekV8sFBVGDNd9ilg { width:7.125rem;height:2.5rem;top:152.25rem;left:12.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #GXKNVsOSn20L4w5HgKJiXH8F0EaC9ga2 { display:block; }
 }@media only screen and (max-width: 763px) { #NT7dWXQrNZD04JKk7g3zmTTIiVlDoW9n { width:12.9375rem;height:12.9375rem;top:141.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitupzExU0PLk45kDcliA3AfMnEB6MN { width:20rem;height:7.8125rem;top:72.5rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Z0odIsM7bzIdzVKeUND6ElQXx5RwMNts { width:12.1875rem;height:3.8953125rem;top:155.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heZMvt9yvTVV8p3S7e7zKMJQziB2Eh7C { width:20rem;height:3.1640625rem;top:159.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G1laQn4Kww5z6gVWRLpIxL77uBVCgAKZ { width:8.8125rem;height:2.31210625rem;top:40.166795730591rem;left:11.186717808247rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #qVpv3q7FJkcOBQi06JQrKZyrpEbxodyw { width:13.6875rem;height:7.875rem;top:23.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIizNXp8giF1RJWFWLO9FwSGW4N9uG4G { width:13.6875rem;height:7.875rem;top:11.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdVh4tMvUicyTsZpTiWuiZ09mrk4oK30 { width:13.6875rem;height:7.875rem;top:36.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7Z9May44isTfcpCuyVwimVlfJU1t50y { width:13.6875rem;height:7.875rem;top:49.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbZdFAnBqVMaRKZHb8gZBCxNtXTNC6JU { width:13.6875rem;height:7.875rem;top:62.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O26s6enZ2nNOM8ClPBLPqPMPLhS4gfgC { width:13.6875rem;height:7.875rem;top:75.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #snOmynxtfMZOamomFOBVVrAatIZr38S9 { width:17.4375rem;height:3.375rem;top:79.5609292984rem;left:1.2785155177116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tce3MGrrfcs8IUnGszFxpUJJ5GFLsgrD { display:block; }
 }@media only screen and (max-width: 763px) { #BF7Tga7ibneaAxFzEMIaVDtm5LpRi6Mo { width:17.4375rem;height:3.375rem;top:108.96836090088rem;left:1.2785155177116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVJs1okApQxTDw6A2noAo7XeZAJnM6vZ { display:block; }
 }@media only screen and (max-width: 763px) { #uhg1oGZlKZUgPllDWdMDr7IUSCPAt7QM { width:17.4375rem;height:3.375rem;top:135.87421035767rem;left:1.2785155177116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRGGF9gBgTKp7lc9BMJyuA2dBnRuBwEd { display:block; }
 }@media only screen and (max-width: 763px) { #f9LqIwX4Lyki5QKWz6yKW6o2WbDAzpAw { width:17.4375rem;height:3.375rem;top:24.872653961182rem;left:1.2785155177116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7UazwMuyx6JCS54PDQBofTkJrgE3SXC { display:block; }
 }@media only screen and (max-width: 763px) { #lPBWSNPqiTLT2u88mJofb99g1ldVvEHx { width:17.4375rem;height:3.375rem;top:51.724998474121rem;left:1.2785155177116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGOaqT81BZdAG2Kgz0p1QPK34Kv9epoT { display:block; }
 }@media only screen and (max-width: 763px) { #fbBD3PaD7whl08ZN40BJJKCcevKkim82 { width:17.4375rem;height:3.375rem;top:164.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGzcK5u1s2TwN1Ob2NlDQfbekBpTq7D { display:block; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { width:19.9991875rem;height:10.6019375rem;top:4.45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpsgJNzHu3VvfknVeXLeurfn08FdQKI { width:19.9991875rem;height:1.6253875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFqIIhFu6Zt2lKRfaUpz7TAKFB3wq05n { width:20rem;height:11.625rem;top:4.4484376907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 { display:block; }#nv7v0L6ILHybbTQWqpqxnTubk6gq6b42 > .row .container { width:20rem;height:38.355432540894rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUfDSV54Ip69IfT2yETQwTToVHNUc39E { width:12.75rem;height:2.5rem;top:64.623259544375rem;left:4.2725694775581rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #AFK4F2QeSQspLcXerGu9L2kbOcvTAVpu { display:block; }
 }@media only screen and (max-width: 763px) { #inOw8vOxqmLHPsDRqOQZNdrW3dX3UN83 { width:20rem;height:7.75rem;top:260.9296875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #OeOi6gQDKNASJ1mn6JnVP2kK7TM8UuT7 { width:14.625rem;height:3.25078125rem;top:1.1859378814698rem;left:2.6847653985024rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7PMnD18DbwcaeM6Rgbwaw1udnaeocM2 { width:15.8125rem;height:4.375rem;top:18.186327815056rem;left:2.0917966961861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7h6VuwzRvunXQxwNwzg5GSZmyPMbTu { display:block; }
 }@media only screen and (max-width: 763px) { #XDQZoJ7fCuC1w4FNgfbF70O4pMUnl6ZH { width:19.9991875rem;height:3.1640625rem;top:6.4rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtNawdVGE44HOI2Fa2FHfJbXOtncCvKT { width:19.9980625rem;height:1.21875rem;top:14.961327433586rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiqiwko2yiZ9qJRt3HsXKohNE7XcdSi2 { display:flex;width:1.625rem;height:1.625rem;top:11.473046565056rem;left:2.7238280415535rem; }
 }@media only screen and (max-width: 763px) { #DCbk9GXFbPUZ14MroIU6JWkwDLHHdgzh { width:13.8116875rem;height:1.1378875rem;top:12.035155177116rem;left:4.1999996304512rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KsfHSCwFFcy8GalQm0bPogNMgTTQUASa { width:20rem;height:13.296138811884rem;top:25.059370040894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP { display:block; }#y6zrq6aC7R4L4kCbGCAxU3JpIlVEl7UP > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McZn0PPe74GbSeIKXJEWc8XB0TOD8ZwQ { width:19.9991875rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttS7PEDG42gM3ELgfUqmpUEvM8L4tATR { width:19.9980625rem;height:2.76328125rem;top:3.7113280296326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ { display:block; }#hIwo7reyCtZ3HIg3hpT6Jh9FUWEBPOeZ > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8R3nulNzKsnAsA3VvrrLO0S47PVfZrE { top:0.27343654632568rem;left:0rem;width:19.937125rem;height:36.1241875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wG0VnGe2G77rl1SzbCpm6mMf1Q3yNWMy { width:3.9375rem;height:2.18671875rem;top:19.279686808586rem;left:7.0617182850838rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { width:19.9991875rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:18.999625rem;height:9.6866875rem;top:12.687125rem;left:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:10.187125rem;top:1.8117198944092rem;left:0.52968746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.935125rem;height:9.6866875rem;top:23.6226875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { width:14.25rem;height:3.17109375rem;top:4.8730297088623rem;left:2.3097653985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { width:7.875rem;height:6.6855625rem;top:25.122654914856rem;left:6.0609372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { width:11.3730625rem;height:4.3125rem;top:15.371483802796rem;left:4.2796872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:10.187125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { width:15.062125rem;height:4.875rem;top:3.8437519073486rem;left:2.4679685235024rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { width:14.4375rem;height:4.5625rem;top:16.0625rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:10.187125rem;top:24.124219894409rem;left:0.52968746423721rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { width:11rem;height:8.0625rem;top:25.187500953674rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:10.187125rem;top:13.246837615967rem;left:0.52968746423721rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF { display:block; }#WSVfODZ9nZdDRTTnSN47oahOKqZ2DCNF > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRN1rbU1L5G2uszsoer8bt9InaX2KNSt { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #QzKQQk3dA9WZATgrwEpKmrdzT4zVE8ph { width:18.9375rem;height:10.187125rem;top:24.434763908386rem;left:0.52968746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfLZBmnHKpXTl9E4LOgIfKFbahgTvow1 { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeiiIMx1PcxtoaPr59TzwXDWWQXPeN5s { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmuZuytAkyPCW4r9h56FlWAEl8HRoZJU { width:15.875rem;height:2.9375rem;top:5.15625rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5keiQlNb85QQay3IMdtVZ6019UVdcJ { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #vCZc4WVeJgPBKnOgWgyoqo9gRVT8EQsE { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #D8t1pGsH8fvOeBccF4abWS2uXRg0gV5d { width:10.875rem;height:7.8116875rem;top:13.811718940735rem;left:4.5609372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWKwpkS08TLzwk1rSuP1DS3aUrrLE6n { width:14.4375rem;height:4.125rem;top:27.467881679535rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdW3nMHNnu6sor2mw2rWd24qSk2l2XP { width:18.9375rem;height:10.187125rem;top:12.624608516693rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OveZUbdd9ZIXMaW2G5JmmehnCAIi6iZE { width:18.9375rem;height:10.187125rem;top:1.5292959213257rem;left:0.52968746423721rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:10.187125rem;top:23.996480941773rem;left:0.52968746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { width:6.6866875rem;height:6.6866875rem;top:2.9976902008057rem;left:6.6550777554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:10.187125rem;top:12.687125rem;left:0.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:10.187125rem;top:1.25rem;left:0.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #nET8PwnOJ0dDpzOHxEPtfqdm8tIoUvkQ { width:16.5rem;height:6.375rem;top:14.53125rem;left:1.7484374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS1CRfTv70miga8T6npxuBML26bHPmot { width:12.5625rem;height:4.6875rem;top:26.433982849121rem;left:3.7171872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa { display:block; }#O8TrKoQChckAf3vZi7S9iqtZKOi6DZRa > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttvLfwcVMXzAfo4u0ceAoJlG1VASPQAN { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #yl1ow5S2uEmS1HyBIfI7pKVdK9UL4zxi { width:19.6875rem;height:10.187125rem;top:0.50859379768372rem;left:0.31171870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWf9KTGdDF3XTcrduBxTNQTruawO3JyU { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TClaTamtZhst36vyNDu2iiL9FUiGSw2N { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUFr25TkwTXnbp8PZpkKr2v6SFO5MOhR { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #RHaOECBrATBhZfA1eauUfMNrDCXOKfEb { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #sfph53brdFQSSvvADuZEiIcpQHU07cZM { width:14.125rem;height:4.0625rem;top:26.567577362061rem;left:2.6218748688698rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { width:12.8741875rem;height:9.437125rem;top:0.91171836853025rem;left:3.2425778508186rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { width:12.9375rem;height:9.6386875rem;top:12.216796875rem;left:3.5296872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJvPpcXe6dsvJuDdM3wwL66uWgvtdSrF { width:19.6875rem;height:10.187125rem;top:11.943748474121rem;left:0.31171870231628rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #npZFSlAwlJofMpp2xn5nRXV6WHD89XAV { width:19.6875rem;height:10.187125rem;top:23.255859375rem;left:0.31171870231628rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #kPX5TPa5TzNEat66cTVBySoLU0VXM2HH { display:block; }#kPX5TPa5TzNEat66cTVBySoLU0VXM2HH > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0O5vEuEvK4Scexnd5q39aJUBRTA5to { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #e9AQBNDHBFREiLeynUb25xSmh0FiUefS { width:18.9375rem;height:10.187125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE2A6bC5m1T0bgX7qbEAIKwsFMWfmoUa { width:15.3125rem;height:5.0625rem;top:3.1553831100464rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALAf5DRxFRHg9cIn7p59cG2z8DtwLpUf { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #zMzzKQ1RHQt82VEtJtVBXWJrfzrBshn4 { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { width:19.9991875rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { width:15.3116875rem;height:2.275775rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:19.9991875rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { width:19.9980625rem;height:1.85625rem;top:6.6398448944094rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { width:19.9980625rem;height:1.85625rem;top:12.373826980591rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { width:15.184rem;height:2.275775rem;top:9.4910144805906rem;left:2.4070311188698rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:19.9991875rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { width:16.183625rem;height:2.625rem;top:3.1382813453674rem;left:1.9066405892372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { width:19.6875rem;height:1.85625rem;top:5.7632813453674rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:19.9991875rem;height:1.21875rem;top:8.7644348144531rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { width:19.9991875rem;height:2.625rem;top:10.499206542969rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { width:19.9980625rem;height:1.85625rem;top:13.792965888977rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { width:10.4965rem;height:1.0546875rem;top:21.71171875rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { width:19.9980625rem;height:1.0546875rem;top:19.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { width:12.4980625rem;height:1.0546875rem;top:17.632030487061rem;left:3.7499998211861rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { width:19.9980625rem;height:4.21875rem;top:6.99609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { width:16.309rem;height:1.0546875rem;top:12.453514099121rem;left:1.8445311188698rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { width:13.2491875rem;height:5.74921875rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:2.62265625rem;height:2.62265625rem;top:14.188671112061rem;left:10.062108814716rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:2.87109375rem;height:2.87109375rem;top:13.939453125rem;left:6.8742182850838rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:8.125rem;font-size:2.625rem;display:none; }
 }