.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3995af-80c9-4a46-a5f9-1c26b5ebc514/Couchliebe_LandingpageBilddaten_Hintergrund.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: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg { background-color: transparent; background-image: none; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row .container > .video-iframe-container { display: none; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row > .video-iframe-container { display: none; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .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); }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg { border-width: 0; border-radius: 0; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row .container { background-color:#ffffff;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:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pCL8fTRX4ActosQn10ao8KttDGopGZVL { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4062501192093rem;left:60.3125rem;display:block; }
#RM3oDpCKBUQqkZnZEh8CpzBvA4zuflHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1Rd77pzWQsfZHbcSOe3UyF1uCq0RHEn { 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:5.5625rem;width:15.25rem;top:0.34375rem;left:2.875rem;overflow:hidden;display:block; }
#VmBfN3L9tM2UwB6bHtu0zZhFNJvuVdzz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:12.874375rem;top:1.1241320371627rem;left:31.062286376953rem;overflow:hidden;display:block; }
#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK { position:relative;display:block; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK { background-color: transparent; background-image: none; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row .container > .video-iframe-container { display: none; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row > .video-iframe-container { display: none; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .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); }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK { border-width: 0; border-radius: 0; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .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; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .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:6.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; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV { position:relative;display:block; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV { background-color: transparent; background-image: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container > .video-iframe-container { display: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row > .video-iframe-container { display: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .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); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV { border-width: 0; border-radius: 0; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .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; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da1f7190-3b0b-4a8e-b1a6-653a1ed7c554/Couchliebe_LandingpageBilddaten.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:45rem;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; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.adaptive-delivery-prevent-bg, #v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.lazyload, #v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.lazyloading { background-image: none; }#c504e4678654142daaa1a907385d02c0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:31.5625rem;top:1.3009948730469rem;left:2.1245670318604rem;overflow:hidden;display:block; }
#J9396ecc107ec9fe34b57f7be0d4f22d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:23.8125rem;top:22.061630249024rem;left:49.124355316162rem;overflow:hidden;display:block; }
#b30fbfae8ebfdd2680690679be4dc741 { box-sizing:content-box;height:6.75rem;width:46.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:35.186630249024rem;left:12.061634063721rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#dd5c75686c11f69b01bc859cfd30e32b { color:#000000;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.874557495118rem;left:13.374568939209rem;height:5.2rem;font-style:normal;display:block; }
#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF { position:relative;display:block; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF { background-color: transparent; background-image: none; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row .container > .video-iframe-container { display: none; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row > .video-iframe-container { display: none; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .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); }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF { border-width: 0; border-radius: 0; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .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; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .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:43.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ibb8d595fd2182b01adaa2858f962807 { color:#000000;display:block;width:63.125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.1250019073486rem;height:4.875rem;font-style:normal;display:block; }
#O1b79257c86f51d7f4526dc72d5fd67e { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:9.873046875rem;left:3.1250019073486rem;height:29.4rem;font-style:normal;display:block; }
#v153d872b7e466b2631a7eceae160717 { position:absolute;display:block;z-index:15002;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:18.3125rem;width:20rem;top:9.873046875rem;left:51.875003814698rem;overflow:hidden;display:block; }
#k0a8b8b2e8f62c924f43e762edfe3b02 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:19.5rem;top:30.683609008789rem;left:51.875003814698rem;overflow:hidden;display:block; }
#dec8035e14136e23c8e0cfc734955fc6 { position:absolute;display:block;z-index:14999;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:32.5rem;width:32.5rem;top:1.6525611877441rem;left:24.319664001465rem;overflow:hidden;display:block; }
#f902a732c08bd6c77ab8263fcd97a666.widget-smartsection { position:relative;display:block; } #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection *:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="text"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="email"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="tel"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection textarea:focus-visible { outline: none; } #LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ { background-color: transparent; background-image: none; }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row .container > .video-iframe-container { display: none; }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row > .video-iframe-container { display: none; }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .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); }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ { border-width: 0; border-radius: 0; }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .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; }#LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:26.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; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { position:relative;display:block; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { background-color: transparent; background-image: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container > .video-iframe-container { display: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row > .video-iframe-container { display: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .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); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { border-width: 0; border-radius: 0; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .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; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#a551b2e4fa82910d3d4033c78ff841d7 { color:#ffffff;display:block;width:67.4375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.1250019073486rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fafd45aa5014a1a21a0bd339318ab78a { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:15.375rem;left:4.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#S5c5c9c75bdc2c608d57e7d0a24d4e61 { box-sizing:content-box;height:3.125rem;width:6.6875rem;position:absolute;display:block;z-index:15004;background-color:#9f2b26;background-image:none;top:13.5625rem;left:51.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#gc589423a0639ac0b062e62066424282 { color:#ffffff;display:block;width:6.18706875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14rem;left:51.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0c3f36190d04ad69c4b174c53cf258f { box-sizing:content-box;height:3.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#9f2b26;background-image:none;top:13.5625rem;left:17.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#ecf3d51e81997178433580a877b64aa0 { color:#ffffff;display:block;width:6.18706875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:17.6875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idc2a5305ff2bf8c342ef86899268355 { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:15.375rem;left:21.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#Sa7c717474095ee8b79c31b2fb12d96d { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:15.375rem;left:38.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#Id4a9a977c38f550a6e5525c0db09167 { box-sizing:content-box;height:18.75rem;width:15rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:15.375rem;left:55.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#sf09445ab82c58af3feb2d1ccb2c5b63 { box-sizing:content-box;height:3.125rem;width:6.6875rem;position:absolute;display:block;z-index:15006;background-color:#9f2b26;background-image:none;top:13.5625rem;left:34.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
#p0205890b92bac2d343b498a0466e590 { color:#ffffff;display:block;width:6.18706875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:34.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ged3e8eb3a2e0109af7deaf81b32e2d4 { 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:12.375rem;width:13.5625rem;top:16.311851501465rem;left:5.3743515014649rem;overflow:hidden;display:block; }
#q02d57bd32c02a8419c9e59954f98ded { 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:12.375rem;width:13.5625rem;top:16.273872375488rem;left:22.250434875488rem;overflow:hidden;display:block; }
#s9298191955b01d315e5e5d432d58332 { 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:12.375rem;width:13.5625rem;top:16.273872375488rem;left:39.125438690186rem;overflow:hidden;display:block; }
#a0d93fbc5799c18c6dcb6235ffe92a46 { 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:12.375rem;width:13.5625rem;top:16.273872375488rem;left:56.000438690186rem;overflow:hidden;display:block; }
#V4708c19295dcf4877049f95c6959ed8 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.372833251953rem;left:5.3125rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ad9f7df9f1df082c2dee7beeb9dcb755 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.372833251953rem;left:22.187503814698rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1d15a57a4f4f9615f8679303712d28b { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.372833251953rem;left:39.062503814698rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1c1a9b2cb34df75e444bb671a3ecd45 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.372833251953rem;left:55.937503814698rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2d038c3977d4072f7e6e2eb0580d3a6 { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.561417579651rem;left:28.750003814698rem;display:block; }
#a42b8f295fee67f42a6caa739fe4b381 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9039a1e881c9f775999bc4fe5b70ea4 { 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:5.24956875rem;width:18.8748125rem;top:41.311851501465rem;left:8.0685768127444rem;overflow:hidden;display:block; }
#E74e7006cc188610032e477281d16eeb { color:#ffffff;display:block;width:67.436875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9980473518369rem;left:3.1250019073486rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1cb70979f879bd1515ed4ab275f13f8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:20rem;top:40.254993677139rem;left:50.630428314209rem;overflow:hidden;display:block; }
#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 { position:relative;display:block; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 { background-color: transparent; background-image: none; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row .container > .video-iframe-container { display: none; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row > .video-iframe-container { display: none; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .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); }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 { border-width: 0; border-radius: 0; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .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; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f2b26;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#H9e1ee90d1e815ee8c51595ea66b71eb { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbe95603eb5a4417dcf477d3c6c45b46 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:6.375rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#I4544mng665Af0m4iiBAQaRqidTUPaHd { position:relative;display:block; }#I4544mng665Af0m4iiBAQaRqidTUPaHd { background-color: transparent; background-image: none; }#I4544mng665Af0m4iiBAQaRqidTUPaHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row .container > .video-iframe-container { display: none; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row > .video-iframe-container { display: none; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .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); }#I4544mng665Af0m4iiBAQaRqidTUPaHd { border-width: 0; border-radius: 0; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .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; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:89.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; }#e98512472a6dfba495d0f2f3e91e08ad { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#f877b2187784514195e4443e01c0d226 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.625rem;box-shadow: none;display:block; }
#h165639013576eaaea300b317ac738b0 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d73ced080632edaa4b9dd3796b99f39c { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.124788284302rem;left:46.875003814698rem;height:2.35625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Md346459e02c767b40aa1c0159e4d27e { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#dcce08b08ea90cac0ee7e68c477cb5c0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:39.6875rem;top:55.62327003479rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#a2b0ac23cfff9d54f4323a67a25c3fdd { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.4375rem;left:50.625rem;height:1.8375rem;font-style:normal;display:block; }
#V0b5233f78c80140ccdfe763e474e61d { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.1875rem;left:46.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2643e5f3e9bc921ad9e82de5c5ac0e0 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.8125rem;left:45.6875rem;box-shadow: none;display:block; }
#c3417dbd200fa10198938a7d2b9d50ad { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.4375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X125549080cb7a47a93569a7ba9b6308 { box-sizing:content-box;height:9.1875rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.312133789062rem;left:45.686855316162rem;box-shadow: none;display:block; }
#f85a3d1003119cc0ceca1760204ea47f { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.25rem;left:46.9375rem;overflow:hidden;display:block; }
#t6174e7b077abb70dadcd298a47b6be3 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:58.75rem;left:50.624355316162rem;height:3.675rem;font-style:normal;display:block; }
#I36559bfd4441f444ff9983cf38c5d17 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:58.562377929688rem;left:46.937282562256rem;overflow:hidden;display:block; }
#g1427bb63b0abf85b91f7c4bb4c81b10 { color:#000000;display:block;width:34.436875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:85.0603351593rem;left:3.1250019073486rem;height:1.8375rem;font-style:normal;display:block; }
#G40a7672ad7827fff5a4c3114aa19b74 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:65.375rem;left:45.6875rem;overflow:hidden;display:block; }
#pde9d4d252457c29844c4fabb0ce5df1 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:85.0625rem;left:45.6875rem;height:1.8375rem;font-style:normal;display:block; }
#f5cd42c5b66977ab007da65a0c27b22f { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#Tccec240c5d01335f92bee93dc7e7b3a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq { position:relative;display:block; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq { background-color: transparent; background-image: none; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row .container > .video-iframe-container { display: none; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row > .video-iframe-container { display: none; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .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); }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq { border-width: 0; border-radius: 0; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .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; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:109.118125rem;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; }#e077b2ff6888882a8853f97301474efd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#bced35e80755581864bd5cc8c5272baa { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#h97ed84ba662bab4ca244f7ac17b7595 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:40rem;top:65.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#ad1a8357d3f13e3ee006a1161747f1ca { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:58.375rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#edf80f579af9149d02b261f56403d852 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:54.75rem;left:45.6875rem;box-shadow: none;display:block; }
#ud7204ddc4de4a52cf012dabd1d00aee { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:55.375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc2b1c1af3905ce94d9efb3c19c32c01 { box-sizing:content-box;height:21rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:57.25rem;left:45.6875rem;box-shadow: none;display:block; }
#f85e401a6ee354b72df097a1c61e74e8 { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:58.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#s73a5a26b96875bc1b773f8effb0e56e { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:63.25rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#a4908db116927ef84bb95ab58cbc4952 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:63.0625rem;left:46.9375rem;overflow:hidden;display:block; }
#nbf01ca29aa4641bab7111983f78f139 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:69.8125rem;left:50.625rem;height:7.35rem;font-style:normal;display:block; }
#e60582e4ecfe57387579d2c4f09b7bb0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:69.625rem;left:46.9375rem;overflow:hidden;display:block; }
#ac6e8956313f85d75132a9daf01ee0cd { color:#000000;display:block;width:21.3748125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:102.8125rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#af95935808c4449cca592faad2174979 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:80rem;left:45.6875rem;overflow:hidden;display:block; }
#Q661cb91bf2d231365c51dc706aa1298 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:99.6875rem;left:45.6875rem;height:3.675rem;font-style:normal;display:block; }
#J1b9a319ccf2fcc8d6db275cb0ff75af { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#z43f405e476a8ef39fde8d5568940e6a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#E4abc2ba6880168376becd8044157204 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:15.75rem;top:58.850914001465rem;left:28.623050689698rem;overflow:hidden;display:block; }
#w6ee370c2df1d28dc5dd671b048309a8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:34.004994392395rem;left:3.7500019073486rem;overflow:hidden;display:block; }
#H2abe97fc2e1dbb5b67e237fed970dde { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.985680580139rem;left:10.3125rem;overflow:hidden;display:block; }
#W1128ed97c1dff64d261969ff074fb28 { box-sizing:content-box;height:10.375rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#9f2b26;background-image:none;top:53.5625rem;left:3.125rem;box-shadow: none;display:block; }
#da0b1477c282f6b5556bf6a2cd0237bb { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54rem;left:4.375rem;height:5.0371125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pb98486ad62cd2d584d3d8dfe8fae6ee { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:59.3125rem;left:9.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Te158a704064f8cef9b9613a8e19ff82 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:60.6875rem;left:4.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ka81ad4de523f080457d81ae3ab8b79d { box-sizing:content-box;height:10.375rem;width:26.25rem;position:absolute;display:block;z-index:15010;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#t328976c2e96f8eb633e7d7e206e38d3 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:5.0371125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C5afe86ac6dff756ba9bc3da052362a4 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:48.25rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P191b77aec579eb3c0b92fbf5b57177e { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:49.625rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw { position:relative;display:block; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw { background-color: transparent; background-image: none; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row .container > .video-iframe-container { display: none; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row > .video-iframe-container { display: none; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .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); }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw { border-width: 0; border-radius: 0; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .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; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:98.555625rem;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; }#Sf81c78af8c2cac389e10a7511449ed4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:68.5rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#cf0bd40f991f2f9dc94291de91e080ac { box-sizing:content-box;height:8.4375rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.686855316162rem;box-shadow: none;display:block; }
#z09caeffb94603958981e0c9f9b9fcf6 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:46.062286376953rem;left:52.124568939209rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fbffa5f0bcb94ce6d6f79ec378541b1e { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#s4c27d7a26706f9cf3531a94b5919ed6 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#d2d228cfd83a4b1043d21f7782cfb548 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.5rem;width:40rem;top:48.373483657837rem;left:0rem;overflow:hidden;display:block; }
#a70c6bbc0822b2fee9ea54faf3280f6d { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.437072753906rem;left:46.936855316162rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M75a3ac4d671cedaecd8ad1238d96a94 { position:absolute;display:block;z-index:15007;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:11.3125rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#h96c7e1ecc379376b072f0d4e22ae917 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:52.8125rem;left:45.6875rem;box-shadow: none;display:block; }
#e0980977453b13814eb2f7190a546282 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:53.4375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ce47d7dca84ab075a8083529cb4b1e59 { box-sizing:content-box;height:15.25rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:55.3125rem;left:45.6875rem;box-shadow: none;display:block; }
#x2149e3f3d51c1035b86bdb128b14901 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:56.4375rem;left:50.625rem;height:1.8375rem;font-style:normal;display:block; }
#cb98c9b3b9e5dc2d3072ebbd7087e94f { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:60.375rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#K3c566d51c892ed1f71c9681a970d1d2 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:65.375rem;left:50.625rem;height:3.5rem;font-style:normal;display:block; }
#fc4bd1414acc374ee22e7742656ce135 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:56.25rem;left:46.9375rem;overflow:hidden;display:block; }
#w90985409553cf36a6fb314fe7a82a1a { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:60.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#e34b5653f0d67f569e33ba971b504137 { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:65.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#ra8003dab78afa8e621d7f787f1b4631 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.75rem;left:66.319446563719rem;overflow:hidden;display:block; }
#p7k8ysKlmvV7XoMg2SRuKmeVfD4eIzli { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:52.812501907349rem;left:22.380645751953rem;overflow:hidden;display:block; }
#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D { position:relative;display:block; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D { background-color: transparent; background-image: none; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row .container > .video-iframe-container { display: none; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row > .video-iframe-container { display: none; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .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); }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D { border-width: 0; border-radius: 0; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .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; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:102.055625rem;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; }#X62d4b97bd10d510ac389194b3a164f4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#uf850c6bcdd281ecc6ba02bac9a2c143 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.500001907349rem;left:45.625003814698rem;box-shadow: none;display:block; }
#d203ecf8d765c9958005f918561e4ff7 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.749784469604rem;left:52.061634063721rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3527f01a9524b64ea6c83dbe0428709 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.937284469604rem;left:46.875003814698rem;height:2.51855625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ced0df8b3ac020e4532d4fe79e8478ed { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#Pa39891bf6c2159d3913dbc1765bf1e7 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.437286376953rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#b46a4a5a90211a754a28b6d944094eec { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.187501907349rem;left:46.875003814698rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eb67dd5a42684c690dc71d959c04429c { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.812067031861rem;left:45.686855316162rem;box-shadow: none;display:block; }
#ebd0e0643504306661f9c40291a3349d { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.437067031861rem;left:45.686855316162rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb9e1a535d1824bbbf14b8d61dbde17b { box-sizing:content-box;height:13.3125rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.30989074707rem;left:45.686855316162rem;box-shadow: none;display:block; }
#S00221213c1169c7afbed4f3382052ab { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.249567031861rem;left:46.936855316162rem;overflow:hidden;display:block; }
#f8552efe65621e8720f61f8749ca7c39 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.811630249024rem;left:50.562068939209rem;height:3.675rem;font-style:normal;display:block; }
#fbb58569a35f070ae888c6a4c3da80f7 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:59.625rem;left:46.875003814698rem;overflow:hidden;display:block; }
#dad5f6865982031c516dee0500e201a1 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:64.1875rem;left:50.562068939209rem;height:1.8375rem;font-style:normal;display:block; }
#a452efffe13507230486b3892fc84b67 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:63.99978637695rem;left:46.875003814698rem;overflow:hidden;display:block; }
#c889a8d771c4ee5594673e5851ee59bf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#e31b95cbdb8db64e69485838ce937f9d { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#DHRbwpEpoIsa6p1AbC9S6KJ8QQDpxch3 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:94rem;left:45.5rem;height:3.675rem;font-style:normal;display:block; }
#CXBNd7Hvp1EwFH16mPhg1pA5ra4DLann { position:absolute;display:block;z-index:15009;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:29.0625rem;width:40rem;top:51.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#XPibvxwdQnr7hpGvLKALG3vLSWXozfTT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:26.25rem;top:69.5rem;left:45.5625rem;overflow:hidden;display:block; }
#T5zu1Xr77nmLH7qJLyTGTHNsthyrP7Uv { color:#000000;display:block;width:21.3748125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:81.499546051025rem;left:3.1250019073486rem;height:1.8375rem;font-style:normal;display:block; }
#NvsQgnTCCf4VcwTgbEvefL3NTiFRpCL4 { position:absolute;display:block;z-index:15002;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:26.25rem;width:26.25rem;top:73.5558052063rem;left:24.375003814698rem;overflow:hidden;display:block; }
#bch8rBV4nydn5cB8rVXDFmDq4SrVpLtT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.379993438721rem;left:64.631076812744rem;overflow:hidden;display:block; }
#octlVw5GRSMpDbLqey8yP2vceLmnwNlu { position:relative;display:block; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu { background-color: transparent; background-image: none; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row .container > .video-iframe-container { display: none; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row > .video-iframe-container { display: none; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .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); }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu { border-width: 0; border-radius: 0; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .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; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#q9zpZmdWoGJ1O6qPIH3Uf753wPb2Th7T { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#EsqcyGQ7oPQLGZKaH3yzKt3iS7HiRieb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS { position:relative;display:block; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS { background-color: transparent; background-image: none; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row .container > .video-iframe-container { display: none; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row > .video-iframe-container { display: none; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .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); }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS { border-width: 0; border-radius: 0; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .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; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f2b26;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#a36271fd0626066a10af620ef01eff29 { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fe4c97bded7b99e38a2dbe27cbc8f923 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.375rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk { position:relative;display:block; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk { background-color: transparent; background-image: none; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row .container > .video-iframe-container { display: none; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row > .video-iframe-container { display: none; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .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); }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk { border-width: 0; border-radius: 0; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .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; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90.930625rem;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; }#Qb4b1060c1d1e897e385978e3b248432 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#a3e968711299240231f57592ca193706 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#cf2c8d52d507b513c8f20f904b19cd11 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q54479619c3bc81b4ed2f27da403378e { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aa4522ea5c484cc67a6561d35bdca78a { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:5.5125rem;font-style:normal;display:block; }
#Tccd93817ea92d94268791b5d5d9d7b4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:40rem;top:50.0625rem;left:3.125rem;overflow:hidden;display:block; }
#qa5e0e3fede40fbb3d01abcccbcd0fad { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#af9f74df9118198d1c8da6cb114626f7 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:79.75rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#d0313ea6544a8814dbd5e44e7ced5654 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:66.875rem;left:45.75rem;overflow:hidden;display:block; }
#fff652ad1787d9a30e9d27fa84aacc43 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:86.5625rem;left:45.75rem;height:1.8375rem;font-style:normal;display:block; }
#e1733e4fc9575251a9bcb9c7bc8567cf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#V4b84159c8449ba877e0a0ca7b121e9c { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.9375rem;left:65.0625rem;overflow:hidden;display:block; }
#t6368a00c740278eee2dea5a17de8067 { position:absolute;display:block;z-index:15007;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:11.436625rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#I82bcef433f76dac6d079c74758ee11d { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:51.875rem;left:45.6875rem;box-shadow: none;display:block; }
#ae0b7d3b77b2cc06c6410ccf9de2f2ba { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:52.5rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9e42d8e49b56f0bf89fba1490fb34d5 { box-sizing:content-box;height:10.625rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:54.375015258789rem;left:45.686855316162rem;box-shadow: none;display:block; }
#c2888b6263da817d45a2dacab291ecb4 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:55.5rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#N93f02a802fb7427c715298c225f9bf3 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:59.875015258789rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#ka0c93b2deffaafa802557e0dbe63d51 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:55.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#r2a0eb74185906a4d795e24a20131c6a { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:59.687286376953rem;left:46.936855316162rem;overflow:hidden;display:block; }
#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV { position:relative;display:block; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV { background-color: transparent; background-image: none; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row .container > .video-iframe-container { display: none; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row > .video-iframe-container { display: none; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .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); }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV { border-width: 0; border-radius: 0; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .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; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:110.868125rem;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; }#de04e708e584dd495cae6ec3bb1f1e1b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#O56ff293d653800ff4d05682c90e2882 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.500001907349rem;left:45.625003814698rem;box-shadow: none;display:block; }
#T695837c28f9551cdbac9d1e2011f6b4 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.749784469604rem;left:52.061634063721rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r259d266e0da84229bf350e1ad4e409a { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.937284469604rem;left:46.875003814698rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C9c22bf0c4541efb8518366efc13b867 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#t6f619e875fd6116d848bffaad9c3f14 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:39.8125rem;top:54.3125rem;left:3.125rem;overflow:hidden;display:block; }
#c125ff3cd84b446f408b7a407f1667ac { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.437288284302rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#f2c3862fe31574bfafdd004f79a0b686 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.187501907349rem;left:46.875003814698rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cd2a03ff1ecd13876032ebe11309ca59 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.812067031861rem;left:45.686855316162rem;box-shadow: none;display:block; }
#Q4ae8a96e0ba626fda22db5620de5d1b { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.437067031861rem;left:45.686855316162rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d69fc1e7693d2fabf7104e288cbfbeff { box-sizing:content-box;height:15.3125rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.312072753906rem;left:45.686855316162rem;box-shadow: none;display:block; }
#b1941b4f96f1c548a1a009c3e440dbc0 { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.249567031861rem;left:46.936855316162rem;overflow:hidden;display:block; }
#b9a1d6372de010adbad0ed659029b1d8 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:60.124786376953rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#x6f7e63182841469e15080e3452bc293 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:59.937072753906rem;left:46.936855316162rem;overflow:hidden;display:block; }
#b01d0e010fa4f48a2893b42726a2fe99 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:64.562072753906rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#m86a1aa2f357297dc9962cc57738c609 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:64.374359130863rem;left:46.936855316162rem;overflow:hidden;display:block; }
#f79faea6a28667884127a110e8e83eb5 { color:#000000;display:block;width:34.436875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:83.9375rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#f410e1a23994ce9bb3bc6adaccc1726b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:71.5rem;left:45.5625rem;overflow:hidden;display:block; }
#Pf1be966b73b68ebe979773e2a95a364 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:91rem;left:45.4375rem;height:1.8375rem;font-style:normal;display:block; }
#Tf86f5dcc964cae31e7698848e78c4df { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#ae439c6473b4252efa18dca98e5765e5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#Gwp2zGdwJTSObH4MDkACBa1Fgh5thfnS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:87rem;left:3.125rem;overflow:hidden;display:block; }
#IXRigwSlDC6RHW0fUUytfv4GQMRFmz8N { 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:26.25rem;width:26.25rem;top:83.247615814206rem;left:31.998699188233rem;overflow:hidden;display:block; }
#SON9MJuZR8yLMQHxOlPCxhkP2s5srlTa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.375rem;left:64.625rem;overflow:hidden;display:block; }
#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 { position:relative;display:block; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 { background-color: transparent; background-image: none; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row .container > .video-iframe-container { display: none; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row > .video-iframe-container { display: none; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .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); }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 { border-width: 0; border-radius: 0; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .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; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:125.680625rem;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; }#s7237a9ab591449db0b32bfafc12a19c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#bc120c6ef2a5abc9e74d44030a085288 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#Ha608f2066b2a3f94ec21699b674ff4b { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a75f8374623b2f4a50ad07d6a2ebab3c { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xf7f5a4118501460729310181475f42f { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.5rem;left:3.1250019073486rem;height:11.025rem;font-style:normal;display:block; }
#Tf272f522bcf00699c17f54e299878a8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:40rem;top:55.375rem;left:3.125rem;overflow:hidden;display:block; }
#a0695be28e301d3ad324348f0452c4b4 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4c611882d2be962a2ea49f567ffa79e { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:85.0625rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#H329fbad7e9d99d0df650bd73099600e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:77.9375rem;left:45.6875rem;overflow:hidden;display:block; }
#Kd14372545709e34ca264233c47d702f { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:97.625rem;left:45.6875rem;height:1.8375rem;font-style:normal;display:block; }
#q968e4a6b2340a68add9c541f7bfdabb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#c398c8683021d8015c6971d22b2882d2 { position:absolute;display:block;z-index:15009;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:28.9375rem;width:39.8125rem;top:88.8125rem;left:3.125rem;overflow:hidden;display:block; }
#d22a44a3e987bb5245d86730aa9c0e77 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:118.4375rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#P627d0f3b5b72efa4a58698f60228a90 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:101.3125rem;left:45.5625rem;overflow:hidden;display:block; }
#wbafba76bbc807d207ba03f98c44d405 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:121rem;left:45.5625rem;height:1.8375rem;font-style:normal;display:block; }
#X2dfbdc5be3b611c788baededb7d2875 { position:absolute;display:block;z-index:15007;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:11.436625rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#abed53ca1628bdf9f451014827ef89bf { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:51.875rem;left:45.6875rem;box-shadow: none;display:block; }
#da681404797c72e8397b85ffb9dc3990 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:52.5rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f65444e814c2d76808fa13adf54217f4 { box-sizing:content-box;height:21.25rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:54.375rem;left:45.6875rem;box-shadow: none;display:block; }
#ce680e0b96ceafd2f5148585bf620472 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:55.5rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#qa0353f52ea2f7804ceeff751e0efa7d { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:62.1875rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#b8763af5776885200e54c36856f0fc59 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:68.875rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#c9d545402e616de539d6f99d33a03e39 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:55.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#Dea3f90192514a3b44c21418abe53163 { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:62rem;left:46.9375rem;overflow:hidden;display:block; }
#h53ac85d6e50bdf6bfdb2b95f1d60a24 { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:68.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#ge823cc133e56d5ef499ee5cce459e45 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:32.694228887558rem;left:63.819446563719rem;overflow:hidden;display:block; }
#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH { position:relative;display:block; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH { background-color: transparent; background-image: none; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row .container > .video-iframe-container { display: none; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row > .video-iframe-container { display: none; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .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); }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH { border-width: 0; border-radius: 0; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .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; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:70.125rem;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; }#ub2edbe8b6ba4b1ea37fba34eb2f30fd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#Lf2d5647462f2fe86a456a7d4cb59a0e { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.500001907349rem;left:45.625003814698rem;box-shadow: none;display:block; }
#ta2aa6ab4d6aaf23670a8d53dda4d7bc { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.749784469604rem;left:52.061634063721rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bee3281adceff8ac44731fe622b686a3 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.937284469604rem;left:46.875003814698rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#U7e25044410a8e4fb97260c2af1971ce { color:#000000;display:block;width:40.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.5rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#Q47833bb1ff204cc4b21a4a15c04c958 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.437286376953rem;left:50.625003814698rem;height:3.675rem;font-style:normal;display:block; }
#Cc201c849b82fed53321a470acfd9613 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.187501907349rem;left:46.875003814698rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3df673d78b487e1be8f1ff37c895169 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.812067031861rem;left:45.686855316162rem;box-shadow: none;display:block; }
#Z16fb1516d18fa0cc7c809277e06530f { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.437067031861rem;left:45.686855316162rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m97f3c3eebaf0bb5ec41fd4421e16cc1 { box-sizing:content-box;height:12.5625rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.309875488281rem;left:45.686855316162rem;box-shadow: none;display:block; }
#c89be2c9173ba526a74332afa209f1a5 { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.249567031861rem;left:46.936855316162rem;overflow:hidden;display:block; }
#c842a627c90a29e67ca4cd6168aff216 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:60rem;left:50.5625rem;height:5.5125rem;font-style:normal;display:block; }
#m80d9c87fcac9379f6a4c446dd1fa58f { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:59.8125rem;left:46.875rem;overflow:hidden;display:block; }
#y3994010aee40dd88a9842e005ecbdce { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#w7c2e853c9d96d6a05bb5e77d6645ecb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#Sda64ee56afcade1a802cd7d048efcf7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:41.314453125rem;left:19.4375rem;overflow:hidden;display:block; }
#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 { position:relative;display:block; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 { background-color: transparent; background-image: none; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row .container > .video-iframe-container { display: none; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row > .video-iframe-container { display: none; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .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); }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 { border-width: 0; border-radius: 0; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .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; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#KohM4sUGAhCpsdyBF2MCGzkFxPVQ0stR { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#tlhgBx5HzUCgAgSzidmIrwMazsO30qmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOM6nKaWgMigTId7dufvopdwOsfxD2bg { position:relative;display:block; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg { background-color: transparent; background-image: none; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row .container > .video-iframe-container { display: none; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row > .video-iframe-container { display: none; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .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); }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg { border-width: 0; border-radius: 0; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .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; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f2b26;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;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; }#w5f064f1911ec65db80aa1c9be31e02a { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.375rem;left:3.125rem;height:5.5125rem;font-style:normal;display:block; }
#a566b5e8d490ab67b36d47dd1be52064 { color:#ffffff;display:block;width:54.9370625rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x { position:relative;display:block; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x { background-color: transparent; background-image: none; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row .container > .video-iframe-container { display: none; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row > .video-iframe-container { display: none; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .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); }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x { border-width: 0; border-radius: 0; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .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; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:97.930625rem;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; }#d8ddf1e2f584bc5aa0ee2cbe6bfa0a23 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#T18a2b7f38075e992d141e076602ef1c { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:39.375rem;left:3.125rem;height:11.025rem;font-style:normal;display:block; }
#c3e26f0298b0ed14e304b6aa4b90567c { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:40rem;top:52.25rem;left:3.125rem;overflow:hidden;display:block; }
#w4883c73a22465746cb4afd97dac597f { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:81.936851501462rem;left:3.1250019073486rem;height:3.675rem;font-style:normal;display:block; }
#c0c8566bdedf4ad828617b71b3f2ba1d { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:70.875rem;left:45.6875rem;overflow:hidden;display:block; }
#Q115845ca11dfe143f2891db528a0166 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:90.5625rem;left:45.6875rem;height:3.675rem;font-style:normal;display:block; }
#r8850987377b11f256508d868d79fc3b { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:48.75rem;left:45.6875rem;box-shadow: none;display:block; }
#d1f5331ddd3036b9775f0c3674962556 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:49.375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sab1785a1ccfbcd638a1a8b5ff17283c { box-sizing:content-box;height:17.75rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:51.25rem;left:45.6875rem;box-shadow: none;display:block; }
#I94ef1ce932c3b48e00e0225744f8d6b { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:52.375rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#a6432e4cc87ec61c2e452883c979892a { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:57.5rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#I5e508972e28ab20aa744b18888fc40f { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:62.4375rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#df9afe426f7995f2b7a9298186ab196d { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:52.187503814698rem;left:46.936855316162rem;overflow:hidden;display:block; }
#b3f5a1d327f45017ce0b64278a5a33df { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:57.312286376953rem;left:46.936855316162rem;overflow:hidden;display:block; }
#e221c6766da290ba74b437bb5e06870f { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:62.249351501465rem;left:46.936855316162rem;overflow:hidden;display:block; }
#Fc65c9a6fb5f0f74f328e7acab238f0e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.7499885559082rem;left:67.256946563719rem;overflow:hidden;display:block; }
#rac3795c9ca6bc6e392cbea370992c94 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:31rem;left:10.3125rem;overflow:hidden;display:block; }
#E8f1a5a64b1c6eb41f9ba70d9702acac { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#9f2b26;background-image:none;top:39.375rem;left:45.6875rem;box-shadow: none;display:block; }
#U14526f376b341c056e0d9472595de79 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.8125rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Vd57eeb50dc6c368402a49db49878dd5 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:42.625rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1d584ea468fe2649ce4e4790bbfdd3f { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:44rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybf9fb084180f5b94aa8803d808cd629 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:31rem;left:3.75rem;overflow:hidden;display:block; }
#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 { position:relative;display:block; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 { background-color: transparent; background-image: none; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row .container > .video-iframe-container { display: none; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row > .video-iframe-container { display: none; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .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); }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 { border-width: 0; border-radius: 0; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .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; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:100.930625rem;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; }#T56665f1668b250b24b900aac45c37c9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#T9d34f682a3814acf0b9a6cae0c4ceac { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.625rem;box-shadow: none;display:block; }
#Jc7720b0c06683a1bcfd8dd5cdb7d73e { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7e9fdad64658b1e6bd2ebc5705eff7f { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.875rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Teac13ce33d6451c809054e83c463d73 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#Aeb988bd55ab9b1f380f69aad7a278a3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:39.8125rem;top:51.375rem;left:3.125rem;overflow:hidden;display:block; }
#c930d0b141a0559767ebcc51d0c33ed0 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.4375rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#b14e9a8d9bd6d89242050575b07d808f { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.1875rem;left:46.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ff3d7d381374fb19ea03cdacbd6fcd4e { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.8125rem;left:45.6875rem;box-shadow: none;display:block; }
#I11d7e4ecdfc90cef3f8d4900be28478 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.4375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3eb3a42d09194e3197dcd841e0835ef { box-sizing:content-box;height:20.3125rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.3125rem;left:45.6875rem;box-shadow: none;display:block; }
#R051ae02fe38197c2a667f56d11791b3 { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.25rem;left:46.9375rem;overflow:hidden;display:block; }
#z5094df7e67aa78ec8df9d3e2279d72a { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:60.3125rem;left:50.625rem;height:7.35rem;font-style:normal;display:block; }
#V9ac23fc577eb0204c74e3e8b2ab3a02 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:60.125rem;left:46.9375rem;overflow:hidden;display:block; }
#va54827bd61e0dc8031dc03f567d6b39 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:68.375rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#ee8aeaa69f43797160f64b3c0a55104a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:68.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#T2b4661d9825e17205eef35f978388c1 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:81rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#K7490d454e144240d1a0426b35c68d41 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:76.5rem;left:45.5625rem;overflow:hidden;display:block; }
#f86557ccdd494d7d7a179761f783a653 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:96.1875rem;left:45.5625rem;height:1.8375rem;font-style:normal;display:block; }
#Tfa52ed78171ebd8fad741afe0a65055 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#sd44eaf0b755882a2a5ce4aecb5da79d { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#aef854ddea6905aee56f46efc4429ad5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:18.8125rem;top:77.593288421631rem;left:24.318576812744rem;overflow:hidden;display:block; }
#Qc134759ff7c5d7f8f6a2430bf11950b { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:34.004994392395rem;left:3.7500019073486rem;overflow:hidden;display:block; }
#bc7c8f0f9142a9d9a2e01bbb41daba2a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.985680580139rem;left:10.3125rem;overflow:hidden;display:block; }
#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR { position:relative;display:block; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR { background-color: transparent; background-image: none; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row .container > .video-iframe-container { display: none; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row > .video-iframe-container { display: none; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .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); }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR { border-width: 0; border-radius: 0; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .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; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:105.618125rem;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; }#M72a987900bc307f21f145c92cfdf56f { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#b1569936708bc489cfe47c5eb6d1de15 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.4375rem;left:45.6875rem;box-shadow: none;display:block; }
#fbb5f7329445b7d471857e7143cc702b { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.6875rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f09c197dab079b6dbd345ed185eaba4f { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.875rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#t901f36993c8c51399df5a5966a03036 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#Pb8aca4ed24dece0f8b2546f7e3c349d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:40rem;top:54.187267303467rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#r6171068e81b501a6004bdc7535766db { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.0625rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a2518b4e7259e03d46066d7647df2e4a { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:83.873683929444rem;left:3.1250019073486rem;height:1.8375rem;font-style:normal;display:block; }
#X600115bbd6d07049d2fab838616004b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:75.625rem;left:45.6875rem;overflow:hidden;display:block; }
#u7a5cf0f84b7c44357e09ce05231a765 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:95.3125rem;left:45.6875rem;height:3.675rem;font-style:normal;display:block; }
#r89f21f8ef970092e829c89decd00eee { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#Iaef849f66175fcdcc2fbc5300e9f888 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.9375rem;left:65.0625rem;overflow:hidden;display:block; }
#f13eb3c1648494fcf4a3cb8e81b85a40 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.9375rem;left:58.5rem;overflow:hidden;display:block; }
#W6c4abdbc18587e3010d5f4bf2d034aa { position:absolute;display:block;z-index:15007;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:11.436625rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#e1bf79765969bd1197b1390939952579 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:51.8125rem;left:45.6875rem;box-shadow: none;display:block; }
#f8a03bc609bbec31fb046c5d5318fb75 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:52.4375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e141e844b905b42c69ac9b3c20d110ec { box-sizing:content-box;height:19.4375rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:54.3125rem;left:45.6875rem;box-shadow: none;display:block; }
#f6a4da5050a9077082d4599ac70bba04 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:55.4375rem;left:50.625rem;height:1.8375rem;font-style:normal;display:block; }
#f87de3263bd8d479eaab6f9926157bf2 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:58.6875rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#q5361d52982d70279cef286bbcb548df { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:65.375rem;left:50.625rem;height:7.35rem;font-style:normal;display:block; }
#r2367f21830cd7be524776fd25bf7685 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:55.25rem;left:46.9375rem;overflow:hidden;display:block; }
#G962d0cf562fc54b619a01aa58062b17 { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:58.5rem;left:46.9375rem;overflow:hidden;display:block; }
#af5f551c9b0fc4cc497c36499f3eeb0f { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:65.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#Fd770999007c3d52024475223604148b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:77.375rem;left:22.875rem;overflow:hidden;display:block; }
#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl { position:relative;display:block; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl { background-color: transparent; background-image: none; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row .container > .video-iframe-container { display: none; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row > .video-iframe-container { display: none; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .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); }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl { border-width: 0; border-radius: 0; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .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; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:92.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J22b21251100a8cb572e29d5f7009d7d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#f578012ac57dddbbcb4a6c6ed55fd99b { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.625rem;box-shadow: none;display:block; }
#V7c81ad653a17c608804315d6c811193 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fcdb09e38def0ef69db0603de1d86d9a { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.4375rem;left:46.875rem;height:2.275rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Hc042d1466b9baa4d0105f1835910791 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500001907349rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#fdafc17255ad09f36baf66be86c7fe1e { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:40rem;top:51.8125rem;left:3.125rem;overflow:hidden;display:block; }
#be02a3434318ca32a276166f51df2f9b { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.4375rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#waab72ab34c2e2ad301caded71d775e0 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.1875rem;left:46.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D241e1dddc8a43e16baf082f7e71de42 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.8125rem;left:45.6875rem;box-shadow: none;display:block; }
#ocdf7aae9695073890b88e9b7c2d9732 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:52.4375rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7b6d568416117af611919099af0f1f8 { box-sizing:content-box;height:19.5625rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.3125rem;left:45.6875rem;box-shadow: none;display:block; }
#c28568ee10f05401050ec43383baef2b { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.25rem;left:46.9375rem;overflow:hidden;display:block; }
#Hcff3e28c7e7a4c31cf2cf27495273ae { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.875rem;left:50.625rem;height:7.35rem;font-style:normal;display:block; }
#w78bc587088476a75b5f69e340b769fc { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:59.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#d0450d8238f08e357e609f20b3ec13c2 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:70.875rem;left:50.625rem;height:1.8375rem;font-style:normal;display:block; }
#c1b6a982f2e84c52541495ab31f6a79e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:70.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#H42791071e9ba22f37bb4f20d3d30a63 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#Gc89e190c05e4c18931eb091adfbf509 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#edadb8c37566e0b709428c8fd3d86c08 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:65.4375rem;left:38.75rem;overflow:hidden;display:block; }
#e685425a8b0a55247f2680f093725d76 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:32.754992246628rem;left:64.006076812744rem;overflow:hidden;display:block; }
#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO { position:relative;display:block; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO { background-color: transparent; background-image: none; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row .container > .video-iframe-container { display: none; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row > .video-iframe-container { display: none; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .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); }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO { border-width: 0; border-radius: 0; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .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; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#LQedkCaBwlN3x7S628cCx4LyiikVNpgS { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#e6IsUFNo6GGpDc6muTJR4r97O41eit7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr { position:relative;display:block; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr { background-color: transparent; background-image: none; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row .container > .video-iframe-container { display: none; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row > .video-iframe-container { display: none; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .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); }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr { border-width: 0; border-radius: 0; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .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; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f2b26;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#ncffc8ba4f5ab53c10dc9f80d0c1ace3 { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qe5b6f02a03e259fdeacf2e936bcfc07 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.375rem;left:3.125rem;height:3.675rem;font-style:normal;display:block; }
#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc { position:relative;display:block; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc { background-color: transparent; background-image: none; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row .container > .video-iframe-container { display: none; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row > .video-iframe-container { display: none; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .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); }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc { border-width: 0; border-radius: 0; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .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; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:99.180625rem;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; }#f92698793b648c1c259040eee5ac9d4e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#m320e5fcbda7bea5fd3cec77299476bb { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:9.1875rem;font-style:normal;display:block; }
#v294081f7ce97a8ba2b42cca1956ff4a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:40rem;top:54.0625rem;left:3.125rem;overflow:hidden;display:block; }
#e50cd1af9ba76b88727f5d4ca5220126 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:83.75rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#I73ffa5ad2e9fff2c107aff084a31a28 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:26.25rem;top:74.6875rem;left:45.6875rem;overflow:hidden;display:block; }
#U2ec949a547f216d666be17d613cb1fd { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:94.375rem;left:45.6875rem;height:1.8375rem;font-style:normal;display:block; }
#uee3306fe924cb4a0c6e1874560c9ed9 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:51.875rem;left:45.6875rem;box-shadow: none;display:block; }
#N95f62325ca0d37f3013557ea29ccd9a { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:52.5rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccbd97f5788a3632729ee06713d546a6 { box-sizing:content-box;height:18.4375rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:54.375rem;left:45.6875rem;box-shadow: none;display:block; }
#Mfb7f5f160b3bfa29bc9d8be28cd6b4f { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:55.5rem;left:50.625rem;height:1.8375rem;font-style:normal;display:block; }
#Ff244b82e173d581c088d8e08500551a { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:59.1875rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#O94aa4391d1e382ffd6952292d405ee5 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:64.3125rem;left:50.625rem;height:7.35rem;font-style:normal;display:block; }
#daaf6c4c3fdc1a7cf4ab6d6f5ae9944c { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:55.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#s6bac99f7334037e1ebf449369642289 { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:59rem;left:46.9375rem;overflow:hidden;display:block; }
#f938130d8ce4da0215b26d091dd41fe8 { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:64.125rem;left:46.9375rem;overflow:hidden;display:block; }
#d1ef89f53aa2d8aa87fc7d9c449231f1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.75rem;left:66.319446563719rem;overflow:hidden;display:block; }
#z71f882f5e467858158da88b1a3c78f5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:32.569444179535rem;left:63.631732940675rem;overflow:hidden;display:block; }
#c1cce3892d4a02de6aae6fece58e0a1a { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#g6ee637f6675161e1d488352393bf21a { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#W4bb74441a57e9a0f46901094c220968 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:45.75rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9b09e2fcfc2a91ea2b592f8ee8970c9 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:47.125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn { position:relative;display:block; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn { background-color: transparent; background-image: none; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row .container > .video-iframe-container { display: none; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row > .video-iframe-container { display: none; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .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); }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn { border-width: 0; border-radius: 0; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .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; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:73.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K34e1b4937f38286850b6ff7676d522d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#Ca3a2adaeae4d757f7f916088ba8294d { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#Kcd0bcdc07a559e044e254561fdd348a { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:45.75rem;left:52.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pb58c1f97c845b8779eb5ae64e4cb548 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:46.9375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cecf58818e7ed66381e31227298ebcd9 { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#ac3a610c1d81b495fbc2d8ce9c60f739 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f27dd5a2b8a227335337430e1289ea06 { position:absolute;display:block;z-index:15007;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:11.436625rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#fd7e42239dc686c600b44c5d7abfd610 { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#9f2b26;background-image:none;top:51.875rem;left:45.6875rem;box-shadow: none;display:block; }
#yda2ae6cb043ca1f6da57cbae027125f { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:52.5rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1b45c4155b9deacb0fac9c03c6a5178 { box-sizing:content-box;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:54.375rem;left:45.6875rem;box-shadow: none;display:block; }
#c5c8806af83a105f1da19a110569af9e { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:55.5rem;left:50.625rem;height:5.5125rem;font-style:normal;display:block; }
#Kdd219f61b5052675beef6ea98d1bad1 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:61.8125rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#H77563be5c2ef782792e2fd26d7a7e80 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:66.3125rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#G47832c0fe1e9d39c38aa8b16d8a36fc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:55.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#Cdafd017c1dd257caed9f38b745b53aa { position:absolute;display:block;z-index:15024;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.1875rem;width:2.74956875rem;top:61.625rem;left:46.9375rem;overflow:hidden;display:block; }
#s2d5bdea8d5c7b70975b4dbe4d26179f { position:absolute;display:block;z-index:15026;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.1875rem;width:2.74956875rem;top:66.125rem;left:46.9375rem;overflow:hidden;display:block; }
#Va10cdccb34f08ee43e26737d1836341 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.75rem;left:66.319446563719rem;overflow:hidden;display:block; }
#y8yUGVxrw972h90sSb20H6owo1L21cpH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:26.25rem;top:45.537109375rem;left:15.15625rem;overflow:hidden;display:block; }
#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z { position:relative;display:block; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z { background-color: transparent; background-image: none; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row .container > .video-iframe-container { display: none; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row > .video-iframe-container { display: none; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .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); }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z { border-width: 0; border-radius: 0; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .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; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c2063b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:128.375rem;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; }#b879083a74e6d1ec7f9d47060a7b04b7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#Acc0803c45eeb7da9d78e9e031d33956 { box-sizing:content-box;height:7.5rem;width:32.8125rem;position:absolute;display:block;z-index:15002;background-color:#9f2b26;background-image:none;top:51.375rem;left:39.125rem;box-shadow: none;display:block; }
#f3306f9b0ac850e5de85ea00327e2044 { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:54.625rem;left:45.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1d831e377c568b2c8c10dbc19a4b540 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:51.8125rem;left:40.375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xd4370a2b3a2dc9a8065f992d9f1e602 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:42.500000476837rem;left:3.1250019073486rem;height:7.35rem;font-style:normal;display:block; }
#e3d64f696ebf84a735f28c2cf5104536 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:32.5rem;top:70.999355793rem;left:3.0620670318604rem;overflow:hidden;display:block; }
#a3d693b9d6ae62de3bccfded5f240e6f { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:55.625004291534rem;left:7.6866340637206rem;height:1.8375rem;font-style:normal;display:block; }
#T77dd5e51cfb538690feca1c0a303e88 { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:56.0625rem;left:40.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x791d00a260145955f0ddd41e9f69660 { box-sizing:content-box;height:2.5rem;width:32.8125rem;position:absolute;display:block;z-index:15003;background-color:#9f2b26;background-image:none;top:51.37478685379rem;left:3.0620670318604rem;box-shadow: none;display:block; }
#mf3ab89bd84854630caaafc32004bdfc { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:51.99978685379rem;left:3.0620670318604rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e76fa58f586361282515fb454d42965e { box-sizing:content-box;height:14.625rem;width:32.8125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.49978685379rem;left:3.0620670318604rem;box-shadow: none;display:block; }
#f4eed463d6d2bd46b49029b404fd35a1 { position:absolute;display:block;z-index:15013;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.1875rem;width:2.74956875rem;top:55.43728685379rem;left:4.312068939209rem;overflow:hidden;display:block; }
#ga3b99d84216d3417948c1d894a1a08d { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.062504291534rem;left:7.6866340637206rem;height:1.8375rem;font-style:normal;display:block; }
#c9a375d611de575cd4e12708bfe26327 { position:absolute;display:block;z-index:15015;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.1875rem;width:2.74956875rem;top:58.87478685379rem;left:4.312068939209rem;overflow:hidden;display:block; }
#J53c9b9cebe0b16935cd093d65702c2f { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:62.437069416046rem;left:7.6866340637206rem;height:1.8375rem;font-style:normal;display:block; }
#b22a65c3ab8d2b94b9d57cad15cc3be3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:62.249351978302rem;left:4.312068939209rem;overflow:hidden;display:block; }
#f3932231dd320d5521709801d5b8b929 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:95.249569416044rem;left:3.0620670318604rem;height:1.8375rem;font-style:normal;display:block; }
#w70972c097c9ddda4e92775157937842 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:32.6875rem;top:60.75rem;left:39.125rem;overflow:hidden;display:block; }
#e5ac2a1bc7adcbd76b7b1760c27ea2f4 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:85.0625rem;left:39.125rem;height:1.8375rem;font-style:normal;display:block; }
#d0c6439af5065dcbbed8c352d0866ba8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#ya8dcb6329e27bb57ffe5fac16bb8352 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:32.754991531372rem;left:64.006076812744rem;overflow:hidden;display:block; }
#k7d1f165a40b8d554ec5b05f84d1b904 { position:absolute;display:block;z-index:15009;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:23.5625rem;width:32.4375rem;top:98.374569416044rem;left:3.0620670318604rem;overflow:hidden;display:block; }
#ec8e72eb9f8944f15c3f3a0e1761fc6e { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:122.57378816604rem;left:3.1250019073486rem;height:1.8375rem;font-style:normal;display:block; }
#hbfb2c3ad4d0a64d3d73f6bc2539bb68 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:32.6875rem;top:88.125rem;left:39.125rem;overflow:hidden;display:block; }
#P5db0fe78306edbac0e4a5713c7225d6 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:112.375rem;left:39.125rem;height:1.8375rem;font-style:normal;display:block; }
#ea9e2df58aa9c8ac7694309278cab4e3 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:65.6868519783rem;left:7.6866340637206rem;height:1.8375rem;font-style:normal;display:block; }
#e61a15bbee4b8de61778bf9efc72dfb8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.74956875rem;top:65.499134540556rem;left:4.312068939209rem;overflow:hidden;display:block; }
#b2b22226ea689e69e1cfc3e4bcbd2357 { position:absolute;display:block;z-index:15007;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:12.375rem;width:13.8125rem;top:43.257377624512rem;left:61.000438690186rem;overflow:hidden;display:block; }
#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX { position:relative;display:block; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX { background-color: transparent; background-image: none; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row .container > .video-iframe-container { display: none; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row > .video-iframe-container { display: none; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .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); }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX { border-width: 0; border-radius: 0; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .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; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#K5bCSvgTUtPUPLpfNaExo4r1i0DnuILC { background-color:#9f2b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#CbktfrPRmoPpllVVUriwgge1xEHoRxmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { position:relative;display:block; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { background-color: transparent; background-image: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container > .video-iframe-container { display: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row > .video-iframe-container { display: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { border-width: 0; border-radius: 0; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .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; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .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; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .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.1875rem;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; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.adaptive-delivery-prevent-bg, #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.lazyload, #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.lazyloading { background-image: none; }#WB6ExCviHVRahRQRF9HsrKJ6UgQWqULd { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:5.1875rem;left:59.4375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNBMFLAcPulTR8EEEqJW79RTshacUJVG { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:32.5rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NMQRksFpXTsGLmxMp594B7hoNSEows3c { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:5.1875rem;left:44.875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grlOAUeZcVTwz58ioKaf1uQBveUZsUg2 { 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:10.3125rem;width:28.1875rem;top:2.84375rem;left:2.5rem;overflow:hidden;display:block; }
#AwQoO5zMZbZ2D7n8sJTyfC5A5wbPvpNB { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:1.0859375rem;left:7.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { position:relative;display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { background-color: transparent; background-image: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #9f2b26; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #9f2b26; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { border-width: 0; border-radius: 0; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container.adaptive-delivery-prevent-bg, #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container.lazyload, #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container.lazyloading { background-image: none; }#NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { color:#ffffff;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) { #ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg { display:block; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCL8fTRX4ActosQn10ao8KttDGopGZVL { width:11.5625rem;height:3.4375rem;top:1.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM3oDpCKBUQqkZnZEh8CpzBvA4zuflHl { display:block; }
 }@media only screen and (max-width: 763px) { #D1Rd77pzWQsfZHbcSOe3UyF1uCq0RHEn { top:0.3125rem;left:0rem;width:15.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBfN3L9tM2UwB6bHtu0zZhFNJvuVdzz { top:1.0625rem;left:17.437286376953rem;width:12.8125rem;height:3.9803465884266rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqvTHUDqRCxssayq5aOsq21RwaCRcqWK { display:block; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2FGSawOXvI46N4nT45FkLXnzTTax1EV { display:block; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c504e4678654142daaa1a907385d02c0 { top:1.25rem;left:0rem;width:31.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9396ecc107ec9fe34b57f7be0d4f22d { top:22rem;left:23.8125rem;width:23.8125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b30fbfae8ebfdd2680690679be4dc741 { top:35.125rem;left:0rem;width:46.5625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5c75686c11f69b01bc859cfd30e32b { top:35.8125rem;left:0rem;width:38.375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF { display:block; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibb8d595fd2182b01adaa2858f962807 { top:3.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1b79257c86f51d7f4526dc72d5fd67e { top:9.8125rem;left:0rem;width:45rem;height:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v153d872b7e466b2631a7eceae160717 { top:9.8125rem;left:27.75rem;width:20rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0a8b8b2e8f62c924f43e762edfe3b02 { top:30.625rem;left:27.75rem;width:19.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec8035e14136e23c8e0cfc734955fc6 { top:1.625rem;left:10.694664001465rem;width:32.5rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection { display:block; } #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection *:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="text"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="email"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="tel"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection textarea:focus-visible { outline: none; } #LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { display:block; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a551b2e4fa82910d3d4033c78ff841d7 { top:3.125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafd45aa5014a1a21a0bd339318ab78a { top:15.375rem;left:0rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5c5c9c75bdc2c608d57e7d0a24d4e61 { top:13.5625rem;left:37.5625rem;width:6.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc589423a0639ac0b062e62066424282 { top:14rem;left:37.8125rem;width:6.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3f36190d04ad69c4b174c53cf258f { top:13.5625rem;left:3.8125rem;width:6.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecf3d51e81997178433580a877b64aa0 { top:14rem;left:4.0625rem;width:6.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idc2a5305ff2bf8c342ef86899268355 { top:15.375rem;left:7.9375rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7c717474095ee8b79c31b2fb12d96d { top:15.375rem;left:24.8125rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4a9a977c38f550a6e5525c0db09167 { top:15.375rem;left:32.75rem;width:15rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf09445ab82c58af3feb2d1ccb2c5b63 { top:13.5625rem;left:20.5625rem;width:6.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0205890b92bac2d343b498a0466e590 { top:14rem;left:20.8125rem;width:6.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ged3e8eb3a2e0109af7deaf81b32e2d4 { top:16.25rem;left:0rem;width:13.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02d57bd32c02a8419c9e59954f98ded { top:16.25rem;left:8.6254348754881rem;width:13.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9298191955b01d315e5e5d432d58332 { top:16.25rem;left:25.500438690186rem;width:13.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d93fbc5799c18c6dcb6235ffe92a46 { top:16.25rem;left:34.1875rem;width:13.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4708c19295dcf4877049f95c6959ed8 { top:29.3125rem;left:0rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad9f7df9f1df082c2dee7beeb9dcb755 { top:29.3125rem;left:8.5625038146975rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1d15a57a4f4f9615f8679303712d28b { top:29.3125rem;left:25.437503814698rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1c1a9b2cb34df75e444bb671a3ecd45 { top:29.3125rem;left:34rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2d038c3977d4072f7e6e2eb0580d3a6 { width:17.5rem;height:4.0625rem;top:36.5rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42b8f295fee67f42a6caa739fe4b381 { display:block; }
 }@media only screen and (max-width: 763px) { #a9039a1e881c9f775999bc4fe5b70ea4 { top:41.25rem;left:0rem;width:18.8125rem;height:5.2322380478945rem;display:block; }
 }@media only screen and (max-width: 763px) { #E74e7006cc188610032e477281d16eeb { top:7.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1cb70979f879bd1515ed4ab275f13f8 { top:40.25rem;left:27.75rem;width:20rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE46ccM0l9uPTiRkDukM0xIt89kl00z9 { display:block; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9e1ee90d1e815ee8c51595ea66b71eb { top:1.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbe95603eb5a4417dcf477d3c6c45b46 { top:6.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4544mng665Af0m4iiBAQaRqidTUPaHd { display:block; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e98512472a6dfba495d0f2f3e91e08ad { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #f877b2187784514195e4443e01c0d226 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h165639013576eaaea300b317ac738b0 { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73ced080632edaa4b9dd3796b99f39c { top:43.0625rem;left:23.5625rem;width:24.1875rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md346459e02c767b40aa1c0159e4d27e { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcce08b08ea90cac0ee7e68c477cb5c0 { top:55.5625rem;left:0rem;width:39.6875rem;height:28.811875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2b0ac23cfff9d54f4323a67a25c3fdd { top:55.375rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0b5233f78c80140ccdfe763e474e61d { top:47.1875rem;left:33.25rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2643e5f3e9bc921ad9e82de5c5ac0e0 { top:51.8125rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3417dbd200fa10198938a7d2b9d50ad { top:52.4375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X125549080cb7a47a93569a7ba9b6308 { top:54.25rem;left:21.5rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85a3d1003119cc0ceca1760204ea47f { top:55.25rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6174e7b077abb70dadcd298a47b6be3 { top:58.75rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36559bfd4441f444ff9983cf38c5d17 { top:58.5rem;left:33.312282562256rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1427bb63b0abf85b91f7c4bb4c81b10 { top:85rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G40a7672ad7827fff5a4c3114aa19b74 { top:65.375rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pde9d4d252457c29844c4fabb0ce5df1 { top:85.0625rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5cd42c5b66977ab007da65a0c27b22f { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tccec240c5d01335f92bee93dc7e7b3a { top:3.6875rem;left:43.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq { display:block; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e077b2ff6888882a8853f97301474efd { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #bced35e80755581864bd5cc8c5272baa { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97ed84ba662bab4ca244f7ac17b7595 { top:65.8125rem;left:0rem;width:40rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad1a8357d3f13e3ee006a1161747f1ca { top:58.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edf80f579af9149d02b261f56403d852 { top:54.75rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7204ddc4de4a52cf012dabd1d00aee { top:55.375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2b1c1af3905ce94d9efb3c19c32c01 { top:57.25rem;left:21.5rem;width:26.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85e401a6ee354b72df097a1c61e74e8 { top:58.1875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73a5a26b96875bc1b773f8effb0e56e { top:63.25rem;left:27.6875rem;width:20.0625rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4908db116927ef84bb95ab58cbc4952 { top:63.0625rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbf01ca29aa4641bab7111983f78f139 { top:69.8125rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60582e4ecfe57387579d2c4f09b7bb0 { top:69.625rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6e8956313f85d75132a9daf01ee0cd { top:102.8125rem;left:0rem;width:21.3125rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af95935808c4449cca592faad2174979 { top:80rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q661cb91bf2d231365c51dc706aa1298 { top:99.6875rem;left:21.5rem;width:26.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1b9a319ccf2fcc8d6db275cb0ff75af { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z43f405e476a8ef39fde8d5568940e6a { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4abc2ba6880168376becd8044157204 { top:58.8125rem;left:14.998050689698rem;width:15.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ee370c2df1d28dc5dd671b048309a8 { top:34rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2abe97fc2e1dbb5b67e237fed970dde { top:33.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1128ed97c1dff64d261969ff074fb28 { top:53.5625rem;left:0rem;width:26.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da0b1477c282f6b5556bf6a2cd0237bb { top:54rem;left:0rem;width:24.1875rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb98486ad62cd2d584d3d8dfe8fae6ee { top:59.25rem;left:0rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te158a704064f8cef9b9613a8e19ff82 { top:60.6875rem;left:0rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka81ad4de523f080457d81ae3ab8b79d { top:42.5rem;left:21.5rem;width:26.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t328976c2e96f8eb633e7d7e206e38d3 { top:42.9375rem;left:23.5625rem;width:24.1875rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5afe86ac6dff756ba9bc3da052362a4 { top:48.1875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P191b77aec579eb3c0b92fbf5b57177e { top:49.625rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3xk85BMLbJplUUGTUAd48tPEbo22Pxw { display:block; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf81c78af8c2cac389e10a7511449ed4 { top:3.125rem;left:0rem;width:47.75rem;height:26.009808394161rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf0bd40f991f2f9dc94291de91e080ac { top:42.5rem;left:21.5rem;width:26.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09caeffb94603958981e0c9f9b9fcf6 { top:46rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbffa5f0bcb94ce6d6f79ec378541b1e { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c27d7a26706f9cf3531a94b5919ed6 { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d228cfd83a4b1043d21f7782cfb548 { top:48.3125rem;left:0rem;width:40rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70c6bbc0822b2fee9ea54faf3280f6d { top:47.375rem;left:33.311855316162rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75a3ac4d671cedaecd8ad1238d96a94 { top:3.125rem;left:0rem;width:5.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96c7e1ecc379376b072f0d4e22ae917 { top:52.8125rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0980977453b13814eb2f7190a546282 { top:53.4375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce47d7dca84ab075a8083529cb4b1e59 { top:55.3125rem;left:21.5rem;width:26.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2149e3f3d51c1035b86bdb128b14901 { top:56.4375rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb98c9b3b9e5dc2d3072ebbd7087e94f { top:60.375rem;left:27.25rem;width:20.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3c566d51c892ed1f71c9681a970d1d2 { top:65.375rem;left:27.125rem;width:20.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc4bd1414acc374ee22e7742656ce135 { top:56.25rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #w90985409553cf36a6fb314fe7a82a1a { top:60.1875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #e34b5653f0d67f569e33ba971b504137 { top:65.1875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra8003dab78afa8e621d7f787f1b4631 { top:3.75rem;left:43.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7k8ysKlmvV7XoMg2SRuKmeVfD4eIzli { top:52.8125rem;left:8.7556457519531rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amowBEgRsJqsBww8Ht2fDhEwT7wzU31D { display:block; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X62d4b97bd10d510ac389194b3a164f4 { top:3.125rem;left:0rem;width:47.75rem;height:26.005919854281rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf850c6bcdd281ecc6ba02bac9a2c143 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d203ecf8d765c9958005f918561e4ff7 { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3527f01a9524b64ea6c83dbe0428709 { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ced0df8b3ac020e4532d4fe79e8478ed { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa39891bf6c2159d3913dbc1765bf1e7 { top:55.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46a4a5a90211a754a28b6d944094eec { top:47.1875rem;left:33.250003814698rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb67dd5a42684c690dc71d959c04429c { top:51.75rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd0e0643504306661f9c40291a3349d { top:52.375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9e1a535d1824bbbf14b8d61dbde17b { top:54.25rem;left:21.5rem;width:26.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00221213c1169c7afbed4f3382052ab { top:55.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8552efe65621e8720f61f8749ca7c39 { top:59.75rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb58569a35f070ae888c6a4c3da80f7 { top:59.625rem;left:33.250003814698rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #dad5f6865982031c516dee0500e201a1 { top:64.1875rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a452efffe13507230486b3892fc84b67 { top:63.9375rem;left:33.250003814698rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #c889a8d771c4ee5594673e5851ee59bf { top:3.125rem;left:0rem;width:5.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31b95cbdb8db64e69485838ce937f9d { top:3.6875rem;left:43.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHRbwpEpoIsa6p1AbC9S6KJ8QQDpxch3 { top:94rem;left:21.5rem;width:26.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXBNd7Hvp1EwFH16mPhg1pA5ra4DLann { top:51.8125rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPibvxwdQnr7hpGvLKALG3vLSWXozfTT { top:69.5rem;left:21.5rem;width:26.25rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zu1Xr77nmLH7qJLyTGTHNsthyrP7Uv { top:81.4375rem;left:0rem;width:21.3125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsQgnTCCf4VcwTgbEvefL3NTiFRpCL4 { top:73.5rem;left:10.750003814698rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bch8rBV4nydn5cB8rVXDFmDq4SrVpLtT { top:33.375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #octlVw5GRSMpDbLqey8yP2vceLmnwNlu { display:block; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9zpZmdWoGJ1O6qPIH3Uf753wPb2Th7T { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqcyGQ7oPQLGZKaH3yzKt3iS7HiRieb { display:block; }
 }@media only screen and (max-width: 763px) { #SyLu369D0LlR8htyiB4Sr4f2fROgUgwS { display:block; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a36271fd0626066a10af620ef01eff29 { top:1.5rem;left:0rem;width:43.4375rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4c97bded7b99e38a2dbe27cbc8f923 { top:6.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk { display:block; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb4b1060c1d1e897e385978e3b248432 { top:3.125rem;left:0rem;width:47.75rem;height:26.005919854281rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3e968711299240231f57592ca193706 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2c8d52d507b513c8f20f904b19cd11 { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q54479619c3bc81b4ed2f27da403378e { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4522ea5c484cc67a6561d35bdca78a { top:42.5rem;left:0rem;width:40rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tccd93817ea92d94268791b5d5d9d7b4 { top:50.0625rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa5e0e3fede40fbb3d01abcccbcd0fad { top:47.125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9f74df9118198d1c8da6cb114626f7 { top:79.75rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0313ea6544a8814dbd5e44e7ced5654 { top:66.875rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fff652ad1787d9a30e9d27fa84aacc43 { top:86.5625rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1733e4fc9575251a9bcb9c7bc8567cf { top:3.6875rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4b84159c8449ba877e0a0ca7b121e9c { top:33.9375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6368a00c740278eee2dea5a17de8067 { top:3.125rem;left:0rem;width:5.625rem;height:11.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I82bcef433f76dac6d079c74758ee11d { top:51.875rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0b7d3b77b2cc06c6410ccf9de2f2ba { top:52.5rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9e42d8e49b56f0bf89fba1490fb34d5 { top:54.375rem;left:21.5rem;width:26.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2888b6263da817d45a2dacab291ecb4 { top:55.4375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93f02a802fb7427c715298c225f9bf3 { top:59.875rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0c93b2deffaafa802557e0dbe63d51 { top:55.3125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2a0eb74185906a4d795e24a20131c6a { top:59.625rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV { display:block; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de04e708e584dd495cae6ec3bb1f1e1b { top:3.125rem;left:0rem;width:47.75rem;height:26.005919854281rem;display:block; }
 }@media only screen and (max-width: 763px) { #O56ff293d653800ff4d05682c90e2882 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T695837c28f9551cdbac9d1e2011f6b4 { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r259d266e0da84229bf350e1ad4e409a { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c22bf0c4541efb8518366efc13b867 { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6f619e875fd6116d848bffaad9c3f14 { top:54.3125rem;left:0rem;width:39.8125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c125ff3cd84b446f408b7a407f1667ac { top:55.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2c3862fe31574bfafdd004f79a0b686 { top:47.1875rem;left:33.250003814698rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2a03ff1ecd13876032ebe11309ca59 { top:51.75rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ae8a96e0ba626fda22db5620de5d1b { top:52.375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d69fc1e7693d2fabf7104e288cbfbeff { top:54.25rem;left:21.5rem;width:26.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1941b4f96f1c548a1a009c3e440dbc0 { top:55.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9a1d6372de010adbad0ed659029b1d8 { top:60.0625rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6f7e63182841469e15080e3452bc293 { top:59.875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01d0e010fa4f48a2893b42726a2fe99 { top:64.5rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86a1aa2f357297dc9962cc57738c609 { top:64.3125rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79faea6a28667884127a110e8e83eb5 { top:83.9375rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f410e1a23994ce9bb3bc6adaccc1726b { top:71.5rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1be966b73b68ebe979773e2a95a364 { top:91rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf86f5dcc964cae31e7698848e78c4df { top:3.125rem;left:0rem;width:5.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae439c6473b4252efa18dca98e5765e5 { top:3.6875rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwp2zGdwJTSObH4MDkACBa1Fgh5thfnS { top:87rem;left:0rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRigwSlDC6RHW0fUUytfv4GQMRFmz8N { top:83.1875rem;left:18.373699188233rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SON9MJuZR8yLMQHxOlPCxhkP2s5srlTa { top:33.375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 { display:block; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7237a9ab591449db0b32bfafc12a19c { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc120c6ef2a5abc9e74d44030a085288 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha608f2066b2a3f94ec21699b674ff4b { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75f8374623b2f4a50ad07d6a2ebab3c { top:42.9375rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf7f5a4118501460729310181475f42f { top:42.5rem;left:0rem;width:40rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf272f522bcf00699c17f54e299878a8 { top:55.375rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0695be28e301d3ad324348f0452c4b4 { top:47.125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4c611882d2be962a2ea49f567ffa79e { top:85.0625rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H329fbad7e9d99d0df650bd73099600e { top:77.9375rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd14372545709e34ca264233c47d702f { top:97.625rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q968e4a6b2340a68add9c541f7bfdabb { top:3.6875rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c398c8683021d8015c6971d22b2882d2 { top:88.8125rem;left:0rem;width:39.8125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22a44a3e987bb5245d86730aa9c0e77 { top:118.4375rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P627d0f3b5b72efa4a58698f60228a90 { top:101.3125rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbafba76bbc807d207ba03f98c44d405 { top:121rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2dfbdc5be3b611c788baededb7d2875 { top:3.125rem;left:0rem;width:5.625rem;height:11.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abed53ca1628bdf9f451014827ef89bf { top:51.875rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da681404797c72e8397b85ffb9dc3990 { top:52.5rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65444e814c2d76808fa13adf54217f4 { top:54.375rem;left:21.5rem;width:26.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce680e0b96ceafd2f5148585bf620472 { top:55.5rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa0353f52ea2f7804ceeff751e0efa7d { top:62.1875rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8763af5776885200e54c36856f0fc59 { top:68.875rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9d545402e616de539d6f99d33a03e39 { top:55.3125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dea3f90192514a3b44c21418abe53163 { top:62rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ac85d6e50bdf6bfdb2b95f1d60a24 { top:68.6875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge823cc133e56d5ef499ee5cce459e45 { top:32.6875rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH { display:block; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub2edbe8b6ba4b1ea37fba34eb2f30fd { top:3.125rem;left:0rem;width:47.75rem;height:26.005919854281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2d5647462f2fe86a456a7d4cb59a0e { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2aa6ab4d6aaf23670a8d53dda4d7bc { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bee3281adceff8ac44731fe622b686a3 { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7e25044410a8e4fb97260c2af1971ce { top:42.5rem;left:0rem;width:40.75rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47833bb1ff204cc4b21a4a15c04c958 { top:55.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc201c849b82fed53321a470acfd9613 { top:47.1875rem;left:33.250003814698rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3df673d78b487e1be8f1ff37c895169 { top:51.75rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z16fb1516d18fa0cc7c809277e06530f { top:52.375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m97f3c3eebaf0bb5ec41fd4421e16cc1 { top:54.25rem;left:21.5rem;width:26.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c89be2c9173ba526a74332afa209f1a5 { top:55.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #c842a627c90a29e67ca4cd6168aff216 { top:60rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m80d9c87fcac9379f6a4c446dd1fa58f { top:59.8125rem;left:33.25rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3994010aee40dd88a9842e005ecbdce { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7c2e853c9d96d6a05bb5e77d6645ecb { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sda64ee56afcade1a802cd7d048efcf7 { top:41.3125rem;left:5.8125rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 { display:block; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KohM4sUGAhCpsdyBF2MCGzkFxPVQ0stR { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlhgBx5HzUCgAgSzidmIrwMazsO30qmT { display:block; }
 }@media only screen and (max-width: 763px) { #sOM6nKaWgMigTId7dufvopdwOsfxD2bg { display:block; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5f064f1911ec65db80aa1c9be31e02a { top:6.375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a566b5e8d490ab67b36d47dd1be52064 { top:1.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x { display:block; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8ddf1e2f584bc5aa0ee2cbe6bfa0a23 { top:3.125rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18a2b7f38075e992d141e076602ef1c { top:39.375rem;left:0rem;width:40rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3e26f0298b0ed14e304b6aa4b90567c { top:52.25rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4883c73a22465746cb4afd97dac597f { top:81.875rem;left:0rem;width:27.6875rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0c8566bdedf4ad828617b71b3f2ba1d { top:70.875rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q115845ca11dfe143f2891db528a0166 { top:90.5625rem;left:27.25rem;width:20.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8850987377b11f256508d868d79fc3b { top:48.75rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1f5331ddd3036b9775f0c3674962556 { top:49.375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sab1785a1ccfbcd638a1a8b5ff17283c { top:51.25rem;left:21.5rem;width:26.25rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94ef1ce932c3b48e00e0225744f8d6b { top:52.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6432e4cc87ec61c2e452883c979892a { top:57.5rem;left:27.25rem;width:20.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5e508972e28ab20aa744b18888fc40f { top:62.4375rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9afe426f7995f2b7a9298186ab196d { top:52.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f5a1d327f45017ce0b64278a5a33df { top:57.25rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #e221c6766da290ba74b437bb5e06870f { top:62.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc65c9a6fb5f0f74f328e7acab238f0e { top:3.6875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rac3795c9ca6bc6e392cbea370992c94 { top:31rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8f1a5a64b1c6eb41f9ba70d9702acac { top:39.375rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14526f376b341c056e0d9472595de79 { top:39.8125rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd57eeb50dc6c368402a49db49878dd5 { top:42.625rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1d584ea468fe2649ce4e4790bbfdd3f { top:44rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybf9fb084180f5b94aa8803d808cd629 { top:31rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 { display:block; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T56665f1668b250b24b900aac45c37c9 { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d34f682a3814acf0b9a6cae0c4ceac { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7720b0c06683a1bcfd8dd5cdb7d73e { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7e9fdad64658b1e6bd2ebc5705eff7f { top:42.9375rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teac13ce33d6451c809054e83c463d73 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeb988bd55ab9b1f380f69aad7a278a3 { top:51.375rem;left:0rem;width:39.8125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c930d0b141a0559767ebcc51d0c33ed0 { top:55.4375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14e9a8d9bd6d89242050575b07d808f { top:47.1875rem;left:33.25rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3d7d381374fb19ea03cdacbd6fcd4e { top:51.8125rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11d7e4ecdfc90cef3f8d4900be28478 { top:52.4375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3eb3a42d09194e3197dcd841e0835ef { top:54.3125rem;left:21.5rem;width:26.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R051ae02fe38197c2a667f56d11791b3 { top:55.25rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5094df7e67aa78ec8df9d3e2279d72a { top:60.3125rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ac23fc577eb0204c74e3e8b2ab3a02 { top:60.125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #va54827bd61e0dc8031dc03f567d6b39 { top:68.375rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee8aeaa69f43797160f64b3c0a55104a { top:68.1875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b4661d9825e17205eef35f978388c1 { top:81rem;left:0rem;width:21.3125rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7490d454e144240d1a0426b35c68d41 { top:76.5rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86557ccdd494d7d7a179761f783a653 { top:96.1875rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa52ed78171ebd8fad741afe0a65055 { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd44eaf0b755882a2a5ce4aecb5da79d { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aef854ddea6905aee56f46efc4429ad5 { top:77.5625rem;left:10.693576812744rem;width:18.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc134759ff7c5d7f8f6a2430bf11950b { top:34rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7c8f0f9142a9d9a2e01bbb41daba2a { top:33.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR { display:block; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72a987900bc307f21f145c92cfdf56f { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1569936708bc489cfe47c5eb6d1de15 { top:42.4375rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb5f7329445b7d471857e7143cc702b { top:45.6875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09c197dab079b6dbd345ed185eaba4f { top:42.875rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t901f36993c8c51399df5a5966a03036 { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8aca4ed24dece0f8b2546f7e3c349d { top:54.125rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6171068e81b501a6004bdc7535766db { top:47.0625rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2518b4e7259e03d46066d7647df2e4a { top:83.8125rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X600115bbd6d07049d2fab838616004b { top:75.625rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7a5cf0f84b7c44357e09ce05231a765 { top:95.3125rem;left:21.5rem;width:26.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89f21f8ef970092e829c89decd00eee { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaef849f66175fcdcc2fbc5300e9f888 { top:33.9375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13eb3c1648494fcf4a3cb8e81b85a40 { top:33.9375rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6c4abdbc18587e3010d5f4bf2d034aa { top:3.125rem;left:0rem;width:5.625rem;height:11.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1bf79765969bd1197b1390939952579 { top:51.8125rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a03bc609bbec31fb046c5d5318fb75 { top:52.4375rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e141e844b905b42c69ac9b3c20d110ec { top:54.3125rem;left:21.5rem;width:26.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6a4da5050a9077082d4599ac70bba04 { top:55.4375rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87de3263bd8d479eaab6f9926157bf2 { top:58.6875rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5361d52982d70279cef286bbcb548df { top:65.375rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2367f21830cd7be524776fd25bf7685 { top:55.25rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #G962d0cf562fc54b619a01aa58062b17 { top:58.5rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5f551c9b0fc4cc497c36499f3eeb0f { top:65.1875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd770999007c3d52024475223604148b { top:77.375rem;left:9.25rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl { display:block; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J22b21251100a8cb572e29d5f7009d7d { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #f578012ac57dddbbcb4a6c6ed55fd99b { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7c81ad653a17c608804315d6c811193 { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcdb09e38def0ef69db0603de1d86d9a { top:43.4375rem;left:23.5rem;width:24.25rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc042d1466b9baa4d0105f1835910791 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafc17255ad09f36baf66be86c7fe1e { top:51.8125rem;left:0rem;width:40rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02a3434318ca32a276166f51df2f9b { top:55.4375rem;left:27.6875rem;width:20.0625rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waab72ab34c2e2ad301caded71d775e0 { top:47.1875rem;left:33.25rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D241e1dddc8a43e16baf082f7e71de42 { top:51.8125rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocdf7aae9695073890b88e9b7c2d9732 { top:52.4375rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7b6d568416117af611919099af0f1f8 { top:54.3125rem;left:21.5rem;width:26.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28568ee10f05401050ec43383baef2b { top:55.25rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff3e28c7e7a4c31cf2cf27495273ae { top:59.875rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78bc587088476a75b5f69e340b769fc { top:59.6875rem;left:33.3125rem;width:2.6875rem;height:2.1385423013614rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0450d8238f08e357e609f20b3ec13c2 { top:70.875rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1b6a982f2e84c52541495ab31f6a79e { top:70.6875rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42791071e9ba22f37bb4f20d3d30a63 { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc89e190c05e4c18931eb091adfbf509 { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edadb8c37566e0b709428c8fd3d86c08 { top:65.4375rem;left:21.5rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e685425a8b0a55247f2680f093725d76 { top:32.75rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO { display:block; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQedkCaBwlN3x7S628cCx4LyiikVNpgS { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IsUFNo6GGpDc6muTJR4r97O41eit7R { display:block; }
 }@media only screen and (max-width: 763px) { #GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr { display:block; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncffc8ba4f5ab53c10dc9f80d0c1ace3 { top:1.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe5b6f02a03e259fdeacf2e936bcfc07 { top:6.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc { display:block; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f92698793b648c1c259040eee5ac9d4e { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #m320e5fcbda7bea5fd3cec77299476bb { top:42.5rem;left:0rem;width:40rem;height:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v294081f7ce97a8ba2b42cca1956ff4a { top:54.0625rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e50cd1af9ba76b88727f5d4ca5220126 { top:83.75rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I73ffa5ad2e9fff2c107aff084a31a28 { top:74.6875rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ec949a547f216d666be17d613cb1fd { top:94.375rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uee3306fe924cb4a0c6e1874560c9ed9 { top:51.875rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95f62325ca0d37f3013557ea29ccd9a { top:52.5rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbd97f5788a3632729ee06713d546a6 { top:54.375rem;left:21.5rem;width:26.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfb7f5f160b3bfa29bc9d8be28cd6b4f { top:55.5rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff244b82e173d581c088d8e08500551a { top:59.1875rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O94aa4391d1e382ffd6952292d405ee5 { top:64.3125rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaf6c4c3fdc1a7cf4ab6d6f5ae9944c { top:55.3125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bac99f7334037e1ebf449369642289 { top:59rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #f938130d8ce4da0215b26d091dd41fe8 { top:64.125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ef89f53aa2d8aa87fc7d9c449231f1 { top:3.75rem;left:43.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71f882f5e467858158da88b1a3c78f5 { top:32.5625rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1cce3892d4a02de6aae6fece58e0a1a { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ee637f6675161e1d488352393bf21a { top:42.9375rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4bb74441a57e9a0f46901094c220968 { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9b09e2fcfc2a91ea2b592f8ee8970c9 { top:47.125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn { display:block; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K34e1b4937f38286850b6ff7676d522d { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3a2adaeae4d757f7f916088ba8294d { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcd0bcdc07a559e044e254561fdd348a { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb58c1f97c845b8779eb5ae64e4cb548 { top:42.9375rem;left:23.5rem;width:24.25rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cecf58818e7ed66381e31227298ebcd9 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3a610c1d81b495fbc2d8ce9c60f739 { top:47.125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27dd5a2b8a227335337430e1289ea06 { top:3.125rem;left:0rem;width:5.625rem;height:11.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7e42239dc686c600b44c5d7abfd610 { top:51.875rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yda2ae6cb043ca1f6da57cbae027125f { top:52.5rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1b45c4155b9deacb0fac9c03c6a5178 { top:54.375rem;left:21.5rem;width:26.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5c8806af83a105f1da19a110569af9e { top:55.5rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdd219f61b5052675beef6ea98d1bad1 { top:61.8125rem;left:27.1875rem;width:20.5625rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H77563be5c2ef782792e2fd26d7a7e80 { top:66.3125rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47832c0fe1e9d39c38aa8b16d8a36fc { top:55.3125rem;left:33.3125rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdafd017c1dd257caed9f38b745b53aa { top:61.625rem;left:33.3125rem;width:2.6875rem;height:2.1385423013614rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2d5bdea8d5c7b70975b4dbe4d26179f { top:66.125rem;left:33.3125rem;width:2.6875rem;height:2.1385423013614rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va10cdccb34f08ee43e26737d1836341 { top:3.75rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8yUGVxrw972h90sSb20H6owo1L21cpH { top:45.5rem;left:1.53125rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z { display:block; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b879083a74e6d1ec7f9d47060a7b04b7 { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc0803c45eeb7da9d78e9e031d33956 { top:51.375rem;left:14.9375rem;width:32.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3306f9b0ac850e5de85ea00327e2044 { top:54.625rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1d831e377c568b2c8c10dbc19a4b540 { top:51.8125rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4370a2b3a2dc9a8065f992d9f1e602 { top:42.5rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3d64f696ebf84a735f28c2cf5104536 { top:70.9375rem;left:0rem;width:32.5rem;height:23.624125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3d693b9d6ae62de3bccfded5f240e6f { top:55.625rem;left:0rem;width:26.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77dd5e51cfb538690feca1c0a303e88 { top:56.0625rem;left:26.75rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x791d00a260145955f0ddd41e9f69660 { top:51.3125rem;left:0rem;width:32.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3ab89bd84854630caaafc32004bdfc { top:51.9375rem;left:0rem;width:32.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e76fa58f586361282515fb454d42965e { top:54.4375rem;left:0rem;width:32.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eed463d6d2bd46b49029b404fd35a1 { top:55.375rem;left:0rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3b99d84216d3417948c1d894a1a08d { top:59.0625rem;left:0rem;width:26.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9a375d611de575cd4e12708bfe26327 { top:58.8125rem;left:0rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53c9b9cebe0b16935cd093d65702c2f { top:62.375rem;left:0rem;width:26.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22a65c3ab8d2b94b9d57cad15cc3be3 { top:62.1875rem;left:0rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3932231dd320d5521709801d5b8b929 { top:95.1875rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w70972c097c9ddda4e92775157937842 { top:60.75rem;left:15.125rem;width:32.625rem;height:23.705223466785rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ac2a1bc7adcbd76b7b1760c27ea2f4 { top:85.0625rem;left:14.9375rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0c6439af5065dcbbed8c352d0866ba8 { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya8dcb6329e27bb57ffe5fac16bb8352 { top:32.75rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d1f165a40b8d554ec5b05f84d1b904 { top:98.3125rem;left:0rem;width:32.4375rem;height:23.562630300409rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8e72eb9f8944f15c3f3a0e1761fc6e { top:122.5625rem;left:0rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfb2c3ad4d0a64d3d73f6bc2539bb68 { top:88.125rem;left:15.125rem;width:32.625rem;height:23.705223466785rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5db0fe78306edbac0e4a5713c7225d6 { top:112.375rem;left:14.9375rem;width:32.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9e2df58aa9c8ac7694309278cab4e3 { top:65.625rem;left:0rem;width:26.875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61a15bbee4b8de61778bf9efc72dfb8 { top:65.4375rem;left:0rem;width:2.6875rem;height:2.1381193869039rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b22226ea689e69e1cfc3e4bcbd2357 { top:43.25rem;left:33.8125rem;width:13.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX { display:block; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5bCSvgTUtPUPLpfNaExo4r1i0DnuILC { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbktfrPRmoPpllVVUriwgge1xEHoRxmT { display:block; }
 }@media only screen and (max-width: 763px) { #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { display:block; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB6ExCviHVRahRQRF9HsrKJ6UgQWqULd { top:5.1875rem;left:35.3125rem;width:12.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBMFLAcPulTR8EEEqJW79RTshacUJVG { top:5.1875rem;left:18.875rem;width:10.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMQRksFpXTsGLmxMp594B7hoNSEows3c { top:5.1875rem;left:31.25rem;width:12.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grlOAUeZcVTwz58ioKaf1uQBveUZsUg2 { top:2.8125rem;left:0rem;width:28.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQoO5zMZbZ2D7n8sJTyfC5A5wbPvpNB { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { 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) { #ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg { position:relative;z-index:auto;display:block; }#ycbwMdFufcNmEd0nLfLU6FqSZgzNqcGg > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCL8fTRX4ActosQn10ao8KttDGopGZVL { width:11.5625rem;height:3.4375rem;top:8.1103515625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM3oDpCKBUQqkZnZEh8CpzBvA4zuflHl { display:block; }
 }@media only screen and (max-width: 763px) { #D1Rd77pzWQsfZHbcSOe3UyF1uCq0RHEn { width:15.6875rem;height:5.75rem;top:1.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBfN3L9tM2UwB6bHtu0zZhFNJvuVdzz { width:12.8125rem;height:3.9800375rem;top:12.755859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqvTHUDqRCxssayq5aOsq21RwaCRcqWK { display:none; }#iqvTHUDqRCxssayq5aOsq21RwaCRcqWK > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2FGSawOXvI46N4nT45FkLXnzTTax1EV { display:block; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV { background-color: transparent; background-image: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container > .video-iframe-container { display: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row > .video-iframe-container { display: none; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .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); }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV { border-width: 0; border-radius: 0; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container { width:20rem;height:20.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da1f7190-3b0b-4a8e-b1a6-653a1ed7c554/Couchliebe_LandingpageBilddaten.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.adaptive-delivery-prevent-bg, #v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.lazyload, #v2FGSawOXvI46N4nT45FkLXnzTTax1EV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #c504e4678654142daaa1a907385d02c0 { width:8.9375rem;height:4.875rem;top:0.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9396ecc107ec9fe34b57f7be0d4f22d { width:11.25rem;height:10rem;top:8.3116321563719rem;left:8.6870661377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #b30fbfae8ebfdd2680690679be4dc741 { width:20rem;height:6.6873125rem;top:18.49609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dd5c75686c11f69b01bc859cfd30e32b { width:10.061875rem;height:7.3095625rem;top:12.629123687744rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF { display:block; }#fbsk3AVpwVZTWmAXTZ0VEHXauWMXWaFF > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibb8d595fd2182b01adaa2858f962807 { width:18.75rem;height:4.0625rem;top:1.25rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1b79257c86f51d7f4526dc72d5fd67e { width:18.75rem;height:47.22659375rem;top:6.5625rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v153d872b7e466b2631a7eceae160717 { width:18.75rem;height:17.1245625rem;top:55.044492721558rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0a8b8b2e8f62c924f43e762edfe3b02 { width:18.75rem;height:7.8125rem;top:73.4179725647rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec8035e14136e23c8e0cfc734955fc6 { width:20rem;height:20rem;top:11.685111999512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection { display:block; } #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection *:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="text"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="email"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection input[type="tel"]:focus-visible, #f902a732c08bd6c77ab8263fcd97a666.widget-smartsection textarea:focus-visible { outline: none; } #LG4HkWhSOws6FtLGSzLPk5mcoTgOWslZ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { display:block; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc { background-color: transparent; background-image: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container > .video-iframe-container { display: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row > .video-iframe-container { display: none; }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .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); }#ZA5noMnalvQck5nw3OhNkTyGEz3y5fAc > .row .container { width:20rem;height:124.375rem;background-color:#212121;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a551b2e4fa82910d3d4033c78ff841d7 { width:18.875rem;height:5.19921875rem;top:1.25rem;left:0.62500005960463rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafd45aa5014a1a21a0bd339318ab78a { width:15rem;height:18.75rem;top:13.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5c5c9c75bdc2c608d57e7d0a24d4e61 { width:6.625rem;height:3.125rem;top:58.0625rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gc589423a0639ac0b062e62066424282 { width:6.12413125rem;height:2.2744125rem;top:58.5rem;left:6.875rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3f36190d04ad69c4b174c53cf258f { width:6.625rem;height:3.125rem;top:33.6875rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ecf3d51e81997178433580a877b64aa0 { width:6.12305rem;height:2.2744125rem;top:34.1875rem;left:6.9375rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #idc2a5305ff2bf8c342ef86899268355 { width:15rem;height:18.75rem;top:38.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7c717474095ee8b79c31b2fb12d96d { width:15rem;height:18.75rem;top:62.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4a9a977c38f550a6e5525c0db09167 { width:15rem;height:18.75rem;top:86.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf09445ab82c58af3feb2d1ccb2c5b63 { width:6.625rem;height:3.125rem;top:82.4375rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p0205890b92bac2d343b498a0466e590 { width:6.12413125rem;height:2.2744125rem;top:82.875rem;left:6.9375rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ged3e8eb3a2e0109af7deaf81b32e2d4 { width:13.5625rem;height:12.374296073218rem;top:14.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02d57bd32c02a8419c9e59954f98ded { width:13.5625rem;height:12.374296073218rem;top:38.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9298191955b01d315e5e5d432d58332 { width:13.5625rem;height:12.374296073218rem;top:63.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d93fbc5799c18c6dcb6235ffe92a46 { width:13.5625rem;height:12.374296073218rem;top:87.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4708c19295dcf4877049f95c6959ed8 { width:13.75rem;height:4.2252625rem;top:27.4375rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad9f7df9f1df082c2dee7beeb9dcb755 { width:13.75rem;height:4.2252625rem;top:52.0625rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1d15a57a4f4f9615f8679303712d28b { width:13.75rem;height:4.2252625rem;top:76.4375rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1c1a9b2cb34df75e444bb671a3ecd45 { width:13.75rem;height:4.2252625rem;top:100.8125rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2d038c3977d4072f7e6e2eb0580d3a6 { width:17.4722225rem;height:4.0347225rem;top:107.43707656861rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42b8f295fee67f42a6caa739fe4b381 { display:block; }
 }@media only screen and (max-width: 763px) { #a9039a1e881c9f775999bc4fe5b70ea4 { width:8.75rem;height:2.375rem;top:112.86567115784rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E74e7006cc188610032e477281d16eeb { width:18.75rem;height:5.361325rem;top:7.0703125rem;left:0.62500005960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1cb70979f879bd1515ed4ab275f13f8 { width:15rem;height:4.6875rem;top:117.84830951691rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE46ccM0l9uPTiRkDukM0xIt89kl00z9 { display:block; }#bE46ccM0l9uPTiRkDukM0xIt89kl00z9 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9e1ee90d1e815ee8c51595ea66b71eb { width:19rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbe95603eb5a4417dcf477d3c6c45b46 { width:18.75rem;height:9.4453125rem;top:3.90625rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4544mng665Af0m4iiBAQaRqidTUPaHd { display:block; }#I4544mng665Af0m4iiBAQaRqidTUPaHd > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e98512472a6dfba495d0f2f3e91e08ad { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f877b2187784514195e4443e01c0d226 { width:20rem;height:7.1245625rem;top:10.873481750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h165639013576eaaea300b317ac738b0 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d73ced080632edaa4b9dd3796b99f39c { width:18.75rem;height:1.8681625rem;top:11.498046875rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Md346459e02c767b40aa1c0159e4d27e { width:18.75rem;height:14.16796875rem;top:19.246963500976rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcce08b08ea90cac0ee7e68c477cb5c0 { width:18.5625rem;height:13.5rem;top:58.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2b0ac23cfff9d54f4323a67a25c3fdd { width:15rem;height:3.673825rem;top:45.1240234375rem;left:4.060546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0b5233f78c80140ccdfe763e474e61d { width:5.18555rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2643e5f3e9bc921ad9e82de5c5ac0e0 { width:20rem;height:2.5rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3417dbd200fa10198938a7d2b9d50ad { width:20rem;height:1.125rem;top:42.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X125549080cb7a47a93569a7ba9b6308 { width:20rem;height:13.0625rem;top:43.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85a3d1003119cc0ceca1760204ea47f { width:2.68663125rem;height:2.1375875rem;top:45.1240234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6174e7b077abb70dadcd298a47b6be3 { width:15rem;height:5.51074375rem;top:50.125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36559bfd4441f444ff9983cf38c5d17 { width:2.68663125rem;height:2.1375875rem;top:50.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1427bb63b0abf85b91f7c4bb4c81b10 { width:18.75rem;height:3.673825rem;top:72.375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G40a7672ad7827fff5a4c3114aa19b74 { width:18.5625rem;height:13.5rem;top:77.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pde9d4d252457c29844c4fabb0ce5df1 { width:18.75rem;height:3.673825rem;top:91.5rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5cd42c5b66977ab007da65a0c27b22f { width:2.8125rem;height:5.6875rem;top:34.318359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tccec240c5d01335f92bee93dc7e7b3a { width:2.1875rem;height:2.1875rem;top:0.8084325790405rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq { display:block; }#D39VEiJlN2mnnTPODzFUMZzJiiTTRUtq > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e077b2ff6888882a8853f97301474efd { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bced35e80755581864bd5cc8c5272baa { width:18.75rem;height:12.59371875rem;top:27.874349594116rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97ed84ba662bab4ca244f7ac17b7595 { width:18.75rem;height:17rem;top:92.935089111325rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad1a8357d3f13e3ee006a1161747f1ca { width:15rem;height:7.347625rem;top:62.686633110044rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edf80f579af9149d02b261f56403d852 { width:20rem;height:2.5rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7204ddc4de4a52cf012dabd1d00aee { width:20rem;height:1.12521875rem;top:59.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2b1c1af3905ce94d9efb3c19c32c01 { width:20rem;height:30.25rem;top:61.436701774597rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85e401a6ee354b72df097a1c61e74e8 { width:2.68663125rem;height:2.1375875rem;top:62.686634063719rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73a5a26b96875bc1b773f8effb0e56e { width:15rem;height:5.51074375rem;top:71.912979125975rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4908db116927ef84bb95ab58cbc4952 { width:2.68663125rem;height:2.1375875rem;top:71.914056777956rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbf01ca29aa4641bab7111983f78f139 { width:15rem;height:11.0215rem;top:79.302328109744rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60582e4ecfe57387579d2c4f09b7bb0 { width:2.68663125rem;height:2.1375875rem;top:79.302300453187rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6e8956313f85d75132a9daf01ee0cd { width:18.75rem;height:3.673825rem;top:110.55886650086rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af95935808c4449cca592faad2174979 { width:18.75rem;height:13.5625rem;top:115.48394393921rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q661cb91bf2d231365c51dc706aa1298 { width:18.75rem;height:3.673825rem;top:129.67123222351rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1b9a319ccf2fcc8d6db275cb0ff75af { width:2.8125rem;height:5.6875rem;top:41.719837188721rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z43f405e476a8ef39fde8d5568940e6a { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.186415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4abc2ba6880168376becd8044157204 { width:11.25rem;height:10rem;top:48.281253814698rem;left:4.3435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ee370c2df1d28dc5dd671b048309a8 { width:5.9375rem;height:5.9375rem;top:41.594035148621rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2abe97fc2e1dbb5b67e237fed970dde { width:5.9375rem;height:5.9375rem;top:41.593968391419rem;left:10.625000059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1128ed97c1dff64d261969ff074fb28 { width:20rem;height:7.5625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da0b1477c282f6b5556bf6a2cd0237bb { width:15.4375rem;height:3.0859375rem;top:19.6875rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pb98486ad62cd2d584d3d8dfe8fae6ee { width:14rem;height:2.8125rem;top:22.8125rem;left:6rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Te158a704064f8cef9b9613a8e19ff82 { width:5.18663125rem;height:2rem;top:23.625rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ka81ad4de523f080457d81ae3ab8b79d { width:20rem;height:7.5625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t328976c2e96f8eb633e7d7e206e38d3 { width:15.5625rem;height:3.0859375rem;top:11.5rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5afe86ac6dff756ba9bc3da052362a4 { width:14rem;height:2.8125rem;top:14.6875rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P191b77aec579eb3c0b92fbf5b57177e { width:5.18663125rem;height:2rem;top:15.4375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s3xk85BMLbJplUUGTUAd48tPEbo22Pxw { display:block; }#s3xk85BMLbJplUUGTUAd48tPEbo22Pxw > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf81c78af8c2cac389e10a7511449ed4 { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf0bd40f991f2f9dc94291de91e080ac { width:20rem;height:7.1245625rem;top:10.873481750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09caeffb94603958981e0c9f9b9fcf6 { width:11.8125rem;height:2.8125rem;top:14.0625rem;left:6.25rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbffa5f0bcb94ce6d6f79ec378541b1e { width:18.75rem;height:2.03125rem;top:11.498414993286rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4c27d7a26706f9cf3531a94b5919ed6 { width:18.75rem;height:12.59371875rem;top:19.246961593628rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d228cfd83a4b1043d21f7782cfb548 { width:20rem;height:24.9375rem;top:62.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70c6bbc0822b2fee9ea54faf3280f6d { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M75a3ac4d671cedaecd8ad1238d96a94 { width:2.8125rem;height:5.625rem;top:32.767578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96c7e1ecc379376b072f0d4e22ae917 { width:20rem;height:2.5rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0980977453b13814eb2f7190a546282 { width:20rem;height:1.125rem;top:40.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce47d7dca84ab075a8083529cb4b1e59 { width:20rem;height:20.125rem;top:42.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2149e3f3d51c1035b86bdb128b14901 { width:15rem;height:1.8369125rem;top:43.3740234375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb98c9b3b9e5dc2d3072ebbd7087e94f { width:15rem;height:5.51074375rem;top:46.7607421875rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3c566d51c892ed1f71c9681a970d1d2 { width:15rem;height:7.347625rem;top:53.673828125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc4bd1414acc374ee22e7742656ce135 { width:2.68663125rem;height:2.1375875rem;top:43.3740234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w90985409553cf36a6fb314fe7a82a1a { width:2.68663125rem;height:2.1375875rem;top:46.7626953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e34b5653f0d67f569e33ba971b504137 { width:2.68663125rem;height:2.1375875rem;top:53.6748046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra8003dab78afa8e621d7f787f1b4631 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7k8ysKlmvV7XoMg2SRuKmeVfD4eIzli { width:14.5rem;height:14.5rem;top:61.0205078125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amowBEgRsJqsBww8Ht2fDhEwT7wzU31D { display:block; }#amowBEgRsJqsBww8Ht2fDhEwT7wzU31D > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X62d4b97bd10d510ac389194b3a164f4 { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf850c6bcdd281ecc6ba02bac9a2c143 { width:20rem;height:7.1245625rem;top:10.873416900635rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d203ecf8d765c9958005f918561e4ff7 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3527f01a9524b64ea6c83dbe0428709 { width:18.75rem;height:1.8684875rem;top:11.498481750488rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ced0df8b3ac020e4532d4fe79e8478ed { width:18.75rem;height:11.01953125rem;top:19.245868682861rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa39891bf6c2159d3913dbc1765bf1e7 { width:15rem;height:5.51074375rem;top:42.247179508209rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46a4a5a90211a754a28b6d944094eec { width:5.18555rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eb67dd5a42684c690dc71d959c04429c { width:20rem;height:2.5rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd0e0643504306661f9c40291a3349d { width:20rem;height:1.12521875rem;top:39.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9e1a535d1824bbbf14b8d61dbde17b { width:20rem;height:18.8125rem;top:40.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00221213c1169c7afbed4f3382052ab { width:2.68663125rem;height:2.1375875rem;top:42.248199462891rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8552efe65621e8720f61f8749ca7c39 { width:15rem;height:5.51074375rem;top:49.63542175293rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb58569a35f070ae888c6a4c3da80f7 { width:2.68663125rem;height:2.1375875rem;top:49.636436462403rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dad5f6865982031c516dee0500e201a1 { width:15rem;height:1.8369125rem;top:56.5625rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a452efffe13507230486b3892fc84b67 { width:2.68663125rem;height:2.1375875rem;top:56.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c889a8d771c4ee5594673e5851ee59bf { width:2.8125rem;height:5.625rem;top:31.671875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31b95cbdb8db64e69485838ce937f9d { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.186415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHRbwpEpoIsa6p1AbC9S6KJ8QQDpxch3 { width:18.75rem;height:3.673825rem;top:97.796875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXBNd7Hvp1EwFH16mPhg1pA5ra4DLann { width:18.75rem;height:13.5625rem;top:61.0615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPibvxwdQnr7hpGvLKALG3vLSWXozfTT { width:18.75rem;height:17rem;top:80.171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zu1Xr77nmLH7qJLyTGTHNsthyrP7Uv { width:18.75rem;height:3.673825rem;top:75.2490234375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsQgnTCCf4VcwTgbEvefL3NTiFRpCL4 { width:11.1875rem;height:11.1875rem;top:26.171875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bch8rBV4nydn5cB8rVXDFmDq4SrVpLtT { width:5.9375rem;height:5.9375rem;top:31.515625rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #octlVw5GRSMpDbLqey8yP2vceLmnwNlu { display:block; }#octlVw5GRSMpDbLqey8yP2vceLmnwNlu > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9zpZmdWoGJ1O6qPIH3Uf753wPb2Th7T { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqcyGQ7oPQLGZKaH3yzKt3iS7HiRieb { display:block; }
 }@media only screen and (max-width: 763px) { #SyLu369D0LlR8htyiB4Sr4f2fROgUgwS { display:block; }#SyLu369D0LlR8htyiB4Sr4f2fROgUgwS > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a36271fd0626066a10af620ef01eff29 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4c97bded7b99e38a2dbe27cbc8f923 { width:18.75rem;height:9.4453125rem;top:3.90625rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk { display:block; }#lzQKvbnFJGHLFxSI8Tfr0qwTzgIsiIRk > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb4b1060c1d1e897e385978e3b248432 { width:19.75rem;height:10.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3e968711299240231f57592ca193706 { width:20rem;height:7.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2c8d52d507b513c8f20f904b19cd11 { width:13.9995625rem;height:2.8125rem;top:14.067057132721rem;left:5.6254344582558rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q54479619c3bc81b4ed2f27da403378e { width:18.75rem;height:2.1933625rem;top:11.748047351837rem;left:0.62500005960463rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aa4522ea5c484cc67a6561d35bdca78a { width:18.75rem;height:6.296875rem;top:19.185114383697rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tccd93817ea92d94268791b5d5d9d7b4 { width:18.5625rem;height:13.5rem;top:49.9990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa5e0e3fede40fbb3d01abcccbcd0fad { width:5.18555rem;height:2rem;top:14.786242008209rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af9f74df9118198d1c8da6cb114626f7 { width:18.75rem;height:3.673825rem;top:64.185546875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0313ea6544a8814dbd5e44e7ced5654 { width:18.5625rem;height:13.5rem;top:69.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fff652ad1787d9a30e9d27fa84aacc43 { width:18.75rem;height:1.8369125rem;top:83.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1733e4fc9575251a9bcb9c7bc8567cf { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4b84159c8449ba877e0a0ca7b121e9c { width:5.9375rem;height:5.9375rem;top:26.7314453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6368a00c740278eee2dea5a17de8067 { width:2.874025rem;height:5.9375rem;top:26.7314453125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I82bcef433f76dac6d079c74758ee11d { width:20rem;height:2.5rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0b7d3b77b2cc06c6410ccf9de2f2ba { width:20rem;height:1.125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9e42d8e49b56f0bf89fba1490fb34d5 { width:20rem;height:11.3125rem;top:37.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2888b6263da817d45a2dacab291ecb4 { width:15rem;height:3.32421875rem;top:38.6865234375rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93f02a802fb7427c715298c225f9bf3 { width:15rem;height:3.673825rem;top:43.4599609375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0c93b2deffaafa802557e0dbe63d51 { width:2.68663125rem;height:2.1375875rem;top:38.6865234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2a0eb74185906a4d795e24a20131c6a { width:2.68663125rem;height:2.1375875rem;top:43.4609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV { display:block; }#rNDMfgcgEy42FPKgG2unPLDz1CZ7PBvV > .row .container { width:20rem;height:123.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de04e708e584dd495cae6ec3bb1f1e1b { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O56ff293d653800ff4d05682c90e2882 { width:20rem;height:7.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T695837c28f9551cdbac9d1e2011f6b4 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r259d266e0da84229bf350e1ad4e409a { width:18.75rem;height:2.2744125rem;top:11.75rem;left:0.62500005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9c22bf0c4541efb8518366efc13b867 { width:18.75rem;height:14.4306625rem;top:19.185114860534rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6f619e875fd6116d848bffaad9c3f14 { width:18.5625rem;height:13.5rem;top:69.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c125ff3cd84b446f408b7a407f1667ac { width:15rem;height:3.673825rem;top:46.25rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2c3862fe31574bfafdd004f79a0b686 { width:5.18555rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cd2a03ff1ecd13876032ebe11309ca59 { width:20rem;height:2.5rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ae8a96e0ba626fda22db5620de5d1b { width:20rem;height:1.125rem;top:43.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d69fc1e7693d2fabf7104e288cbfbeff { width:20rem;height:23.0625rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1941b4f96f1c548a1a009c3e440dbc0 { width:2.68663125rem;height:2.1375875rem;top:46.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9a1d6372de010adbad0ed659029b1d8 { width:15rem;height:5.51074375rem;top:51.8125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6f7e63182841469e15080e3452bc293 { width:2.68663125rem;height:2.1375875rem;top:51.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01d0e010fa4f48a2893b42726a2fe99 { width:15rem;height:7.347625rem;top:59.1875rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86a1aa2f357297dc9962cc57738c609 { width:2.68663125rem;height:2.1375875rem;top:59.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79faea6a28667884127a110e8e83eb5 { width:18.75rem;height:3.673825rem;top:84.125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f410e1a23994ce9bb3bc6adaccc1726b { width:18.5625rem;height:13.5rem;top:89.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1be966b73b68ebe979773e2a95a364 { width:18.75rem;height:3.673825rem;top:103.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf86f5dcc964cae31e7698848e78c4df { width:2.8125rem;height:5.625rem;top:35.0205078125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae439c6473b4252efa18dca98e5765e5 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwp2zGdwJTSObH4MDkACBa1Fgh5thfnS { width:18.75rem;height:13.5625rem;top:108.7978515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRigwSlDC6RHW0fUUytfv4GQMRFmz8N { width:11.4375rem;height:11.4375rem;top:32.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SON9MJuZR8yLMQHxOlPCxhkP2s5srlTa { width:5.9375rem;height:5.9375rem;top:34.8642578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 { display:block; }#oqlb3mKkHKvcWF0tqEgPCJNsyhXZ6q78 > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7237a9ab591449db0b32bfafc12a19c { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc120c6ef2a5abc9e74d44030a085288 { width:20rem;height:7.1245625rem;top:10.872394561767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha608f2066b2a3f94ec21699b674ff4b { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a75f8374623b2f4a50ad07d6a2ebab3c { width:18.75rem;height:2.03125rem;top:11.497396469116rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xf7f5a4118501460729310181475f42f { width:18.75rem;height:15.74221875rem;top:18.618707656861rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf272f522bcf00699c17f54e299878a8 { width:18.75rem;height:13.5625rem;top:72.8125038147rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0695be28e301d3ad324348f0452c4b4 { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4c611882d2be962a2ea49f567ffa79e { width:18.75rem;height:3.673825rem;top:86.999784469606rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H329fbad7e9d99d0df650bd73099600e { width:18.75rem;height:13.5625rem;top:111.09809684753rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd14372545709e34ca264233c47d702f { width:18.75rem;height:3.673825rem;top:125.28537940979rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q968e4a6b2340a68add9c541f7bfdabb { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c398c8683021d8015c6971d22b2882d2 { width:18.75rem;height:13.625rem;top:91.924915313719rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22a44a3e987bb5245d86730aa9c0e77 { width:18.75rem;height:3.673825rem;top:106.17296600342rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P627d0f3b5b72efa4a58698f60228a90 { width:18.75rem;height:13.5625rem;top:130.21051025391rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbafba76bbc807d207ba03f98c44d405 { width:18.75rem;height:1.8369125rem;top:144.39779090881rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2dfbdc5be3b611c788baededb7d2875 { width:2.8125rem;height:5.6875rem;top:34.988063812256rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #abed53ca1628bdf9f451014827ef89bf { width:20rem;height:2.5rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da681404797c72e8397b85ffb9dc3990 { width:20rem;height:1.12521875rem;top:42.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65444e814c2d76808fa13adf54217f4 { width:20rem;height:26.875rem;top:44.687501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce680e0b96ceafd2f5148585bf620472 { width:15rem;height:5.51074375rem;top:45.937393188476rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa0353f52ea2f7804ceeff751e0efa7d { width:15rem;height:9.1845625rem;top:53.325847625733rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8763af5776885200e54c36856f0fc59 { width:15rem;height:5.51074375rem;top:64.389177322387rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9d545402e616de539d6f99d33a03e39 { width:2.68663125rem;height:2.1375875rem;top:45.937614440918rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dea3f90192514a3b44c21418abe53163 { width:2.68663125rem;height:2.1375875rem;top:53.325740814209rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ac85d6e50bdf6bfdb2b95f1d60a24 { width:2.68663125rem;height:2.1375875rem;top:64.390169143675rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge823cc133e56d5ef499ee5cce459e45 { width:5.9375rem;height:5.9375rem;top:34.986927032471rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH { display:block; }#hp38CQ1SVcmCKP7PNdAMr5U9Bsv84WkH > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub2edbe8b6ba4b1ea37fba34eb2f30fd { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2d5647462f2fe86a456a7d4cb59a0e { width:20rem;height:7.1245625rem;top:10.873480796814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2aa6ab4d6aaf23670a8d53dda4d7bc { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bee3281adceff8ac44731fe622b686a3 { width:18.75rem;height:2.03125rem;top:11.498480796814rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7e25044410a8e4fb97260c2af1971ce { width:18.75rem;height:11.01953125rem;top:19.24697303772rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47833bb1ff204cc4b21a4a15c04c958 { width:15rem;height:5.51074375rem;top:41.562503814698rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc201c849b82fed53321a470acfd9613 { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M3df673d78b487e1be8f1ff37c895169 { width:20rem;height:2.5rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z16fb1516d18fa0cc7c809277e06530f { width:20rem;height:1.12521875rem;top:38.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m97f3c3eebaf0bb5ec41fd4421e16cc1 { width:20rem;height:17.5625rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c89be2c9173ba526a74332afa209f1a5 { width:2.68663125rem;height:2.1375875rem;top:41.562595367432rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c842a627c90a29e67ca4cd6168aff216 { width:15rem;height:7.347625rem;top:48.951826095581rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m80d9c87fcac9379f6a4c446dd1fa58f { width:2.68555rem;height:2.1375875rem;top:48.951826095581rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3994010aee40dd88a9842e005ecbdce { width:2.8125rem;height:5.6875rem;top:30.893080711365rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7c2e853c9d96d6a05bb5e77d6645ecb { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sda64ee56afcade1a802cd7d048efcf7 { width:8.25rem;height:8.25rem;top:28.712673664093rem;left:10.193142950535rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 { display:block; }#wMtT4pFuCS0BNp9HTVG1aHiB2U8WRoQ1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KohM4sUGAhCpsdyBF2MCGzkFxPVQ0stR { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlhgBx5HzUCgAgSzidmIrwMazsO30qmT { display:block; }
 }@media only screen and (max-width: 763px) { #sOM6nKaWgMigTId7dufvopdwOsfxD2bg { display:block; }#sOM6nKaWgMigTId7dufvopdwOsfxD2bg > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5f064f1911ec65db80aa1c9be31e02a { width:18.75rem;height:12.59375rem;top:3.90625rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a566b5e8d490ab67b36d47dd1be52064 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x { display:block; }#eiep6EoTmuiT8CAGIpAbxwQ4pXlQPs7x > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8ddf1e2f584bc5aa0ee2cbe6bfa0a23 { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18a2b7f38075e992d141e076602ef1c { width:18.75rem;height:14.16796875rem;top:19.24582195282rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3e26f0298b0ed14e304b6aa4b90567c { width:18.75rem;height:13.5625rem;top:68.310493469237rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4883c73a22465746cb4afd97dac597f { width:18.75rem;height:5.51074375rem;top:82.496749877931rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0c8566bdedf4ad828617b71b3f2ba1d { width:18.75rem;height:13.5625rem;top:89.261074066162rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q115845ca11dfe143f2891db528a0166 { width:18.75rem;height:3.673825rem;top:103.44727325439rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8850987377b11f256508d868d79fc3b { width:20rem;height:2.5rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1f5331ddd3036b9775f0c3674962556 { width:20rem;height:1.12521875rem;top:42.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sab1785a1ccfbcd638a1a8b5ff17283c { width:20rem;height:22.6875rem;top:44.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94ef1ce932c3b48e00e0225744f8d6b { width:15rem;height:3.673825rem;top:45.625001907349rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6432e4cc87ec61c2e452883c979892a { width:15rem;height:5.51074375rem;top:51.175132751465rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5e508972e28ab20aa744b18888fc40f { width:15rem;height:7.347625rem;top:58.564456939698rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9afe426f7995f2b7a9298186ab196d { width:2.68663125rem;height:2.1375875rem;top:45.625001907349rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f5a1d327f45017ce0b64278a5a33df { width:2.68663125rem;height:2.1375875rem;top:51.175132751465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e221c6766da290ba74b437bb5e06870f { width:2.68663125rem;height:2.1375875rem;top:58.564456939698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc65c9a6fb5f0f74f328e7acab238f0e { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rac3795c9ca6bc6e392cbea370992c94 { width:5.9375rem;height:5.9375rem;top:34.664713859558rem;left:7.1875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8f1a5a64b1c6eb41f9ba70d9702acac { width:20rem;height:7.125rem;top:10.873371124267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14526f376b341c056e0d9472595de79 { width:18.75rem;height:2.03125rem;top:11.5rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vd57eeb50dc6c368402a49db49878dd5 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k1d584ea468fe2649ce4e4790bbfdd3f { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ybf9fb084180f5b94aa8803d808cd629 { width:5.9375rem;height:5.9375rem;top:34.664740562439rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 { display:block; }#fuXmOH2qlfXOTqy04hyFMuTrSBZTA2P8 > .row .container { width:20rem;height:113.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T56665f1668b250b24b900aac45c37c9 { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d34f682a3814acf0b9a6cae0c4ceac { width:20rem;height:7.1245625rem;top:10.810991287231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7720b0c06683a1bcfd8dd5cdb7d73e { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7e9fdad64658b1e6bd2ebc5705eff7f { width:18.75rem;height:2.2744125rem;top:11.75rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Teac13ce33d6451c809054e83c463d73 { width:18.75rem;height:9.44534375rem;top:19.184036254882rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeb988bd55ab9b1f380f69aad7a278a3 { width:18.75rem;height:13.5625rem;top:74.621313095094rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #c930d0b141a0559767ebcc51d0c33ed0 { width:18.75rem;height:3.673825rem;top:88.8085975647rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14e9a8d9bd6d89242050575b07d808f { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ff3d7d381374fb19ea03cdacbd6fcd4e { width:20rem;height:2.5rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11d7e4ecdfc90cef3f8d4900be28478 { width:20rem;height:1.12521875rem;top:37rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3eb3a42d09194e3197dcd841e0835ef { width:20rem;height:30.8125rem;top:38.81184387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R051ae02fe38197c2a667f56d11791b3 { width:2.68663125rem;height:2.1375875rem;top:40.061846733093rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5094df7e67aa78ec8df9d3e2279d72a { width:15rem;height:11.0215rem;top:40.059673309326rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ac23fc577eb0204c74e3e8b2ab3a02 { width:2.68663125rem;height:2.1375875rem;top:52.961142301559rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va54827bd61e0dc8031dc03f567d6b39 { width:15rem;height:7.347625rem;top:52.960063934326rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee8aeaa69f43797160f64b3c0a55104a { width:2.68663125rem;height:2.1375875rem;top:62.185340881347rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b4661d9825e17205eef35f978388c1 { width:15rem;height:5.51074375rem;top:62.184246063233rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7490d454e144240d1a0426b35c68d41 { width:18.75rem;height:13.5625rem;top:93.733728408812rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86557ccdd494d7d7a179761f783a653 { width:18.75rem;height:3.673825rem;top:107.92101287842rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa52ed78171ebd8fad741afe0a65055 { width:2.875rem;height:5.8125rem;top:29.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd44eaf0b755882a2a5ce4aecb5da79d { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aef854ddea6905aee56f46efc4429ad5 { width:10.625rem;height:9.4375rem;top:69.696184158325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc134759ff7c5d7f8f6a2430bf11950b { width:5.9375rem;height:5.9375rem;top:29.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7c8f0f9142a9d9a2e01bbb41daba2a { width:5.9375rem;height:5.9375rem;top:29.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR { display:block; }#Up59WPKunTT1MOnc8QVdxUuRHs0TJTAR > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72a987900bc307f21f145c92cfdf56f { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1569936708bc489cfe47c5eb6d1de15 { width:20rem;height:7.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb5f7329445b7d471857e7143cc702b { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f09c197dab079b6dbd345ed185eaba4f { width:18.75rem;height:2.1933625rem;top:11.75rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t901f36993c8c51399df5a5966a03036 { width:18.75rem;height:14.16796875rem;top:19.185108184814rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8aca4ed24dece0f8b2546f7e3c349d { width:18.75rem;height:13.5625rem;top:69.937068939206rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6171068e81b501a6004bdc7535766db { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2518b4e7259e03d46066d7647df2e4a { width:18.75rem;height:3.673825rem;top:84.124351024625rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X600115bbd6d07049d2fab838616004b { width:18.75rem;height:13.5625rem;top:89.049484252931rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7a5cf0f84b7c44357e09ce05231a765 { width:18.6875rem;height:5.51074375rem;top:103.23568725586rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89f21f8ef970092e829c89decd00eee { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaef849f66175fcdcc2fbc5300e9f888 { width:5.9375rem;height:5.9375rem;top:34.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13eb3c1648494fcf4a3cb8e81b85a40 { width:5.9375rem;height:5.9375rem;top:34.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6c4abdbc18587e3010d5f4bf2d034aa { width:2.8125rem;height:5.6875rem;top:34.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1bf79765969bd1197b1390939952579 { width:20rem;height:2.5rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a03bc609bbec31fb046c5d5318fb75 { width:20rem;height:1.12521875rem;top:42.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e141e844b905b42c69ac9b3c20d110ec { width:20rem;height:23.75rem;top:44.312081098556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6a4da5050a9077082d4599ac70bba04 { width:15rem;height:1.8369125rem;top:45.710716247559rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87de3263bd8d479eaab6f9926157bf2 { width:15rem;height:7.347625rem;top:48.945307731628rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5361d52982d70279cef286bbcb548df { width:15rem;height:9.1845625rem;top:58.170583724976rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2367f21830cd7be524776fd25bf7685 { width:2.68663125rem;height:2.1375875rem;top:45.562055587769rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G962d0cf562fc54b619a01aa58062b17 { width:2.68663125rem;height:2.1375875rem;top:48.947471618653rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5f551c9b0fc4cc497c36499f3eeb0f { width:2.68663125rem;height:2.1375875rem;top:58.171646118164rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd770999007c3d52024475223604148b { width:12.5625rem;height:12.5625rem;top:31.905385017395rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl { display:block; }#fnq1vFzmVq4xn2KV8c4CfKNMaKDKKSCl > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J22b21251100a8cb572e29d5f7009d7d { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f578012ac57dddbbcb4a6c6ed55fd99b { width:20rem;height:7.1245625rem;top:10.87349319458rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7c81ad653a17c608804315d6c811193 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fcdb09e38def0ef69db0603de1d86d9a { width:18.75rem;height:1.70605625rem;top:11.748046875rem;left:0.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hc042d1466b9baa4d0105f1835910791 { width:18.75rem;height:11.01953125rem;top:19.246963500976rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafc17255ad09f36baf66be86c7fe1e { width:18.75rem;height:16.3125rem;top:64.6240234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02a3434318ca32a276166f51df2f9b { width:15rem;height:3.673825rem;top:58.06640625rem;left:4.060546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waab72ab34c2e2ad301caded71d775e0 { width:5.18663125rem;height:2rem;top:14.81228351593rem;left:0.62500005960463rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D241e1dddc8a43e16baf082f7e71de42 { width:20rem;height:2.5rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocdf7aae9695073890b88e9b7c2d9732 { width:20rem;height:1.12521875rem;top:38.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7b6d568416117af611919099af0f1f8 { width:20rem;height:22.8125rem;top:40.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28568ee10f05401050ec43383baef2b { width:2.68663125rem;height:2.1375875rem;top:41.812061309814rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff3e28c7e7a4c31cf2cf27495273ae { width:15rem;height:11.0215rem;top:45.652780532837rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78bc587088476a75b5f69e340b769fc { width:2.68663125rem;height:2.1375875rem;top:45.750484466552rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0450d8238f08e357e609f20b3ec13c2 { width:15rem;height:1.8369125rem;top:41.810981750488rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1b6a982f2e84c52541495ab31f6a79e { width:2.68663125rem;height:2.1375875rem;top:58.0673828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42791071e9ba22f37bb4f20d3d30a63 { width:2.8125rem;height:5.6875rem;top:30.893013000488rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc89e190c05e4c18931eb091adfbf509 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edadb8c37566e0b709428c8fd3d86c08 { width:13.125rem;height:13.125rem;top:14.81228351593rem;left:6.87391525507rem;display:block; }
 }@media only screen and (max-width: 763px) { #e685425a8b0a55247f2680f093725d76 { width:5.9375rem;height:5.9375rem;top:30.893013000488rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO { display:block; }#cBqqza3JhEGEJqJUGgG3VR1m6SZhOclO > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQedkCaBwlN3x7S628cCx4LyiikVNpgS { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IsUFNo6GGpDc6muTJR4r97O41eit7R { display:block; }
 }@media only screen and (max-width: 763px) { #GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr { display:block; }#GtwsG3qQ9vqflBuRJ4WbfPUunZP8pRRr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncffc8ba4f5ab53c10dc9f80d0c1ace3 { width:18.75rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe5b6f02a03e259fdeacf2e936bcfc07 { width:18.75rem;height:9.4453125rem;top:3.90625rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc { display:block; }#GFvLMTz8F820J6eDnvl96fzuTbwgT2Rc > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f92698793b648c1c259040eee5ac9d4e { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m320e5fcbda7bea5fd3cec77299476bb { width:18.75rem;height:14.168rem;top:19.624567031861rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v294081f7ce97a8ba2b42cca1956ff4a { width:18.75rem;height:13.5625rem;top:70.559967041012rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #e50cd1af9ba76b88727f5d4ca5220126 { width:18.75rem;height:3.673825rem;top:84.74712610245rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I73ffa5ad2e9fff2c107aff084a31a28 { width:18.75rem;height:13.5625rem;top:89.671283721925rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ec949a547f216d666be17d613cb1fd { width:18.75rem;height:3.673825rem;top:103.85845565796rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uee3306fe924cb4a0c6e1874560c9ed9 { width:20rem;height:2.5rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95f62325ca0d37f3013557ea29ccd9a { width:20rem;height:1.12521875rem;top:42.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbd97f5788a3632729ee06713d546a6 { width:20rem;height:24.5625rem;top:44.749419212341rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfb7f5f160b3bfa29bc9d8be28cd6b4f { width:15rem;height:1.8369125rem;top:45.998184204101rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff244b82e173d581c088d8e08500551a { width:15rem;height:5.51074375rem;top:49.709203720093rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O94aa4391d1e382ffd6952292d405ee5 { width:15rem;height:11.0215rem;top:57.098527908325rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaf6c4c3fdc1a7cf4ab6d6f5ae9944c { width:2.68663125rem;height:2.1375875rem;top:45.99934387207rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bac99f7334037e1ebf449369642289 { width:2.68663125rem;height:2.1375875rem;top:49.709204673767rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #f938130d8ce4da0215b26d091dd41fe8 { width:2.68663125rem;height:2.1375875rem;top:57.098569869995rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ef89f53aa2d8aa87fc7d9c449231f1 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.186415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71f882f5e467858158da88b1a3c78f5 { width:5.9375rem;height:5.9375rem;top:35.04447555542rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1cce3892d4a02de6aae6fece58e0a1a { width:20rem;height:7.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ee637f6675161e1d488352393bf21a { width:18.75rem;height:2.03125rem;top:11.498480796814rem;left:0.62500005960463rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4bb74441a57e9a0f46901094c220968 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.6254344582558rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S9b09e2fcfc2a91ea2b592f8ee8970c9 { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn { display:block; }#mPdMKLmUcpf4WEDXDBlO3y5GSv7xkJxn > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K34e1b4937f38286850b6ff7676d522d { width:19.875rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3a2adaeae4d757f7f916088ba8294d { width:20rem;height:7.1245625rem;top:10.873427093029rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcd0bcdc07a559e044e254561fdd348a { width:14rem;height:2.8125rem;top:14.072267532349rem;left:5.6323786377907rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pb58c1f97c845b8779eb5ae64e4cb548 { width:18.75rem;height:1.94921875rem;top:11.498483657837rem;left:0.62500005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cecf58818e7ed66381e31227298ebcd9 { width:18.75rem;height:11.01953125rem;top:19.245824813842rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3a610c1d81b495fbc2d8ce9c60f739 { width:5.18555rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f27dd5a2b8a227335337430e1289ea06 { width:2.8125rem;height:5.6875rem;top:30.263671875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd7e42239dc686c600b44c5d7abfd610 { width:20rem;height:2.5rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yda2ae6cb043ca1f6da57cbae027125f { width:20rem;height:1.12521875rem;top:42.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1b45c4155b9deacb0fac9c03c6a5178 { width:20rem;height:21.125rem;top:44.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5c8806af83a105f1da19a110569af9e { width:15rem;height:5.51074375rem;top:45.372128486633rem;left:4.0625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdd219f61b5052675beef6ea98d1bad1 { width:15rem;height:5.51074375rem;top:52.1708984375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H77563be5c2ef782792e2fd26d7a7e80 { width:15rem;height:5.51074375rem;top:58.375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47832c0fe1e9d39c38aa8b16d8a36fc { width:2.68663125rem;height:2.1375875rem;top:45.374340057373rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdafd017c1dd257caed9f38b745b53aa { width:2.68663125rem;height:2.1375875rem;top:52.1708984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2d5bdea8d5c7b70975b4dbe4d26179f { width:2.68663125rem;height:2.1375875rem;top:58.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va10cdccb34f08ee43e26737d1836341 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8yUGVxrw972h90sSb20H6owo1L21cpH { width:20rem;height:20rem;top:26.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z { display:block; }#qzkFkQ31PSUFRgK0fbzxTSycTIiyM92z > .row .container { width:20rem;height:146.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b879083a74e6d1ec7f9d47060a7b04b7 { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc0803c45eeb7da9d78e9e031d33956 { width:20rem;height:7.1245625rem;top:10.873470306396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3306f9b0ac850e5de85ea00327e2044 { width:14rem;height:2.8125rem;top:14.0625rem;left:5.625rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1d831e377c568b2c8c10dbc19a4b540 { width:18.75rem;height:2.11263125rem;top:11.498481750488rem;left:0.625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4370a2b3a2dc9a8065f992d9f1e602 { width:18.75rem;height:14.168rem;top:19.245861053467rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3d64f696ebf84a735f28c2cf5104536 { width:18.75rem;height:13.5rem;top:69.749353408812rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3d693b9d6ae62de3bccfded5f240e6f { width:15rem;height:3.673825rem;top:45.000001907349rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77dd5e51cfb538690feca1c0a303e88 { width:5.18663125rem;height:2rem;top:14.8125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x791d00a260145955f0ddd41e9f69660 { width:20rem;height:2.5rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3ab89bd84854630caaafc32004bdfc { width:20rem;height:1.12521875rem;top:41.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e76fa58f586361282515fb454d42965e { width:20rem;height:24.75rem;top:43.750009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eed463d6d2bd46b49029b404fd35a1 { width:2.68663125rem;height:2.1375875rem;top:45.000001907349rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3b99d84216d3417948c1d894a1a08d { width:15rem;height:3.673825rem;top:50.549037933349rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9a375d611de575cd4e12708bfe26327 { width:2.68663125rem;height:2.1375875rem;top:50.550128936767rem;left:0.94314247369769rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53c9b9cebe0b16935cd093d65702c2f { width:15rem;height:3.673825rem;top:56.095916748047rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22a65c3ab8d2b94b9d57cad15cc3be3 { width:2.68663125rem;height:2.1375875rem;top:56.09700012207rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3932231dd320d5521709801d5b8b929 { width:18.75rem;height:3.673825rem;top:83.873703002931rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w70972c097c9ddda4e92775157937842 { width:18.75rem;height:13.5623125rem;top:88.242240428925rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ac2a1bc7adcbd76b7b1760c27ea2f4 { width:18.75rem;height:3.673825rem;top:102.42947769165rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0c6439af5065dcbbed8c352d0866ba8 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya8dcb6329e27bb57ffe5fac16bb8352 { width:5.9375rem;height:5.9375rem;top:34.039712905884rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d1f165a40b8d554ec5b05f84d1b904 { width:18.75rem;height:13.5625rem;top:107.35460758209rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec8e72eb9f8944f15c3f3a0e1761fc6e { width:18.75rem;height:3.673825rem;top:121.54189872742rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfb2c3ad4d0a64d3d73f6bc2539bb68 { width:18.75rem;height:13.5625rem;top:126.46701431274rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5db0fe78306edbac0e4a5713c7225d6 { width:18.75rem;height:3.673825rem;top:140.65430450439rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9e2df58aa9c8ac7694309278cab4e3 { width:15rem;height:5.51074375rem;top:61.643884658814rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61a15bbee4b8de61778bf9efc72dfb8 { width:2.68663125rem;height:2.1375875rem;top:61.644962310791rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b22226ea689e69e1cfc3e4bcbd2357 { width:8.5rem;height:7.625rem;top:32.358942985534rem;left:10.379775106907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX { display:block; }#JoiavGQqnVGdu1ogTU9eQ9Do0zn6PcpX > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5bCSvgTUtPUPLpfNaExo4r1i0DnuILC { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbktfrPRmoPpllVVUriwgge1xEHoRxmT { display:block; }
 }@media only screen and (max-width: 763px) { #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { display:block; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q { background-color: transparent; background-image: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container > .video-iframe-container { display: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row > .video-iframe-container { display: none; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .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); }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container { width:20rem;height:39.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB6ExCviHVRahRQRF9HsrKJ6UgQWqULd { width:17.5rem;height:6.5625rem;top:30.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNBMFLAcPulTR8EEEqJW79RTshacUJVG { width:17.5rem;height:6.5625rem;top:15.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMQRksFpXTsGLmxMp594B7hoNSEows3c { width:17.5rem;height:6.5625rem;top:22.9375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grlOAUeZcVTwz58ioKaf1uQBveUZsUg2 { width:16.25rem;height:6rem;top:7.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQoO5zMZbZ2D7n8sJTyfC5A5wbPvpNB { width:18.75rem;height:3.9375rem;top:2.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { display:block; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL { background-color: transparent; background-image: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row > .video-iframe-container { display: none; }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .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); }#EUK1ogTqLiZHsC5u98sG2gK0fyPZvhNL > .row .container { width:20rem;height:2.8125rem;background-color:#9f2b26;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NosmlvL7QUPKz2MmAJKJETNmHxFFfrR8 { width:18.3125rem;height:1.3125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }