.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:252,248,239;--color-primary-1:247,233,203;--color-primary-2:238,210,151;--color-primary-3:119,105,76;--color-primary-4:36,32,23;--color-secondary-0:249,241,226;--color-secondary-1:237,208,159;--color-secondary-2:218,160,62;--color-secondary-3:109,80,31;--color-secondary-4:33,24,9;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d78cc596-7433-4a3b-b17b-0ea65cc5962d/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_2.jpg");background-position:center !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: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#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.75); }#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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { border-width: 0; border-radius: 0; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { background-color:#5d362d;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2hAyeEn9BrmWgKpATPOiNs2mOV1yTua { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:23.5rem;top:1.46875rem;left:2.8125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD { position:relative;display:block; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD { background-color: transparent; background-image: none; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container > .video-iframe-container { display: none; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row > .video-iframe-container { display: none; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .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); }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD { border-width: 0; border-radius: 0; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79b8f91c-8a59-4375-86eb-230b924ef61a/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:60rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container.adaptive-delivery-prevent-bg, #oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container.lazyload, #oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container.lazyloading { background-image: none; }#xa5838ee91f15e5adbfa62bf98ac6afc { 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:28.1875rem;width:33.1875rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sda704a27e8e9fc0ff5d551c98e369f6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:17.625rem;top:43.5625rem;left:3.125rem;overflow:hidden;display:block; }
#f95b7d530ef766d32cbc84959d190b4c { position:absolute;display:block;z-index:15004;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:17rem;width:20.0625rem;top:41.875rem;left:17.1875rem;overflow:hidden;display:block; }
#S86fc52de7ea4c3df7a4ad1d829c36b7 { position:absolute;display:block;z-index:15003;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:14.9375rem;width:17.625rem;top:43.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#K3e6f3d01fa636eea876fe950d8cbb50 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:20rem;top:55.1875rem;left:51.875rem;overflow:hidden;display:block; }
#c46ba652198b5f4c3edf40fa3b7de152 { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:0rem;display:block; }
#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { position:relative;display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { background-color: transparent; background-image: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .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); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { border-width: 0; border-radius: 0; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:24.1875rem;top:1.875rem;left:47.6875rem;overflow:hidden;display:block; }
#IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.66796875rem;left:3.125rem;height:7.349625rem;font-style:normal;display:block; }
#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 { position:relative;display:block; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 { background-color: transparent; background-image: none; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container > .video-iframe-container { display: none; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row > .video-iframe-container { display: none; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .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); }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 { border-width: 0; border-radius: 0; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:85.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z8007e3a52d9b5d24df22d53dbd8fa5b { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#Qfa54f37fb699afc64cfdf9b444273cf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:13.6708984375rem;left:3.125rem;height:12.59235625rem;font-style:normal;display:block; }
#b06809446ff8c07bca4b4b0eda0ccf01 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.6875rem;top:39.9375rem;left:3.15625rem;overflow:hidden;display:block; }
#k88d70d6018575ca15f9c30d0ea0e39e { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:74.8125rem;left:3.125rem;height:6.29616875rem;font-style:normal;display:block; }
#rc6e3f1f76b372108a562207feb38e58 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:55.125rem;display:block; }
#da81695ab7db4158cf4212e788fb0afe { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:15.375rem;left:55.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#c255cff28c5bdd05a59cdf4f7817a2ee { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:53.6875rem;display:block; }
#b08bfbfeb141abc568a9f424c5c5c891 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:64.625rem;left:53.6875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#uac0af06edda21de6a192f68f828856c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:13.6875rem;left:58.25rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xfeb981880e151e0774dfb0cea98298e { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:57.625rem;display:block; }
#d4d7289c58c114a5a9ec8025aeea3139 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:65.375rem;left:56.8125rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hc4f64a0a01e0c64b8be5f4f1403b9c3 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15016;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:56.1875rem;display:block; }
#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB { position:relative;display:block; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB { background-color: transparent; background-image: none; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container > .video-iframe-container { display: none; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row > .video-iframe-container { display: none; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .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); }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB { border-width: 0; border-radius: 0; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:87.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e79246e9cbe9749292a89f852a790dcc { position:absolute;display:block;z-index:15002;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:37.4375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#Mcaf2ed8ead79a683b94b6b5f71f0c71 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:28.75rem;top:43.682534217834rem;left:44.374998092651rem;overflow:hidden;display:block; }
#O7c4457d9b17b563f1cf7fb10b4b9eb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:42.312744140625rem;left:3.125rem;height:6.2961875rem;font-style:normal;display:block; }
#c21d2f739c7168dc216faf56049eb42b { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:76rem;left:51.9375rem;height:7.87023125rem;font-style:normal;display:block; }
#ff0bc072e0f91e08359382a1c169cd32 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.640869140625rem;left:55.312498092651rem;display:block; }
#b9025945ee1b73f9e16787898f4b12f2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:33.765991210938rem;left:55.312498092651rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#a9b9912e53f55f7639bb088ed7ce14d9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5rem;left:30.625rem;display:block; }
#i4e2b71d522a599b23390984b4f3ef88 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:58.625rem;left:30.625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#e23060ad58789050096150ba0f967b93 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:34.516235351562rem;left:58.437498092651rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kf30b5ac2d0d09ba028dd6d100bba345 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.640869140625rem;left:57.812498092651rem;display:block; }
#L8ae536ad5dbe89062cf684ecf417f6f { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:59.375rem;left:33.75rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ff30cf93a5c58f0618e32899458586a6 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5rem;left:33.125rem;display:block; }
#tESWAE47DegbRZfGpEL34bTe2JVU9ts1 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:50.237924575806rem;left:2.9918327331543rem;overflow:hidden;display:block; }
#WVoxGQACxawQAAv4HOspsq5T3ik8IJgN { position:absolute;display:block;z-index:15004;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:14.9375rem;width:20rem;top:59.8125rem;left:51.9375rem;overflow:hidden;display:block; }
#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { position:relative;display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { background-color: transparent; background-image: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .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); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { border-width: 0; border-radius: 0; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kW4MrWwomm4zffifwXHRer4a2zHuQq9g { position:relative;display:block; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g { background-color: transparent; background-image: none; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container > .video-iframe-container { display: none; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row > .video-iframe-container { display: none; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .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); }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g { border-width: 0; border-radius: 0; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:180.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h0fe696284143d7915cddcbfc7b19a44 { position:absolute;display:block;z-index:15002;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:26rem;width:19.5rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#ac50fa85523971f5da62bcf2bc13ad01 { position:absolute;display:block;z-index:15003;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:11.4375rem;width:32.5rem;top:3rem;left:23.75rem;overflow:hidden;display:block; }
#fe622ccc447ae4ab25166f43f4e738ed { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.6875rem;left:24.5rem;height:9.44425rem;font-style:normal;display:block; }
#E9cc66afc21db246eda50cea846328b2 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:28.75rem;top:24.4453125rem;left:44.25rem;overflow:hidden;display:block; }
#Dc5677017627dfc54efd036799faed01 { position:absolute;display:block;z-index:15003;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:51.1875rem;width:68.75rem;top:33.9375rem;left:3.125rem;overflow:hidden;display:block; }
#ec9811dd74c9535942f07d2ed3f5f7c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:87rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#fc7ede93c8679ad83173a65b7ff07241 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:87rem;left:38.1875rem;height:6.296875rem;font-style:normal;display:block; }
#Ke954e052bdc028cc5eabd3cfa0365c6 { position:absolute;display:block;z-index:15004;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:30.875rem;width:47.25rem;top:96.421875rem;left:3.125rem;overflow:hidden;display:block; }
#Nacc72c8c1fb4829e6f27e2572062a24 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:104.05078125rem;left:51.875rem;height:12.5923125rem;font-style:normal;display:block; }
#dff2b17a3ebbc91d912d3fb42a617c4d { position:absolute;display:block;z-index:15004;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:37.4375rem;width:68.75rem;top:130.546875rem;left:3.125rem;overflow:hidden;display:block; }
#be579ff45f403df358b6415e20037ec1 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:169.859375rem;left:3.125rem;height:7.8701875rem;font-style:normal;display:block; }
#b78cb9edab0ad28c5f9305652101e1ed { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:9.1875rem;display:block; }
#N6ed4cd346f2a27d97e003e144ddfc02 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:49.25rem;left:9.1875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#T312e83f7955f30cad3d9307fcdc2f8e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:66rem;display:block; }
#r89b134b22565ab821a010bfb70cd08a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:75.0625rem;left:66rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#Ubda466171d3d5c3c10f4591936c4ef9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.75rem;left:35.0625rem;display:block; }
#H10dfd5ca520b3b28c58f73845d0c588 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:102.875rem;left:35.0625rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#Md69d9a1167a9d0f5b51eeda502950dd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.6875rem;left:53.5rem;display:block; }
#aada16c776532c7f6fa3b53d67c75f69 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:140.8125rem;left:53.5rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#V2bf3e8ce4256b7cac74230eaf716433 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:161.4375rem;left:67.875rem;display:block; }
#Ta8a14cb01be76aa96347f433d1fc680 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:161.5625rem;left:67.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#cdf710dfbafa0d130640905e464c4e2f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.9375rem;left:20.8125rem;display:block; }
#b625e50e6115030444d1b5eeb6a2baa2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:165.0625rem;left:20.8125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#b670a5d3b518391d9a736cf63356ce26 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.1875rem;display:block; }
#Cb621711408705435e75396591efaed8 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.1875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#Mb3e854f4bf17e258219e5de0ceca3a7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:50rem;left:12.3125rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5d6f8e54e6a86e8ad451ae82c9b548c { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:11.6875rem;display:block; }
#q073e543bcc0ff28b33100876fc38ef7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:75.8125rem;left:54.8125rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X00725e69510cb261853a5e05d6ccc81 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:54.1875rem;display:block; }
#wd72464d5a3d46bce6c477b1076a4bdc { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:101.1875rem;left:38.125rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9fb97dd50f68258aaaa094bad89d9ba { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15028;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.3125rem;left:37.5rem;display:block; }
#b2c9adca680572d7b26c85f272d259ee { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:139.125rem;left:56.625rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1ee8e19f61cc54713dfc3242f79803a { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15030;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.25rem;left:56rem;display:block; }
#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn { position:relative;display:block; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn { background-color: transparent; background-image: none; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container > .video-iframe-container { display: none; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row > .video-iframe-container { display: none; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .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); }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn { border-width: 0; border-radius: 0; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZwTXMWEh9WCfsSJIr4ZSAFenk4Ntk8Mx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#BX3x5PlFox2wTq6umuPJ8O0wh53g0IoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 { position:relative;display:block; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 { background-color: transparent; background-image: none; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container > .video-iframe-container { display: none; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row > .video-iframe-container { display: none; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .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); }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 { border-width: 0; border-radius: 0; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U93de69a7b942b9c8aac8e7c47431c16 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:20rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#wabb80933b6d8055c49efe71c3d87815 { position:absolute;display:block;z-index:15003;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:11.625rem;width:22rem;top:3.625rem;left:24.25rem;overflow:hidden;display:block; }
#o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:24.5rem;height:7.8701875rem;font-style:normal;display:block; }
#T9973e6ecc472a5546849a3a05e78a37 { position:absolute;display:block;z-index:15003;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:34.5rem;width:47.5rem;top:28.99609375rem;left:24.5rem;overflow:hidden;display:block; }
#f45a4ad7ee35872b2481e921fd697f16 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:33.6484375rem;left:3.125rem;height:29.906775rem;font-style:normal;display:block; }
#bdcdd4513152fe5c7b8a4130df0eb97d { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:28.75rem;top:55.500707626343rem;left:18.306108474731rem;overflow:hidden;display:block; }
#cc64ca2c1ad47938c890d81eda4eea5b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:8.6875rem;display:block; }
#Zbd7ea4c1efe42693917c493b63c6cd8 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.3125rem;left:8.6875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#Q219075f04352172a3685755060a966f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:37.8125rem;display:block; }
#e39cbe928fe8487a1ea544ceccb4895f { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:41.5625rem;left:37.8125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#T2539808c09eb05abffe7a2c8a3d2876 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:62.8125rem;display:block; }
#ec3a9924b99e1a022cfe6095b96f1372 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:36.5rem;left:62.8125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#A759424986cac4a77e7ef8108a18704c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:7.5rem;left:11.8125rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b183ab993186ebacafc7153e31d031e3 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:11.1875rem;display:block; }
#dd66be7380cede64819e959d4d8bf888 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:42.3125rem;left:26.625rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ke40c2305f9c8b9411b526551f04c2a2 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:26rem;display:block; }
#J8542dhN67Di0iuGaNeRABTPUmpZQUwq { position:relative;display:block; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq { background-color: transparent; background-image: none; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container > .video-iframe-container { display: none; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row > .video-iframe-container { display: none; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .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); }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq { border-width: 0; border-radius: 0; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:123rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i292c56e0ef9d177837cc3b2ed7d491e { position:absolute;display:block;z-index:15004;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:48.75rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#c3600969c4418482a6f73e7b07f07d4a { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:53.75rem;left:3.125rem;height:22.036625rem;font-style:normal;display:block; }
#bccc1ba4d99fe06c893ce88356d0d801 { position:absolute;display:block;z-index:15004;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:19.3125rem;width:21.875rem;top:53.75rem;left:26.5625rem;overflow:hidden;display:block; }
#c74cca8709241acf5d6301bb98656209 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:53.75rem;left:50.0625rem;height:18.88848125rem;font-style:normal;display:block; }
#n59e131f0e41e9c3f54cd178b67cd790 { position:absolute;display:block;z-index:15005;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:35.8125rem;width:47.5rem;top:78.9375rem;left:3.125rem;overflow:hidden;display:block; }
#f79ec0aebf16a1db79f52d26adc8ed51 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:101.5625rem;left:51.9375rem;overflow:hidden;display:block; }
#L0ec3738068fd0c30070f76585d084ac { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:78.9375rem;left:51.9375rem;height:20.46254375rem;font-style:normal;display:block; }
#d66662070d73542eb616b5b3e83d9228 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:116.5rem;left:3.125rem;height:3.1484375rem;font-style:normal;display:block; }
#oa7d4e1a2818b373ae8e820cfafff039 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5625rem;left:51.9375rem;display:block; }
#i2104caf3a7af8d97516ed9e148c7bc5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:24.6875rem;left:51.9375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#a74b12996af001535770bb752abcf38b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.3125rem;left:18.6875rem;display:block; }
#z700f455552508dc52a9a8d0a31cedec { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:43.4375rem;left:18.6875rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#cb3709322f9ff19d0a261537b903a449 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.1875rem;left:41.375rem;display:block; }
#c7f569028dd6cb315b23df3b232cf220 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:45.3125rem;left:41.375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#F1aeac39e3ea21f06f0e17659248c5fe { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:5.625rem;display:block; }
#lf60b12b4947c24e9c3cd4d697b787e9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:9.0625rem;left:5.625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#e61e50418a6b97249035f1d9457125d0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.625rem;left:38.4375rem;display:block; }
#a2232bbdf9a79c9873eb4fdd1ff4ce04 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:89.75rem;left:38.4375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#f70c5c3d59029d980625fe2dd97c5c63 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:45.625rem;display:block; }
#J2411a0583226e80725e3b572af3833c { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:102.9375rem;left:45.625rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#p4fe0372a8a45c97293b0621bf5e8737 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:106.9375rem;left:15.125rem;display:block; }
#f67ec216ea12976e8e4eef7c0fef24a0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:107.0625rem;left:15.125rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#r579535b74dc0f2c17118e56b3cf33e1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111.5625rem;left:65.375rem;display:block; }
#C450e845a3f33be8c3867b5b94388176 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:111.6875rem;left:65.375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#a7ab40529f50b3f2cb43f1f206013645 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:20.5rem;left:52.5625rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9325a1b6e941940ece8bd88ed0384f7 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15048;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:51.9375rem;display:block; }
#d997d7466d2c41ee21e41a738575a39b { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:44.1875rem;left:9.9375rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bb011978224063346fe3b578d070d95c { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.3125rem;left:9.375rem;display:block; }
#e35a280d755470ef22983478169c243d { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:107.8125rem;left:6.375rem;height:2.625175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7015e357fa30cbb1f6f0226a1f49b63 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15052;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:106.9375rem;left:5.8125rem;display:block; }
#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o { position:relative;display:block; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o { background-color: transparent; background-image: none; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container > .video-iframe-container { display: none; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row > .video-iframe-container { display: none; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .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); }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o { border-width: 0; border-radius: 0; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b53be3f21ed21bce08ba61deaa763bcf { position:absolute;display:block;z-index:15004;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:14.9375rem;width:17.625rem;top:9.75rem;left:13.125rem;overflow:hidden;display:block; }
#r43f4446f4f5f769907bd08c3a875620 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:8.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#c7f1a1d9567c466a2684ecad4ae9a0ea { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:17.625rem;top:9.625rem;left:43.8125rem;overflow:hidden;display:block; }
#ce4aa11f53d299e31312a15997ceaee1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:3.125rem;left:12.40625rem;height:3.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR { position:relative;display:block; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR { background-color: transparent; background-image: none; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container > .video-iframe-container { display: none; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row > .video-iframe-container { display: none; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .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); }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR { border-width: 0; border-radius: 0; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GogK66O9pos4MkUkNdXzbnFZbmPOK60D { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#lmRn6AmVoSC6MsBIu46hkp5g8KV8cbXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J { position:relative;display:block; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J { background-color: transparent; background-image: none; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container > .video-iframe-container { display: none; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row > .video-iframe-container { display: none; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .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); }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J { border-width: 0; border-radius: 0; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t65c99d3d9500e8d09d0c0807deceb64 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#f0d027359220b03a7f8f0710cec3a282 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:48.25rem;left:20rem;height:9.44423125rem;display:block; }
#i8cda40bc4f9c1dfc920604b2dfce3b1 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:15rem;top:48.25rem;left:3.125rem;overflow:hidden;display:block; }
#dceff804e505996c8aee2f44fa7c95b9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:57.1875rem;left:3.125rem;height:2.798825rem;display:block; }
#db20e8bdd22071e5d24765ef3704090f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:40.6875rem;display:block; }
#oa248f07229a368d4818f1f2f09729a7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.875rem;left:40.6875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#ba7c614b7a9b0569a2a91fcf8d934675 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:27.1875rem;top:41.9375rem;left:44.84375rem;overflow:hidden;display:block; }
#J9f7dd18526273d2e62ff3895196d661 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:43.125rem;display:block; }
#de31371f4f4881c04503cfbe55439a7c { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:11.25rem;left:43.28125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g { position:relative;display:block; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g { background-color: transparent; background-image: none; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container > .video-iframe-container { display: none; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row > .video-iframe-container { display: none; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .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); }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g { border-width: 0; border-radius: 0; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:101.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zzqk8PkDeRnf6SRHVgLr9LsnLoa952NX { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#pWGEbmFCxUXzLFARKh6SbBeVyFWtlT6a { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:6.29616875rem;display:block; }
#bvWmMleGcugdJHuB3wERTD1vt46fEDD7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:47.5rem;top:59.375rem;left:3.125rem;overflow:hidden;display:block; }
#ewcRVgMdUG02rqIThGSwaT3T3TpHqZ8A { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:46.109375rem;left:38.1875rem;overflow:hidden;display:block; }
#bUPZ0Hi6vDVJn1DTEC2innxwyx1HS3IU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:59.374999046326rem;left:51.931814193726rem;height:23.61066875rem;display:block; }
#IXMp2sTIBO23dIDMt8MDASWfhlcKTpel { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:6.25rem;top:5.5rem;left:42.6875rem;overflow:hidden;display:block; }
#HneeeNopzI2FnBEUTuKkoUsJqoKFA6Hn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:49.5625rem;height:5.59659375rem;text-align:left;text-align-last:left;display:block; }
#UhdLq5UyLvcBdzKr5GpubRoexfNvMdwG { box-sizing:content-box;height:20rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.125rem;display:block; }
#eNN0f5dFP1Gm6ZOFvsaKTUCoxWAbDz7O { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:54.125rem;display:block; }
#aXvgE81NgZsa2wM3OC7knDf2kozlIu3J { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:54.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#Zg4TSBuinQC7Z3mTB29PCPdxguPq0Mu4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.9375rem;left:11.75rem;display:block; }
#roxsBMTRDE1cHBMcQayKPDtTBZh1tnKL { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:60.124633789062rem;left:11.749820709229rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#mdP5Dx2hUzoTWQtbL6liH3rcokpnUk60 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:56.625rem;display:block; }
#B3XMKx20tAkyprWNLDGpHDtEl4ZI5LCq { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:17.75rem;left:56.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8XafirTpWfdhm3875TtnpH2adddm452 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.9375rem;left:14.1875rem;display:block; }
#PrzzmmMtVlHr0DzIZTDK2kaGz1L5uGc9 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:60.875rem;left:14.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZpwZt9QI19ghSedfWCGVmwTW2GPLrXI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:64.625rem;left:14.1875rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRoW5FMdlRJkuZtCPbTRtKqgUSRS1lAl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:89.561321258544rem;left:3.125rem;height:9.44423125rem;display:block; }
#m3r8SSlnaUVoAST8kvMK2gJToZkP9oVc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:70.375rem;left:34.25rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#xg0cAmLrt7eFro5y0c9I7U92l6IQo37b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.25rem;left:34.25rem;display:block; }
#GeIIIKT7saymxi00di7l8b9bkaUVgL4m { position:relative;display:block; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m { background-color: transparent; background-image: none; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container > .video-iframe-container { display: none; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row > .video-iframe-container { display: none; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .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); }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m { border-width: 0; border-radius: 0; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eKC501Cdbe12taZz8rfQvTVGFTfs6ZCb { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sLuxyIRE5lMAn4Io0GJMm4NZSf82vhEg { position:absolute;display:block;z-index:15002;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:36.3125rem;width:18.75rem;top:9.31374168396rem;left:53.124998092651rem;overflow:hidden;display:block; }
#DTJZ9zh8tWGyRTSPyL8BtQMBUC1WPIt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:47.438739776611rem;left:3.125rem;height:11.01829375rem;display:block; }
#IMHWee732UN8bngBzRMLk7mXGeNbopRJ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.578125rem;left:17.873754501342rem;display:block; }
#gkbOmVtWneIGAsmv4SmSyCNezusi0zg6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:37.704189300537rem;left:17.873754501342rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#Tm6T2fucCw67tFayV4Lur03z74WcbQPk { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.452945709229rem;left:53.124998092651rem;display:block; }
#Ly3hH7snr5Uaqsbmu32TvlntvFViEdtc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:47.578121185302rem;left:53.124998092651rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#JM6rutN9tRmXDi5dSG0AEDWzc9qVyHJd { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:52.452930450439rem;left:45.248579025269rem;overflow:hidden;display:block; }
#UIPoc3TtVs3J7rPp8tOV9ovJudMsA9Ha { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15028;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.578125rem;left:6.0609016418457rem;display:block; }
#dzFRRUNAZ49iaiRLCWvSfC7RLdHqgrnv { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:38.515625rem;left:6.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDP96ChtQ7s9cr99FpfOWEhsCJoqXPhU { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15030;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.452945709229rem;left:55.624998092651rem;display:block; }
#o2xlgTA6xyr8it3PLxFvKGqNFkfrzz86 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:48.390445709229rem;left:55.812322616577rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa { position:relative;display:block; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa { background-color: transparent; background-image: none; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container > .video-iframe-container { display: none; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row > .video-iframe-container { display: none; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .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); }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa { border-width: 0; border-radius: 0; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vRFfBK3au1HiXvHxqkRTNll2T6TEgHzv { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#TVlq4yvOwTpTXXMhUwv0tRUVh2Go8kFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa { position:relative;display:block; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa { background-color: transparent; background-image: none; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container > .video-iframe-container { display: none; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row > .video-iframe-container { display: none; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .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); }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa { border-width: 0; border-radius: 0; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:102.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZIcqgwFEBGBMeXRdnsXgte7kmP62KP0 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:68.75rem;top:43.6875rem;left:3.125rem;overflow:hidden;display:block; }
#Ny5UyOk0gdI3czR1a4NpuP78yr6unu1M { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:88.0625rem;left:3.125rem;height:11.0183125rem;display:block; }
#OlGh3qVKnQg7bDbLzLKofNnVQA4Qrdk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:88.0625rem;left:27.5rem;height:9.44423125rem;display:block; }
#ixXQn3qPU0lpmd9z77P2nECPCF15VLTz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:88.0625rem;left:51.9375rem;height:7.87023125rem;display:block; }
#aX3fCt5eZrb2dzTZwIVcwkEWWTpGEqhf { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.25rem;left:36.5625rem;display:block; }
#cKTAdtx1BFDT8oIUGRx86K4F6xwnbe8L { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:68.375rem;left:36.5625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#URFdLqFvtMFRlcNHhIFcK8ppgBOaTpw1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:62.625rem;display:block; }
#KnTniTpvRJdXI5oaQhAtwDn7EIFTWy0U { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:54.3125rem;left:62.625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#uUaZWxfpzSvEW7GTBRTGSyqXVTfLlkZi { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:16.5625rem;display:block; }
#cCSCI9yNvecn32gRzpp4mIBXtBGkllt0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:54.3125rem;left:16.5625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#oKCbXrOeieEAKbQ3ZK0dolK6KDGZKTpH { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:32.812509536743rem;left:43.558237075806rem;overflow:hidden;display:block; }
#wT74xG2MOCAFThKXCToxH7J40xoa44Pf { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:4.75rem;display:block; }
#Isex5OO7VW7hR3gkITZiXecrUOcTd4oQ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:52.6875rem;left:4.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5ls2TNcoeX5SxWQ2R3UxOoaQr5iDO6D { position:absolute;display:block;z-index:14999;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:37.375rem;width:47.5rem;top:3.1171207427979rem;left:3.125rem;overflow:hidden;display:block; }
#x8O6cWAA1ukwxTIBV5Q2qZ9VfPvizzFI { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.1170101165771rem;left:51.874998092651rem;height:9.44423125rem;display:block; }
#S0w8knHebzm5ACAUHOOhhLCwnLAl7WcU { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:25.625rem;display:block; }
#O50dR43BWfyL3TcpnMXwXiOHP6CLZOru { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:28.125rem;left:25.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8PHtfu5sUOfMZohzLuR3vUaH3kJg8R0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:23.125rem;display:block; }
#FVePq3ecU72Eu0a2kpVsUB5nd0xMBfTU { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:27.3125rem;left:23.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#V2OgnqHCIxDr0NvzfTAi3OpKQrBRMqdH { 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:22.4375rem;width:20rem;top:14.435302734375rem;left:51.931814193726rem;overflow:hidden;display:block; }
#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn { position:relative;display:block; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn { background-color: transparent; background-image: none; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container > .video-iframe-container { display: none; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row > .video-iframe-container { display: none; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .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); }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn { border-width: 0; border-radius: 0; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:190.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AX9VEoh3QfF85NgUcHqa8EMWtGZTkf1q { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#Xiu37uTGl4P4bqPhVtl85pnUym5demQJ { position:absolute;display:block;z-index:15002;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:18.875rem;width:17.5rem;top:15.716796875rem;left:56.625rem;overflow:hidden;display:block; }
#nQKAFuOvfHcx0IPGGNd5wwPzZlIW4qO5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35rem;left:38.1875rem;height:23.61065625rem;display:block; }
#m4052x92aawQev1gM4ibKvJMxK11CJtf { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:33.75rem;top:36.2373046875rem;left:3.125rem;overflow:hidden;display:block; }
#qlLu2dwJtSB4OMBySddgs9DrhOe8x1mN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:52rem;height:12.59235625rem;display:block; }
#d9f99bBdL4okXdHwif1GzZZ3wi5bLIx9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1243125rem;width:32.3118125rem;top:89.24971961975rem;left:39.681283950806rem;overflow:hidden;display:block; }
#urwVBdPmXCo3hrneQitbIPpwCXAScfl2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:7.5625rem;display:block; }
#CyiymCf66moOfHvB5pAavsCMEftkE5lw { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:27.6875rem;left:7.5625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#yyMwLprMSlJOxifR4J7fafrkTxEVs0XZ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:59.875rem;display:block; }
#kX0yr1aNs97h2QaeGv0AzsoRsZOaV7ti { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26rem;left:59.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#OlSHJmxn0OHgg7TQzD1OsPe8CkstZ6GF { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:44.0625rem;display:block; }
#PMcqPGy5TeCXO4lar9AVhN1LyNmKTfKL { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:25.875rem;left:44.0625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#PE4Zc9p8HEmmDHgz7ZypBUhLAswHEeSF { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:19.0625rem;display:block; }
#H1W93PRqXGarHzWTofdOsplTxXH94yBr { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:54.875rem;left:19.0625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#UoMLymbyHBEEINlkg4t3FLVDe7GFbIr7 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:33.625rem;display:block; }
#eLgG5tuzIH3WuldcC5sNgCACuM34o5K4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:4.375rem;left:33.625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#HnvpzdNUFRPnfnyTMGgmRbvNtcBaBXVb { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:36.125rem;display:block; }
#Pq1u8GKn7eOc0mSOlPrR8gEJlbDFknVu { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:5.1875rem;left:36.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpJ7clSP7oFyVGEs5wTgqRNmAOdHcf0N { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:24.375rem;left:50.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6vT2Bd7VwL3a1Fz5nsIPWVKJpmAqqeo { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:49.3125rem;display:block; }
#Cv9zFM8nfo5NB5P5vx19LxIwwtQ5XFTD { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:55.6875rem;left:22.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKb12lnWiDBFwAem7pQ26zOXX8imIqvd { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:21.5625rem;display:block; }
#VDneczVN5thClBMqfCTyAPCiusnMPpxD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:47.5rem;top:62.25rem;left:3.125rem;overflow:hidden;display:block; }
#FUa5I0AnXNvfHUdJ7ZTwT0c6TSIQbHvz { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.1875rem;left:23.5625rem;display:block; }
#rclZclM00uKn5HVS5i6nG4Lyo5q5w11f { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:70.125rem;left:23.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3nDSrRO9b3aTDCTDnQ42Xau5I1c49tV { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:69.3125rem;left:21.0625rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#OmSz7MszD2cIn2azJxuFbT3QlEbJF2gs { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.1875rem;left:21.0625rem;display:block; }
#sB86Z4HtU3V1UNL0Mr4NlEonzFhxqvNa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:62.25rem;left:51.8125rem;height:14.166375rem;display:block; }
#DvuV5mx85CA0KBdOvP6z5o1Oawz3z5CC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:33.75rem;top:101.25266265869rem;left:3.125rem;overflow:hidden;display:block; }
#bvI0KR2KGmEiUO8KIiwXpp4OoiomlryI { position:absolute;display:block;z-index:15002;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:29.9375rem;width:33.75rem;top:101.25177574158rem;left:38.124998092651rem;overflow:hidden;display:block; }
#coO0CrdALGDlbwAbGzl8ZFoPw6mTPcrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:133.06373977661rem;left:3.125rem;height:4.722125rem;display:block; }
#z6tUy2kgqkMv8w6un3z9Z1XMTlPFTkE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:133.06373596191rem;left:38.187143325806rem;height:4.722125rem;display:block; }
#mpURDAcqqu319Z5pQ92RGrmaiR57d1ET { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:102.1875rem;left:3.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tR7aB2VK5QBAsDoLe1FEpSNpvspLastQ { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:101.25rem;left:3.125rem;display:block; }
#vFtMTzzyelQUcrprPVt5el9m4Oqay7kJ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:103.9375rem;left:14.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#nvrvAXAQmvgiTHSHFGB4niZfhFpm44wA { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.8125rem;left:14.875rem;display:block; }
#qnLl4pBc5QguxextI1wOL5SwKgXSTlqs { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:113.125rem;left:57.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvMw5gBD8WDlctVoMV5vwzK68ozdbqxB { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15046;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.1875rem;left:57.625rem;display:block; }
#exvGWyPztXogXC3ahAa6mtZ2Gfk5bqEg { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:112.3125rem;left:55.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#VnChAo5HDFE4x2EPvaI9ifvOCeN37Tnd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.1875rem;left:55.125rem;display:block; }
#oGte0uBOSdTJmHD9yeJHzoJPbnVV3SUA { position:absolute;display:block;z-index:15002;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:30.9375rem;width:47.5rem;top:140.9375rem;left:3.125rem;overflow:hidden;display:block; }
#E5rp3TdTo8P1BMZze1gveSOXsJ6kacxf { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:20rem;top:149.43180274963rem;left:51.993070602417rem;overflow:hidden;display:block; }
#DOgJ4ZQEyZb9KJeZ0wwXn2DCqLVChp2s { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:151.875rem;left:7.875rem;display:block; }
#ku4QAEElJLAHE4iFvNZEDZQTcCs1k8tG { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:152.8125rem;left:8.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5agBa55nM9276Zq0oZchEzcvJHFgFxg { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:154.5rem;left:5.4375rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#BboQq462CakttJ7PeMgSerZ0ZWT0o7Zo { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:154.375rem;left:5.4375rem;display:block; }
#TfDeSfqQRCSW2vF2gbPZD10ENlaIzEI5 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:143.4375rem;left:44.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4G3CiUgFB3UmLTE3VJ78dWtEUBVeFzG { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:145.125rem;left:42.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#yI7XFwADTxRWLSLF5s82k8D5ZeRor0zQ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:145rem;left:42.125rem;display:block; }
#kQ6ey5FRCW9yNvfHMyTCyVw82uH0bJE5 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15054;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:142.5rem;left:44.5625rem;display:block; }
#UOA1lmsd3spVifCLzQHhTIw4IIopLDAA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:173.7499961853rem;left:3.125rem;height:14.16638125rem;display:block; }
#Gxeh6wfe9ZegK6eqcvaPIhSA4lclsvmr { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:166.8945274353rem;left:38.187143325806rem;overflow:hidden;display:block; }
#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p { position:relative;display:block; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p { background-color: transparent; background-image: none; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container > .video-iframe-container { display: none; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row > .video-iframe-container { display: none; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .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); }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p { border-width: 0; border-radius: 0; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xs8KEKox6ncVa0ihR3PInpDIFaf1mbto { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#RAQcB3Wzy8TT6P4WS7p6KIFpxy6dbUvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 { position:relative;display:block; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 { background-color: transparent; background-image: none; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container > .video-iframe-container { display: none; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row > .video-iframe-container { display: none; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .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); }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 { border-width: 0; border-radius: 0; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RxRXS85J69rTGtMw4RJhcOAVQXDt1hmm { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#aGauNgFNazZVf7C9XSXLJDRUgssaZ48c { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:9.44423125rem;display:block; }
#l0DRADStn3VVp2cWFZo09rKml73fGM5r { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:42.875rem;display:block; }
#AUm00I3pcM5lTU8cM6d682V1gdqi50sc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#d7zVidOdnuEHTxnJztIdmbtiGJ8XvaH0 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:48.1875rem;left:43.5625rem;overflow:hidden;display:block; }
#MdZuK7eEpx7QkNXtPuKSZmew3wdKgpEw { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:45.375rem;display:block; }
#bJStgKC3DMmyENrVwfV7OUGK0TfscGM1 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:17.5rem;left:45.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXywocK0Tvw7BauElEULTH0nkar3chHl { position:relative;display:block; }#TXywocK0Tvw7BauElEULTH0nkar3chHl { background-color: transparent; background-image: none; }#TXywocK0Tvw7BauElEULTH0nkar3chHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container > .video-iframe-container { display: none; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row > .video-iframe-container { display: none; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .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); }#TXywocK0Tvw7BauElEULTH0nkar3chHl { border-width: 0; border-radius: 0; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xcTTJeXymwaKUhwgvoRdzifg0FBWe3M1 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#FfAMtmPzVMtWi86Ib8oZZDNMLWkPUmmM { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:14.16635625rem;display:block; }
#SRqeDBTfoFGJ7JIXpVOvE6DvFqSPzoui { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:47.5rem;top:67.25rem;left:3.125rem;overflow:hidden;display:block; }
#TFAiZqN4Cy6prgHsXn7rvXOxbFB337mb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:67.25rem;left:51.9375rem;height:34.62891875rem;display:block; }
#reMdxLvx5UH6Dz3ZxiuOdXO0p62bRTUM { 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:10.125rem;width:32.3125rem;top:98.6875rem;left:19.75rem;overflow:hidden;display:block; }
#EeMOXPiGBP05TKiBWUa70drmqTe8w85T { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:32.5rem;display:block; }
#TwaysrSx1SqkihVIbCURnk5C5pixNKhN { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:5rem;left:32.5rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#CLSHtav77T44DuRi2Kr1g6ZPteqeMU8f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:66.875rem;display:block; }
#m3rlfvXl5MwwgaWWM78DJzTM3fL2cHhW { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:35.0625rem;left:66.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#JnsUMRsMD5Asv5JfwXI0sztBzxs8950G { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:39.75rem;display:block; }
#EGXt4W07lHTF8g79l2l2so9fSXilDIT0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:36.9375rem;left:39.75rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#mRATfRe8nluLUz7P2HZ8LNB96HihMnGU { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:30.6875rem;display:block; }
#O7U3BwwTqONpFANSsPQIXUDZ6PbG2D20 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:70.75rem;left:30.6875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#WAfzEQOJ7aQPwt9hsrMJ8J1qwgRNgMFZ { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:35rem;display:block; }
#srfG7nFHIUMv95SSyX8EsReKg8IoTQKh { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:5.8125rem;left:35.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5aB7sO0T7iRU9O1mUVGz1zm9eXng9Fm { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:42.25rem;display:block; }
#IF3k6UoaIFi7GTf2ObD6tf01yKadJOsx { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:37.75rem;left:42.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfoCHMAcyEc4zxXQP0IrAo8XotRpmO9h { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:33.125rem;display:block; }
#xiIMVNDN4bShCfNiaRVAf0ih2lEA6Ph4 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:71.5625rem;left:33.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoqI2HKgxtAKGgr0kreSZvUETXbIldKd { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:9.5625rem;left:35rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq { position:relative;display:block; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq { background-color: transparent; background-image: none; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container > .video-iframe-container { display: none; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row > .video-iframe-container { display: none; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .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); }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq { border-width: 0; border-radius: 0; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MpOCszwSo0ahAHSeuIgogDNPQRoATG80 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ftqeAqpO6eZx1ICmFdg3UPeomIJoIozz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN { position:relative;display:block; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN { background-color: transparent; background-image: none; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container > .video-iframe-container { display: none; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row > .video-iframe-container { display: none; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .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); }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN { border-width: 0; border-radius: 0; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q9fVopxA6dc7bTJsW7Bi4wni2zgfeeqI { position:absolute;display:block;z-index:15002;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:40.5625rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#D5yOGukrv5G4NOy1SV5dI7LOPct7Lg4c { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:45.56116104126rem;left:3.125rem;height:26.75875625rem;display:block; }
#TvCULTGCoTkPZzEf2inok9yTcvCx3rd4 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:3.75rem;display:block; }
#H4pfbeXm7WycbaGEJe366SeWuOJURkFd { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:37.249688148499rem;left:3.7498226165771rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wggcJ4TRDXhcmhTDgnNOIUpk4HgUNvhP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:3.75rem;display:block; }
#CSTZAV2AZdNy6zVOsKt5pG7GkhXylm4w { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:34rem;left:3.75rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#QVL8ACN5iDGvRnCdwTwkOiA3DE1PgDmD { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:41rem;left:3.75rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dB4nqnleXT6AP8LlOCuNdHiFwZZkkT59 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15048;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:36.9375rem;display:block; }
#tZq6Rp4J0Smk37klGWFDH4iTKvUn42Df { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:37.5625rem;left:37.125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SC2cenUZDJCUoEPbi9oKN5F9WQEZWZ7D { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:34.4375rem;display:block; }
#Zh2SkP2ZIDWgfbBzo07lTVd1E1eInB2B { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:36.75rem;left:34.4375rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#ZoROWvpUtI1vxXQWWMwFcF7G6cOkN9Rv { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:41.3125rem;left:36.9375rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkZTLwu52kqb2VO6HVFO0cEToFdOHi0x { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15053;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:43.625rem;display:block; }
#wHu7uy4bE94KkVog0NQL08doNmFTOrPf { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:4.9375rem;left:43.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWXaJt9WWDVwzONFG97T9hoEq7Ot7DSC { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:55.5rem;display:block; }
#ZmTB1DN86TBZ6QBXKf7GJcnvrumJ5QOK { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:6.6875rem;left:55.5rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#yEpqTaSbLh9OaNv3lgqqTUMrCbd6OHp7 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:44.311101913452rem;left:45.81231880188rem;overflow:hidden;display:block; }
#IC7fv0wf6xxpQ6MJctCcUgDJ9UZhlkoT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:47.5rem;top:75.4375rem;left:3.125rem;overflow:hidden;display:block; }
#NCzHNeWrBZDW1t59SINaEiXiuHIioLK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:75.4375rem;left:51.875rem;height:25.18469375rem;display:block; }
#tk1V6R1Tv1u3oNGXhLMmi2gVonVlbwnW { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1243125rem;width:32.3118125rem;top:99.1875rem;left:21.0625rem;overflow:hidden;display:block; }
#ZfqQFTbPwlJyKmAWM1vcMTx2wcsoupHk { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15057;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.6875rem;left:9.875rem;display:block; }
#rH9S6EhTeHe5geRhhtAPIwkAQ7wntDNU { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:82.625rem;left:10.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCw5BvtCswhtGOtubIsAG6zMco9vHmUN { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.4;letter-spacing:0;top:84.375rem;left:21.75rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#V9cVkxeL8uEU3aCpwUUTga8VGZTMWvxE { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.25rem;left:21.75rem;display:block; }
#gXhgRbl2CtDi3GQt0x7W91zbmi39Ini1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:88.8125rem;left:35.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#mdsgafWmo0TK0dTnTFzs8fF40gAuZvr4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.6875rem;left:35.125rem;display:block; }
#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P { position:relative;display:block; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P { background-color: transparent; background-image: none; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container > .video-iframe-container { display: none; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row > .video-iframe-container { display: none; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .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); }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P { border-width: 0; border-radius: 0; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fT2slcJvnVWVHICWF9s2qzDNVCzHC49v { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:11.0183125rem;display:block; }
#Ms3IXUUbDmX3ImR08i8l9yUnePIuiXfx { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:47.5rem;top:16.860806465149rem;left:3.125rem;overflow:hidden;display:block; }
#pn8AeegGabFEf6X3gVwDtFytJqi3GqqI { position:absolute;display:block;z-index:15002;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:18.75rem;width:25.875rem;top:4.6733064651489rem;left:45.999643325806rem;overflow:hidden;display:block; }
#X0klAEkbN9xOKkZXq3UNnsuLfsSrVRKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:25.298306465149rem;left:51.937139511108rem;height:7.87023125rem;display:block; }
#ZHoPMcCc5roNkuNJbu7WIgMbceHisoOu { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.876797676086rem;left:28.999464035034rem;display:block; }
#ZyJCak4FgNLVDwSudFhJRaReRtzwFWMS { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:17.001980781555rem;left:28.999464035034rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#X0iboNk6OcbqmMcWDqrLdLiKmaZ694WI { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6889314651489rem;left:69.125rem;display:block; }
#mDVXAU97mlzaRSs1BUZdf0snBtKlc5VX { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:3.8139314651489rem;left:69.125rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#M05v06B2zVAX4ufgwJbIf1M5LmmJiUVt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:28.125rem;top:34.438941955566rem;left:39.873933792114rem;overflow:hidden;display:block; }
#clCVBrd3M6W0PTKcPGfVu5B3OPDwEfIi { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.876797676086rem;left:31.499464035034rem;display:block; }
#M4pXXT6uXWlqzP7ELFcqwTUNIBy3D70C { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:17.814297676086rem;left:32.249643325806rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V { position:relative;display:block; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V { background-color: transparent; background-image: none; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container > .video-iframe-container { display: none; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row > .video-iframe-container { display: none; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .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); }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V { border-width: 0; border-radius: 0; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oHadgNVx4V5KQ8NA4VouAkuwzv6ChXzh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#ncT53mMlOMh1hNvrd7bVpioA3f5JPCbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5.124267578125rem;left:32.812498092651rem;height:5.625rem;display:block; }
#DhZS8bRk7MKxxqZafTLl8moCESiVCBgZ { box-sizing:content-box;height:43.125rem;width:32.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:39.49928855896rem;display:block; }
#n9xP1ASXfPCwwCKhQq1wGRBHPJtPRtvN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.499267578125rem;left:42.62428855896rem;height:4.722125rem;text-align:left;text-align-last:left;display:block; }
#QH4LXTrlk8vJIhSX0uObu3wKKM674Vo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:20.499816894531rem;left:49.936964035034rem;height:6.2961875rem;text-align:left;text-align-last:left;display:block; }
#N1FzJunJuRzoOvP3gPmB44nBD54LTcZV { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:20rem;top:40rem;left:50.062139511108rem;overflow:hidden;display:block; }
#Dp6QOoWZ5nCXK48wfZ1OeWEe6kvu7Mq2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.499267578125rem;left:26.749822616577rem;display:block; }
#CmruMiXwMqVFRMXyZ7xgI0s9tVNd5u4P { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:9.6244506835938rem;left:26.749822616577rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#fLKBempJtlnZSkH5nB1fPRZNW0BS0R1P { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.499267578125rem;left:8.1871433258056rem;display:block; }
#JkQChDwDqeawSdSSTsbfI0qpoTnvqt1X { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:34.624450683594rem;left:8.1871433258056rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#odPRKq41VMRMQ8VTR4po1rDB02PB5RSs { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.687316894531rem;left:59.936964035034rem;display:block; }
#ZaUcpmfo1qadvNKoEIBIOdmmRuzr2erT { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:33.624816894531rem;left:60.687139511108rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqJO6XpGvChEF2avHaQLuKM3kCNCzf9w { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:37.1875rem;left:59.936964035034rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agNiKcs94A7F2yDGQbOupqT5BC4aKx4h { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.374450683594rem;left:59.936964035034rem;display:block; }
#AZdLTiIPwdMyZLzxdV25menWy3hD7Z5c { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:28.624816894531rem;left:60.687139511108rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQHDc1PIifcBBc4iH1TF25wX0GlVQWL1 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:29.874816894531rem;left:60.687139511108rem;height:2.75035625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMHkkIKPnVHfEklwakgZTWWBHaHmRqTI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:32.687316894531rem;left:59.936964035034rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxGHCptDl5FTO9evXAEsDLRHqFBgRnWM { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:35.812316894531rem;left:59.936964035034rem;height:1.22514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nC7RHRaUX7zeeChawU5uIiXuyJLSxbPr { box-sizing:content-box;height:4.375rem;width:10.0625rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:4.375rem;display:block; }
#PK4L5TPefbT36ISSwzySHfRq3lHyxo8p { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:4.8748168945312rem;left:5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOVlpZ3BVlr1AMEE8x2mXXGZLmdr9snZ { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:6.25rem;left:5rem;height:1.9992875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl { position:relative;display:block; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl { background-color: transparent; background-image: none; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container > .video-iframe-container { display: none; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row > .video-iframe-container { display: none; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .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); }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl { border-width: 0; border-radius: 0; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wflQMa1dwutT7fJXyHka0Jz78GL92iWM { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#NorIxxaRh72xdT8qGFqV3TVJJ8IcAwIo { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.125rem;height:7.87023125rem;display:block; }
#RtE1CqhafDB2ztZcnDiuAimGfmGTGVWW { position:absolute;display:block;z-index:14999;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.5rem;width:20rem;top:3.125rem;left:51.875rem;overflow:hidden;display:block; }
#UtR88mtwC3aALhRmyc37BStSdTJXxbG6 { 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:15.5rem;width:20rem;top:19.875rem;left:51.9375rem;overflow:hidden;display:block; }
#cGbA55O3zHO8D7r4RoQXXbkPJTw5yd8O { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.24609375rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiVrcLfJHOIsBhwk4aTHEmaaGdowqgPK { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:34.875rem;display:block; }
#PRiuemVTMuCFsFmEP8tN5UTaB8d7lxp1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:28.8125rem;left:34.875rem;height:1.57404375rem;text-align:center;text-align-last:center;display:block; }
#uB0yZ78GbxHKTfirukWfJ9dz5Kwvsu1D { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:18.75rem;top:56.125rem;left:11.25rem;overflow:hidden;display:block; }
#Ad3U1ZAVCIqqdLgG9VnTKRTBiBSbaJOH { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:19.5625rem;top:55.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#hPOTqxDBB9Te0J85rhh7ww75TMrpTxEn { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:21.125rem;top:54.0625rem;left:42.625rem;overflow:hidden;display:block; }
#JBMOpMQCcdM8vTMIVTorXILJllpVcv1P { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:29.625rem;left:37.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz8Iokn2ktAkpz3wiwebZIVBrkN6hpTr { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.375rem;display:block; }
#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms { position:relative;display:block; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms { background-color: transparent; background-image: none; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container > .video-iframe-container { display: none; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row > .video-iframe-container { display: none; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .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); }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms { border-width: 0; border-radius: 0; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ByCypnlIEG6s763bG8H2HDVkWM5xm69E { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#obvJWqly8KgHRysAhxLfqHuk078w7KBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { position:relative;display:block; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { background-color: transparent; background-image: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container > .video-iframe-container { display: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row > .video-iframe-container { display: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { border-width: 0; border-radius: 0; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container.adaptive-delivery-prevent-bg, #zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container.lazyload, #zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container.lazyloading { background-image: none; }#TspX68yqozi6eBSSOuMHoIUxOE95ElqG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:4.4375rem;left:53.6875rem;height:4.4993rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gou5resR7B000dcFid0XycJZ6X8mNldh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:4.4375rem;left:30.0625rem;height:5.624125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pAGXF1kdtaF5u7uPWXxqGroEictVEnPK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:4.4375rem;left:42.75rem;height:5.624125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CIdiS2VgUQapvBWEqOBp2Owq1tUHzgi3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:23.5rem;top:4.40625rem;left:4.5rem;overflow:hidden;display:block; }
#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { position:relative;display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { background-color: transparent; background-image: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .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); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { border-width: 0; border-radius: 0; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { color:#000000;display:block;width:68.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d11f1f; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d11f1f; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { border-width: 0; border-radius: 0; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.adaptive-delivery-prevent-bg, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyload, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyloading { background-image: none; }#KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #v2hAyeEn9BrmWgKpATPOiNs2mOV1yTua { top:1.5rem;left:0rem;width:23.5rem;height:2.6875rem;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) { #oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD { display:block; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { top:3.125rem;left:0rem;width:33.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { top:43.5625rem;left:0rem;width:17.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { top:41.875rem;left:3.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { top:43.4375rem;left:20.1875rem;width:17.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { top:55.1875rem;left:27.75rem;width:20rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { top:47.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { top:1.875rem;left:23.5625rem;width:24.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { top:2.625rem;left:0rem;width:38.9375rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 { display:block; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8007e3a52d9b5d24df22d53dbd8fa5b { top:3.125rem;left:0.25rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfa54f37fb699afc64cfdf9b444273cf { top:13.625rem;left:0rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06809446ff8c07bca4b4b0eda0ccf01 { top:39.9375rem;left:0rem;width:47.75rem;height:22.940855323021rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88d70d6018575ca15f9c30d0ea0e39e { top:74.75rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6e3f1f76b372108a562207feb38e58 { top:15.25rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da81695ab7db4158cf4212e788fb0afe { top:15.3125rem;left:41.49928855896rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c255cff28c5bdd05a59cdf4f7817a2ee { top:64.5rem;left:40.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08bfbfeb141abc568a9f424c5c5c891 { top:64.5625rem;left:40.061964035034rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uac0af06edda21de6a192f68f828856c { top:13.6875rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfeb981880e151e0774dfb0cea98298e { top:12.8125rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7289c58c114a5a9ec8025aeea3139 { top:65.375rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4f64a0a01e0c64b8be5f4f1403b9c3 { top:64.5rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB { display:block; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e79246e9cbe9749292a89f852a790dcc { top:3.125rem;left:0rem;width:47.75rem;height:26.001654772727rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcaf2ed8ead79a683b94b6b5f71f0c71 { top:43.625rem;left:18.875rem;width:28.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7c4457d9b17b563f1cf7fb10b4b9eb7 { top:42.3125rem;left:0rem;width:42.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21d2f739c7168dc216faf56049eb42b { top:76rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff0bc072e0f91e08359382a1c169cd32 { top:33.625rem;left:41.687498092651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9025945ee1b73f9e16787898f4b12f2 { top:33.75rem;left:41.687498092651rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b9912e53f55f7639bb088ed7ce14d9 { top:58.5rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4e2b71d522a599b23390984b4f3ef88 { top:58.625rem;left:17rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23060ad58789050096150ba0f967b93 { top:34.5rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf30b5ac2d0d09ba028dd6d100bba345 { top:33.625rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ae536ad5dbe89062cf684ecf417f6f { top:59.375rem;left:20.125rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff30cf93a5c58f0618e32899458586a6 { top:58.5rem;left:19.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tESWAE47DegbRZfGpEL34bTe2JVU9ts1 { top:50.1875rem;left:0rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVoxGQACxawQAAv4HOspsq5T3ik8IJgN { top:59.8125rem;left:27.75rem;width:20rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #kW4MrWwomm4zffifwXHRer4a2zHuQq9g { display:block; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0fe696284143d7915cddcbfc7b19a44 { top:4.8125rem;left:0rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac50fa85523971f5da62bcf2bc13ad01 { top:3rem;left:10.125rem;width:32.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe622ccc447ae4ab25166f43f4e738ed { top:15.625rem;left:0.25rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cc66afc21db246eda50cea846328b2 { top:24.4375rem;left:18.6875rem;width:28.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5677017627dfc54efd036799faed01 { top:33.9375rem;left:0rem;width:47.75rem;height:35.552045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9811dd74c9535942f07d2ed3f5f7c1 { top:87rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7ede93c8679ad83173a65b7ff07241 { top:87rem;left:14rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke954e052bdc028cc5eabd3cfa0365c6 { top:96.375rem;left:0rem;width:47.25rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nacc72c8c1fb4829e6f27e2572062a24 { top:104rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dff2b17a3ebbc91d912d3fb42a617c4d { top:130.5rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #be579ff45f403df358b6415e20037ec1 { top:169.8125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78cb9edab0ad28c5f9305652101e1ed { top:49.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ed4cd346f2a27d97e003e144ddfc02 { top:49.25rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T312e83f7955f30cad3d9307fcdc2f8e { top:74.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89b134b22565ab821a010bfb70cd08a { top:75.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubda466171d3d5c3c10f4591936c4ef9 { top:102.75rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10dfd5ca520b3b28c58f73845d0c588 { top:102.875rem;left:21.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md69d9a1167a9d0f5b51eeda502950dd { top:140.6875rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aada16c776532c7f6fa3b53d67c75f69 { top:140.8125rem;left:39.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2bf3e8ce4256b7cac74230eaf716433 { top:161.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8a14cb01be76aa96347f433d1fc680 { top:161.5625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdf710dfbafa0d130640905e464c4e2f { top:164.9375rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b625e50e6115030444d1b5eeb6a2baa2 { top:165.0625rem;left:7.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b670a5d3b518391d9a736cf63356ce26 { top:162.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb621711408705435e75396591efaed8 { top:162.4375rem;left:31.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3e854f4bf17e258219e5de0ceca3a7 { top:50rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d6f8e54e6a86e8ad451ae82c9b548c { top:49.125rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q073e543bcc0ff28b33100876fc38ef7 { top:75.8125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X00725e69510cb261853a5e05d6ccc81 { top:74.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd72464d5a3d46bce6c477b1076a4bdc { top:101.125rem;left:24.499998092651rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fb97dd50f68258aaaa094bad89d9ba { top:100.3125rem;left:23.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2c9adca680572d7b26c85f272d259ee { top:139.125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ee8e19f61cc54713dfc3242f79803a { top:138.25rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn { display:block; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwTXMWEh9WCfsSJIr4ZSAFenk4Ntk8Mx { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3x5PlFox2wTq6umuPJ8O0wh53g0IoE { display:block; }
 }@media only screen and (max-width: 763px) { #yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 { display:block; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U93de69a7b942b9c8aac8e7c47431c16 { top:4.8125rem;left:0rem;width:20rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabb80933b6d8055c49efe71c3d87815 { top:3.625rem;left:10.625rem;width:22rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { top:17.375rem;left:0.25rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9973e6ecc472a5546849a3a05e78a37 { top:28.9375rem;left:0.25rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45a4ad7ee35872b2481e921fd697f16 { top:33.625rem;left:0rem;width:20rem;height:29.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcdd4513152fe5c7b8a4130df0eb97d { top:55.5rem;left:4.6811084747314rem;width:28.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64ca2c1ad47938c890d81eda4eea5b { top:9.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbd7ea4c1efe42693917c493b63c6cd8 { top:9.3125rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q219075f04352172a3685755060a966f { top:41.4375rem;left:24.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39cbe928fe8487a1ea544ceccb4895f { top:41.5625rem;left:24.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2539808c09eb05abffe7a2c8a3d2876 { top:36.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3a9924b99e1a022cfe6095b96f1372 { top:36.5rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A759424986cac4a77e7ef8108a18704c { top:7.5rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b183ab993186ebacafc7153e31d031e3 { top:6.625rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd66be7380cede64819e959d4d8bf888 { top:42.3125rem;left:13rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke40c2305f9c8b9411b526551f04c2a2 { top:41.4375rem;left:12.375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8542dhN67Di0iuGaNeRABTPUmpZQUwq { display:block; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i292c56e0ef9d177837cc3b2ed7d491e { top:3.125rem;left:0rem;width:47.75rem;height:33.859090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3600969c4418482a6f73e7b07f07d4a { top:53.75rem;left:0rem;width:21.875rem;height:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccc1ba4d99fe06c893ce88356d0d801 { top:53.75rem;left:12.9375rem;width:21.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74cca8709241acf5d6301bb98656209 { top:53.75rem;left:25.875rem;width:21.875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n59e131f0e41e9c3f54cd178b67cd790 { top:78.9375rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79ec0aebf16a1db79f52d26adc8ed51 { top:101.5625rem;left:27.75rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ec3738068fd0c30070f76585d084ac { top:78.9375rem;left:27.75rem;width:20rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66662070d73542eb616b5b3e83d9228 { top:116.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7d4e1a2818b373ae8e820cfafff039 { top:24.5625rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2104caf3a7af8d97516ed9e148c7bc5 { top:24.6875rem;left:38.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74b12996af001535770bb752abcf38b { top:43.3125rem;left:5.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z700f455552508dc52a9a8d0a31cedec { top:43.4375rem;left:5.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3709322f9ff19d0a261537b903a449 { top:45.1875rem;left:27.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f569028dd6cb315b23df3b232cf220 { top:45.3125rem;left:27.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1aeac39e3ea21f06f0e17659248c5fe { top:8.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf60b12b4947c24e9c3cd4d697b787e9 { top:9.0625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61e50418a6b97249035f1d9457125d0 { top:89.625rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2232bbdf9a79c9873eb4fdd1ff4ce04 { top:89.75rem;left:24.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70c5c3d59029d980625fe2dd97c5c63 { top:102.8125rem;left:32rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2411a0583226e80725e3b572af3833c { top:102.9375rem;left:32rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fe0372a8a45c97293b0621bf5e8737 { top:106.9375rem;left:1.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67ec216ea12976e8e4eef7c0fef24a0 { top:107.0625rem;left:1.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r579535b74dc0f2c17118e56b3cf33e1 { top:111.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C450e845a3f33be8c3867b5b94388176 { top:111.6875rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ab40529f50b3f2cb43f1f206013645 { top:20.5rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9325a1b6e941940ece8bd88ed0384f7 { top:19.625rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d997d7466d2c41ee21e41a738575a39b { top:44.1875rem;left:0rem;width:7.6875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb011978224063346fe3b578d070d95c { top:43.3125rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35a280d755470ef22983478169c243d { top:107.8125rem;left:0rem;width:7.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7015e357fa30cbb1f6f0226a1f49b63 { top:106.9375rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o { display:block; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b53be3f21ed21bce08ba61deaa763bcf { top:9.75rem;left:0rem;width:17.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43f4446f4f5f769907bd08c3a875620 { top:8.0625rem;left:13.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f1a1d9567c466a2684ecad4ae9a0ea { top:9.625rem;left:29.625rem;width:17.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4aa11f53d299e31312a15997ceaee1 { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR { display:block; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GogK66O9pos4MkUkNdXzbnFZbmPOK60D { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRn6AmVoSC6MsBIu46hkp5g8KV8cbXM { display:block; }
 }@media only screen and (max-width: 763px) { #lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J { display:block; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t65c99d3d9500e8d09d0c0807deceb64 { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d027359220b03a7f8f0710cec3a282 { top:48.1875rem;left:6.3749980926512rem;width:22.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cda40bc4f9c1dfc920604b2dfce3b1 { top:48.25rem;left:0rem;width:15rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceff804e505996c8aee2f44fa7c95b9 { top:57.1875rem;left:0rem;width:15rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db20e8bdd22071e5d24765ef3704090f { top:12.75rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa248f07229a368d4818f1f2f09729a7 { top:12.8125rem;left:27.062143325806rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7c614b7a9b0569a2a91fcf8d934675 { top:41.9375rem;left:18.6875rem;width:27.1875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9f7dd18526273d2e62ff3895196d661 { top:10.3125rem;left:29.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de31371f4f4881c04503cfbe55439a7c { top:11.25rem;left:29.65625rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLKvdvM7wDyhC8LUbxJFffJdg4l263g { display:block; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzqk8PkDeRnf6SRHVgLr9LsnLoa952NX { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGEbmFCxUXzLFARKh6SbBeVyFWtlT6a { top:49.875rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWmMleGcugdJHuB3wERTD1vt46fEDD7 { top:59.375rem;left:0rem;width:47.5rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewcRVgMdUG02rqIThGSwaT3T3TpHqZ8A { top:46.0625rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPZ0Hi6vDVJn1DTEC2innxwyx1HS3IU { top:59.375rem;left:27.75rem;width:20rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXMp2sTIBO23dIDMt8MDASWfhlcKTpel { top:5.5rem;left:29.0625rem;width:6.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HneeeNopzI2FnBEUTuKkoUsJqoKFA6Hn { top:5.8125rem;left:31.6875rem;width:16.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdLq5UyLvcBdzKr5GpubRoexfNvMdwG { top:3.125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNN0f5dFP1Gm6ZOFvsaKTUCoxWAbDz7O { top:16.8125rem;left:40.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXvgE81NgZsa2wM3OC7knDf2kozlIu3J { top:16.875rem;left:40.499639511108rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg4TSBuinQC7Z3mTB29PCPdxguPq0Mu4 { top:59.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roxsBMTRDE1cHBMcQayKPDtTBZh1tnKL { top:60.0625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdP5Dx2hUzoTWQtbL6liH3rcokpnUk60 { top:16.8125rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3XMKx20tAkyprWNLDGpHDtEl4ZI5LCq { top:17.75rem;left:36.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8XafirTpWfdhm3875TtnpH2adddm452 { top:59.9375rem;left:0.5625rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzzmmMtVlHr0DzIZTDK2kaGz1L5uGc9 { top:60.875rem;left:0.6875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpwZt9QI19ghSedfWCGVmwTW2GPLrXI { top:64.625rem;left:0.5625rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRoW5FMdlRJkuZtCPbTRtKqgUSRS1lAl { top:89.5rem;left:0rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3r8SSlnaUVoAST8kvMK2gJToZkP9oVc { top:70.3125rem;left:20.624822616577rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg0cAmLrt7eFro5y0c9I7U92l6IQo37b { top:70.25rem;left:20.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeIIIKT7saymxi00di7l8b9bkaUVgL4m { display:block; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKC501Cdbe12taZz8rfQvTVGFTfs6ZCb { top:3.125rem;left:0rem;width:47.5rem;height:42.4369375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLuxyIRE5lMAn4Io0GJMm4NZSf82vhEg { top:9.3125rem;left:29rem;width:18.75rem;height:36.312125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJZ9zh8tWGyRTSPyL8BtQMBUC1WPIt6 { top:47.4375rem;left:0rem;width:47.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHWee732UN8bngBzRMLk7mXGeNbopRJ { top:37.5625rem;left:4.2487545013428rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkbOmVtWneIGAsmv4SmSyCNezusi0zg6 { top:37.6875rem;left:4.2487545013428rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6T2fucCw67tFayV4Lur03z74WcbQPk { top:47.4375rem;left:39.499998092651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3hH7snr5Uaqsbmu32TvlntvFViEdtc { top:47.5625rem;left:39.499998092651rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6rutN9tRmXDi5dSG0AEDWzc9qVyHJd { top:52.4375rem;left:19.5rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPoc3TtVs3J7rPp8tOV9ovJudMsA9Ha { top:37.5625rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzFRRUNAZ49iaiRLCWvSfC7RLdHqgrnv { top:38.5rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDP96ChtQ7s9cr99FpfOWEhsCJoqXPhU { top:47.4375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xlgTA6xyr8it3PLxFvKGqNFkfrzz86 { top:48.375rem;left:36.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyylQG0QlTpvg28XeiozPpi0NQ66rxa { display:block; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRFfBK3au1HiXvHxqkRTNll2T6TEgHzv { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlq4yvOwTpTXXMhUwv0tRUVh2Go8kFO { display:block; }
 }@media only screen and (max-width: 763px) { #khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa { display:block; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZIcqgwFEBGBMeXRdnsXgte7kmP62KP0 { top:43.6875rem;left:0rem;width:47.75rem;height:29.518181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny5UyOk0gdI3czR1a4NpuP78yr6unu1M { top:88rem;left:0rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGh3qVKnQg7bDbLzLKofNnVQA4Qrdk0 { top:88rem;left:13.874998092651rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXQn3qPU0lpmd9z77P2nECPCF15VLTz { top:88rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3fCt5eZrb2dzTZwIVcwkEWWTpGEqhf { top:68.25rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTAdtx1BFDT8oIUGRx86K4F6xwnbe8L { top:68.3125rem;left:22.937498092651rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFdLqFvtMFRlcNHhIFcK8ppgBOaTpw1 { top:54.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTniTpvRJdXI5oaQhAtwDn7EIFTWy0U { top:54.25rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUaZWxfpzSvEW7GTBRTGSyqXVTfLlkZi { top:54.1875rem;left:2.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCSCI9yNvecn32gRzpp4mIBXtBGkllt0 { top:54.25rem;left:2.9374980926514rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKCbXrOeieEAKbQ3ZK0dolK6KDGZKTpH { top:32.8125rem;left:19.4375rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT74xG2MOCAFThKXCToxH7J40xoa44Pf { top:51.75rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isex5OO7VW7hR3gkITZiXecrUOcTd4oQ { top:52.6875rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ls2TNcoeX5SxWQ2R3UxOoaQr5iDO6D { top:3.0625rem;left:0rem;width:47.5rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8O6cWAA1ukwxTIBV5Q2qZ9VfPvizzFI { top:3.0625rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0w8knHebzm5ACAUHOOhhLCwnLAl7WcU { top:27.1875rem;left:12rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O50dR43BWfyL3TcpnMXwXiOHP6CLZOru { top:28.125rem;left:12.187322616577rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8PHtfu5sUOfMZohzLuR3vUaH3kJg8R0 { top:27.1875rem;left:9.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVePq3ecU72Eu0a2kpVsUB5nd0xMBfTU { top:27.3125rem;left:9.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OgnqHCIxDr0NvzfTAi3OpKQrBRMqdH { top:14.375rem;left:27.75rem;width:20rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GF759VVnqJwWlD8XVD7qvVy5VpVngn { display:block; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AX9VEoh3QfF85NgUcHqa8EMWtGZTkf1q { top:3.125rem;left:0rem;width:47.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiu37uTGl4P4bqPhVtl85pnUym5demQJ { top:15.6875rem;left:30.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQKAFuOvfHcx0IPGGNd5wwPzZlIW4qO5 { top:35rem;left:14rem;width:33.75rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4052x92aawQev1gM4ibKvJMxK11CJtf { top:36.1875rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLu2dwJtSB4OMBySddgs9DrhOe8x1mN { top:3.125rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f99bBdL4okXdHwif1GzZZ3wi5bLIx9 { top:89.1875rem;left:15.5rem;width:32.25rem;height:10.104944689345rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwVBdPmXCo3hrneQitbIPpwCXAScfl2 { top:27.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiymCf66moOfHvB5pAavsCMEftkE5lw { top:27.625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMwLprMSlJOxifR4J7fafrkTxEVs0XZ { top:25.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX0yr1aNs97h2QaeGv0AzsoRsZOaV7ti { top:25.9375rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlSHJmxn0OHgg7TQzD1OsPe8CkstZ6GF { top:25.75rem;left:30.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcqPGy5TeCXO4lar9AVhN1LyNmKTfKL { top:25.8125rem;left:30.437498092651rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4Zc9p8HEmmDHgz7ZypBUhLAswHEeSF { top:54.75rem;left:5.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1W93PRqXGarHzWTofdOsplTxXH94yBr { top:54.8125rem;left:5.4374980926514rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoMLymbyHBEEINlkg4t3FLVDe7GFbIr7 { top:4.25rem;left:20rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLgG5tuzIH3WuldcC5sNgCACuM34o5K4 { top:4.375rem;left:19.999822616577rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnvpzdNUFRPnfnyTMGgmRbvNtcBaBXVb { top:4.25rem;left:22.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1u8GKn7eOc0mSOlPrR8gEJlbDFknVu { top:5.1875rem;left:22.6875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJ7clSP7oFyVGEs5wTgqRNmAOdHcf0N { top:24.375rem;left:36.4375rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6vT2Bd7VwL3a1Fz5nsIPWVKJpmAqqeo { top:23.4375rem;left:35.6875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9zFM8nfo5NB5P5vx19LxIwwtQ5XFTD { top:55.6875rem;left:8.6875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKb12lnWiDBFwAem7pQ26zOXX8imIqvd { top:54.75rem;left:7.9375rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDneczVN5thClBMqfCTyAPCiusnMPpxD { top:62.25rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUa5I0AnXNvfHUdJ7ZTwT0c6TSIQbHvz { top:69.1875rem;left:9.9375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclZclM00uKn5HVS5i6nG4Lyo5q5w11f { top:70.125rem;left:10.125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nDSrRO9b3aTDCTDnQ42Xau5I1c49tV { top:69.3125rem;left:7.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSz7MszD2cIn2azJxuFbT3QlEbJF2gs { top:69.1875rem;left:7.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB86Z4HtU3V1UNL0Mr4NlEonzFhxqvNa { top:62.25rem;left:27.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvuV5mx85CA0KBdOvP6z5o1Oawz3z5CC { top:101.25rem;left:0rem;width:33.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvI0KR2KGmEiUO8KIiwXpp4OoiomlryI { top:101.25rem;left:14rem;width:33.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coO0CrdALGDlbwAbGzl8ZFoPw6mTPcrJ { top:133.0625rem;left:0rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6tUy2kgqkMv8w6un3z9Z1XMTlPFTkE4 { top:133.0625rem;left:14rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpURDAcqqu319Z5pQ92RGrmaiR57d1ET { top:102.1875rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR7aB2VK5QBAsDoLe1FEpSNpvspLastQ { top:101.25rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFtMTzzyelQUcrprPVt5el9m4Oqay7kJ { top:103.9375rem;left:1.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrvAXAQmvgiTHSHFGB4niZfhFpm44wA { top:103.8125rem;left:1.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnLl4pBc5QguxextI1wOL5SwKgXSTlqs { top:113.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMw5gBD8WDlctVoMV5vwzK68ozdbqxB { top:112.1875rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvGWyPztXogXC3ahAa6mtZ2Gfk5bqEg { top:112.3125rem;left:41.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnChAo5HDFE4x2EPvaI9ifvOCeN37Tnd { top:112.1875rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGte0uBOSdTJmHD9yeJHzoJPbnVV3SUA { top:140.9375rem;left:0rem;width:47.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rp3TdTo8P1BMZze1gveSOXsJ6kacxf { top:149.375rem;left:27.75rem;width:20rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgJ4ZQEyZb9KJeZ0wwXn2DCqLVChp2s { top:151.875rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4QAEElJLAHE4iFvNZEDZQTcCs1k8tG { top:152.75rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5agBa55nM9276Zq0oZchEzcvJHFgFxg { top:154.5rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BboQq462CakttJ7PeMgSerZ0ZWT0o7Zo { top:154.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDeSfqQRCSW2vF2gbPZD10ENlaIzEI5 { top:143.375rem;left:31.124643325806rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4G3CiUgFB3UmLTE3VJ78dWtEUBVeFzG { top:145.125rem;left:28.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI7XFwADTxRWLSLF5s82k8D5ZeRor0zQ { top:145rem;left:28.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6ey5FRCW9yNvfHMyTCyVw82uH0bJE5 { top:142.5rem;left:30.9375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOA1lmsd3spVifCLzQHhTIw4IIopLDAA { top:173.6875rem;left:0rem;width:33.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxeh6wfe9ZegK6eqcvaPIhSA4lclsvmr { top:166.875rem;left:19.4375rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p { display:block; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs8KEKox6ncVa0ihR3PInpDIFaf1mbto { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAQcB3Wzy8TT6P4WS7p6KIFpxy6dbUvF { display:block; }
 }@media only screen and (max-width: 763px) { #Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 { display:block; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxRXS85J69rTGtMw4RJhcOAVQXDt1hmm { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGauNgFNazZVf7C9XSXLJDRUgssaZ48c { top:54.875rem;left:0rem;width:33.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DRADStn3VVp2cWFZo09rKml73fGM5r { top:16.5625rem;left:29.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUm00I3pcM5lTU8cM6d682V1gdqi50sc { top:16.6875rem;left:29.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zVidOdnuEHTxnJztIdmbtiGJ8XvaH0 { top:48.1875rem;left:19.375rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZuK7eEpx7QkNXtPuKSZmew3wdKgpEw { top:16.5625rem;left:31.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJStgKC3DMmyENrVwfV7OUGK0TfscGM1 { top:17.5rem;left:31.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXywocK0Tvw7BauElEULTH0nkar3chHl { display:block; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcTTJeXymwaKUhwgvoRdzifg0FBWe3M1 { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfAMtmPzVMtWi86Ib8oZZDNMLWkPUmmM { top:49.9375rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqeDBTfoFGJ7JIXpVOvE6DvFqSPzoui { top:67.25rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFAiZqN4Cy6prgHsXn7rvXOxbFB337mb { top:67.25rem;left:27.75rem;width:20rem;height:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMdxLvx5UH6Dz3ZxiuOdXO0p62bRTUM { top:98.6875rem;left:6.125rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMOXPiGBP05TKiBWUa70drmqTe8w85T { top:4.875rem;left:18.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaysrSx1SqkihVIbCURnk5C5pixNKhN { top:5rem;left:18.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSHtav77T44DuRi2Kr1g6ZPteqeMU8f { top:34.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3rlfvXl5MwwgaWWM78DJzTM3fL2cHhW { top:35.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnsUMRsMD5Asv5JfwXI0sztBzxs8950G { top:36.8125rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXt4W07lHTF8g79l2l2so9fSXilDIT0 { top:36.9375rem;left:26.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRATfRe8nluLUz7P2HZ8LNB96HihMnGU { top:70.625rem;left:17.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7U3BwwTqONpFANSsPQIXUDZ6PbG2D20 { top:70.75rem;left:17.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfzEQOJ7aQPwt9hsrMJ8J1qwgRNgMFZ { top:4.875rem;left:21.375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srfG7nFHIUMv95SSyX8EsReKg8IoTQKh { top:5.8125rem;left:21.5625rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aB7sO0T7iRU9O1mUVGz1zm9eXng9Fm { top:36.8125rem;left:28.625rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3k6UoaIFi7GTf2ObD6tf01yKadJOsx { top:37.75rem;left:28.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfoCHMAcyEc4zxXQP0IrAo8XotRpmO9h { top:70.625rem;left:19.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiIMVNDN4bShCfNiaRVAf0ih2lEA6Ph4 { top:71.5625rem;left:19.6875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqI2HKgxtAKGgr0kreSZvUETXbIldKd { top:9.5625rem;left:21.375rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq { display:block; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpOCszwSo0ahAHSeuIgogDNPQRoATG80 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftqeAqpO6eZx1ICmFdg3UPeomIJoIozz { display:block; }
 }@media only screen and (max-width: 763px) { #encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN { display:block; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9fVopxA6dc7bTJsW7Bi4wni2zgfeeqI { top:3.125rem;left:0rem;width:47.75rem;height:28.1725rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yOGukrv5G4NOy1SV5dI7LOPct7Lg4c { top:45.5rem;left:0rem;width:47.5rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCULTGCoTkPZzEf2inok9yTcvCx3rd4 { top:36.3125rem;left:0rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4pfbeXm7WycbaGEJe366SeWuOJURkFd { top:37.1875rem;left:0rem;width:10rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wggcJ4TRDXhcmhTDgnNOIUpk4HgUNvhP { top:33.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSTZAV2AZdNy6zVOsKt5pG7GkhXylm4w { top:34rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVL8ACN5iDGvRnCdwTwkOiA3DE1PgDmD { top:41rem;left:0rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB4nqnleXT6AP8LlOCuNdHiFwZZkkT59 { top:36.625rem;left:23.3125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZq6Rp4J0Smk37klGWFDH4iTKvUn42Df { top:37.5625rem;left:23.5rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC2cenUZDJCUoEPbi9oKN5F9WQEZWZ7D { top:36.625rem;left:20.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2SkP2ZIDWgfbBzo07lTVd1E1eInB2B { top:36.75rem;left:20.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoROWvpUtI1vxXQWWMwFcF7G6cOkN9Rv { top:41.3125rem;left:23.3125rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkZTLwu52kqb2VO6HVFO0cEToFdOHi0x { top:4rem;left:30rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHu7uy4bE94KkVog0NQL08doNmFTOrPf { top:4.875rem;left:30.187143325806rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXaJt9WWDVwzONFG97T9hoEq7Ot7DSC { top:6.5625rem;left:41.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTB1DN86TBZ6QBXKf7GJcnvrumJ5QOK { top:6.6875rem;left:41.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEpqTaSbLh9OaNv3lgqqTUMrCbd6OHp7 { top:44.25rem;left:19.4375rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7fv0wf6xxpQ6MJctCcUgDJ9UZhlkoT { top:75.4375rem;left:0rem;width:47.5rem;height:25.8123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzHNeWrBZDW1t59SINaEiXiuHIioLK7 { top:75.4375rem;left:27.75rem;width:20rem;height:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk1V6R1Tv1u3oNGXhLMmi2gVonVlbwnW { top:99.1875rem;left:7.4375rem;width:32.25rem;height:10.104944689345rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqQFTbPwlJyKmAWM1vcMTx2wcsoupHk { top:81.6875rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9S6EhTeHe5geRhhtAPIwkAQ7wntDNU { top:82.625rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCw5BvtCswhtGOtubIsAG6zMco9vHmUN { top:84.375rem;left:8.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9cVkxeL8uEU3aCpwUUTga8VGZTMWvxE { top:84.25rem;left:8.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXhgRbl2CtDi3GQt0x7W91zbmi39Ini1 { top:88.8125rem;left:21.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdsgafWmo0TK0dTnTFzs8fF40gAuZvr4 { top:88.6875rem;left:21.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P { display:block; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT2slcJvnVWVHICWF9s2qzDNVCzHC49v { top:3.125rem;left:0rem;width:33.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3IXUUbDmX3ImR08i8l9yUnePIuiXfx { top:16.8125rem;left:0rem;width:47.5rem;height:28.0619375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8AeegGabFEf6X3gVwDtFytJqi3GqqI { top:4.625rem;left:21.875rem;width:25.875rem;height:18.750407617557rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0klAEkbN9xOKkZXq3UNnsuLfsSrVRKJ { top:25.25rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHoPMcCc5roNkuNJbu7WIgMbceHisoOu { top:16.875rem;left:15.374464035034rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJCak4FgNLVDwSudFhJRaReRtzwFWMS { top:17rem;left:15.374464035034rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iboNk6OcbqmMcWDqrLdLiKmaZ694WI { top:3.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVXAU97mlzaRSs1BUZdf0snBtKlc5VX { top:3.8125rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M05v06B2zVAX4ufgwJbIf1M5LmmJiUVt { top:34.4375rem;left:19.5rem;width:28.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clCVBrd3M6W0PTKcPGfVu5B3OPDwEfIi { top:16.875rem;left:17.874464035034rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pXXT6uXWlqzP7ELFcqwTUNIBy3D70C { top:17.8125rem;left:18.624643325806rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V { display:block; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHadgNVx4V5KQ8NA4VouAkuwzv6ChXzh { top:3.125rem;left:0rem;width:47.75rem;height:29.952272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncT53mMlOMh1hNvrd7bVpioA3f5JPCbQ { top:5.0625rem;left:19.187498092651rem;width:17.9375rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZS8bRk7MKxxqZafTLl8moCESiVCBgZ { top:3.125rem;left:15.3125rem;width:32.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xP1ASXfPCwwCKhQq1wGRBHPJtPRtvN { top:14.4375rem;left:20.5rem;width:27.1875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH4LXTrlk8vJIhSX0uObu3wKKM674Vo4 { top:20.4375rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FzJunJuRzoOvP3gPmB44nBD54LTcZV { top:40rem;left:27.75rem;width:20rem;height:4.43714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6QOoWZ5nCXK48wfZ1OeWEe6kvu7Mq2 { top:9.4375rem;left:13.124822616577rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmruMiXwMqVFRMXyZ7xgI0s9tVNd5u4P { top:9.5625rem;left:13.124822616577rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLKBempJtlnZSkH5nB1fPRZNW0BS0R1P { top:34.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkQChDwDqeawSdSSTsbfI0qpoTnvqt1X { top:34.5625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odPRKq41VMRMQ8VTR4po1rDB02PB5RSs { top:32.625rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaUcpmfo1qadvNKoEIBIOdmmRuzr2erT { top:33.5625rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJO6XpGvChEF2avHaQLuKM3kCNCzf9w { top:37.1875rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agNiKcs94A7F2yDGQbOupqT5BC4aKx4h { top:28.3125rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZdLTiIPwdMyZLzxdV25menWy3hD7Z5c { top:28.5625rem;left:39.1875rem;width:8.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQHDc1PIifcBBc4iH1TF25wX0GlVQWL1 { top:29.8125rem;left:39.1875rem;width:8.5625rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHkkIKPnVHfEklwakgZTWWBHaHmRqTI { top:32.625rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxGHCptDl5FTO9evXAEsDLRHqFBgRnWM { top:35.75rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7RHRaUX7zeeChawU5uIiXuyJLSxbPr { top:4.375rem;left:0rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK4L5TPefbT36ISSwzySHfRq3lHyxo8p { top:4.8125rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVlpZ3BVlr1AMEE8x2mXXGZLmdr9snZ { top:6.25rem;left:0rem;width:8.875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl { display:block; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wflQMa1dwutT7fJXyHka0Jz78GL92iWM { top:3.125rem;left:0rem;width:47.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NorIxxaRh72xdT8qGFqV3TVJJ8IcAwIo { top:37.1875rem;left:0rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtE1CqhafDB2ztZcnDiuAimGfmGTGVWW { top:3.125rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtR88mtwC3aALhRmyc37BStSdTJXxbG6 { top:19.875rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGbA55O3zHO8D7r4RoQXXbkPJTw5yd8O { top:48.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVrcLfJHOIsBhwk4aTHEmaaGdowqgPK { top:28.6875rem;left:21.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRiuemVTMuCFsFmEP8tN5UTaB8d7lxp1 { top:28.75rem;left:21.249822616577rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB0yZ78GbxHKTfirukWfJ9dz5Kwvsu1D { top:56.125rem;left:0rem;width:18.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad3U1ZAVCIqqdLgG9VnTKRTBiBSbaJOH { top:55.1875rem;left:13.5625rem;width:19.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOTqxDBB9Te0J85rhh7ww75TMrpTxEn { top:54.0625rem;left:26.625rem;width:21.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMOpMQCcdM8vTMIVTorXILJllpVcv1P { top:29.625rem;left:23.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz8Iokn2ktAkpz3wiwebZIVBrkN6hpTr { top:28.6875rem;left:23.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms { display:block; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByCypnlIEG6s763bG8H2HDVkWM5xm69E { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obvJWqly8KgHRysAhxLfqHuk078w7KBT { display:block; }
 }@media only screen and (max-width: 763px) { #zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { display:block; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TspX68yqozi6eBSSOuMHoIUxOE95ElqG { top:4.375rem;left:30.875rem;width:16.875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gou5resR7B000dcFid0XycJZ6X8mNldh { top:4.4375rem;left:16.4375rem;width:11.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGXF1kdtaF5u7uPWXxqGroEictVEnPK { top:4.4375rem;left:29.125rem;width:8.9375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdiS2VgUQapvBWEqOBp2Owq1tUHzgi3 { top:4.375rem;left:0rem;width:23.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { position:relative;z-index:auto;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:20rem;height:10.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:5.125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #v2hAyeEn9BrmWgKpATPOiNs2mOV1yTua { width:17.5rem;height:2rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD { display:block; }#oTWdMTDoZS9Tf0ZJDqoh0eFQkwP6XrZD > .row .container { width:20rem;height:34.936889648438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { width:13.4375rem;height:11.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { width:10.8125rem;height:9.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { width:11.25rem;height:9.5rem;top:18.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { width:10.8125rem;height:9.1875rem;top:23.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { width:10rem;height:1.0625rem;top:32.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { width:20rem;height:12.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { width:17.25rem;height:6.0625rem;top:14.94921875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { width:17.5rem;height:11.2003125rem;top:1.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 { display:block; }#EPxUXzhUtZIzUvmZzMt6ToO7eoBAAL69 > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8007e3a52d9b5d24df22d53dbd8fa5b { width:20rem;height:14.184210526316rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfa54f37fb699afc64cfdf9b444273cf { width:17.5rem;height:14.16635625rem;top:20.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06809446ff8c07bca4b4b0eda0ccf01 { width:20rem;height:9.6087352138308rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88d70d6018575ca15f9c30d0ea0e39e { width:17.5rem;height:15.74041875rem;top:52.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6e3f1f76b372108a562207feb38e58 { width:1.875rem;height:1.875rem;top:12.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da81695ab7db4158cf4212e788fb0afe { width:1.875rem;height:1.57404375rem;top:12.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c255cff28c5bdd05a59cdf4f7817a2ee { width:1.875rem;height:1.875rem;top:44.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08bfbfeb141abc568a9f424c5c5c891 { width:1.875rem;height:1.57404375rem;top:44.25rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uac0af06edda21de6a192f68f828856c { width:10rem;height:2.374825rem;top:15.75rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfeb981880e151e0774dfb0cea98298e { width:11.25rem;height:4.375rem;top:14.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7289c58c114a5a9ec8025aeea3139 { width:10rem;height:2.374825rem;top:47.625rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4f64a0a01e0c64b8be5f4f1403b9c3 { width:11.25rem;height:4.375rem;top:46.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB { display:block; }#IstagHBZm7U1ZGxEBZhhBRHuc1THt8GB > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e79246e9cbe9749292a89f852a790dcc { width:20rem;height:10.890909090909rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcaf2ed8ead79a683b94b6b5f71f0c71 { width:19.8125rem;height:12.5625rem;top:29.826887130738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7c4457d9b17b563f1cf7fb10b4b9eb7 { width:17.5rem;height:11.0183125rem;top:17.059661865234rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21d2f739c7168dc216faf56049eb42b { width:17.5rem;height:9.44423125rem;top:60.000009536743rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff0bc072e0f91e08359382a1c169cd32 { width:1.875rem;height:1.875rem;top:8.9976959228512rem;left:17.499998450279rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9025945ee1b73f9e16787898f4b12f2 { width:1.875rem;height:1.57404375rem;top:9.1219787597656rem;left:17.499998450279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b9912e53f55f7639bb088ed7ce14d9 { width:1.875rem;height:1.875rem;top:51.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4e2b71d522a599b23390984b4f3ef88 { width:1.875rem;height:1.57404375rem;top:52.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23060ad58789050096150ba0f967b93 { width:10rem;height:2.374825rem;top:12.435195922851rem;left:8.8742898702619rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf30b5ac2d0d09ba028dd6d100bba345 { width:11.25rem;height:4.375rem;top:11.434661865234rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ae536ad5dbe89062cf684ecf417f6f { width:10rem;height:2.374825rem;top:55.375rem;left:1.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff30cf93a5c58f0618e32899458586a6 { width:11.25rem;height:4.375rem;top:54.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tESWAE47DegbRZfGpEL34bTe2JVU9ts1 { width:20rem;height:14.184210526316rem;top:41.32546043396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVoxGQACxawQAAv4HOspsq5T3ik8IJgN { width:17.5rem;height:13.0625rem;top:70.693358421325rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #kW4MrWwomm4zffifwXHRer4a2zHuQq9g { display:block; }#kW4MrWwomm4zffifwXHRer4a2zHuQq9g > .row .container { width:20rem;height:193.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0fe696284143d7915cddcbfc7b19a44 { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac50fa85523971f5da62bcf2bc13ad01 { width:16.75rem;height:5.875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe622ccc447ae4ab25166f43f4e738ed { width:17.5rem;height:25.1846875rem;top:31.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cc66afc21db246eda50cea846328b2 { width:19.8125rem;height:12.5625rem;top:100.51491165161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5677017627dfc54efd036799faed01 { width:20rem;height:14.890625rem;top:59.936965942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9811dd74c9535942f07d2ed3f5f7c1 { width:17.5rem;height:9.44425rem;top:79.749641418456rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7ede93c8679ad83173a65b7ff07241 { width:17.5rem;height:9.44425rem;top:90.444778442381rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke954e052bdc028cc5eabd3cfa0365c6 { width:19.875rem;height:13rem;top:110.92151260376rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nacc72c8c1fb4829e6f27e2572062a24 { width:17.5rem;height:12.5923125rem;top:130.18732070923rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dff2b17a3ebbc91d912d3fb42a617c4d { width:20rem;height:10.890909090909rem;top:148.18625259399rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be579ff45f403df358b6415e20037ec1 { width:17.5rem;height:31.4808125rem;top:160.1367149353rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78cb9edab0ad28c5f9305652101e1ed { width:1.875rem;height:1.875rem;top:62.999820709231rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ed4cd346f2a27d97e003e144ddfc02 { width:1.875rem;height:1.57404375rem;top:63.1249961853rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T312e83f7955f30cad3d9307fcdc2f8e { width:1.875rem;height:1.875rem;top:71.686786651612rem;left:17.499998450279rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89b134b22565ab821a010bfb70cd08a { width:1.875rem;height:1.57404375rem;top:71.811965942381rem;left:17.499998450279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubda466171d3d5c3c10f4591936c4ef9 { width:1.875rem;height:1.875rem;top:122.06232070923rem;left:17.499998450279rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10dfd5ca520b3b28c58f73845d0c588 { width:1.875rem;height:1.57404375rem;top:122.1874961853rem;left:17.499998450279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md69d9a1167a9d0f5b51eeda502950dd { width:1.875rem;height:1.875rem;top:149.3749961853rem;left:17.499111533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #aada16c776532c7f6fa3b53d67c75f69 { width:1.875rem;height:1.57404375rem;top:149.49839401245rem;left:17.499111533165rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2bf3e8ce4256b7cac74230eaf716433 { width:1.875rem;height:1.875rem;top:157.1874961853rem;left:17.499111533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8a14cb01be76aa96347f433d1fc680 { width:1.875rem;height:1.57404375rem;top:157.31089401245rem;left:17.499111533165rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdf710dfbafa0d130640905e464c4e2f { width:1.875rem;height:1.875rem;top:157.1874961853rem;left:3.061967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #b625e50e6115030444d1b5eeb6a2baa2 { width:1.875rem;height:1.57404375rem;top:157.31089401245rem;left:3.061967253685rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b670a5d3b518391d9a736cf63356ce26 { width:1.875rem;height:1.875rem;top:157.1874961853rem;left:12.187499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb621711408705435e75396591efaed8 { width:1.875rem;height:1.57404375rem;top:157.31089401245rem;left:12.187499403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3e854f4bf17e258219e5de0ceca3a7 { width:10rem;height:2.374825rem;top:58.999465942382rem;left:1.3121448755264rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d6f8e54e6a86e8ad451ae82c9b548c { width:11.25rem;height:4.375rem;top:57.999820709229rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q073e543bcc0ff28b33100876fc38ef7 { width:10rem;height:2.374825rem;top:75.124286651612rem;left:8.686967253685rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X00725e69510cb261853a5e05d6ccc81 { width:11.25rem;height:4.375rem;top:74.124641418456rem;left:8.061967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd72464d5a3d46bce6c477b1076a4bdc { width:10rem;height:2.374825rem;top:125.56196212769rem;left:8.686967253685rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fb97dd50f68258aaaa094bad89d9ba { width:11.25rem;height:4.375rem;top:124.56232070923rem;left:8.061967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2c9adca680572d7b26c85f272d259ee { width:10rem;height:2.374825rem;top:145.37375259399rem;left:8.7499994039537rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ee8e19f61cc54713dfc3242f79803a { width:11.25rem;height:4.375rem;top:144.3749961853rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn { display:block; }#n5FmXfXEvVmawntJ01ZCFlIz0AlMOpWn > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwTXMWEh9WCfsSJIr4ZSAFenk4Ntk8Mx { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3x5PlFox2wTq6umuPJ8O0wh53g0IoE { display:block; }
 }@media only screen and (max-width: 763px) { #yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 { display:block; }#yr6HFSH0vCp3OidNRvZ8ZFBLHVAwmaU9 > .row .container { width:20rem;height:131.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U93de69a7b942b9c8aac8e7c47431c16 { width:20rem;height:26.625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabb80933b6d8055c49efe71c3d87815 { width:17rem;height:8.9375rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { width:17.5rem;height:23.610625rem;top:12.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9973e6ecc472a5546849a3a05e78a37 { width:20rem;height:14.525375rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45a4ad7ee35872b2481e921fd697f16 { width:17.5rem;height:31.4808375rem;top:84.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcdd4513152fe5c7b8a4130df0eb97d { width:19.8125rem;height:12.5625rem;top:117.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64ca2c1ad47938c890d81eda4eea5b { width:1.875rem;height:1.875rem;top:42.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbd7ea4c1efe42693917c493b63c6cd8 { width:1.875rem;height:1.57421875rem;top:42.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q219075f04352172a3685755060a966f { width:1.875rem;height:1.875rem;top:76.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39cbe928fe8487a1ea544ceccb4895f { width:1.875rem;height:1.57421875rem;top:76.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2539808c09eb05abffe7a2c8a3d2876 { width:1.875rem;height:1.875rem;top:67.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3a9924b99e1a022cfe6095b96f1372 { width:1.875rem;height:1.57421875rem;top:67.875rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A759424986cac4a77e7ef8108a18704c { width:10rem;height:2.375rem;top:38.625rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b183ab993186ebacafc7153e31d031e3 { width:11.25rem;height:4.375rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd66be7380cede64819e959d4d8bf888 { width:10rem;height:2.375rem;top:80rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke40c2305f9c8b9411b526551f04c2a2 { width:11.25rem;height:4.375rem;top:79rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8542dhN67Di0iuGaNeRABTPUmpZQUwq { display:block; }#J8542dhN67Di0iuGaNeRABTPUmpZQUwq > .row .container { width:20rem;height:164.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i292c56e0ef9d177837cc3b2ed7d491e { width:20rem;height:14.181625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3600969c4418482a6f73e7b07f07d4a { width:17.5rem;height:26.7586875rem;top:24.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccc1ba4d99fe06c893ce88356d0d801 { width:17.5rem;height:15.4375rem;top:53.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74cca8709241acf5d6301bb98656209 { width:17.5rem;height:23.61060625rem;top:70.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n59e131f0e41e9c3f54cd178b67cd790 { width:20rem;height:15.078125rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79ec0aebf16a1db79f52d26adc8ed51 { width:17.5rem;height:11.5625rem;top:140.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ec3738068fd0c30070f76585d084ac { width:17.5rem;height:22.03660625rem;top:117.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66662070d73542eb616b5b3e83d9228 { width:17.5rem;height:9.44425rem;top:153.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7d4e1a2818b373ae8e820cfafff039 { width:1.875rem;height:1.875rem;top:6.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2104caf3a7af8d97516ed9e148c7bc5 { width:1.875rem;height:1.57404375rem;top:7rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74b12996af001535770bb752abcf38b { width:1.875rem;height:1.875rem;top:16.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z700f455552508dc52a9a8d0a31cedec { width:1.875rem;height:1.57404375rem;top:16.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3709322f9ff19d0a261537b903a449 { width:1.875rem;height:1.875rem;top:15.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f569028dd6cb315b23df3b232cf220 { width:1.875rem;height:1.57404375rem;top:16.0625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1aeac39e3ea21f06f0e17659248c5fe { width:1.875rem;height:1.875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf60b12b4947c24e9c3cd4d697b787e9 { width:1.875rem;height:1.57404375rem;top:4.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61e50418a6b97249035f1d9457125d0 { width:1.875rem;height:1.875rem;top:97.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2232bbdf9a79c9873eb4fdd1ff4ce04 { width:1.875rem;height:1.57404375rem;top:97.625rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70c5c3d59029d980625fe2dd97c5c63 { width:1.875rem;height:1.875rem;top:107.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2411a0583226e80725e3b572af3833c { width:1.875rem;height:1.57404375rem;top:107.5rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fe0372a8a45c97293b0621bf5e8737 { width:1.875rem;height:1.875rem;top:109.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67ec216ea12976e8e4eef7c0fef24a0 { width:1.875rem;height:1.57404375rem;top:109.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r579535b74dc0f2c17118e56b3cf33e1 { width:1.875rem;height:1.875rem;top:149.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C450e845a3f33be8c3867b5b94388176 { width:1.875rem;height:1.57404375rem;top:149.375rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ab40529f50b3f2cb43f1f206013645 { width:10rem;height:2.374825rem;top:2.875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9325a1b6e941940ece8bd88ed0384f7 { width:11.25rem;height:4.375rem;top:1.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d997d7466d2c41ee21e41a738575a39b { width:7.6875rem;height:2.374825rem;top:19.9375rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb011978224063346fe3b578d070d95c { width:8.75rem;height:4.375rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35a280d755470ef22983478169c243d { width:7.625rem;height:2.374825rem;top:112.6875rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7015e357fa30cbb1f6f0226a1f49b63 { width:8.75rem;height:4.375rem;top:111.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o { display:block; }#c1PeQ0hvTgX4NGoNExHHDBGo4rC3qA1o > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b53be3f21ed21bce08ba61deaa763bcf { width:10.8125rem;height:9.1875rem;top:7.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43f4446f4f5f769907bd08c3a875620 { width:11.25rem;height:9.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f1a1d9567c466a2684ecad4ae9a0ea { width:10.8125rem;height:9.1875rem;top:17.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4aa11f53d299e31312a15997ceaee1 { width:17.5rem;height:4.89879375rem;top:1.875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR { display:block; }#DuHKqSFI10QyGt5lRP6IlNWNvW4oJ9ZR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GogK66O9pos4MkUkNdXzbnFZbmPOK60D { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRn6AmVoSC6MsBIu46hkp5g8KV8cbXM { display:block; }
 }@media only screen and (max-width: 763px) { #lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J { display:block; }#lgfH75BKxPrcFkK7LDKBvTsX2CnXv38J > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t65c99d3d9500e8d09d0c0807deceb64 { width:20rem;height:12.709rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d027359220b03a7f8f0710cec3a282 { width:17.5rem;height:12.59235625rem;top:17.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cda40bc4f9c1dfc920604b2dfce3b1 { width:17.5rem;height:9.625rem;top:31.529296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceff804e505996c8aee2f44fa7c95b9 { width:17.5rem;height:2.798825rem;top:41.779296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db20e8bdd22071e5d24765ef3704090f { width:1.875rem;height:1.875rem;top:9.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa248f07229a368d4818f1f2f09729a7 { width:1.875rem;height:1.57421875rem;top:9.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7c614b7a9b0569a2a91fcf8d934675 { width:16.625rem;height:10.9375rem;top:45.8271484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9f7dd18526273d2e62ff3895196d661 { width:11.25rem;height:4.375rem;top:12.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de31371f4f4881c04503cfbe55439a7c { width:10.9375rem;height:2.375rem;top:13.0625rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLKvdvM7wDyhC8LUbxJFffJdg4l263g { display:block; }#QLLKvdvM7wDyhC8LUbxJFffJdg4l263g > .row .container { width:20rem;height:118.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzqk8PkDeRnf6SRHVgLr9LsnLoa952NX { width:20rem;height:13.0625rem;top:5.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGEbmFCxUXzLFARKh6SbBeVyFWtlT6a { width:17.5rem;height:11.01829375rem;top:24rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWmMleGcugdJHuB3wERTD1vt46fEDD7 { width:20rem;height:11.9375rem;top:43.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewcRVgMdUG02rqIThGSwaT3T3TpHqZ8A { width:16.6875rem;height:5.25rem;top:36.2685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPZ0Hi6vDVJn1DTEC2innxwyx1HS3IU { width:17.5rem;height:26.75873125rem;top:62.175148010254rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXMp2sTIBO23dIDMt8MDASWfhlcKTpel { width:4.6875rem;height:8.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HneeeNopzI2FnBEUTuKkoUsJqoKFA6Hn { width:12.5rem;height:4.20099375rem;top:1.5625rem;left:6.9375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhdLq5UyLvcBdzKr5GpubRoexfNvMdwG { width:20rem;height:4.8125rem;top:5.94921875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eNN0f5dFP1Gm6ZOFvsaKTUCoxWAbDz7O { width:1.875rem;height:1.875rem;top:15.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXvgE81NgZsa2wM3OC7knDf2kozlIu3J { width:1.875rem;height:1.57421875rem;top:16.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg4TSBuinQC7Z3mTB29PCPdxguPq0Mu4 { width:1.875rem;height:1.875rem;top:52.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roxsBMTRDE1cHBMcQayKPDtTBZh1tnKL { width:1.875rem;height:1.57421875rem;top:52.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdP5Dx2hUzoTWQtbL6liH3rcokpnUk60 { width:11.25rem;height:4.375rem;top:18.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3XMKx20tAkyprWNLDGpHDtEl4ZI5LCq { width:10.9375rem;height:2.375rem;top:19.375rem;left:8.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8XafirTpWfdhm3875TtnpH2adddm452 { width:11.25rem;height:4.375rem;top:54.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzzmmMtVlHr0DzIZTDK2kaGz1L5uGc9 { width:10.9375rem;height:2.375rem;top:55.6875rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpwZt9QI19ghSedfWCGVmwTW2GPLrXI { width:11.3125rem;height:1.05025rem;top:59.250020980835rem;left:0.62464487552643rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yRoW5FMdlRJkuZtCPbTRtKqgUSRS1lAl { width:17.5rem;height:25.18466875rem;top:90.807848930356rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3r8SSlnaUVoAST8kvMK2gJToZkP9oVc { width:1.875rem;height:1.57404375rem;top:45.4375rem;left:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg0cAmLrt7eFro5y0c9I7U92l6IQo37b { width:1.875rem;height:1.875rem;top:45.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeIIIKT7saymxi00di7l8b9bkaUVgL4m { display:block; }#GeIIIKT7saymxi00di7l8b9bkaUVgL4m > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKC501Cdbe12taZz8rfQvTVGFTfs6ZCb { width:20rem;height:17.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLuxyIRE5lMAn4Io0GJMm4NZSf82vhEg { width:13.75rem;height:26.625rem;top:45.226379394531rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJZ9zh8tWGyRTSPyL8BtQMBUC1WPIt6 { width:17.0625rem;height:22.03656875rem;top:22.562133789062rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHWee732UN8bngBzRMLk7mXGeNbopRJ { width:1.875rem;height:1.875rem;top:14.499328613281rem;left:17.499998450279rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkbOmVtWneIGAsmv4SmSyCNezusi0zg6 { width:1.875rem;height:1.57404375rem;top:14.62451171875rem;left:17.499998450279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6T2fucCw67tFayV4Lur03z74WcbQPk { width:1.875rem;height:1.875rem;top:70.249450683594rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3hH7snr5Uaqsbmu32TvlntvFViEdtc { width:1.875rem;height:1.57404375rem;top:70.374633789062rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6rutN9tRmXDi5dSG0AEDWzc9qVyHJd { width:17.5rem;height:11.5625rem;top:78.132127761844rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPoc3TtVs3J7rPp8tOV9ovJudMsA9Ha { width:11.25rem;height:4.375rem;top:16.937133789062rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzFRRUNAZ49iaiRLCWvSfC7RLdHqgrnv { width:10.9375rem;height:2.374825rem;top:17.936828613281rem;left:8.3123220205306rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDP96ChtQ7s9cr99FpfOWEhsCJoqXPhU { width:11.25rem;height:4.375rem;top:72.687316894531rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xlgTA6xyr8it3PLxFvKGqNFkfrzz86 { width:10.9375rem;height:2.374825rem;top:73.686950683594rem;left:0.81232237815856rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyylQG0QlTpvg28XeiozPpi0NQ66rxa { display:block; }#wnyylQG0QlTpvg28XeiozPpi0NQ66rxa > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRFfBK3au1HiXvHxqkRTNll2T6TEgHzv { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlq4yvOwTpTXXMhUwv0tRUVh2Go8kFO { display:block; }
 }@media only screen and (max-width: 763px) { #khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa { display:block; }#khONcwdUL7tvfZzRCTOgeK2pwxpog3Wa > .row .container { width:20rem;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZIcqgwFEBGBMeXRdnsXgte7kmP62KP0 { width:20rem;height:12.25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny5UyOk0gdI3czR1a4NpuP78yr6unu1M { width:17.5rem;height:14.166375rem;top:18.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGh3qVKnQg7bDbLzLKofNnVQA4Qrdk0 { width:17.5rem;height:9.44423125rem;top:34.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXQn3qPU0lpmd9z77P2nECPCF15VLTz { width:17.5rem;height:9.44423125rem;top:45.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3fCt5eZrb2dzTZwIVcwkEWWTpGEqhf { width:1.875rem;height:1.875rem;top:15.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTAdtx1BFDT8oIUGRx86K4F6xwnbe8L { width:1.875rem;height:1.57404375rem;top:15.3125rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFdLqFvtMFRlcNHhIFcK8ppgBOaTpw1 { width:1.875rem;height:1.875rem;top:6.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTniTpvRJdXI5oaQhAtwDn7EIFTWy0U { width:1.875rem;height:1.57404375rem;top:6.375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUaZWxfpzSvEW7GTBRTGSyqXVTfLlkZi { width:1.875rem;height:1.875rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCSCI9yNvecn32gRzpp4mIBXtBGkllt0 { width:1.875rem;height:1.57404375rem;top:6.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKCbXrOeieEAKbQ3ZK0dolK6KDGZKTpH { width:17.5rem;height:11.5625rem;top:54.755947828293rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT74xG2MOCAFThKXCToxH7J40xoa44Pf { width:11.25rem;height:4.375rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isex5OO7VW7hR3gkITZiXecrUOcTd4oQ { width:10.9375rem;height:2.374825rem;top:2.375rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ls2TNcoeX5SxWQ2R3UxOoaQr5iDO6D { width:20rem;height:15.736rem;top:64.255168914794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8O6cWAA1ukwxTIBV5Q2qZ9VfPvizzFI { width:17.5rem;height:11.01829375rem;top:82.5603351593rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0w8knHebzm5ACAUHOOhhLCwnLAl7WcU { width:11.25rem;height:4.375rem;top:76.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O50dR43BWfyL3TcpnMXwXiOHP6CLZOru { width:10.9375rem;height:2.374825rem;top:77.9375rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8PHtfu5sUOfMZohzLuR3vUaH3kJg8R0 { width:1.875rem;height:1.875rem;top:74.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVePq3ecU72Eu0a2kpVsUB5nd0xMBfTU { width:1.875rem;height:1.57404375rem;top:74.625rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OgnqHCIxDr0NvzfTAi3OpKQrBRMqdH { width:17.5rem;height:19.625rem;top:95.452768325806rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GF759VVnqJwWlD8XVD7qvVy5VpVngn { display:block; }#l2GF759VVnqJwWlD8XVD7qvVy5VpVngn > .row .container { width:20rem;height:288.81213760376rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AX9VEoh3QfF85NgUcHqa8EMWtGZTkf1q { width:20rem;height:12.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiu37uTGl4P4bqPhVtl85pnUym5demQJ { width:13.75rem;height:14.8125rem;top:30.716796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQKAFuOvfHcx0IPGGNd5wwPzZlIW4qO5 { width:17.5rem;height:34.62890625rem;top:50.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4052x92aawQev1gM4ibKvJMxK11CJtf { width:17.5rem;height:11.625rem;top:85.8828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLu2dwJtSB4OMBySddgs9DrhOe8x1mN { width:17.5rem;height:12.59235625rem;top:18.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f99bBdL4okXdHwif1GzZZ3wi5bLIx9 { width:16.6875rem;height:5.25rem;top:103.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwVBdPmXCo3hrneQitbIPpwCXAScfl2 { width:1.875rem;height:1.875rem;top:14.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiymCf66moOfHvB5pAavsCMEftkE5lw { width:1.875rem;height:1.57421875rem;top:14.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMwLprMSlJOxifR4J7fafrkTxEVs0XZ { width:1.875rem;height:1.875rem;top:45rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX0yr1aNs97h2QaeGv0AzsoRsZOaV7ti { width:1.875rem;height:1.57421875rem;top:45.125rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlSHJmxn0OHgg7TQzD1OsPe8CkstZ6GF { width:1.875rem;height:1.875rem;top:14.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcqPGy5TeCXO4lar9AVhN1LyNmKTfKL { width:1.875rem;height:1.57421875rem;top:14.5625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4Zc9p8HEmmDHgz7ZypBUhLAswHEeSF { width:1.875rem;height:1.875rem;top:96.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1W93PRqXGarHzWTofdOsplTxXH94yBr { width:1.875rem;height:1.57421875rem;top:97rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoMLymbyHBEEINlkg4t3FLVDe7GFbIr7 { width:1.875rem;height:1.875rem;top:6.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLgG5tuzIH3WuldcC5sNgCACuM34o5K4 { width:1.875rem;height:1.57421875rem;top:6.3125rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnvpzdNUFRPnfnyTMGgmRbvNtcBaBXVb { width:11.25rem;height:4.375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1u8GKn7eOc0mSOlPrR8gEJlbDFknVu { width:10.9375rem;height:2.374825rem;top:2.25rem;left:7.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJ7clSP7oFyVGEs5wTgqRNmAOdHcf0N { width:8.5625rem;height:2.375rem;top:46rem;left:1.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6vT2Bd7VwL3a1Fz5nsIPWVKJpmAqqeo { width:10rem;height:4.375rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9zFM8nfo5NB5P5vx19LxIwwtQ5XFTD { width:8.5625rem;height:2.375rem;top:97.875rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKb12lnWiDBFwAem7pQ26zOXX8imIqvd { width:10rem;height:4.375rem;top:96.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDneczVN5thClBMqfCTyAPCiusnMPpxD { width:20rem;height:14.210526315789rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUa5I0AnXNvfHUdJ7ZTwT0c6TSIQbHvz { width:11.25rem;height:4.375rem;top:122.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclZclM00uKn5HVS5i6nG4Lyo5q5w11f { width:10.9375rem;height:2.374825rem;top:123.125rem;left:1.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nDSrRO9b3aTDCTDnQ42Xau5I1c49tV { width:1.875rem;height:1.57404375rem;top:119.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSz7MszD2cIn2azJxuFbT3QlEbJF2gs { width:1.875rem;height:1.875rem;top:119.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB86Z4HtU3V1UNL0Mr4NlEonzFhxqvNa { width:17.5rem;height:17.3144375rem;top:127.81256484986rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvuV5mx85CA0KBdOvP6z5o1Oawz3z5CC { width:20rem;height:17.740740740741rem;top:153.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvI0KR2KGmEiUO8KIiwXpp4OoiomlryI { width:20rem;height:17.740740740741rem;top:182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coO0CrdALGDlbwAbGzl8ZFoPw6mTPcrJ { width:17.5rem;height:7.8701875rem;top:172.23811531067rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6tUy2kgqkMv8w6un3z9Z1XMTlPFTkE4 { width:17.5rem;height:7.87023125rem;top:200.98809051514rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpURDAcqqu319Z5pQ92RGrmaiR57d1ET { width:10.9375rem;height:2.374825rem;top:151.375rem;left:2.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR7aB2VK5QBAsDoLe1FEpSNpvspLastQ { width:11.25rem;height:4.375rem;top:150.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFtMTzzyelQUcrprPVt5el9m4Oqay7kJ { width:1.875rem;height:1.57404375rem;top:155.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrvAXAQmvgiTHSHFGB4niZfhFpm44wA { width:1.875rem;height:1.875rem;top:155.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnLl4pBc5QguxextI1wOL5SwKgXSTlqs { width:10.9375rem;height:2.374825rem;top:184.8125rem;left:1.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMw5gBD8WDlctVoMV5vwzK68ozdbqxB { width:11.25rem;height:4.375rem;top:183.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvGWyPztXogXC3ahAa6mtZ2Gfk5bqEg { width:1.875rem;height:1.57404375rem;top:188.9375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnChAo5HDFE4x2EPvaI9ifvOCeN37Tnd { width:1.875rem;height:1.875rem;top:188.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGte0uBOSdTJmHD9yeJHzoJPbnVV3SUA { width:20rem;height:13.0255625rem;top:215.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rp3TdTo8P1BMZze1gveSOXsJ6kacxf { width:20rem;height:22.5rem;top:266.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgJ4ZQEyZb9KJeZ0wwXn2DCqLVChp2s { width:11.25rem;height:4.375rem;top:228.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4QAEElJLAHE4iFvNZEDZQTcCs1k8tG { width:10.9375rem;height:2.374825rem;top:229.75rem;left:0.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5agBa55nM9276Zq0oZchEzcvJHFgFxg { width:1.875rem;height:1.57404375rem;top:226.4375rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BboQq462CakttJ7PeMgSerZ0ZWT0o7Zo { width:1.875rem;height:1.875rem;top:226.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDeSfqQRCSW2vF2gbPZD10ENlaIzEI5 { width:10.9375rem;height:2.374825rem;top:211.75rem;left:7.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4G3CiUgFB3UmLTE3VJ78dWtEUBVeFzG { width:1.875rem;height:1.57404375rem;top:215.875rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI7XFwADTxRWLSLF5s82k8D5ZeRor0zQ { width:1.875rem;height:1.875rem;top:215.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6ey5FRCW9yNvfHMyTCyVw82uH0bJE5 { width:11.25rem;height:4.375rem;top:210.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOA1lmsd3spVifCLzQHhTIw4IIopLDAA { width:17.5rem;height:23.61063125rem;top:234.37493896484rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxeh6wfe9ZegK6eqcvaPIhSA4lclsvmr { width:19.875rem;height:13.125rem;top:258.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p { display:block; }#rU37f4Sp0C5yg7HJDMwx11CLVpI94U5p > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs8KEKox6ncVa0ihR3PInpDIFaf1mbto { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAQcB3Wzy8TT6P4WS7p6KIFpxy6dbUvF { display:block; }
 }@media only screen and (max-width: 763px) { #Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 { display:block; }#Ti9VcaJGkBkWBduk4uvZTa74ZALT3y56 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxRXS85J69rTGtMw4RJhcOAVQXDt1hmm { width:20rem;height:14.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGauNgFNazZVf7C9XSXLJDRUgssaZ48c { width:17.5rem;height:18.88848125rem;top:19.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DRADStn3VVp2cWFZo09rKml73fGM5r { width:1.875rem;height:1.875rem;top:11.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUm00I3pcM5lTU8cM6d682V1gdqi50sc { width:1.875rem;height:1.57421875rem;top:11.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zVidOdnuEHTxnJztIdmbtiGJ8XvaH0 { width:17.5rem;height:11.5625rem;top:39.576171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZuK7eEpx7QkNXtPuKSZmew3wdKgpEw { width:11.25rem;height:4.375rem;top:13.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJStgKC3DMmyENrVwfV7OUGK0TfscGM1 { width:10.9375rem;height:2.375rem;top:14.8125rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXywocK0Tvw7BauElEULTH0nkar3chHl { display:block; }#TXywocK0Tvw7BauElEULTH0nkar3chHl > .row .container { width:20rem;height:137.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcTTJeXymwaKUhwgvoRdzifg0FBWe3M1 { width:20rem;height:13rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfAMtmPzVMtWi86Ib8oZZDNMLWkPUmmM { width:17.5rem;height:45.64723125rem;top:25.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqeDBTfoFGJ7JIXpVOvE6DvFqSPzoui { width:20rem;height:13.75rem;top:117.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFAiZqN4Cy6prgHsXn7rvXOxbFB337mb { width:17.5rem;height:40.92510625rem;top:72.77734375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMdxLvx5UH6Dz3ZxiuOdXO0p62bRTUM { width:16.6875rem;height:5.25rem;top:129.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMOXPiGBP05TKiBWUa70drmqTe8w85T { width:1.875rem;height:1.875rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaysrSx1SqkihVIbCURnk5C5pixNKhN { width:1.875rem;height:1.57421875rem;top:6.375rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSHtav77T44DuRi2Kr1g6ZPteqeMU8f { width:1.875rem;height:1.875rem;top:17rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3rlfvXl5MwwgaWWM78DJzTM3fL2cHhW { width:1.875rem;height:1.57421875rem;top:17.125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnsUMRsMD5Asv5JfwXI0sztBzxs8950G { width:1.875rem;height:1.875rem;top:17.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXt4W07lHTF8g79l2l2so9fSXilDIT0 { width:1.875rem;height:1.57421875rem;top:17.3125rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRATfRe8nluLUz7P2HZ8LNB96HihMnGU { width:1.875rem;height:1.875rem;top:119.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7U3BwwTqONpFANSsPQIXUDZ6PbG2D20 { width:1.875rem;height:1.57421875rem;top:119.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfzEQOJ7aQPwt9hsrMJ8J1qwgRNgMFZ { width:11.25rem;height:4.375rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srfG7nFHIUMv95SSyX8EsReKg8IoTQKh { width:10.9375rem;height:2.375rem;top:2.25rem;left:8.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aB7sO0T7iRU9O1mUVGz1zm9eXng9Fm { width:11.25rem;height:4.375rem;top:19.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3k6UoaIFi7GTf2ObD6tf01yKadJOsx { width:10.9375rem;height:2.375rem;top:20.625rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfoCHMAcyEc4zxXQP0IrAo8XotRpmO9h { width:11.25rem;height:4.375rem;top:114.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiIMVNDN4bShCfNiaRVAf0ih2lEA6Ph4 { width:10.9375rem;height:2.375rem;top:115.3125rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqI2HKgxtAKGgr0kreSZvUETXbIldKd { width:8.6875rem;height:1.05025rem;top:5.9375rem;left:10.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq { display:block; }#J6FisQpygLFCmMX7N5Mh8EQVJrtSDTtq > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpOCszwSo0ahAHSeuIgogDNPQRoATG80 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftqeAqpO6eZx1ICmFdg3UPeomIJoIozz { display:block; }
 }@media only screen and (max-width: 763px) { #encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN { display:block; }#encoLEPel7PBVUQSyIZ9fRTHR2vJ4XWN > .row .container { width:20rem;height:148rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9fVopxA6dc7bTJsW7Bi4wni2zgfeeqI { width:20rem;height:11.8rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yOGukrv5G4NOy1SV5dI7LOPct7Lg4c { width:17.5rem;height:56.66553125rem;top:27.424560546875rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCULTGCoTkPZzEf2inok9yTcvCx3rd4 { width:10rem;height:4.375rem;top:34.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4pfbeXm7WycbaGEJe366SeWuOJURkFd { width:10rem;height:0;top:35.374688148499rem;left:0.62482261657715rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wggcJ4TRDXhcmhTDgnNOIUpk4HgUNvhP { width:1.875rem;height:1.875rem;top:17.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSTZAV2AZdNy6zVOsKt5pG7GkhXylm4w { width:1.875rem;height:1.57404375rem;top:17.5rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVL8ACN5iDGvRnCdwTwkOiA3DE1PgDmD { width:10rem;height:0;top:39.125rem;left:0.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dB4nqnleXT6AP8LlOCuNdHiFwZZkkT59 { width:11.25rem;height:4.375rem;top:20.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZq6Rp4J0Smk37klGWFDH4iTKvUn42Df { width:10.9375rem;height:2.374825rem;top:21.375rem;left:7.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC2cenUZDJCUoEPbi9oKN5F9WQEZWZ7D { width:1.875rem;height:1.875rem;top:18rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2SkP2ZIDWgfbBzo07lTVd1E1eInB2B { width:1.875rem;height:1.57404375rem;top:18.1875rem;left:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoROWvpUtI1vxXQWWMwFcF7G6cOkN9Rv { width:10rem;height:1.05025rem;top:25.125rem;left:7.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BkZTLwu52kqb2VO6HVFO0cEToFdOHi0x { width:11.25rem;height:4.375rem;top:1.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHu7uy4bE94KkVog0NQL08doNmFTOrPf { width:10.9375rem;height:2.374825rem;top:2.8125rem;left:5.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXaJt9WWDVwzONFG97T9hoEq7Ot7DSC { width:1.875rem;height:1.875rem;top:6.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTB1DN86TBZ6QBXKf7GJcnvrumJ5QOK { width:1.875rem;height:1.57404375rem;top:7rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEpqTaSbLh9OaNv3lgqqTUMrCbd6OHp7 { width:17.5rem;height:11.5625rem;top:85.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC7fv0wf6xxpQ6MJctCcUgDJ9UZhlkoT { width:20rem;height:10.86825rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzHNeWrBZDW1t59SINaEiXiuHIioLK7 { width:17.5rem;height:28.33275625rem;top:111.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk1V6R1Tv1u3oNGXhLMmi2gVonVlbwnW { width:17.5rem;height:5.4375rem;top:140.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqQFTbPwlJyKmAWM1vcMTx2wcsoupHk { width:11.25rem;height:4.375rem;top:105.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9S6EhTeHe5geRhhtAPIwkAQ7wntDNU { width:10.9375rem;height:2.374825rem;top:106.625rem;left:0.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCw5BvtCswhtGOtubIsAG6zMco9vHmUN { width:1.875rem;height:1.57404375rem;top:103.3125rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9cVkxeL8uEU3aCpwUUTga8VGZTMWvxE { width:1.875rem;height:1.875rem;top:103.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXhgRbl2CtDi3GQt0x7W91zbmi39Ini1 { width:1.875rem;height:1.57404375rem;top:97.5625rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdsgafWmo0TK0dTnTFzs8fF40gAuZvr4 { width:1.875rem;height:1.875rem;top:97.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P { display:block; }#PETQIi9tKCDuDQNfNVTqhVoQUpZuWm9P > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT2slcJvnVWVHICWF9s2qzDNVCzHC49v { width:17.5rem;height:20.4625625rem;top:17.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3IXUUbDmX3ImR08i8l9yUnePIuiXfx { width:17.8125rem;height:10.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8AeegGabFEf6X3gVwDtFytJqi3GqqI { width:13.75rem;height:9.9375rem;top:38.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0klAEkbN9xOKkZXq3UNnsuLfsSrVRKJ { width:17.5rem;height:9.44423125rem;top:50.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHoPMcCc5roNkuNJbu7WIgMbceHisoOu { width:1.875rem;height:1.875rem;top:5.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJCak4FgNLVDwSudFhJRaReRtzwFWMS { width:1.875rem;height:1.57404375rem;top:5.75rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iboNk6OcbqmMcWDqrLdLiKmaZ694WI { width:1.875rem;height:1.875rem;top:47rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVXAU97mlzaRSs1BUZdf0snBtKlc5VX { width:1.875rem;height:1.57404375rem;top:47.125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M05v06B2zVAX4ufgwJbIf1M5LmmJiUVt { width:17.5rem;height:11.5625rem;top:60.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clCVBrd3M6W0PTKcPGfVu5B3OPDwEfIi { width:10rem;height:4.375rem;top:0.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pXXT6uXWlqzP7ELFcqwTUNIBy3D70C { width:8.5625rem;height:2.374825rem;top:1.625rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V { display:block; }#FweDfa2CdMbdmaEJcNwnpQ3fuL6RAL2V > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHadgNVx4V5KQ8NA4VouAkuwzv6ChXzh { width:20rem;height:12.6875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncT53mMlOMh1hNvrd7bVpioA3f5JPCbQ { width:12.6875rem;height:4.00035625rem;top:0.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZS8bRk7MKxxqZafTLl8moCESiVCBgZ { width:20rem;height:43.125rem;top:79.4140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9xP1ASXfPCwwCKhQq1wGRBHPJtPRtvN { width:17.5rem;height:7.87023125rem;top:34.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH4LXTrlk8vJIhSX0uObu3wKKM674Vo4 { width:17.5rem;height:7.8701875rem;top:44.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FzJunJuRzoOvP3gPmB44nBD54LTcZV { width:18.75rem;height:4.125rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6QOoWZ5nCXK48wfZ1OeWEe6kvu7Mq2 { width:1.875rem;height:1.875rem;top:7.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmruMiXwMqVFRMXyZ7xgI0s9tVNd5u4P { width:1.875rem;height:1.57404375rem;top:7.5rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLKBempJtlnZSkH5nB1fPRZNW0BS0R1P { width:1.875rem;height:1.875rem;top:14.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkQChDwDqeawSdSSTsbfI0qpoTnvqt1X { width:1.875rem;height:1.57404375rem;top:15rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odPRKq41VMRMQ8VTR4po1rDB02PB5RSs { width:8.75rem;height:5rem;top:27.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaUcpmfo1qadvNKoEIBIOdmmRuzr2erT { width:8.75rem;height:2.000175rem;top:28.75rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJO6XpGvChEF2avHaQLuKM3kCNCzf9w { width:8.75rem;height:1.05025rem;top:32.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agNiKcs94A7F2yDGQbOupqT5BC4aKx4h { width:8.75rem;height:3.8125rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZdLTiIPwdMyZLzxdV25menWy3hD7Z5c { width:6.9375rem;height:1.25rem;top:23.8125rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQHDc1PIifcBBc4iH1TF25wX0GlVQWL1 { width:6.875rem;height:2.000175rem;top:25.0625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHkkIKPnVHfEklwakgZTWWBHaHmRqTI { width:8.75rem;height:1.22514375rem;top:27.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxGHCptDl5FTO9evXAEsDLRHqFBgRnWM { width:8.75rem;height:1.22514375rem;top:30.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7RHRaUX7zeeChawU5uIiXuyJLSxbPr { width:8.75rem;height:3.8125rem;top:23.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK4L5TPefbT36ISSwzySHfRq3lHyxo8p { width:7.3125rem;height:1.124825rem;top:23.9375rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVlpZ3BVlr1AMEE8x2mXXGZLmdr9snZ { width:7.9375rem;height:1.7507125rem;top:25.0625rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl { display:block; }#PsANuxodC0NTtyGSVGCE0A2aLzWVtEXl > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wflQMa1dwutT7fJXyHka0Jz78GL92iWM { width:20rem;height:13.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NorIxxaRh72xdT8qGFqV3TVJJ8IcAwIo { width:17.6875rem;height:17.31448125rem;top:19rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtE1CqhafDB2ztZcnDiuAimGfmGTGVWW { width:17.5rem;height:13.5625rem;top:37.5654296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtR88mtwC3aALhRmyc37BStSdTJXxbG6 { width:17.5rem;height:13.5625rem;top:52.3779296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGbA55O3zHO8D7r4RoQXXbkPJTw5yd8O { width:17.5rem;height:4.19921875rem;top:68.4404296875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVrcLfJHOIsBhwk4aTHEmaaGdowqgPK { width:1.875rem;height:1.875rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRiuemVTMuCFsFmEP8tN5UTaB8d7lxp1 { width:1.875rem;height:1.57421875rem;top:6.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB0yZ78GbxHKTfirukWfJ9dz5Kwvsu1D { width:9.8125rem;height:8.5rem;top:73.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad3U1ZAVCIqqdLgG9VnTKRTBiBSbaJOH { width:11.0625rem;height:9.5625rem;top:80.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOTqxDBB9Te0J85rhh7ww75TMrpTxEn { width:11.875rem;height:10.25rem;top:75.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMOpMQCcdM8vTMIVTorXILJllpVcv1P { width:10.9375rem;height:2.375rem;top:2.25rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz8Iokn2ktAkpz3wiwebZIVBrkN6hpTr { width:11.25rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms { display:block; }#Eb5z7qlbyvNZyqxHCz9h06iQBZIcBpms > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByCypnlIEG6s763bG8H2HDVkWM5xm69E { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obvJWqly8KgHRysAhxLfqHuk078w7KBT { display:block; }
 }@media only screen and (max-width: 763px) { #zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { display:block; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR { background-color: transparent; background-image: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container > .video-iframe-container { display: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row > .video-iframe-container { display: none; }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .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); }#zBNbPhiQoSoHUduhTvN48oV5ev92J2OR > .row .container { width:20rem;height:29.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TspX68yqozi6eBSSOuMHoIUxOE95ElqG { width:14.875rem;height:5.252125rem;top:21.9375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gou5resR7B000dcFid0XycJZ6X8mNldh { width:17.5rem;height:6.56515625rem;top:6.3125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAGXF1kdtaF5u7uPWXxqGroEictVEnPK { width:17.5rem;height:6.56515625rem;top:14.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIdiS2VgUQapvBWEqOBp2Owq1tUHzgi3 { width:17.5rem;height:2.125rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { width:17.5rem;height:11.8173125rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:20rem;height:2.8125rem;background-color:#d11f1f;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { width:18.3125rem;height:1.31303125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }