.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:#702283;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:4.9375rem;width:20rem;top:0.65625rem;left:3.125rem;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.999025rem;width:12.874rem;top:1.125rem;left:28.5625rem;overflow:hidden;display:block; }
#l7bSSE5RBHSuExc8cCEvtp22x9CbRn4n { 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:3.9375rem;width:3.875rem;top:1.1875rem;left:42.5625rem;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; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { position:relative;display:block; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { background-color: transparent; background-image: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container > .video-iframe-container { display: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row > .video-iframe-container { display: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { border-width: 0; border-radius: 0; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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:49.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container.adaptive-delivery-prevent-bg, #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container.lazyload, #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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.375rem;width:31.75rem;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:17.875rem;width:20rem;top:28.6875rem;left:40.3125rem;overflow:hidden;display:block; }
#b30fbfae8ebfdd2680690679be4dc741 { box-sizing:content-box;height:6.75rem;width:45.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:38.75rem;left:3.125rem;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:39.4375rem;left:4.4375rem;height:5.2rem;font-style:normal;display:block; }
#uRg7l2yGpIrhVG4ENRr928rzO8bDhwXy { 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:13.375rem;width:15rem;top:35.4375rem;left:59.375rem;overflow:hidden;display:block; }
#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN { position:relative;display:block; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN { background-color: transparent; background-image: none; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .row .container > .video-iframe-container { display: none; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .row > .video-iframe-container { display: none; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .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); }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN { border-width: 0; border-radius: 0; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .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; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .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:7rem;width:20rem;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; } #o8syf9n3uIecltvoufAeDdRfoXwq0qpZ { background-color: transparent; background-image: none; }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row .container > .video-iframe-container { display: none; }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row > .video-iframe-container { display: none; }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .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); }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ { border-width: 0; border-radius: 0; }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .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; }#o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .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; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F { position:relative;display:block; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F { background-color: transparent; background-image: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row .container > .video-iframe-container { display: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row > .video-iframe-container { display: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .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); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F { border-width: 0; border-radius: 0; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .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; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .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:#702283;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:#702283;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:#702283;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:#702283;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; }
#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka { position:relative;display:block; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka { background-color: transparent; background-image: none; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .row .container > .video-iframe-container { display: none; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .row > .video-iframe-container { display: none; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .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); }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka { border-width: 0; border-radius: 0; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .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; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#702283;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; }
#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV { position:relative;display:block; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV { background-color: transparent; background-image: none; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row .container > .video-iframe-container { display: none; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row > .video-iframe-container { display: none; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .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); }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV { border-width: 0; border-radius: 0; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .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; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:104.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; }#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:#702283;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: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; }
#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:7.35rem;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.875rem;width:39.75rem;top:51.874572753906rem;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:3.675rem;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:#702283;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:21.6875rem;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; }
#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.125rem;width:2.6875rem;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:60.5rem;left:50.6875rem;height:7.35rem;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.125rem;width:2.6875rem;top:60.3125rem;left:47rem;overflow:hidden;display:block; }
#e561fe81ac37209074730060373bce2f { 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.25rem;left:50.6875rem;height:5.5125rem;font-style:normal;display:block; }
#b10a146fed3a9c22f4b0074fff5887d3 { 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.125rem;width:2.6875rem;top:69.0625rem;left:47rem;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:81.499145507812rem;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:77.875rem;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:97.5625rem;left:45.6875rem;height:3.675rem;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.1875rem;width:4.1875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#Qgu3vGGG09MS52gPTFm5MHWZ4XcZx2SX { 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:16.75rem;width:18.8125rem;top:77.875rem;left:29.40625rem;overflow:hidden;display:block; }
#P5AoynIQuVdssGUZ3lh8dpEIA8hf6CRe { 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:3.999025rem;width:12.8730625rem;top:96.9375rem;left:3.125rem;overflow:hidden;display:block; }
#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm { position:relative;display:block; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm { background-color: transparent; background-image: none; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row .container > .video-iframe-container { display: none; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row > .video-iframe-container { display: none; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .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); }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm { border-width: 0; border-radius: 0; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .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; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.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; }#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:54.75rem;left:3.125rem;overflow:hidden;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:54.75rem;left:45.6875rem;overflow:hidden;display:block; }
#ka81ad4de523f080457d81ae3ab8b79d { box-sizing:content-box;height:10.375rem;width:26.25rem;position:absolute;display:block;z-index:15010;background-color:#702283;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; }
#PF6U9XaS1IKffsQpNfGSME7G1aTEOS2S { position:absolute;display:block;z-index:15040;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:6.6875rem;width:6.6875rem;top:84.5rem;left:65.25rem;overflow:hidden;display:block; }
#TciEfblq7HVrTxkb8nZeeZUX0FFmkBG3 { 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:6.125rem;width:17.6875rem;top:85.0625rem;left:45.6875rem;overflow:hidden;display:block; }
#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO { position:relative;display:block; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO { background-color: transparent; background-image: none; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row .container > .video-iframe-container { display: none; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row > .video-iframe-container { display: none; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .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); }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO { border-width: 0; border-radius: 0; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .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; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:85.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.375rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#cf0bd40f991f2f9dc94291de91e080ac { box-sizing:content-box;height:10.375rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#702283;background-image:none;top:42.5rem;left:45.6875rem;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:48.25rem;left:52.125rem;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:1.9375rem;font-weight:400;z-index:15006;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; }
#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:7.35rem;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:29.0625rem;width:40rem;top:51.7216796875rem;left:3.125rem;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:49.625rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xcc119f975b022b2dfc66867df3e5ffd { 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:54.75rem;left:45.75rem;overflow:hidden;display:block; }
#ZnflMS6QTUFCeauLLHrANFePCn94qurc { position:absolute;display:block;z-index:15039;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:6.6875rem;width:6.6875rem;top:75.6875rem;left:65.125rem;overflow:hidden;display:block; }
#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d { position:relative;display:block; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d { background-color: transparent; background-image: none; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row .container > .video-iframe-container { display: none; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row > .video-iframe-container { display: none; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .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); }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d { border-width: 0; border-radius: 0; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .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; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.9375rem;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.4375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#uf850c6bcdd281ecc6ba02bac9a2c143 { box-sizing:content-box;height:10.3125rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#702283;background-image:none;top:42.5rem;left:45.625rem;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:47.9365234375rem;left:52.0615234375rem;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.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.3115234375rem;left:46.875rem;height:4.7125rem;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:9.1875rem;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:49.375rem;left:46.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGcHtDUy9u1nyaDZkKCSzitPgoH2KD6r { 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:54.6875rem;left:3.125rem;overflow:hidden;display:block; }
#xD2RfUQTSV66aExtWCFOymVFhOtzBZm0 { 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:19.0625rem;width:26.25rem;top:54.6875rem;left:31.25rem;overflow:hidden;display:block; }
#x0kgiC0CF9Pv3q7WDUUutd178VKI5RnO { position:absolute;display:block;z-index:15040;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:6.6875rem;width:6.6875rem;top:67.125rem;left:65.25rem;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:#702283;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; }
#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX { position:relative;display:block; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX { background-color: transparent; background-image: none; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .row .container > .video-iframe-container { display: none; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .row > .video-iframe-container { display: none; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .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); }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX { border-width: 0; border-radius: 0; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .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; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#702283;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; }
#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st { position:relative;display:block; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st { background-color: transparent; background-image: none; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row .container > .video-iframe-container { display: none; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row > .video-iframe-container { display: none; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .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); }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st { border-width: 0; border-radius: 0; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .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; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88.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; }#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.4375rem;width:68.75rem;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:#702283;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:7.35rem;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:51.875rem;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:81.5625rem;left:3.125rem;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.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#F363ebb9bf198db4a6e5106c00537236 { 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.4375rem;left:64.75rem;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:#702283;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:16.6875rem;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; }
#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:1.8375rem;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:58.75rem;left:50.625rem;height:3.675rem;font-style:normal;display:block; }
#za9285ae82ae9c0324e687ad3bd86655 { 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:63.8125rem;left:50.6875rem;height:5.5125rem;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.125rem;width:2.6875rem;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.125rem;width:2.6875rem;top:58.5625rem;left:46.9375rem;overflow:hidden;display:block; }
#b8083f31ce5154d320b5ae912b0dbf5b { 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.125rem;width:2.6875rem;top:63.625rem;left:47rem;overflow:hidden;display:block; }
#ShB6Ht4Z3fk9MfkMpJrTJISR5mt5Q5ia { 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:3.999025rem;width:12.8730625rem;top:79.4619140625rem;left:57.8759765625rem;overflow:hidden;display:block; }
#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ { position:relative;display:block; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ { background-color: transparent; background-image: none; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row .container > .video-iframe-container { display: none; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row > .video-iframe-container { display: none; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .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); }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ { border-width: 0; border-radius: 0; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .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; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72rem;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.4375rem;width:68.75rem;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:#702283;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; }
#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:#702283;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.625rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.3115234375rem;left:45.6865234375rem;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.125rem;width:2.6875rem;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.7490234375rem;left:50.625rem;height:7.35rem;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.125rem;width:2.6875rem;top:60.5615234375rem;left:46.9365234375rem;overflow:hidden;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.4375rem;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.6875rem;width:4.6875rem;top:3.7499961853027rem;left:66.631946563719rem;overflow:hidden;display:block; }
#HESmPvZ2o0fyPS7ek3TSxA28pUnAFgXL { 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:44.1474609375rem;left:11.8125rem;overflow:hidden;display:block; }
#kVcJK4T2NudLWbhW2x2ryxwkLE4UMFCU { 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:3.999025rem;width:12.8730625rem;top:66rem;left:3.125rem;overflow:hidden;display:block; }
#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS { position:relative;display:block; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS { background-color: transparent; background-image: none; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row .container > .video-iframe-container { display: none; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row > .video-iframe-container { display: none; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .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); }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS { border-width: 0; border-radius: 0; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .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; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:129.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; }#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:#702283;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:#702283;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.125rem;width:2.6875rem;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.125rem;width:2.6875rem;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.125rem;width:2.6875rem;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; }
#D03brMvELTZrdLBZCT7Vnd8Nh5yODed6 { 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:3.999025rem;width:12.8730625rem;top:122.8359375rem;left:3.125rem;overflow:hidden;display:block; }
#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq { position:relative;display:block; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq { background-color: transparent; background-image: none; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row .container > .video-iframe-container { display: none; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row > .video-iframe-container { display: none; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .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); }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq { border-width: 0; border-radius: 0; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .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; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.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; }#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.4375rem;width:68.75rem;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:#702283;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: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; }
#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:5.5125rem;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:#702283;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:20.1875rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:54.310974121094rem;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.125rem;width:2.6875rem;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:62.375rem;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.125rem;width:2.6875rem;top:62.1875rem;left:46.875rem;overflow:hidden;display:block; }
#a1e849b08c18e7f222ad939a3df4faf8 { 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.3125rem;left:50.5625rem;height:3.675rem;font-style:normal;display:block; }
#uec522e00d133af47fd9e647161613f1 { 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.125rem;width:2.6875rem;top:69.125rem;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:48.251954555511rem;left:11.755645751953rem;overflow:hidden;display:block; }
#pdDR3KvXfkKmBtZDP90kdntFaBaPA5eb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:12.8730625rem;top:70.5615234375rem;left:3.125rem;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:#702283;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; }
#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy { position:relative;display:block; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy { background-color: transparent; background-image: none; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .row .container > .video-iframe-container { display: none; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .row > .video-iframe-container { display: none; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .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); }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy { border-width: 0; border-radius: 0; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .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; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#702283;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; }
#PySMavku5EpaXyPortZIzkslEfGMTRoS { position:relative;display:block; }#PySMavku5EpaXyPortZIzkslEfGMTRoS { background-color: transparent; background-image: none; }#PySMavku5EpaXyPortZIzkslEfGMTRoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row .container > .video-iframe-container { display: none; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row > .video-iframe-container { display: none; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .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); }#PySMavku5EpaXyPortZIzkslEfGMTRoS { border-width: 0; border-radius: 0; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .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; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:95.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:36.875rem;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:41.875rem;left:3.125rem;height:7.35rem;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:19.0625rem;width:26.25rem;top:70.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#w4883c73a22465746cb4afd97dac597f { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:90.25rem;left:45.6875rem;height:1.8375rem;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:23.8125rem;width:26.25rem;top:51.3125rem;left:3.125rem;overflow:hidden;display:block; }
#Q115845ca11dfe143f2891db528a0166 { 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:75.125rem;left:3.125rem;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:#702283;background-image:none;top:51.25rem;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:51.875rem;left:45.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sab1785a1ccfbcd638a1a8b5ff17283c { box-sizing:content-box;height:15.0625rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:53.75rem;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:54.875rem;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:60rem;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:64.9375rem;left:50.625rem;height:1.8375rem;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.125rem;width:2.6875rem;top:54.6875rem;left:46.9365234375rem;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.125rem;width:2.6875rem;top:59.8115234375rem;left:46.9365234375rem;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.125rem;width:2.6875rem;top:64.7490234375rem;left:46.9365234375rem;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; }
#E8f1a5a64b1c6eb41f9ba70d9702acac { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#702283;background-image:none;top:41.875rem;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:42.3125rem;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:45.125rem;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:46.5rem;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:32.875rem;left:4.375rem;overflow:hidden;display:block; }
#XngLuc4t2PTA1k0pufxOZZldBaxLX9fi { 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:3.999025rem;width:12.8730625rem;top:88.1494140625rem;left:3.125rem;overflow:hidden;display:block; }
#fGWfZk6CTEl9SleZ4qyQbrzbotNlfLHA { 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.6103515625rem;left:25.9375rem;overflow:hidden;display:block; }
#kspXZhQUfQmmdkForsnAwkcRDTMGipEI { 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.1875rem;width:5.625rem;top:3.125rem;left:4.375rem;overflow:hidden;display:block; }
#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT { position:relative;display:block; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT { background-color: transparent; background-image: none; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row .container > .video-iframe-container { display: none; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row > .video-iframe-container { display: none; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .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); }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT { border-width: 0; border-radius: 0; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .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; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:53.3125rem;width:40rem;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:#702283;background-image:none;top:17.875rem;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:20.9375rem;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:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.875rem;left:46.875rem;height:1.7871125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Teac13ce33d6451c809054e83c463d73 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.125rem;left:45.625rem;height:12.8625rem;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:19.0625rem;width:26.25rem;top:27.25rem;left:45.625rem;overflow:hidden;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:22.375rem;left:46.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;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:48.1875rem;left:45.625rem;overflow:hidden;display:block; }
#w5kRexFl8wzpt9EyCUxMyFuEBl05GWTN { position:absolute;display:block;z-index:15038;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:6.6875rem;width:6.6875rem;top:60.625rem;left:3.125rem;overflow:hidden;display:block; }
#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w { position:relative;display:block; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w { background-color: transparent; background-image: none; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row .container > .video-iframe-container { display: none; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row > .video-iframe-container { display: none; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .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); }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w { border-width: 0; border-radius: 0; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .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; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.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; }#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:#702283;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.4375rem;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:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.3125rem;left:46.875rem;height:2.03125rem;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:53.55859375rem;left:3.125rem;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:46.8125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;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:51.8125rem;left:45.6875rem;overflow:hidden;display:block; }
#ubAPK5DwW06e6sQgQoPakHH52ZxfpqGq { 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:19.0625rem;width:26.25rem;top:72.75rem;left:45.6875rem;overflow:hidden;display:block; }
#yQiwtz3GhvA7Mww1P6zy203E3TheGHuS { position:absolute;display:block;z-index:15039;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:6.6875rem;width:6.6875rem;top:85.1875rem;left:3.125rem;overflow:hidden;display:block; }
#yTBkSplasunlf04DQ13LC1B3AemsrdDd { position:relative;display:block; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd { background-color: transparent; background-image: none; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row .container > .video-iframe-container { display: none; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row > .video-iframe-container { display: none; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .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); }#yTBkSplasunlf04DQ13LC1B3AemsrdDd { border-width: 0; border-radius: 0; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .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; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:104.743125rem;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:#702283;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: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; }
#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:9.1875rem;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:36.375rem;width:40rem;top:54.25rem;left:3.125rem;overflow:hidden;display:block; }
#be02a3434318ca32a276166f51df2f9b { color:#000000;display:block;width:19.9375rem;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:7.35rem;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:#702283;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.125rem;width:2.6875rem;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:63.875rem;left:50.625rem;height:9.1875rem;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.125rem;width:2.6875rem;top:63.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#fcae2c02f19b68b470c87a3a819e8ff3 { color:#000000;display:block;width:34.4365rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:91.25rem;left:3.125rem;height:1.8375rem;font-style:normal;display:block; }
#d7c5155d4a3f06bd0449fe1f680cee1c { 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.875rem;width:26.25rem;top:75.75rem;left:45.6875rem;overflow:hidden;display:block; }
#g4af1bbe774f3f798a27133b23ee6ff3 { 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:100.25rem;left:45.6875rem;height:1.8375rem;font-style:normal;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.1875rem;width:4.1875rem;top:3.7499961853027rem;left:66.631946563719rem;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; }
#wO8hNdlsnLVFUyrCGOafsJHkXEK88JhD { 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:3.999025rem;width:12.8730625rem;top:98.1494140625rem;left:3.125rem;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:#702283;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; }
#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc { position:relative;display:block; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc { background-color: transparent; background-image: none; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .row .container > .video-iframe-container { display: none; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .row > .video-iframe-container { display: none; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .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); }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc { border-width: 0; border-radius: 0; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .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; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#702283;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; }
#NF6QvzihGwIqhA7aULRP7100wqTvMNnX { position:relative;display:block; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX { background-color: transparent; background-image: none; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .row .container > .video-iframe-container { display: none; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .row > .video-iframe-container { display: none; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .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); }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX { border-width: 0; border-radius: 0; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .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; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;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:#702283;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.125rem;width:2.6875rem;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.125rem;width:2.6875rem;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.125rem;width:2.6875rem;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:#702283;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; }
#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT { position:relative;display:block; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT { background-color: transparent; background-image: none; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row .container > .video-iframe-container { display: none; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row > .video-iframe-container { display: none; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .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); }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT { border-width: 0; border-radius: 0; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .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; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:87.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; }#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:#702283;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.4375rem;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:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.5rem;left:46.9375rem;height:1.8684875rem;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:11.025rem;font-style:normal;display:block; }
#a17066bfc9a0baf193738da9b2fedf68 { 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; }
#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:46.8125rem;left:46.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4a35db3e8e457f33daea3ea11194c78 { 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:55.375rem;left:45.6875rem;overflow:hidden;display:block; }
#q1mMQfm9UAr4cbtP4vDeaWWc6u4NWD3P { position:absolute;display:block;z-index:15040;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:6.6875rem;width:6.6875rem;top:77.8125rem;left:65.25rem;overflow:hidden;display:block; }
#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm { position:relative;display:block; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm { background-color: transparent; background-image: none; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row .container > .video-iframe-container { display: none; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row > .video-iframe-container { display: none; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .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); }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm { border-width: 0; border-radius: 0; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .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; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:8.5rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:#702283;background-image:none;top:51.8125rem;left:3.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:55.3125rem;left:9.3125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1d831e377c568b2c8c10dbc19a4b540 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:52.6875rem;left:4.125rem;height:2.275rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xd4370a2b3a2dc9a8065f992d9f1e602 { 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; }
#e3d64f696ebf84a735f28c2cf5104536 { 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:18.75rem;width:26.25rem;top:42.4375rem;left:45.6875rem;overflow:hidden;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.75rem;left:4.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLX4I1otWIAhK7umQnWMqDlLZNzb4IZP { position:absolute;display:block;z-index:15037;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:6.6875rem;width:6.6875rem;top:63rem;left:65.25rem;overflow:hidden;display:block; }
#LP4M9IXpWq5Vxy64rd6bda4aMaZhnsUG { 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:7rem;width:20rem;top:62.625rem;left:3.125rem;overflow:hidden;display:block; }
#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl { position:relative;display:block; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl { background-color: transparent; background-image: none; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row .container > .video-iframe-container { display: none; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row > .video-iframe-container { display: none; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .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); }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl { border-width: 0; border-radius: 0; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .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; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #702283;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:73.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ae6a66900bb27db3da764df39c40cd91 { 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; }
#ab5ce4950b42ae34bb508919ff116a11 { box-sizing:content-box;height:7.5rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#702283;background-image:none;top:42.5rem;left:45.6875rem;box-shadow: none;display:block; }
#aeac9a13d9026f67ecff0ea0920e7b9c { 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; }
#y987e88a5fcc7f4b714f81c43f04ea99 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.25rem;left:46.9375rem;height:1.95rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#a1612e770f4c1ff085e06c9796695ae6 { 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; }
#bafbc38b0866e8ebd0c13768c50261b4 { 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:46.9375rem;left:46.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4dfb88aeb47ba1e02cb735f4be4435a { 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.375rem;width:5.625rem;top:3.125rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#b09d0213c3ca37c7684b60a70ea973ee { box-sizing:content-box;height:2.5rem;width:26.25rem;position:absolute;display:block;z-index:15012;background-color:#702283;background-image:none;top:51.875rem;left:45.6875rem;box-shadow: none;display:block; }
#Taff6857e8395636af3828d261342ab8 { 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; }
#c2b72cce8ccf96ec4c8eaa16f1e9c724 { box-sizing:content-box;height:16.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; }
#ede9a2b2b22f86151b889a10cb044104 { 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; }
#b83904b6385eadae1c280425a910432f { 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; }
#i6022c8b975967504e99238f7fde2c59 { 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:3.675rem;font-style:normal;display:block; }
#Gb4a5017802fb722ccf5837b7635c49b { 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.125rem;width:2.6875rem;top:55.125rem;left:46.625rem;overflow:hidden;display:block; }
#f1bcbd945c6229ce6c70b859cd78a760 { 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.125rem;width:2.6875rem;top:60rem;left:46.625rem;overflow:hidden;display:block; }
#c7055243e14601ad46a29c3636555e2c { 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.125rem;width:2.6875rem;top:65rem;left:46.625rem;overflow:hidden;display:block; }
#E5653b10376d44788ba24d64edb71668 { 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; }
#mkttC19xRM7qw5zLJbNkrtZnuzF5GyQF { 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:3.999025rem;width:12.8730625rem;top:66.8759765625rem;left:3.125rem;overflow:hidden;display:block; }
#NXB6GrlB6wiD6UsGqbPm5C2qKEmhnN0S { 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:45.75rem;left:19.5rem;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:#702283;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:16.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; }#gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.adaptive-delivery-prevent-bg, #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.lazyload, #gBrwTrCZZgEJWaO31II1028CVXOD5C5Q > .row .container.lazyloading { background-image: none; }#WB6ExCviHVRahRQRF9HsrKJ6UgQWqULd { color:#000000;display:block;width:9.1875rem;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.4375rem;left:61.4375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNBMFLAcPulTR8EEEqJW79RTshacUJVG { color:#000000;display:block;width:8.625rem;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.4375rem;left:36.1875rem;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.4375rem;left:46.9375rem;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:7.375rem;width:29.75rem;top:4.5625rem;left:4.375rem;overflow:hidden;display:block; }
#DVShkxSJeqKa4IXx1ey9S03vk33RUVFZ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:1.875rem;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: #702283; }#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: #702283; }#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.625rem;left:0rem;width:20rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBfN3L9tM2UwB6bHtu0zZhFNJvuVdzz { top:1.125rem;left:14.9375rem;width:12.8125rem;height:3.9799213773885rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7bSSE5RBHSuExc8cCEvtp22x9CbRn4n { top:1.1875rem;left:28.9375rem;width:3.875rem;height:3.9375rem;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) { #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { display:block; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c504e4678654142daaa1a907385d02c0 { top:1.25rem;left:0rem;width:31.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9396ecc107ec9fe34b57f7be0d4f22d { top:28.6875rem;left:26.6875rem;width:20rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b30fbfae8ebfdd2680690679be4dc741 { top:38.75rem;left:0rem;width:45.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5c75686c11f69b01bc859cfd30e32b { top:39.4375rem;left:0rem;width:38.375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRg7l2yGpIrhVG4ENRr928rzO8bDhwXy { top:35.4375rem;left:32.75rem;width:15rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN { display:block; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .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:20rem;height:7rem;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; } #o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPTbbJEVWvkEqpqsvdea1b799TQnU71F { display:block; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .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) { #hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka { display:block; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .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) { #Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV { display:block; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .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.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73ced080632edaa4b9dd3796b99f39c { 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) { #Md346459e02c767b40aa1c0159e4d27e { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcce08b08ea90cac0ee7e68c477cb5c0 { top:51.8125rem;left:0rem;width:39.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2b0ac23cfff9d54f4323a67a25c3fdd { top:55.4375rem;left:27.75rem;width:20rem;height:3.625rem;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.3125rem;left:21.5rem;width:26.25rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85a3d1003119cc0ceca1760204ea47f { top:55.25rem;left:33.3125rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6174e7b077abb70dadcd298a47b6be3 { top:60.5rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36559bfd4441f444ff9983cf38c5d17 { top:60.3125rem;left:33.375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e561fe81ac37209074730060373bce2f { top:69.25rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b10a146fed3a9c22f4b0074fff5887d3 { top:69.0625rem;left:33.375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1427bb63b0abf85b91f7c4bb4c81b10 { top:81.4375rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G40a7672ad7827fff5a4c3114aa19b74 { top:77.875rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pde9d4d252457c29844c4fabb0ce5df1 { top:97.5625rem;left:21.5rem;width:26.25rem;height:3.625rem;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.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgu3vGGG09MS52gPTFm5MHWZ4XcZx2SX { top:77.875rem;left:15.78125rem;width:18.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5AoynIQuVdssGUZ3lh8dpEIA8hf6CRe { top:96.9375rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm { display:block; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .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.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #bced35e80755581864bd5cc8c5272baa { top:42.5rem;left:0rem;width:40rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97ed84ba662bab4ca244f7ac17b7595 { top:54.75rem;left:0rem;width:40rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af95935808c4449cca592faad2174979 { top:54.75rem;left:21.5rem;width:26.25rem;height:19.0625rem;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.5rem;width:24.25rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5afe86ac6dff756ba9bc3da052362a4 { top:48.25rem;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) { #PF6U9XaS1IKffsQpNfGSME7G1aTEOS2S { top:84.5rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TciEfblq7HVrTxkb8nZeeZUX0FFmkBG3 { top:85.0625rem;left:27.75rem;width:17.6875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO { display:block; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .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.005919854281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf0bd40f991f2f9dc94291de91e080ac { top:42.5rem;left:21.5rem;width:26.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09caeffb94603958981e0c9f9b9fcf6 { top:48.25rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbffa5f0bcb94ce6d6f79ec378541b1e { top:42.9375rem;left:23.5rem;width:24.25rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c27d7a26706f9cf3531a94b5919ed6 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d228cfd83a4b1043d21f7782cfb548 { top:51.6875rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70c6bbc0822b2fee9ea54faf3280f6d { top:49.625rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcc119f975b022b2dfc66867df3e5ffd { top:54.75rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnflMS6QTUFCeauLLHrANFePCn94qurc { top:75.6875rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d { display:block; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .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.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf850c6bcdd281ecc6ba02bac9a2c143 { top:42.5rem;left:21.5rem;width:26.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d203ecf8d765c9958005f918561e4ff7 { top:47.875rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3527f01a9524b64ea6c83dbe0428709 { top:43.25rem;left:23.5rem;width:24.25rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ced0df8b3ac020e4532d4fe79e8478ed { top:42.5rem;left:0rem;width:40rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46a4a5a90211a754a28b6d944094eec { top:49.375rem;left:33.25rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGcHtDUy9u1nyaDZkKCSzitPgoH2KD6r { top:54.6875rem;left:0rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD2RfUQTSV66aExtWCFOymVFhOtzBZm0 { top:54.6875rem;left:17.625rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kgiC0CF9Pv3q7WDUUutd178VKI5RnO { top:67.125rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;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) { #o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX { display:block; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .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) { #Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st { display:block; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .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.002045454545rem;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.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q54479619c3bc81b4ed2f27da403378e { top:42.9375rem;left:23.5rem;width:24.25rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4522ea5c484cc67a6561d35bdca78a { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tccd93817ea92d94268791b5d5d9d7b4 { top:51.875rem;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:81.5625rem;left:0rem;width:32.8125rem;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.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F363ebb9bf198db4a6e5106c00537236 { top:33.4375rem;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:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2888b6263da817d45a2dacab291ecb4 { top:55.5rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93f02a802fb7427c715298c225f9bf3 { top:58.75rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9285ae82ae9c0324e687ad3bd86655 { top:63.8125rem;left:27.75rem;width:20rem;height:5.5rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2a0eb74185906a4d795e24a20131c6a { top:58.5625rem;left:33.3125rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8083f31ce5154d320b5ae912b0dbf5b { top:63.625rem;left:33.375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShB6Ht4Z3fk9MfkMpJrTJISR5mt5Q5ia { top:79.4375rem;left:34.9375rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ { display:block; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .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.002045454545rem;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.5rem;width:24.25rem;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.125rem;font-size:1.125rem;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.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1941b4f96f1c548a1a009c3e440dbc0 { top:55.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9a1d6372de010adbad0ed659029b1d8 { top:60.6875rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6f7e63182841469e15080e3452bc293 { top:60.5rem;left:33.3115234375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf86f5dcc964cae31e7698848e78c4df { top:3.125rem;left:0rem;width:5.625rem;height:11.436625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae439c6473b4252efa18dca98e5765e5 { top:3.6875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESmPvZ2o0fyPS7ek3TSxA28pUnAFgXL { top:44.125rem;left:0rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcJK4T2NudLWbhW2x2ryxwkLE4UMFCU { top:66rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS { display:block; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dea3f90192514a3b44c21418abe53163 { top:62rem;left:33.3125rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ac85d6e50bdf6bfdb2b95f1d60a24 { top:68.6875rem;left:33.3125rem;width:2.6875rem;height:2.125rem;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) { #D03brMvELTZrdLBZCT7Vnd8Nh5yODed6 { top:122.8125rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq { display:block; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .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.002045454546rem;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:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47833bb1ff204cc4b21a4a15c04c958 { top:55.375rem;left:27.75rem;width:20rem;height:5.5rem;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:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c89be2c9173ba526a74332afa209f1a5 { top:55.1875rem;left:33.311855316162rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c842a627c90a29e67ca4cd6168aff216 { top:62.375rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m80d9c87fcac9379f6a4c446dd1fa58f { top:62.1875rem;left:33.25rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e849b08c18e7f222ad939a3df4faf8 { top:69.3125rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uec522e00d133af47fd9e647161613f1 { top:69.125rem;left:33.25rem;width:2.6875rem;height:2.125rem;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:48.25rem;left:0rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDR3KvXfkKmBtZDP90kdntFaBaPA5eb { top:70.5rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;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) { #Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy { display:block; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .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) { #PySMavku5EpaXyPortZIzkslEfGMTRoS { display:block; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .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:25.611363636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18a2b7f38075e992d141e076602ef1c { top:41.875rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3e26f0298b0ed14e304b6aa4b90567c { top:70.5625rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4883c73a22465746cb4afd97dac597f { top:90.25rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0c8566bdedf4ad828617b71b3f2ba1d { top:51.3125rem;left:0rem;width:26.25rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q115845ca11dfe143f2891db528a0166 { top:75.125rem;left:0rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8850987377b11f256508d868d79fc3b { top:51.25rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1f5331ddd3036b9775f0c3674962556 { top:51.875rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sab1785a1ccfbcd638a1a8b5ff17283c { top:53.75rem;left:21.5rem;width:26.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94ef1ce932c3b48e00e0225744f8d6b { top:54.875rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6432e4cc87ec61c2e452883c979892a { top:60rem;left:27.1875rem;width:20.5625rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5e508972e28ab20aa744b18888fc40f { top:64.9375rem;left:27.75rem;width:20rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9afe426f7995f2b7a9298186ab196d { top:54.6875rem;left:33.3115234375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f5a1d327f45017ce0b64278a5a33df { top:59.75rem;left:33.3115234375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e221c6766da290ba74b437bb5e06870f { top:64.6875rem;left:33.3115234375rem;width:2.6875rem;height:2.125rem;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) { #E8f1a5a64b1c6eb41f9ba70d9702acac { top:41.875rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14526f376b341c056e0d9472595de79 { top:42.3125rem;left:23.5rem;width:24.25rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd57eeb50dc6c368402a49db49878dd5 { top:45.125rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1d584ea468fe2649ce4e4790bbfdd3f { top:46.5rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybf9fb084180f5b94aa8803d808cd629 { top:32.875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XngLuc4t2PTA1k0pufxOZZldBaxLX9fi { top:88.125rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGWfZk6CTEl9SleZ4qyQbrzbotNlfLHA { top:52.5625rem;left:12.3125rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kspXZhQUfQmmdkForsnAwkcRDTMGipEI { top:3.125rem;left:0rem;width:5.625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKffcBbxwB4IlaLtSUaHV15z8WDm69pT { display:block; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T56665f1668b250b24b900aac45c37c9 { top:3.125rem;left:0rem;width:40rem;height:53.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d34f682a3814acf0b9a6cae0c4ceac { top:17.875rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7720b0c06683a1bcfd8dd5cdb7d73e { top:20.9375rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7e9fdad64658b1e6bd2ebc5705eff7f { top:18.875rem;left:23.5rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teac13ce33d6451c809054e83c463d73 { top:3.125rem;left:21.5rem;width:26.25rem;height:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeb988bd55ab9b1f380f69aad7a278a3 { top:27.25rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14e9a8d9bd6d89242050575b07d808f { top:22.375rem;left:33.25rem;width:5.1875rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7490d454e144240d1a0426b35c68d41 { top:48.1875rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kRexFl8wzpt9EyCUxMyFuEBl05GWTN { top:60.625rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvNzDXzHJ0Zf3J893gSWHCegITkbue1w { display:block; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .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.002045454545rem;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.4375rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09c197dab079b6dbd345ed185eaba4f { top:43.3125rem;left:23.5rem;width:24.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t901f36993c8c51399df5a5966a03036 { top:42.5rem;left:0rem;width:40rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8aca4ed24dece0f8b2546f7e3c349d { top:53.5rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6171068e81b501a6004bdc7535766db { top:46.8125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X600115bbd6d07049d2fab838616004b { top:51.8125rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubAPK5DwW06e6sQgQoPakHH52ZxfpqGq { top:72.75rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQiwtz3GhvA7Mww1P6zy203E3TheGHuS { top:85.1875rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBkSplasunlf04DQ13LC1B3AemsrdDd { display:block; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .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:42.9375rem;left:23.5rem;width:24.25rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc042d1466b9baa4d0105f1835910791 { top:42.5rem;left:0rem;width:40rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafc17255ad09f36baf66be86c7fe1e { top:54.25rem;left:0rem;width:40rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02a3434318ca32a276166f51df2f9b { top:55.4375rem;left:27.75rem;width:19.9375rem;height:7.375rem;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.3125rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff3e28c7e7a4c31cf2cf27495273ae { top:63.875rem;left:27.75rem;width:20rem;height:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78bc587088476a75b5f69e340b769fc { top:63.6875rem;left:33.3125rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcae2c02f19b68b470c87a3a819e8ff3 { top:91.25rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7c5155d4a3f06bd0449fe1f680cee1c { top:75.75rem;left:21.5rem;width:26.25rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4af1bbe774f3f798a27133b23ee6ff3 { top:100.25rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1.3125rem;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.1875rem;height:4.1875rem;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) { #wO8hNdlsnLVFUyrCGOafsJHkXEK88JhD { top:98.125rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;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) { #LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc { display:block; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .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) { #NF6QvzihGwIqhA7aULRP7100wqTvMNnX { display:block; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bac99f7334037e1ebf449369642289 { top:59rem;left:33.3125rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f938130d8ce4da0215b26d091dd41fe8 { top:64.125rem;left:33.3125rem;width:2.6875rem;height:2.125rem;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) { #HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT { display:block; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .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.4375rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb58c1f97c845b8779eb5ae64e4cb548 { top:43.5rem;left:23.5rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cecf58818e7ed66381e31227298ebcd9 { top:42.5rem;left:0rem;width:40rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17066bfc9a0baf193738da9b2fedf68 { top:55.375rem;left:0rem;width:40rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3a610c1d81b495fbc2d8ce9c60f739 { top:46.8125rem;left:33.3125rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4a35db3e8e457f33daea3ea11194c78 { top:55.375rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1mMQfm9UAr4cbtP4vDeaWWc6u4NWD3P { top:77.8125rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVZWXEEwAaDx252TunrGnBXoSRxDvqhm { display:block; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .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.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc0803c45eeb7da9d78e9e031d33956 { top:51.8125rem;left:0rem;width:33.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3306f9b0ac850e5de85ea00327e2044 { top:55.3125rem;left:0rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1d831e377c568b2c8c10dbc19a4b540 { top:52.6875rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4370a2b3a2dc9a8065f992d9f1e602 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3d64f696ebf84a735f28c2cf5104536 { top:42.4375rem;left:21.5rem;width:26.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77dd5e51cfb538690feca1c0a303e88 { top:56.75rem;left:0rem;width:5.1875rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLX4I1otWIAhK7umQnWMqDlLZNzb4IZP { top:63rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4M9IXpWq5Vxy64rd6bda4aMaZhnsUG { top:62.625rem;left:0rem;width:20rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl { display:block; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae6a66900bb27db3da764df39c40cd91 { top:3.125rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5ce4950b42ae34bb508919ff116a11 { top:42.5rem;left:21.5rem;width:26.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeac9a13d9026f67ecff0ea0920e7b9c { top:45.75rem;left:28rem;width:19.75rem;height:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y987e88a5fcc7f4b714f81c43f04ea99 { top:43.25rem;left:23.5rem;width:24.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1612e770f4c1ff085e06c9796695ae6 { top:42.5rem;left:0rem;width:40rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bafbc38b0866e8ebd0c13768c50261b4 { top:46.9375rem;left:33rem;width:5.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dfb88aeb47ba1e02cb735f4be4435a { top:3.125rem;left:0rem;width:5.625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b09d0213c3ca37c7684b60a70ea973ee { top:51.875rem;left:21.5rem;width:26.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taff6857e8395636af3828d261342ab8 { 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) { #c2b72cce8ccf96ec4c8eaa16f1e9c724 { top:54.375rem;left:21.5rem;width:26.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ede9a2b2b22f86151b889a10cb044104 { top:55.5rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83904b6385eadae1c280425a910432f { top:60.375rem;left:27.1875rem;width:20.5625rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6022c8b975967504e99238f7fde2c59 { top:65.375rem;left:27.75rem;width:20rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb4a5017802fb722ccf5837b7635c49b { top:55.125rem;left:33rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1bcbd945c6229ce6c70b859cd78a760 { top:60rem;left:33rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7055243e14601ad46a29c3636555e2c { top:65rem;left:33rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5653b10376d44788ba24d64edb71668 { top:3.75rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkttC19xRM7qw5zLJbNkrtZnuzF5GyQF { top:66.875rem;left:0rem;width:12.8125rem;height:3.9802112211061rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXB6GrlB6wiD6UsGqbPm5C2qKEmhnN0S { top:45.75rem;left:5.875rem;width:26.25rem;height:26.25rem;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.4375rem;left:38.5625rem;width:9.1875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBMFLAcPulTR8EEEqJW79RTshacUJVG { top:5.4375rem;left:22.5625rem;width:8.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMQRksFpXTsGLmxMp594B7hoNSEows3c { top:5.4375rem;left:33.3125rem;width:12.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grlOAUeZcVTwz58ioKaf1uQBveUZsUg2 { top:4.5625rem;left:0rem;width:29.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVShkxSJeqKa4IXx1ey9S03vk33RUVFZ { top:1.875rem;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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCL8fTRX4ActosQn10ao8KttDGopGZVL { width:11.5625rem;height:3.4375rem;top:8.2978515625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM3oDpCKBUQqkZnZEh8CpzBvA4zuflHl { display:block; }
 }@media only screen and (max-width: 763px) { #D1Rd77pzWQsfZHbcSOe3UyF1uCq0RHEn { width:17.3125rem;height:4.25rem;top:2.0478515625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBfN3L9tM2UwB6bHtu0zZhFNJvuVdzz { width:8rem;height:2.5rem;top:14rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7bSSE5RBHSuExc8cCEvtp22x9CbRn4n { width:2.625rem;height:2.6875rem;top:13.875rem;left:13rem;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) { #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { display:block; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { background-color: transparent; background-image: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container > .video-iframe-container { display: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row > .video-iframe-container { display: none; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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); }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB { border-width: 0; border-radius: 0; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container { width:20rem;height:27.375rem;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; }#IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container.adaptive-delivery-prevent-bg, #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .row .container.lazyload, #IWLWSUw23ZngT9Dpsoy9Gq57LicPaTVB > .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) { #uRg7l2yGpIrhVG4ENRr928rzO8bDhwXy { width:8.125rem;height:7.25rem;top:18.3115234375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN { display:block; }#Rogfbxp3tr6hJlZm6yOXtqNX5fth7OlN > .row .container { width:20rem;height:81.75rem;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:6.5625rem;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; } #o8syf9n3uIecltvoufAeDdRfoXwq0qpZ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPTbbJEVWvkEqpqsvdea1b799TQnU71F { display:block; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F { background-color: transparent; background-image: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row .container > .video-iframe-container { display: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row > .video-iframe-container { display: none; }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .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); }#UPTbbJEVWvkEqpqsvdea1b799TQnU71F > .row .container { width:20rem;height:117.3125rem;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) { #hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka { display:block; }#hd2yTxQv6QIlFWkRLt7TDwlf2InkGHka > .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) { #Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV { display:block; }#Gwc9Zx0iGwa6OKllHyPemFiZz2Z6h5gV > .row .container { width:20rem;height:123.875rem;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:15.2485rem;height:1.94921875rem;top:11.498481750488rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Md346459e02c767b40aa1c0159e4d27e { width:18.75rem;height:9.44534375rem;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.4375rem;top:65.562068939206rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2b0ac23cfff9d54f4323a67a25c3fdd { width:15rem;height:5.51074375rem;top:40.749785423279rem;left:4.0605469346046rem;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:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3417dbd200fa10198938a7d2b9d50ad { width:20rem;height:1.12521875rem;top:37.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X125549080cb7a47a93569a7ba9b6308 { width:20rem;height:24.8125rem;top:39.499784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f85a3d1003119cc0ceca1760204ea47f { width:2.625rem;height:2.125rem;top:40.749785423279rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6174e7b077abb70dadcd298a47b6be3 { width:15rem;height:11.0215rem;top:48.136871337891rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36559bfd4441f444ff9983cf38c5d17 { width:2.625rem;height:2.125rem;top:48.137060165405rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e561fe81ac37209074730060373bce2f { width:15rem;height:7.347625rem;top:55.524036407471rem;left:4.0605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b10a146fed3a9c22f4b0074fff5887d3 { width:2.625rem;height:2.125rem;top:55.525087356567rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1427bb63b0abf85b91f7c4bb4c81b10 { width:18.75rem;height:3.673825rem;top:79.749364852906rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G40a7672ad7827fff5a4c3114aa19b74 { width:18.5625rem;height:13.5rem;top:84.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pde9d4d252457c29844c4fabb0ce5df1 { width:18.75rem;height:3.673825rem;top:98.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5cd42c5b66977ab007da65a0c27b22f { width:2.8125rem;height:5.6875rem;top:29.943577766419rem;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) { #Qgu3vGGG09MS52gPTFm5MHWZ4XcZx2SX { width:18.8125rem;height:16.75rem;top:103.79785rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5AoynIQuVdssGUZ3lh8dpEIA8hf6CRe { width:6.8125rem;height:2.125rem;top:120.5478515625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm { display:block; }#nfPdt152sxvR0GpmbZA7dlGBOsiZRxvm > .row .container { width:20rem;height:71.0625rem;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:19.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97ed84ba662bab4ca244f7ac17b7595 { width:18.625rem;height:16.9375rem;top:33.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af95935808c4449cca592faad2174979 { width:18.5625rem;height:13.5rem;top:51.6875rem;left:0.75rem;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) { #PF6U9XaS1IKffsQpNfGSME7G1aTEOS2S { width:3.125rem;height:3.125rem;top:66.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TciEfblq7HVrTxkb8nZeeZUX0FFmkBG3 { width:9rem;height:3.125rem;top:66.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO { display:block; }#EwZoc7LBDJGgNqIzgwR9DQTAAX9yfruO > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf81c78af8c2cac389e10a7511449ed4 { width:20rem;height:10.875rem;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:13.3125rem;height:2.8125rem;top:14.125rem;left:5.5625rem;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.923825rem;top:11.498414993286rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4c27d7a26706f9cf3531a94b5919ed6 { width:18.75rem;height:9.44534375rem;top:19.24609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d228cfd83a4b1043d21f7782cfb548 { width:18.5625rem;height:13.5rem;top:31.5146484375rem;left:0.71875rem;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) { #Xcc119f975b022b2dfc66867df3e5ffd { width:18.5625rem;height:13.5rem;top:46.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnflMS6QTUFCeauLLHrANFePCn94qurc { width:3.125rem;height:3.125rem;top:61rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d { display:block; }#zcsvDgQwwI40wwgpGIPeAsoAxyM6sJ7d > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X62d4b97bd10d510ac389194b3a164f4 { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf850c6bcdd281ecc6ba02bac9a2c143 { width:20rem;height:8.1875rem;top:10.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d203ecf8d765c9958005f918561e4ff7 { width:14rem;height:2.8125rem;top:15.125rem;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:3.736325rem;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:14.1679375rem;top:20.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46a4a5a90211a754a28b6d944094eec { width:5.18555rem;height:2rem;top:15.875rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGcHtDUy9u1nyaDZkKCSzitPgoH2KD6r { width:18.75rem;height:13.5625rem;top:35.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD2RfUQTSV66aExtWCFOymVFhOtzBZm0 { width:18.75rem;height:13.5625rem;top:50.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kgiC0CF9Pv3q7WDUUutd178VKI5RnO { width:3.125rem;height:3.125rem;top:65.375rem;left:16.3125rem;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) { #o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX { display:block; }#o1S1Pmc8btwrgQCeSMA0bF5rT5EgNFeX > .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) { #Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st { display:block; }#Kr8iUh5Q3afRHTyeDaueUHZ5PZh4N5st > .row .container { width:20rem;height:82.3125rem;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.2744125rem;top:11.748047351837rem;left:0.62500005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aa4522ea5c484cc67a6561d35bdca78a { width:18.75rem;height:9.44534375rem;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:59.875rem;left:0.75rem;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:74.0625rem;left:0.75rem;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) { #F363ebb9bf198db4a6e5106c00537236 { width:5.9375rem;height:5.9375rem;top:29.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6368a00c740278eee2dea5a17de8067 { width:2.87435rem;height:5.9375rem;top:29.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I82bcef433f76dac6d079c74758ee11d { width:20rem;height:2.5rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0b7d3b77b2cc06c6410ccf9de2f2ba { width:20rem;height:1.125rem;top:38.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9e42d8e49b56f0bf89fba1490fb34d5 { width:20rem;height:18.4375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2888b6263da817d45a2dacab291ecb4 { width:15rem;height:1.8369125rem;top:41.4375rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93f02a802fb7427c715298c225f9bf3 { width:15rem;height:3.673825rem;top:45.125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9285ae82ae9c0324e687ad3bd86655 { width:15rem;height:7.347625rem;top:50.1875rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0c93b2deffaafa802557e0dbe63d51 { width:2.625rem;height:2.125rem;top:41.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2a0eb74185906a4d795e24a20131c6a { width:2.625rem;height:2.125rem;top:45.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8083f31ce5154d320b5ae912b0dbf5b { width:2.625rem;height:2.125rem;top:50.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShB6Ht4Z3fk9MfkMpJrTJISR5mt5Q5ia { width:6.8125rem;height:2.125rem;top:79rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ { display:block; }#irgooZ2x1JIQgtrx5A1snMT3TqeZIGkJ > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de04e708e584dd495cae6ec3bb1f1e1b { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O56ff293d653800ff4d05682c90e2882 { width:20rem;height:9.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T695837c28f9551cdbac9d1e2011f6b4 { width:14rem;height:2.8125rem;top:15.75rem;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:4.548825rem;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:11.01953125rem;top:21.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c125ff3cd84b446f408b7a407f1667ac { width:15rem;height:5.51074375rem;top:45.125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2c3862fe31574bfafdd004f79a0b686 { width:5.18555rem;height:2rem;top:16.5rem;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:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ae8a96e0ba626fda22db5620de5d1b { width:20rem;height:1.125rem;top:42.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d69fc1e7693d2fabf7104e288cbfbeff { width:20rem;height:16.8125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1941b4f96f1c548a1a009c3e440dbc0 { width:2.625rem;height:2.125rem;top:45.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9a1d6372de010adbad0ed659029b1d8 { width:15rem;height:7.347625rem;top:52.0625rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6f7e63182841469e15080e3452bc293 { width:2.625rem;height:2.125rem;top:52.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf86f5dcc964cae31e7698848e78c4df { width:2.8125rem;height:5.6875rem;top:33.8310546875rem;left:0.625rem;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) { #HESmPvZ2o0fyPS7ek3TSxA28pUnAFgXL { width:20rem;height:20rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcJK4T2NudLWbhW2x2ryxwkLE4UMFCU { width:6.8125rem;height:2.125rem;top:61.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS { display:block; }#HT3x29cylxwfM5Zz8K6TBxLTWEXiJvtS > .row .container { width:20rem;height:152.6875rem;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.625rem;height:2.125rem;top:45.937614440918rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dea3f90192514a3b44c21418abe53163 { width:2.625rem;height:2.125rem;top:53.325740814209rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ac85d6e50bdf6bfdb2b95f1d60a24 { width:2.625rem;height:2.125rem;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) { #D03brMvELTZrdLBZCT7Vnd8Nh5yODed6 { width:12.8125rem;height:3.9802112211061rem;top:147.4833984375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq { display:block; }#wxZvGMvkJPy64PrtBVi8lKELXXs9Rhrq > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub2edbe8b6ba4b1ea37fba34eb2f30fd { width:20rem;height:10.875rem;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:24.5rem;top:40.312502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c89be2c9173ba526a74332afa209f1a5 { width:2.625rem;height:2.125rem;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.625rem;height:2.125rem;top:48.951826095581rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e849b08c18e7f222ad939a3df4faf8 { width:15rem;height:5.51074375rem;top:58.179256439209rem;left:4.0603299736977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uec522e00d133af47fd9e647161613f1 { width:2.625rem;height:2.125rem;top:58.179313659668rem;left:0.93750005960463rem;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) { #pdDR3KvXfkKmBtZDP90kdntFaBaPA5eb { width:12.8125rem;height:3.9802112211061rem;top:66.0625rem;left:3.5625rem;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) { #Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy { display:block; }#Z0br9edSRPio5SHTTTGEBBQyeLTzyZLy > .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) { #PySMavku5EpaXyPortZIzkslEfGMTRoS { display:block; }#PySMavku5EpaXyPortZIzkslEfGMTRoS > .row .container { width:20rem;height:109.625rem;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:11.01953125rem;top:19.24582195282rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3e26f0298b0ed14e304b6aa4b90567c { width:18.5625rem;height:13.5rem;top:64.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4883c73a22465746cb4afd97dac597f { width:18.75rem;height:3.673825rem;top:78.8125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0c8566bdedf4ad828617b71b3f2ba1d { width:18.5625rem;height:16.875rem;top:83.7353515625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q115845ca11dfe143f2891db528a0166 { width:18.75rem;height:3.673825rem;top:101.2353515625rem;left:0.625rem;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:19rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94ef1ce932c3b48e00e0225744f8d6b { width:15rem;height:5.51074375rem;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:52.5498046875rem;left:4.060546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5e508972e28ab20aa744b18888fc40f { width:15rem;height:1.8369125rem;top:59.501953125rem;left:4.060546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9afe426f7995f2b7a9298186ab196d { width:2.625rem;height:2.125rem;top:45.625001907349rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f5a1d327f45017ce0b64278a5a33df { width:2.625rem;height:2.125rem;top:52.5498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e221c6766da290ba74b437bb5e06870f { width:2.625rem;height:2.125rem;top:59.501953125rem;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) { #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:31.513671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XngLuc4t2PTA1k0pufxOZZldBaxLX9fi { width:6.8125rem;height:2.125rem;top:106.158203125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGWfZk6CTEl9SleZ4qyQbrzbotNlfLHA { width:20rem;height:20rem;top:29.6201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kspXZhQUfQmmdkForsnAwkcRDTMGipEI { width:2.9375rem;height:5.9375rem;top:31.513671875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKffcBbxwB4IlaLtSUaHV15z8WDm69pT { display:block; }#XKffcBbxwB4IlaLtSUaHV15z8WDm69pT > .row .container { width:20rem;height:87.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T56665f1668b250b24b900aac45c37c9 { width:20rem;height:26.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d34f682a3814acf0b9a6cae0c4ceac { width:20rem;height:9.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7720b0c06683a1bcfd8dd5cdb7d73e { width:14rem;height:2.8125rem;top:32.5625rem;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:4.548825rem;top:27.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:14.1679375rem;top:37.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeb988bd55ab9b1f380f69aad7a278a3 { width:18.5625rem;height:13.5rem;top:53.2919921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14e9a8d9bd6d89242050575b07d808f { width:5.18663125rem;height:2rem;top:33.3125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7490d454e144240d1a0426b35c68d41 { width:18.5625rem;height:13.5rem;top:68.0419921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kRexFl8wzpt9EyCUxMyFuEBl05GWTN { width:3.125rem;height:3.125rem;top:82.7919921875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvNzDXzHJ0Zf3J893gSWHCegITkbue1w { display:block; }#mvNzDXzHJ0Zf3J893gSWHCegITkbue1w > .row .container { width:20rem;height:83.4375rem;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:9.25rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbb5f7329445b7d471857e7143cc702b { width:14rem;height:2.8125rem;top:16.5625rem;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:4.38671875rem;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:12.59371875rem;top:21.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8aca4ed24dece0f8b2546f7e3c349d { width:18.5625rem;height:13.5rem;top:35.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6171068e81b501a6004bdc7535766db { width:5.18663125rem;height:2rem;top:17.3125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X600115bbd6d07049d2fab838616004b { width:18.5625rem;height:13.5rem;top:49.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubAPK5DwW06e6sQgQoPakHH52ZxfpqGq { width:18.5625rem;height:13.4375rem;top:64.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQiwtz3GhvA7Mww1P6zy203E3TheGHuS { width:3.125rem;height:3.125rem;top:79.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBkSplasunlf04DQ13LC1B3AemsrdDd { display:block; }#yTBkSplasunlf04DQ13LC1B3AemsrdDd > .row .container { width:20rem;height:123.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J22b21251100a8cb572e29d5f7009d7d { width:20rem;height:10.875rem;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.94921875rem;top:11.498495101929rem;left:0.62500005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hc042d1466b9baa4d0105f1835910791 { width:18.75rem;height:15.74221875rem;top:19.246963500976rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafc17255ad09f36baf66be86c7fe1e { width:18.75rem;height:17rem;top:74.2490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02a3434318ca32a276166f51df2f9b { width:15rem;height:9.1845625rem;top:61.31640625rem;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:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocdf7aae9695073890b88e9b7c2d9732 { width:20rem;height:1.125rem;top:43.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7b6d568416117af611919099af0f1f8 { width:20rem;height:27.3125rem;top:45.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28568ee10f05401050ec43383baef2b { width:2.625rem;height:2.125rem;top:46.9365234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff3e28c7e7a4c31cf2cf27495273ae { width:15rem;height:12.858375rem;top:47.0830078125rem;left:4.060546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78bc587088476a75b5f69e340b769fc { width:2.625rem;height:2.125rem;top:61.31640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcae2c02f19b68b470c87a3a819e8ff3 { width:18.75rem;height:3.673825rem;top:91.8740234375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7c5155d4a3f06bd0449fe1f680cee1c { width:18.75rem;height:17rem;top:96.796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4af1bbe774f3f798a27133b23ee6ff3 { width:18.75rem;height:3.673825rem;top:115.046875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42791071e9ba22f37bb4f20d3d30a63 { width:2.8125rem;height:5.6875rem;top:36.017578125rem;left:0.625rem;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) { #e685425a8b0a55247f2680f093725d76 { width:5.9375rem;height:5.9375rem;top:36.017578125rem;left:3.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8hNdlsnLVFUyrCGOafsJHkXEK88JhD { width:6.8125rem;height:2.125rem;top:119.9697265625rem;left:12.625rem;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) { #LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc { display:block; }#LO7kFgpBRdb8wMyZpOh1h3ULKkNRU9Mc > .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) { #NF6QvzihGwIqhA7aULRP7100wqTvMNnX { display:block; }#NF6QvzihGwIqhA7aULRP7100wqTvMNnX > .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.625rem;height:2.125rem;top:45.99934387207rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bac99f7334037e1ebf449369642289 { width:2.625rem;height:2.125rem;top:49.709204673767rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #f938130d8ce4da0215b26d091dd41fe8 { width:2.625rem;height:2.125rem;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) { #HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT { display:block; }#HyPmr53l8MrT5C6lLWeq2ZB7aca8upqT > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K34e1b4937f38286850b6ff7676d522d { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3a2adaeae4d757f7f916088ba8294d { width:20rem;height:8.625rem;top:10.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcd0bcdc07a559e044e254561fdd348a { width:14rem;height:2.8125rem;top:15.572265625rem;left:5.6318359375rem;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:3.8984375rem;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:15.7421875rem;top:21.373046875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17066bfc9a0baf193738da9b2fedf68 { width:18.5625rem;height:13.5rem;top:38.365234375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3a610c1d81b495fbc2d8ce9c60f739 { width:5.18555rem;height:2rem;top:16.3125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a4a35db3e8e457f33daea3ea11194c78 { width:18.5625rem;height:13.5rem;top:53.115234375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1mMQfm9UAr4cbtP4vDeaWWc6u4NWD3P { width:3.125rem;height:3.125rem;top:67.865234375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVZWXEEwAaDx252TunrGnBXoSRxDvqhm { display:block; }#qVZWXEEwAaDx252TunrGnBXoSRxDvqhm > .row .container { width:20rem;height:53.6875rem;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:8.8125rem;top:10.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3306f9b0ac850e5de85ea00327e2044 { width:14rem;height:2.8125rem;top:15.75rem;left:5.5rem;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:4.2246125rem;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:12.59375rem;top:20.935546875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3d64f696ebf84a735f28c2cf5104536 { width:18.4375rem;height:13.4375rem;top:34.779296875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77dd5e51cfb538690feca1c0a303e88 { width:5.18663125rem;height:2rem;top:16.5rem;left:0.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLX4I1otWIAhK7umQnWMqDlLZNzb4IZP { width:3.125rem;height:3.125rem;top:49.40625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4M9IXpWq5Vxy64rd6bda4aMaZhnsUG { width:8.875rem;height:3.125rem;top:49.40625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl { display:block; }#OhXWCElDC9divJ2tuwMDcuiiBRdAKEcl > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae6a66900bb27db3da764df39c40cd91 { width:20rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5ce4950b42ae34bb508919ff116a11 { width:20rem;height:7.1245625rem;top:10.873481750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeac9a13d9026f67ecff0ea0920e7b9c { 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) { #y987e88a5fcc7f4b714f81c43f04ea99 { width:18.75rem;height:3.8984375rem;top:11.498481750488rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1612e770f4c1ff085e06c9796695ae6 { width:18.75rem;height:9.44534375rem;top:19.246961593628rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bafbc38b0866e8ebd0c13768c50261b4 { 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) { #r4dfb88aeb47ba1e02cb735f4be4435a { width:2.75rem;height:5.625rem;top:29.94140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b09d0213c3ca37c7684b60a70ea973ee { width:20rem;height:2.5rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taff6857e8395636af3828d261342ab8 { width:20rem;height:1.125rem;top:37.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b72cce8ccf96ec4c8eaa16f1e9c724 { width:20rem;height:21.3125rem;top:39.3125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ede9a2b2b22f86151b889a10cb044104 { width:15rem;height:5.51074375rem;top:54rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83904b6385eadae1c280425a910432f { width:15rem;height:5.51074375rem;top:40.5625rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6022c8b975967504e99238f7fde2c59 { width:15rem;height:5.51074375rem;top:47.125rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb4a5017802fb722ccf5837b7635c49b { width:2.625rem;height:2.125rem;top:40.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1bcbd945c6229ce6c70b859cd78a760 { width:2.625rem;height:2.125rem;top:47.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7055243e14601ad46a29c3636555e2c { width:2.625rem;height:2.125rem;top:54rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5653b10376d44788ba24d64edb71668 { width:2.1875rem;height:2.1875rem;top:0.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkttC19xRM7qw5zLJbNkrtZnuzF5GyQF { width:6.8125rem;height:2.125rem;top:61.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXB6GrlB6wiD6UsGqbPm5C2qKEmhnN0S { width:20rem;height:20rem;top:26.1357421875rem;left:0rem;z-index:14999;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:37.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB6ExCviHVRahRQRF9HsrKJ6UgQWqULd { width:17.5rem;height:7.875rem;top:28.25rem;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:12.625rem;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:20.4375rem;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:13.75rem;height:3.5rem;top:7.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVShkxSJeqKa4IXx1ey9S03vk33RUVFZ { width:18.75rem;height:3.9375rem;top:1.5625rem;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:#702283;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; }
 }