.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d78cc596-7433-4a3b-b17b-0ea65cc5962d/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { border-width: 0; border-radius: 0; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { background-color:#5d362d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMklyTsNhJ9HrqMsot4fnJclewWEqUKd { 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:4.9375rem;width:14.75rem;top:0.34375rem;left:3.125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 { position:relative;display:block; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 { background-color: transparent; background-image: none; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container > .video-iframe-container { display: none; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row > .video-iframe-container { display: none; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .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); }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 { border-width: 0; border-radius: 0; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .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; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79b8f91c-8a59-4375-86eb-230b924ef61a/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:60rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container.adaptive-delivery-prevent-bg, #tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container.lazyload, #tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container.lazyloading { background-image: none; }#xa5838ee91f15e5adbfa62bf98ac6afc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:33.3125rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sda704a27e8e9fc0ff5d551c98e369f6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.5625rem;left:3.125rem;overflow:hidden;display:block; }
#f95b7d530ef766d32cbc84959d190b4c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:41.875rem;left:17.1875rem;overflow:hidden;display:block; }
#S86fc52de7ea4c3df7a4ad1d829c36b7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#K3e6f3d01fa636eea876fe950d8cbb50 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:20rem;top:55.1875rem;left:51.875rem;overflow:hidden;display:block; }
#c46ba652198b5f4c3edf40fa3b7de152 { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:0rem;display:block; }
#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { position:relative;display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { background-color: transparent; background-image: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { border-width: 0; border-radius: 0; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:24.1875rem;top:1.875rem;left:47.6875rem;overflow:hidden;display:block; }
#IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.66796875rem;left:3.125rem;height:7.349625rem;font-style:normal;display:block; }
#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw { position:relative;display:block; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw { background-color: transparent; background-image: none; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row .container > .video-iframe-container { display: none; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row > .video-iframe-container { display: none; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .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); }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw { border-width: 0; border-radius: 0; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .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; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:148.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; }#p60412a6da3014aeef50ef59f592fbda { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#a9ba57a18604ad76f659bef1450376a8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:38.6875rem;left:3.125rem;overflow:hidden;display:block; }
#a7ad84fe4ebb40b5e3a45d1919298814 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.6875rem;left:24.375rem;height:14.16796875rem;font-style:normal;display:block; }
#wdf9b360ef673c41af745a6e0249cd5c { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:34.66796875rem;left:44.8125rem;overflow:hidden;display:block; }
#cb210c43584339363cc30aa11854e5e9 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:54.73046875rem;left:24.375rem;height:6.296875rem;font-style:normal;display:block; }
#Z8007e3a52d9b5d24df22d53dbd8fa5b { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:67.8125rem;left:24.375rem;overflow:hidden;display:block; }
#Qfa54f37fb699afc64cfdf9b444273cf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:78.3583984375rem;left:3.125rem;height:12.59371875rem;font-style:normal;display:block; }
#b06809446ff8c07bca4b4b0eda0ccf01 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.6875rem;top:104.625rem;left:3.15625rem;overflow:hidden;display:block; }
#k88d70d6018575ca15f9c30d0ea0e39e { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:139.5rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#eae3d24ff3a43a4f624d7013fb50d4d8 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:17.0625rem;display:block; }
#J0d0ee2dc55ed583b013b577e76adc4d { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.375rem;left:17.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c7ad075670145186143322679a8e2dba { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:49.75rem;display:block; }
#f6dc57f9468af658d7634df406971957 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.5625rem;left:49.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#rc6e3f1f76b372108a562207feb38e58 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.9375rem;left:55.125rem;display:block; }
#da81695ab7db4158cf4212e788fb0afe { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:80.0625rem;left:55.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c255cff28c5bdd05a59cdf4f7817a2ee { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:129.1875rem;left:53.6875rem;display:block; }
#b08bfbfeb141abc568a9f424c5c5c891 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:129.3125rem;left:53.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#xa5be2657eb7108b3bae56e7d294077c { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:52.25rem;display:block; }
#ec385b1acd20e4ea4224e57319d3531e { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:11.8125rem;left:52.875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uac0af06edda21de6a192f68f828856c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:78.375rem;left:58.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xfeb981880e151e0774dfb0cea98298e { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.5rem;left:57.625rem;display:block; }
#d4d7289c58c114a5a9ec8025aeea3139 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:130.0625rem;left:56.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hc4f64a0a01e0c64b8be5f4f1403b9c3 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15016;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:129.1875rem;left:56.1875rem;display:block; }
#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { position:relative;display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { background-color: transparent; background-image: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { border-width: 0; border-radius: 0; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw { position:relative;display:block; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw { background-color: transparent; background-image: none; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row .container > .video-iframe-container { display: none; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row > .video-iframe-container { display: none; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .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); }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw { border-width: 0; border-radius: 0; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .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; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:139.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; }#c1a46e3bb9270ed1d37cc54672cdb958 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:18.5rem;top:41.5rem;left:2.75rem;overflow:hidden;display:block; }
#M793ed2e7dc73b35e97f754ee390ac6f { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#R6ffb2e3ca19588cedac9280ca3d4511 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:51.875rem;height:14.168rem;font-style:normal;display:block; }
#cfa8cddecd73a6e0b9e1b2c196f10d49 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:21.25rem;top:18.6875rem;left:51.875rem;overflow:hidden;display:block; }
#e96e696c1bad7431fa84368d73376b87 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:47.5625rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#e79246e9cbe9749292a89f852a790dcc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:56.921875rem;left:3.125rem;overflow:hidden;display:block; }
#Mcaf2ed8ead79a683b94b6b5f71f0c71 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:96.734375rem;left:42.875rem;overflow:hidden;display:block; }
#h36fc67119c7a18c265d960f880c62d1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:33.75rem;top:105.609375rem;left:3.125rem;overflow:hidden;display:block; }
#O7c4457d9b17b563f1cf7fb10b4b9eb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:96.109375rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#l875e04e5b6b7ae9a26100dfcac01ee1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:33.75rem;top:116.5rem;left:38.8125rem;overflow:hidden;display:block; }
#c21d2f739c7168dc216faf56049eb42b { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:130.125rem;left:2.75rem;height:6.296875rem;font-style:normal;display:block; }
#e29762397af1a233c14afad095ce987a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:14.3125rem;display:block; }
#aca0b1590b3c5f273a7c402ba3816672 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5rem;left:14.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ff0bc072e0f91e08359382a1c169cd32 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.4375rem;left:55.3125rem;display:block; }
#b9025945ee1b73f9e16787898f4b12f2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:87.5625rem;left:55.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a9b9912e53f55f7639bb088ed7ce14d9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:2.75rem;display:block; }
#i4e2b71d522a599b23390984b4f3ef88 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:123.8125rem;left:2.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ef2dd624034ac97a874f9486238b96db { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.8125rem;left:17.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da68e415add1f1350248ebf1bb7e7aa7 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15018;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:16.8125rem;display:block; }
#e23060ad58789050096150ba0f967b93 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:88.3125rem;left:58.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kf30b5ac2d0d09ba028dd6d100bba345 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.4375rem;left:57.8125rem;display:block; }
#L8ae536ad5dbe89062cf684ecf417f6f { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:124.5625rem;left:5.875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ff30cf93a5c58f0618e32899458586a6 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:5.25rem;display:block; }
#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { position:relative;display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { background-color: transparent; background-image: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .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); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { border-width: 0; border-radius: 0; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .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; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb { position:relative;display:block; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb { background-color: transparent; background-image: none; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row .container > .video-iframe-container { display: none; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row > .video-iframe-container { display: none; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .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); }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb { border-width: 0; border-radius: 0; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .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; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:180.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h0fe696284143d7915cddcbfc7b19a44 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:19.5rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#ac50fa85523971f5da62bcf2bc13ad01 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:32.5rem;top:3rem;left:23.75rem;overflow:hidden;display:block; }
#fe622ccc447ae4ab25166f43f4e738ed { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.6875rem;left:24.5rem;height:9.4453125rem;font-style:normal;display:block; }
#E9cc66afc21db246eda50cea846328b2 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:24.4453125rem;left:44.25rem;overflow:hidden;display:block; }
#Dc5677017627dfc54efd036799faed01 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.1875rem;width:68.75rem;top:33.9375rem;left:3.125rem;overflow:hidden;display:block; }
#ec9811dd74c9535942f07d2ed3f5f7c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:87rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#fc7ede93c8679ad83173a65b7ff07241 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:87rem;left:38.1875rem;height:6.296875rem;font-style:normal;display:block; }
#Ke954e052bdc028cc5eabd3cfa0365c6 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:47.5rem;top:96.421875rem;left:3.125rem;overflow:hidden;display:block; }
#Nacc72c8c1fb4829e6f27e2572062a24 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:104.05078125rem;left:51.875rem;height:15.7421875rem;font-style:normal;display:block; }
#dff2b17a3ebbc91d912d3fb42a617c4d { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:130.546875rem;left:3.125rem;overflow:hidden;display:block; }
#be579ff45f403df358b6415e20037ec1 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:169.859375rem;left:3.125rem;height:7.871125rem;font-style:normal;display:block; }
#b78cb9edab0ad28c5f9305652101e1ed { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:9.1875rem;display:block; }
#N6ed4cd346f2a27d97e003e144ddfc02 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:49.25rem;left:9.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T312e83f7955f30cad3d9307fcdc2f8e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:66rem;display:block; }
#r89b134b22565ab821a010bfb70cd08a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:75.0625rem;left:66rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ubda466171d3d5c3c10f4591936c4ef9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.75rem;left:35.0625rem;display:block; }
#H10dfd5ca520b3b28c58f73845d0c588 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:102.875rem;left:35.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Md69d9a1167a9d0f5b51eeda502950dd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.6875rem;left:53.5rem;display:block; }
#aada16c776532c7f6fa3b53d67c75f69 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:140.8125rem;left:53.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#V2bf3e8ce4256b7cac74230eaf716433 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:161.4375rem;left:67.875rem;display:block; }
#Ta8a14cb01be76aa96347f433d1fc680 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:161.5625rem;left:67.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#cdf710dfbafa0d130640905e464c4e2f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.9375rem;left:20.8125rem;display:block; }
#b625e50e6115030444d1b5eeb6a2baa2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:165.0625rem;left:20.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#b670a5d3b518391d9a736cf63356ce26 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.1875rem;display:block; }
#Cb621711408705435e75396591efaed8 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Mb3e854f4bf17e258219e5de0ceca3a7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:50rem;left:12.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5d6f8e54e6a86e8ad451ae82c9b548c { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:11.6875rem;display:block; }
#q073e543bcc0ff28b33100876fc38ef7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:75.8125rem;left:54.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X00725e69510cb261853a5e05d6ccc81 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:54.1875rem;display:block; }
#wd72464d5a3d46bce6c477b1076a4bdc { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:101.1875rem;left:38.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9fb97dd50f68258aaaa094bad89d9ba { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15028;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.3125rem;left:37.5rem;display:block; }
#b2c9adca680572d7b26c85f272d259ee { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:139.125rem;left:56.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1ee8e19f61cc54713dfc3242f79803a { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15030;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.25rem;left:56rem;display:block; }
#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { position:relative;display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { background-color: transparent; background-image: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .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); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { border-width: 0; border-radius: 0; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .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; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet { position:relative;display:block; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet { background-color: transparent; background-image: none; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row .container > .video-iframe-container { display: none; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row > .video-iframe-container { display: none; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .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); }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet { border-width: 0; border-radius: 0; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .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; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:149rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U93de69a7b942b9c8aac8e7c47431c16 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:20rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#wabb80933b6d8055c49efe71c3d87815 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:22rem;top:3.625rem;left:24.25rem;overflow:hidden;display:block; }
#o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:24.5rem;height:7.871125rem;font-style:normal;display:block; }
#T9973e6ecc472a5546849a3a05e78a37 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:47.5rem;top:28.99609375rem;left:24.5rem;overflow:hidden;display:block; }
#f45a4ad7ee35872b2481e921fd697f16 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:33.6484375rem;left:3.125rem;height:29.9101875rem;font-style:normal;display:block; }
#b2a96eefc6665112be122d851eb663ec { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.9375rem;width:68.75rem;top:66.62109375rem;left:3.125rem;overflow:hidden;display:block; }
#bdcdd4513152fe5c7b8a4130df0eb97d { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:57.37109375rem;left:33.71875rem;overflow:hidden;display:block; }
#If6a91208cdd4ae1bbd95192dbf8f980 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:128.43359375rem;left:3.125rem;height:17.31640625rem;font-style:normal;display:block; }
#cc64ca2c1ad47938c890d81eda4eea5b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:8.6875rem;display:block; }
#Zbd7ea4c1efe42693917c493b63c6cd8 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.3125rem;left:8.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Q219075f04352172a3685755060a966f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:37.8125rem;display:block; }
#e39cbe928fe8487a1ea544ceccb4895f { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:41.5625rem;left:37.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T2539808c09eb05abffe7a2c8a3d2876 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:62.8125rem;display:block; }
#ec3a9924b99e1a022cfe6095b96f1372 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:36.5rem;left:62.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Q93b1b54fbe2a1c1f62e83d84c52eb07 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.5625rem;left:20.125rem;display:block; }
#ce1152c85d4cf29bd61e9c8d8249d9e6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:73.6875rem;left:20.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#h251cd923ca6667bb1f68997903f4d34 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.5rem;left:57.875rem;display:block; }
#ib30186b2060bc398e568d7e604983d7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:78.625rem;left:57.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#O6e1e8a81607cd6b0a9894f421c4371f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105rem;left:35.9375rem;display:block; }
#Ee6a6b919a68743b7c01735f3d9ea013 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:105.125rem;left:35.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#A759424986cac4a77e7ef8108a18704c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:7.5rem;left:11.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b183ab993186ebacafc7153e31d031e3 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:11.1875rem;display:block; }
#dd66be7380cede64819e959d4d8bf888 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:42.3125rem;left:26.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ke40c2305f9c8b9411b526551f04c2a2 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:26rem;display:block; }
#ae9d98263a8511bb4fd2ac8ab79b8eab { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:74.4375rem;left:23.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7970c23f550bc1bdd01c8a192e6d352 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15036;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.5625rem;left:22.625rem;display:block; }
#x4345ee137eb35f5e837b81f8aae15b7 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:79.375rem;left:49.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cff0d9c1e504df96230347e12a4e668b { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.5rem;left:48.5625rem;display:block; }
#l733fafe4f07b1d930fd70dc26b905b5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:103.4375rem;left:39.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b22ed505e9b91708477ff08816d7cbfd { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15040;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.5625rem;left:38.4375rem;display:block; }
#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { position:relative;display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { background-color: transparent; background-image: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .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); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { border-width: 0; border-radius: 0; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .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; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i { position:relative;display:block; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i { background-color: transparent; background-image: none; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row .container > .video-iframe-container { display: none; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row > .video-iframe-container { display: none; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .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); }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i { border-width: 0; border-radius: 0; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .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; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:181.625rem;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; }#y37b6a1b5081fd4b3c80ef151ae4434b { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.375rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#Me8999f868e3c551e6693be6526485e2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:26.76175rem;font-style:normal;display:block; }
#i292c56e0ef9d177837cc3b2ed7d491e { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:68.75rem;top:62.625rem;left:3.125rem;overflow:hidden;display:block; }
#v46e279f692d99baf27cb9fd2a549ccb { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:49.68359375rem;left:2.15625rem;overflow:hidden;display:block; }
#c3600969c4418482a6f73e7b07f07d4a { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:113.25rem;left:3.125rem;height:22.0390625rem;font-style:normal;display:block; }
#dbf6165d02d9a01de1c608dacb10945c { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:31rem;left:4.375rem;overflow:hidden;display:block; }
#bccc1ba4d99fe06c893ce88356d0d801 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:21.875rem;top:113.25rem;left:26.5625rem;overflow:hidden;display:block; }
#c74cca8709241acf5d6301bb98656209 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:113.25rem;left:50.0625rem;height:18.89065625rem;font-style:normal;display:block; }
#n59e131f0e41e9c3f54cd178b67cd790 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:47.5rem;top:138.4375rem;left:3.125rem;overflow:hidden;display:block; }
#f79ec0aebf16a1db79f52d26adc8ed51 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:161.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#L0ec3738068fd0c30070f76585d084ac { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:138.4375rem;left:51.9375rem;height:20.46484375rem;font-style:normal;display:block; }
#d66662070d73542eb616b5b3e83d9228 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:176rem;left:3.125rem;height:3.1484375rem;font-style:normal;display:block; }
#v83689195f8ac053f9b4e8f4e5d419ad { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:36.5625rem;display:block; }
#Tdacd0f366241d9a84363f4db921abf2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:50.5625rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ode7397087d1650449ee8dcb692eab27 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45rem;display:block; }
#F696de5a7d53b011822065ed1da1fc24 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:12.75rem;left:45rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#qeb42d718305ede94e5300c2d754dc52 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:10.75rem;display:block; }
#dbb5fa25e8a5b39b7fcc25207d2659e3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:31.75rem;left:10.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#oa7d4e1a2818b373ae8e820cfafff039 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.0625rem;left:51.9375rem;display:block; }
#i2104caf3a7af8d97516ed9e148c7bc5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:84.1875rem;left:51.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a74b12996af001535770bb752abcf38b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:18.6875rem;display:block; }
#z700f455552508dc52a9a8d0a31cedec { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:102.9375rem;left:18.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#cb3709322f9ff19d0a261537b903a449 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:104.6875rem;left:41.375rem;display:block; }
#c7f569028dd6cb315b23df3b232cf220 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:104.8125rem;left:41.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#F1aeac39e3ea21f06f0e17659248c5fe { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.4375rem;left:5.625rem;display:block; }
#lf60b12b4947c24e9c3cd4d697b787e9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:68.5625rem;left:5.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#e61e50418a6b97249035f1d9457125d0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:149.125rem;left:38.4375rem;display:block; }
#a2232bbdf9a79c9873eb4fdd1ff4ce04 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:149.25rem;left:38.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#f70c5c3d59029d980625fe2dd97c5c63 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.625rem;display:block; }
#J2411a0583226e80725e3b572af3833c { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#p4fe0372a8a45c97293b0621bf5e8737 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:15.125rem;display:block; }
#f67ec216ea12976e8e4eef7c0fef24a0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:166.5625rem;left:15.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#r579535b74dc0f2c17118e56b3cf33e1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:171.0625rem;left:65.375rem;display:block; }
#C450e845a3f33be8c3867b5b94388176 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:171.1875rem;left:65.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#b0a7e199e55311e32000086e2ea719b7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:11.0625rem;left:48.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5ba82d11bba84ca612b81f7d57770c9 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:47.5rem;display:block; }
#w33cd085ea1e2d8b74079b6470ef5ff2 { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:51.3125rem;left:39.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb624b3af2751cd375df0f295b866391 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15044;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:39.0625rem;display:block; }
#b97d16d57c3c4cb8001d092fd559fd39 { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:32.5rem;left:2.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8ed8bb1585017056e3fe99616f38724 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15046;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:1.4375rem;display:block; }
#a7ab40529f50b3f2cb43f1f206013645 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:80rem;left:52.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9325a1b6e941940ece8bd88ed0384f7 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15048;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.125rem;left:51.9375rem;display:block; }
#d997d7466d2c41ee21e41a738575a39b { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:103.6875rem;left:9.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bb011978224063346fe3b578d070d95c { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:9.375rem;display:block; }
#e35a280d755470ef22983478169c243d { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:167.3125rem;left:6.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7015e357fa30cbb1f6f0226a1f49b63 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15052;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:5.8125rem;display:block; }
#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { position:relative;display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { background-color: transparent; background-image: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .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); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { border-width: 0; border-radius: 0; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .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; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il { position:relative;display:block; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il { background-color: transparent; background-image: none; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row .container > .video-iframe-container { display: none; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row > .video-iframe-container { display: none; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .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); }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il { border-width: 0; border-radius: 0; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .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; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:74.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cb1638843ecc2385b324c11234822a99 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#a975886f73cf704b2d03f6dd3ada81fa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:24.5966796875rem;left:51.9375rem;height:11.0195rem;font-style:normal;display:block; }
#Q1df7f964c1d3de9cd798611115d85d2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.625rem;top:1.8125rem;left:51.375rem;overflow:hidden;display:block; }
#b53be3f21ed21bce08ba61deaa763bcf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.75rem;left:13.125rem;overflow:hidden;display:block; }
#r43f4446f4f5f769907bd08c3a875620 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:53.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#c7f1a1d9567c466a2684ecad4ae9a0ea { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.625rem;left:43.8125rem;overflow:hidden;display:block; }
#ce4aa11f53d299e31312a15997ceaee1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:48.125rem;left:12.40625rem;height:3.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ue180a6d63614042f7920c6c71b30ab2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37rem;left:34.0625rem;display:block; }
#ed8234fe8ef136483b3901c47dacab94 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:37.125rem;left:34.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#e90d5ca7256e62659de97de0d5f72c93 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:37.875rem;left:37.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M80c6bf2309d1eed9dcb3ff3d3b9a7c5 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15054;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37rem;left:36.5625rem;display:block; }
#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { position:relative;display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { background-color: transparent; background-image: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .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); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { border-width: 0; border-radius: 0; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .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; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HgClCPT06CM61is6CTCxX0udkFAN0Ezc { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2ezqM0Qc78MDBoisSrkktTPeyMMJC40 { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:8.6875rem;left:84.53125rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { position:relative;display:block; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { background-color: transparent; background-image: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container > .video-iframe-container { display: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row > .video-iframe-container { display: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { border-width: 0; border-radius: 0; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .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; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .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; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .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:12.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; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container.adaptive-delivery-prevent-bg, #HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container.lazyload, #HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container.lazyloading { background-image: none; }#Uzu6ocqvNat69yqbtHi9qP8aHsTLW2FW { 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:7.125rem;width:20.8125rem;top:2.5625rem;left:3.375rem;overflow:hidden;display:block; }
#mSxdDFQwVvrd4ATZElff70aCkrtk5nQE { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:2.75rem;left:27.3125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIvh0rA1aOQkBwrTp3vZ7DpRzpXD58vH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:2.75rem;left:46.5625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a6eh7GSizG9yxVRAIdFT2unwWxe5nSus { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:2.75rem;left:61.4375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { position:relative;display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { background-color: transparent; background-image: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { border-width: 0; border-radius: 0; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { color:#000000;display:block;width:68.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d51130; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #d51130; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { border-width: 0; border-radius: 0; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.adaptive-delivery-prevent-bg, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyload, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyloading { background-image: none; }#KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #sMklyTsNhJ9HrqMsot4fnJclewWEqUKd { top:0.3125rem;left:0rem;width:14.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 { display:block; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { top:3.125rem;left:0rem;width:33.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { top:43.5625rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { top:41.875rem;left:3.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { top:43.4375rem;left:20.1875rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { top:55.1875rem;left:27.75rem;width:20rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { top:47.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { top:1.875rem;left:23.5625rem;width:24.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { top:2.625rem;left:0rem;width:38.9375rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToTTTiHg86wGU2zIBV9Blci4Z5kisqw { display:block; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p60412a6da3014aeef50ef59f592fbda { top:3.125rem;left:0rem;width:47.75rem;height:22.963409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ba57a18604ad76f659bef1450376a8 { top:38.6875rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ad84fe4ebb40b5e3a45d1919298814 { top:38.6875rem;left:10.75rem;width:20rem;height:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdf9b360ef673c41af745a6e0249cd5c { top:34.625rem;left:17.5625rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb210c43584339363cc30aa11854e5e9 { top:54.6875rem;left:0.25rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8007e3a52d9b5d24df22d53dbd8fa5b { top:67.8125rem;left:0.25rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfa54f37fb699afc64cfdf9b444273cf { top:78.3125rem;left:0rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06809446ff8c07bca4b4b0eda0ccf01 { top:104.625rem;left:0rem;width:47.75rem;height:22.940855323021rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88d70d6018575ca15f9c30d0ea0e39e { top:139.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae3d24ff3a43a4f624d7013fb50d4d8 { top:15.25rem;left:3.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0d0ee2dc55ed583b013b577e76adc4d { top:15.375rem;left:3.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ad075670145186143322679a8e2dba { top:13.4375rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dc57f9468af658d7634df406971957 { top:13.5625rem;left:36.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6e3f1f76b372108a562207feb38e58 { top:79.9375rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da81695ab7db4158cf4212e788fb0afe { top:80.0625rem;left:41.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c255cff28c5bdd05a59cdf4f7817a2ee { top:129.1875rem;left:40.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08bfbfeb141abc568a9f424c5c5c891 { top:129.3125rem;left:40.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5be2657eb7108b3bae56e7d294077c { top:10.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec385b1acd20e4ea4224e57319d3531e { top:11.8125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uac0af06edda21de6a192f68f828856c { top:78.375rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfeb981880e151e0774dfb0cea98298e { top:77.5rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7289c58c114a5a9ec8025aeea3139 { top:130.0625rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4f64a0a01e0c64b8be5f4f1403b9c3 { top:129.1875rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #EvFqLrBnixLkooH9TLilIiHNKZWcgXkw { display:block; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1a46e3bb9270ed1d37cc54672cdb958 { top:41.5rem;left:0rem;width:18.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M793ed2e7dc73b35e97f754ee390ac6f { top:3.125rem;left:0rem;width:47.5rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ffb2e3ca19588cedac9280ca3d4511 { top:3.125rem;left:27.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfa8cddecd73a6e0b9e1b2c196f10d49 { top:18.6875rem;left:26.5rem;width:21.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96e696c1bad7431fa84368d73376b87 { top:47.5625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79246e9cbe9749292a89f852a790dcc { top:56.875rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcaf2ed8ead79a683b94b6b5f71f0c71 { top:96.6875rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36fc67119c7a18c265d960f880c62d1 { top:105.5625rem;left:0rem;width:33.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7c4457d9b17b563f1cf7fb10b4b9eb7 { top:96.0625rem;left:0rem;width:42.5625rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l875e04e5b6b7ae9a26100dfcac01ee1 { top:116.5rem;left:14rem;width:33.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21d2f739c7168dc216faf56049eb42b { top:130.125rem;left:0rem;width:34.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29762397af1a233c14afad095ce987a { top:8.375rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aca0b1590b3c5f273a7c402ba3816672 { top:8.5rem;left:0.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff0bc072e0f91e08359382a1c169cd32 { top:87.4375rem;left:41.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9025945ee1b73f9e16787898f4b12f2 { top:87.5625rem;left:41.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b9912e53f55f7639bb088ed7ce14d9 { top:123.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4e2b71d522a599b23390984b4f3ef88 { top:123.8125rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2dd624034ac97a874f9486238b96db { top:6.8125rem;left:3.8125rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da68e415add1f1350248ebf1bb7e7aa7 { top:5.9375rem;left:3.1875rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23060ad58789050096150ba0f967b93 { top:88.3125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf30b5ac2d0d09ba028dd6d100bba345 { top:87.4375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ae536ad5dbe89062cf684ecf417f6f { top:124.5625rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff30cf93a5c58f0618e32899458586a6 { top:123.6875rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #hHVTwonqFAnsTbHxFLLZRtohnbNizGJb { display:block; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0fe696284143d7915cddcbfc7b19a44 { top:4.8125rem;left:0rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac50fa85523971f5da62bcf2bc13ad01 { top:3rem;left:10.125rem;width:32.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe622ccc447ae4ab25166f43f4e738ed { top:15.6875rem;left:0.25rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cc66afc21db246eda50cea846328b2 { top:24.4375rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5677017627dfc54efd036799faed01 { top:33.9375rem;left:0rem;width:47.75rem;height:35.552045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9811dd74c9535942f07d2ed3f5f7c1 { top:87rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7ede93c8679ad83173a65b7ff07241 { top:87rem;left:14rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke954e052bdc028cc5eabd3cfa0365c6 { top:96.375rem;left:0rem;width:47.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nacc72c8c1fb4829e6f27e2572062a24 { top:104rem;left:27.75rem;width:20rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dff2b17a3ebbc91d912d3fb42a617c4d { top:130.5rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #be579ff45f403df358b6415e20037ec1 { top:169.8125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78cb9edab0ad28c5f9305652101e1ed { top:49.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ed4cd346f2a27d97e003e144ddfc02 { top:49.25rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T312e83f7955f30cad3d9307fcdc2f8e { top:74.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89b134b22565ab821a010bfb70cd08a { top:75.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubda466171d3d5c3c10f4591936c4ef9 { top:102.75rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10dfd5ca520b3b28c58f73845d0c588 { top:102.875rem;left:21.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md69d9a1167a9d0f5b51eeda502950dd { top:140.6875rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aada16c776532c7f6fa3b53d67c75f69 { top:140.8125rem;left:39.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2bf3e8ce4256b7cac74230eaf716433 { top:161.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8a14cb01be76aa96347f433d1fc680 { top:161.5625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdf710dfbafa0d130640905e464c4e2f { top:164.9375rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b625e50e6115030444d1b5eeb6a2baa2 { top:165.0625rem;left:7.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b670a5d3b518391d9a736cf63356ce26 { top:162.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb621711408705435e75396591efaed8 { top:162.4375rem;left:31.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3e854f4bf17e258219e5de0ceca3a7 { top:50rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d6f8e54e6a86e8ad451ae82c9b548c { top:49.125rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q073e543bcc0ff28b33100876fc38ef7 { top:75.8125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X00725e69510cb261853a5e05d6ccc81 { top:74.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd72464d5a3d46bce6c477b1076a4bdc { top:101.1875rem;left:24.5rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fb97dd50f68258aaaa094bad89d9ba { top:100.3125rem;left:23.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2c9adca680572d7b26c85f272d259ee { top:139.125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ee8e19f61cc54713dfc3242f79803a { top:138.25rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet { display:block; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U93de69a7b942b9c8aac8e7c47431c16 { top:4.8125rem;left:0rem;width:20rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabb80933b6d8055c49efe71c3d87815 { top:3.625rem;left:10.625rem;width:22rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { top:17.375rem;left:0.25rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9973e6ecc472a5546849a3a05e78a37 { top:28.9375rem;left:0.25rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45a4ad7ee35872b2481e921fd697f16 { top:33.625rem;left:0rem;width:20rem;height:29.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2a96eefc6665112be122d851eb663ec { top:66.5625rem;left:0rem;width:47.75rem;height:41.629318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcdd4513152fe5c7b8a4130df0eb97d { top:57.3125rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6a91208cdd4ae1bbd95192dbf8f980 { top:128.375rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64ca2c1ad47938c890d81eda4eea5b { top:9.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbd7ea4c1efe42693917c493b63c6cd8 { top:9.3125rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q219075f04352172a3685755060a966f { top:41.4375rem;left:24.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39cbe928fe8487a1ea544ceccb4895f { top:41.5625rem;left:24.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2539808c09eb05abffe7a2c8a3d2876 { top:36.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3a9924b99e1a022cfe6095b96f1372 { top:36.5rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q93b1b54fbe2a1c1f62e83d84c52eb07 { top:73.5625rem;left:6.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1152c85d4cf29bd61e9c8d8249d9e6 { top:73.6875rem;left:6.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h251cd923ca6667bb1f68997903f4d34 { top:78.5rem;left:44.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib30186b2060bc398e568d7e604983d7 { top:78.625rem;left:44.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e1e8a81607cd6b0a9894f421c4371f { top:105rem;left:22.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee6a6b919a68743b7c01735f3d9ea013 { top:105.125rem;left:22.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A759424986cac4a77e7ef8108a18704c { top:7.5rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b183ab993186ebacafc7153e31d031e3 { top:6.625rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd66be7380cede64819e959d4d8bf888 { top:42.3125rem;left:13rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke40c2305f9c8b9411b526551f04c2a2 { top:41.4375rem;left:12.375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9d98263a8511bb4fd2ac8ab79b8eab { top:74.4375rem;left:9.625rem;width:10rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7970c23f550bc1bdd01c8a192e6d352 { top:73.5625rem;left:9rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4345ee137eb35f5e837b81f8aae15b7 { top:79.375rem;left:35.5625rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff0d9c1e504df96230347e12a4e668b { top:78.5rem;left:34.9375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l733fafe4f07b1d930fd70dc26b905b5 { top:103.4375rem;left:25.4375rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22ed505e9b91708477ff08816d7cbfd { top:102.5625rem;left:24.8125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i { display:block; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y37b6a1b5081fd4b3c80ef151ae4434b { top:3.125rem;left:0.25rem;width:47.5rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me8999f868e3c551e6693be6526485e2 { top:3.125rem;left:0rem;width:20rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i292c56e0ef9d177837cc3b2ed7d491e { top:62.625rem;left:0rem;width:47.75rem;height:33.859090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46e279f692d99baf27cb9fd2a549ccb { top:49.625rem;left:0rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3600969c4418482a6f73e7b07f07d4a { top:113.25rem;left:0rem;width:21.875rem;height:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbf6165d02d9a01de1c608dacb10945c { top:31rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccc1ba4d99fe06c893ce88356d0d801 { top:113.25rem;left:12.9375rem;width:21.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74cca8709241acf5d6301bb98656209 { top:113.25rem;left:25.875rem;width:21.875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n59e131f0e41e9c3f54cd178b67cd790 { top:138.4375rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79ec0aebf16a1db79f52d26adc8ed51 { top:161.0625rem;left:27.75rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ec3738068fd0c30070f76585d084ac { top:138.4375rem;left:27.75rem;width:20rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66662070d73542eb616b5b3e83d9228 { top:176rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v83689195f8ac053f9b4e8f4e5d419ad { top:50.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdacd0f366241d9a84363f4db921abf2 { top:50.5625rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ode7397087d1650449ee8dcb692eab27 { top:12.625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F696de5a7d53b011822065ed1da1fc24 { top:12.75rem;left:31.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeb42d718305ede94e5300c2d754dc52 { top:31.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbb5fa25e8a5b39b7fcc25207d2659e3 { top:31.75rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7d4e1a2818b373ae8e820cfafff039 { top:84.0625rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2104caf3a7af8d97516ed9e148c7bc5 { top:84.1875rem;left:38.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74b12996af001535770bb752abcf38b { top:102.8125rem;left:5.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z700f455552508dc52a9a8d0a31cedec { top:102.9375rem;left:5.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3709322f9ff19d0a261537b903a449 { top:104.6875rem;left:27.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f569028dd6cb315b23df3b232cf220 { top:104.8125rem;left:27.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1aeac39e3ea21f06f0e17659248c5fe { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf60b12b4947c24e9c3cd4d697b787e9 { top:68.5625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61e50418a6b97249035f1d9457125d0 { top:149.125rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2232bbdf9a79c9873eb4fdd1ff4ce04 { top:149.25rem;left:24.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70c5c3d59029d980625fe2dd97c5c63 { top:162.3125rem;left:32rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2411a0583226e80725e3b572af3833c { top:162.4375rem;left:32rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fe0372a8a45c97293b0621bf5e8737 { top:166.4375rem;left:1.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67ec216ea12976e8e4eef7c0fef24a0 { top:166.5625rem;left:1.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r579535b74dc0f2c17118e56b3cf33e1 { top:171.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C450e845a3f33be8c3867b5b94388176 { top:171.1875rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0a7e199e55311e32000086e2ea719b7 { top:11.0625rem;left:34.5rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ba82d11bba84ca612b81f7d57770c9 { top:10.1875rem;left:33.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33cd085ea1e2d8b74079b6470ef5ff2 { top:51.3125rem;left:26.0625rem;width:7.875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb624b3af2751cd375df0f295b866391 { top:50.4375rem;left:25.4375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b97d16d57c3c4cb8001d092fd559fd39 { top:32.5rem;left:0rem;width:7.5625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ed8bb1585017056e3fe99616f38724 { top:31.625rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ab40529f50b3f2cb43f1f206013645 { top:80rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9325a1b6e941940ece8bd88ed0384f7 { top:79.125rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d997d7466d2c41ee21e41a738575a39b { top:103.6875rem;left:0rem;width:7.6875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb011978224063346fe3b578d070d95c { top:102.8125rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35a280d755470ef22983478169c243d { top:167.3125rem;left:0rem;width:7.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7015e357fa30cbb1f6f0226a1f49b63 { top:166.4375rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il { display:block; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1638843ecc2385b324c11234822a99 { top:3.125rem;left:0rem;width:47.5rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a975886f73cf704b2d03f6dd3ada81fa { top:24.5625rem;left:27.75rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1df7f964c1d3de9cd798611115d85d2 { top:1.8125rem;left:27.75rem;width:19.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b53be3f21ed21bce08ba61deaa763bcf { top:54.75rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43f4446f4f5f769907bd08c3a875620 { top:53.0625rem;left:13.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f1a1d9567c466a2684ecad4ae9a0ea { top:54.625rem;left:29.625rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4aa11f53d299e31312a15997ceaee1 { top:48.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue180a6d63614042f7920c6c71b30ab2 { top:37rem;left:20.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8234fe8ef136483b3901c47dacab94 { top:37.125rem;left:20.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e90d5ca7256e62659de97de0d5f72c93 { top:37.875rem;left:23.5625rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80c6bf2309d1eed9dcb3ff3d3b9a7c5 { top:37rem;left:22.9375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #n2ezqM0Qc78MDBoisSrkktTPeyMMJC40 { top:9.3125rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { display:block; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uzu6ocqvNat69yqbtHi9qP8aHsTLW2FW { top:2.5625rem;left:0rem;width:20.8125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSxdDFQwVvrd4ATZElff70aCkrtk5nQE { top:2.75rem;left:13.6875rem;width:17rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIvh0rA1aOQkBwrTp3vZ7DpRzpXD58vH { top:2.75rem;left:32.9375rem;width:12.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6eh7GSizG9yxVRAIdFT2unwWxe5nSus { top:2.75rem;left:37.1875rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { position:relative;z-index:auto;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:20rem;height:12.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:7.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #sMklyTsNhJ9HrqMsot4fnJclewWEqUKd { width:14.75rem;height:4.9375rem;top:1rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 { display:block; }#tHoneJxnnVOWHDetSwXDgE5Rd16GVFW1 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { width:13.5625rem;height:10.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { width:11.25rem;height:9.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { width:11.25rem;height:9.5rem;top:18.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { width:11.25rem;height:9.5rem;top:23.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { width:10rem;height:1.0625rem;top:32.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { width:20rem;height:12.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { width:17.25rem;height:6.0625rem;top:14.94921875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { width:17.5rem;height:11.19925rem;top:1.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToTTTiHg86wGU2zIBV9Blci4Z5kisqw { display:block; }#LToTTTiHg86wGU2zIBV9Blci4Z5kisqw > .row .container { width:20rem;height:147.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p60412a6da3014aeef50ef59f592fbda { width:20rem;height:9.6181818181818rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ba57a18604ad76f659bef1450376a8 { width:17.5rem;height:22.75rem;top:47.2734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ad84fe4ebb40b5e3a45d1919298814 { width:17.5rem;height:14.16796875rem;top:15.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdf9b360ef673c41af745a6e0249cd5c { width:20rem;height:12.6875rem;top:66.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb210c43584339363cc30aa11854e5e9 { width:17.5rem;height:14.16796875rem;top:31.23046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8007e3a52d9b5d24df22d53dbd8fa5b { width:20rem;height:14.184210526316rem;top:77.2197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfa54f37fb699afc64cfdf9b444273cf { width:17.5rem;height:14.16796875rem;top:97.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b06809446ff8c07bca4b4b0eda0ccf01 { width:20rem;height:9.6087352138308rem;top:113.66796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88d70d6018575ca15f9c30d0ea0e39e { width:17.5rem;height:15.74221875rem;top:129.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae3d24ff3a43a4f624d7013fb50d4d8 { width:1.875rem;height:1.875rem;top:2rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0d0ee2dc55ed583b013b577e76adc4d { width:1.875rem;height:1.57421875rem;top:2.125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ad075670145186143322679a8e2dba { width:1.875rem;height:1.875rem;top:7.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dc57f9468af658d7634df406971957 { width:1.875rem;height:1.57421875rem;top:7.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6e3f1f76b372108a562207feb38e58 { width:1.875rem;height:1.875rem;top:89.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da81695ab7db4158cf4212e788fb0afe { width:1.875rem;height:1.57421875rem;top:89.625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c255cff28c5bdd05a59cdf4f7817a2ee { width:1.875rem;height:1.875rem;top:121.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08bfbfeb141abc568a9f424c5c5c891 { width:1.875rem;height:1.57421875rem;top:121.5rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5be2657eb7108b3bae56e7d294077c { width:11.25rem;height:4.375rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec385b1acd20e4ea4224e57319d3531e { width:10rem;height:2.375rem;top:11.1875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uac0af06edda21de6a192f68f828856c { width:10rem;height:2.375rem;top:93rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfeb981880e151e0774dfb0cea98298e { width:11.25rem;height:4.375rem;top:92rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7289c58c114a5a9ec8025aeea3139 { width:10rem;height:2.375rem;top:124.875rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4f64a0a01e0c64b8be5f4f1403b9c3 { width:11.25rem;height:4.375rem;top:123.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #EvFqLrBnixLkooH9TLilIiHNKZWcgXkw { display:block; }#EvFqLrBnixLkooH9TLilIiHNKZWcgXkw > .row .container { width:20rem;height:164.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1a46e3bb9270ed1d37cc54672cdb958 { width:16.1875rem;height:4.75rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M793ed2e7dc73b35e97f754ee390ac6f { width:20rem;height:17.894736842105rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ffb2e3ca19588cedac9280ca3d4511 { width:17.5rem;height:17.316375rem;top:67.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfa8cddecd73a6e0b9e1b2c196f10d49 { width:11.25rem;height:14.9375rem;top:53.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96e696c1bad7431fa84368d73376b87 { width:17.5rem;height:25.1875rem;top:7.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79246e9cbe9749292a89f852a790dcc { width:20rem;height:10.890909090909rem;top:86.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcaf2ed8ead79a683b94b6b5f71f0c71 { width:20rem;height:12.6875rem;top:115.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36fc67119c7a18c265d960f880c62d1 { width:17.5rem;height:9rem;top:128.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7c4457d9b17b563f1cf7fb10b4b9eb7 { width:17.5rem;height:11.0195rem;top:104rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l875e04e5b6b7ae9a26100dfcac01ee1 { width:20rem;height:8.1111111111111rem;top:143.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21d2f739c7168dc216faf56049eb42b { width:17.5rem;height:9.44534375rem;top:152.5478515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29762397af1a233c14afad095ce987a { width:1.875rem;height:1.875rem;top:53.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aca0b1590b3c5f273a7c402ba3816672 { width:1.875rem;height:1.57421875rem;top:53.5625rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff0bc072e0f91e08359382a1c169cd32 { width:1.875rem;height:1.875rem;top:95.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9025945ee1b73f9e16787898f4b12f2 { width:1.875rem;height:1.57421875rem;top:96.0625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b9912e53f55f7639bb088ed7ce14d9 { width:1.875rem;height:1.875rem;top:138.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4e2b71d522a599b23390984b4f3ef88 { width:1.875rem;height:1.57421875rem;top:138.3125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2dd624034ac97a874f9486238b96db { width:7.5rem;height:2.375rem;top:54.4375rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da68e415add1f1350248ebf1bb7e7aa7 { width:8.75rem;height:4.375rem;top:53.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23060ad58789050096150ba0f967b93 { width:10rem;height:2.375rem;top:99.375rem;left:8.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf30b5ac2d0d09ba028dd6d100bba345 { width:11.25rem;height:4.375rem;top:98.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ae536ad5dbe89062cf684ecf417f6f { width:10rem;height:2.375rem;top:139.1875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff30cf93a5c58f0618e32899458586a6 { width:11.25rem;height:4.375rem;top:138.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #hHVTwonqFAnsTbHxFLLZRtohnbNizGJb { display:block; }#hHVTwonqFAnsTbHxFLLZRtohnbNizGJb > .row .container { width:20rem;height:198.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0fe696284143d7915cddcbfc7b19a44 { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac50fa85523971f5da62bcf2bc13ad01 { width:16.75rem;height:5.875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe622ccc447ae4ab25166f43f4e738ed { width:17.5rem;height:25.1875rem;top:31.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cc66afc21db246eda50cea846328b2 { width:20rem;height:12.6875rem;top:99.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc5677017627dfc54efd036799faed01 { width:20rem;height:14.890625rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9811dd74c9535942f07d2ed3f5f7c1 { width:17.5rem;height:9.4453125rem;top:79.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7ede93c8679ad83173a65b7ff07241 { width:17.5rem;height:9.4453125rem;top:89.8203125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke954e052bdc028cc5eabd3cfa0365c6 { width:20rem;height:13.05175rem;top:110.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nacc72c8c1fb4829e6f27e2572062a24 { width:17.5rem;height:17.316375rem;top:129.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dff2b17a3ebbc91d912d3fb42a617c4d { width:20rem;height:10.890909090909rem;top:152.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be579ff45f403df358b6415e20037ec1 { width:17.5rem;height:31.484375rem;top:164.51171875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78cb9edab0ad28c5f9305652101e1ed { width:1.875rem;height:1.875rem;top:62.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ed4cd346f2a27d97e003e144ddfc02 { width:1.875rem;height:1.57421875rem;top:62.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T312e83f7955f30cad3d9307fcdc2f8e { width:1.875rem;height:1.875rem;top:71.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89b134b22565ab821a010bfb70cd08a { width:1.875rem;height:1.57421875rem;top:71.1875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubda466171d3d5c3c10f4591936c4ef9 { width:1.875rem;height:1.875rem;top:121.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10dfd5ca520b3b28c58f73845d0c588 { width:1.875rem;height:1.57421875rem;top:121.5625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md69d9a1167a9d0f5b51eeda502950dd { width:1.875rem;height:1.875rem;top:153.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aada16c776532c7f6fa3b53d67c75f69 { width:1.875rem;height:1.57421875rem;top:153.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2bf3e8ce4256b7cac74230eaf716433 { width:1.875rem;height:1.875rem;top:161.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8a14cb01be76aa96347f433d1fc680 { width:1.875rem;height:1.57421875rem;top:161.6875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdf710dfbafa0d130640905e464c4e2f { width:1.875rem;height:1.875rem;top:161.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b625e50e6115030444d1b5eeb6a2baa2 { width:1.875rem;height:1.57421875rem;top:161.6875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b670a5d3b518391d9a736cf63356ce26 { width:1.875rem;height:1.875rem;top:161.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb621711408705435e75396591efaed8 { width:1.875rem;height:1.57421875rem;top:161.6875rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3e854f4bf17e258219e5de0ceca3a7 { width:10rem;height:2.375rem;top:58.375rem;left:1.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5d6f8e54e6a86e8ad451ae82c9b548c { width:11.25rem;height:4.375rem;top:57.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q073e543bcc0ff28b33100876fc38ef7 { width:10rem;height:2.375rem;top:74.5rem;left:8.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X00725e69510cb261853a5e05d6ccc81 { width:11.25rem;height:4.375rem;top:73.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd72464d5a3d46bce6c477b1076a4bdc { width:10rem;height:2.375rem;top:124.9375rem;left:8.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9fb97dd50f68258aaaa094bad89d9ba { width:11.25rem;height:4.375rem;top:123.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2c9adca680572d7b26c85f272d259ee { width:10rem;height:2.375rem;top:149.75rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ee8e19f61cc54713dfc3242f79803a { width:11.25rem;height:4.375rem;top:148.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet { display:block; }#UTbTM6S1qM1NT0wSTaBJWAgRn0XJhvet > .row .container { width:20rem;height:194.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U93de69a7b942b9c8aac8e7c47431c16 { width:20rem;height:26.625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabb80933b6d8055c49efe71c3d87815 { width:17rem;height:8.9375rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f77d7e4b0ea6e4e40bc20ddd1e02e0 { width:17.5rem;height:23.61325rem;top:12.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9973e6ecc472a5546849a3a05e78a37 { width:20rem;height:14.525375rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45a4ad7ee35872b2481e921fd697f16 { width:17.5rem;height:31.484375rem;top:84.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2a96eefc6665112be122d851eb663ec { width:20rem;height:17.4355625rem;top:135.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcdd4513152fe5c7b8a4130df0eb97d { width:20rem;height:12.6875rem;top:117.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6a91208cdd4ae1bbd95192dbf8f980 { width:17.5rem;height:33.058625rem;top:159.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64ca2c1ad47938c890d81eda4eea5b { width:1.875rem;height:1.875rem;top:42.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbd7ea4c1efe42693917c493b63c6cd8 { width:1.875rem;height:1.57421875rem;top:42.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q219075f04352172a3685755060a966f { width:1.875rem;height:1.875rem;top:76.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39cbe928fe8487a1ea544ceccb4895f { width:1.875rem;height:1.57421875rem;top:76.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2539808c09eb05abffe7a2c8a3d2876 { width:1.875rem;height:1.875rem;top:67.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3a9924b99e1a022cfe6095b96f1372 { width:1.875rem;height:1.57421875rem;top:67.875rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q93b1b54fbe2a1c1f62e83d84c52eb07 { width:1.875rem;height:1.875rem;top:137.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1152c85d4cf29bd61e9c8d8249d9e6 { width:1.875rem;height:1.57421875rem;top:137.875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h251cd923ca6667bb1f68997903f4d34 { width:1.875rem;height:1.875rem;top:135.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib30186b2060bc398e568d7e604983d7 { width:1.875rem;height:1.57421875rem;top:136rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e1e8a81607cd6b0a9894f421c4371f { width:1.875rem;height:1.875rem;top:151.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee6a6b919a68743b7c01735f3d9ea013 { width:1.875rem;height:1.57421875rem;top:151.5rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A759424986cac4a77e7ef8108a18704c { width:10rem;height:2.375rem;top:38.625rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b183ab993186ebacafc7153e31d031e3 { width:11.25rem;height:4.375rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd66be7380cede64819e959d4d8bf888 { width:10rem;height:2.375rem;top:80rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke40c2305f9c8b9411b526551f04c2a2 { width:11.25rem;height:4.375rem;top:79rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9d98263a8511bb4fd2ac8ab79b8eab { width:10rem;height:0;top:158.4375rem;left:8.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7970c23f550bc1bdd01c8a192e6d352 { width:11.25rem;height:4.375rem;top:157.5625rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4345ee137eb35f5e837b81f8aae15b7 { width:7.5rem;height:2.375rem;top:131.875rem;left:11.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff0d9c1e504df96230347e12a4e668b { width:8.75rem;height:4.375rem;top:130.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l733fafe4f07b1d930fd70dc26b905b5 { width:10rem;height:2.375rem;top:154.875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22ed505e9b91708477ff08816d7cbfd { width:11.25rem;height:4.375rem;top:153.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i { display:block; }#GJ3Nkc9oF7SLJhx52J1IqdHo3ENp9I9i > .row .container { width:20rem;height:254.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y37b6a1b5081fd4b3c80ef151ae4434b { width:20rem;height:23.7363125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me8999f868e3c551e6693be6526485e2 { width:17.5rem;height:29.9101875rem;top:50.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i292c56e0ef9d177837cc3b2ed7d491e { width:20rem;height:14.181625rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46e279f692d99baf27cb9fd2a549ccb { width:20rem;height:12.6875rem;top:146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3600969c4418482a6f73e7b07f07d4a { width:17.5rem;height:26.76175rem;top:105.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbf6165d02d9a01de1c608dacb10945c { width:13.4375rem;height:13.4375rem;top:36rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccc1ba4d99fe06c893ce88356d0d801 { width:17.5rem;height:15.4375rem;top:133.82421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74cca8709241acf5d6301bb98656209 { width:17.5rem;height:23.61328125rem;top:160.15234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n59e131f0e41e9c3f54cd178b67cd790 { width:20rem;height:15.078125rem;top:185.6396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79ec0aebf16a1db79f52d26adc8ed51 { width:17.5rem;height:11.5625rem;top:230.224609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ec3738068fd0c30070f76585d084ac { width:17.5rem;height:22.03903125rem;top:206.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66662070d73542eb616b5b3e83d9228 { width:17.5rem;height:9.4453125rem;top:243.037109375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v83689195f8ac053f9b4e8f4e5d419ad { width:1.875rem;height:1.875rem;top:25.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdacd0f366241d9a84363f4db921abf2 { width:1.875rem;height:1.57421875rem;top:25.9375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ode7397087d1650449ee8dcb692eab27 { width:1.875rem;height:1.875rem;top:6.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F696de5a7d53b011822065ed1da1fc24 { width:1.875rem;height:1.57421875rem;top:6.375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeb42d718305ede94e5300c2d754dc52 { width:1.875rem;height:1.875rem;top:36.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbb5fa25e8a5b39b7fcc25207d2659e3 { width:1.875rem;height:1.57421875rem;top:36.6875rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7d4e1a2818b373ae8e820cfafff039 { width:1.875rem;height:1.875rem;top:87.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2104caf3a7af8d97516ed9e148c7bc5 { width:1.875rem;height:1.57421875rem;top:87.625rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a74b12996af001535770bb752abcf38b { width:1.875rem;height:1.875rem;top:97.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z700f455552508dc52a9a8d0a31cedec { width:1.875rem;height:1.57421875rem;top:97.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3709322f9ff19d0a261537b903a449 { width:1.875rem;height:1.875rem;top:96.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f569028dd6cb315b23df3b232cf220 { width:1.875rem;height:1.57421875rem;top:96.6875rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1aeac39e3ea21f06f0e17659248c5fe { width:1.875rem;height:1.875rem;top:84.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf60b12b4947c24e9c3cd4d697b787e9 { width:1.875rem;height:1.57421875rem;top:85rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61e50418a6b97249035f1d9457125d0 { width:1.875rem;height:1.875rem;top:187.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2232bbdf9a79c9873eb4fdd1ff4ce04 { width:1.875rem;height:1.57421875rem;top:187.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70c5c3d59029d980625fe2dd97c5c63 { width:1.875rem;height:1.875rem;top:197rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2411a0583226e80725e3b572af3833c { width:1.875rem;height:1.57421875rem;top:197.125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fe0372a8a45c97293b0621bf5e8737 { width:1.875rem;height:1.875rem;top:198.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67ec216ea12976e8e4eef7c0fef24a0 { width:1.875rem;height:1.57421875rem;top:198.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r579535b74dc0f2c17118e56b3cf33e1 { width:1.875rem;height:1.875rem;top:238.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C450e845a3f33be8c3867b5b94388176 { width:1.875rem;height:1.57421875rem;top:239rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0a7e199e55311e32000086e2ea719b7 { width:10rem;height:2.375rem;top:2.25rem;left:8.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ba82d11bba84ca612b81f7d57770c9 { width:11.25rem;height:4.375rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33cd085ea1e2d8b74079b6470ef5ff2 { width:7.875rem;height:2.375rem;top:29.25rem;left:11.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb624b3af2751cd375df0f295b866391 { width:8.75rem;height:4.375rem;top:28.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b97d16d57c3c4cb8001d092fd559fd39 { width:7.5625rem;height:2.375rem;top:35rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ed8bb1585017056e3fe99616f38724 { width:8.75rem;height:4.375rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ab40529f50b3f2cb43f1f206013645 { width:10rem;height:2.375rem;top:83.5rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9325a1b6e941940ece8bd88ed0384f7 { width:11.25rem;height:4.375rem;top:82.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d997d7466d2c41ee21e41a738575a39b { width:7.6875rem;height:2.375rem;top:100.5625rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb011978224063346fe3b578d070d95c { width:8.75rem;height:4.375rem;top:99.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35a280d755470ef22983478169c243d { width:7.625rem;height:2.375rem;top:202.3125rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7015e357fa30cbb1f6f0226a1f49b63 { width:8.75rem;height:4.375rem;top:201.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il { display:block; }#nVvQ64tXGUyt3GQdUlPTeIu9ZnG2B1Il > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1638843ecc2385b324c11234822a99 { width:20rem;height:17.630875rem;top:13.2431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a975886f73cf704b2d03f6dd3ada81fa { width:17.5rem;height:12.59375rem;top:37.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1df7f964c1d3de9cd798611115d85d2 { width:17.25rem;height:13.125rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b53be3f21ed21bce08ba61deaa763bcf { width:11.25rem;height:9.5rem;top:57.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43f4446f4f5f769907bd08c3a875620 { width:11.25rem;height:9.5rem;top:62.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f1a1d9567c466a2684ecad4ae9a0ea { width:11.25rem;height:9.5rem;top:67.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4aa11f53d299e31312a15997ceaee1 { width:17.5rem;height:4.8984375rem;top:51.59375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue180a6d63614042f7920c6c71b30ab2 { width:1.875rem;height:1.875rem;top:29rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8234fe8ef136483b3901c47dacab94 { width:1.875rem;height:1.57421875rem;top:29.125rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e90d5ca7256e62659de97de0d5f72c93 { width:10rem;height:2.375rem;top:32.5rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80c6bf2309d1eed9dcb3ff3d3b9a7c5 { width:11.25rem;height:4.375rem;top:31.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #n2ezqM0Qc78MDBoisSrkktTPeyMMJC40 { width:10rem;height:1.2246125rem;top:8.75rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { display:block; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz { background-color: transparent; background-image: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container > .video-iframe-container { display: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row > .video-iframe-container { display: none; }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .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); }#HTEFEU61lVyilgO1uuiMwcvMIWtAkOTz > .row .container { width:20rem;height:39.1875rem;background-color:#f2eeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uzu6ocqvNat69yqbtHi9qP8aHsTLW2FW { width:19.0625rem;height:6.4375rem;top:2.0625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSxdDFQwVvrd4ATZElff70aCkrtk5nQE { width:18.3125rem;height:6.5625rem;top:10.9375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIvh0rA1aOQkBwrTp3vZ7DpRzpXD58vH { width:14.8125rem;height:6.5625rem;top:20.875rem;left:2.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6eh7GSizG9yxVRAIdFT2unwWxe5nSus { width:10.75rem;height:6.5625rem;top:30.5625rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { width:17.5rem;height:11.8125rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:20rem;height:2.8125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { 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; }
 }