.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:230,230,247;--color-primary-1:172,171,228;--color-primary-2:89,87,200;--color-primary-3:45,44,100;--color-primary-4:13,13,30;--color-secondary-0:251,227,221;--color-secondary-1:241,163,143;--color-secondary-2:226,71,31;--color-secondary-3:113,36,16;--color-secondary-4:34,11,5;--color-tertiary-0:255,255,255;--color-tertiary-1:156,155,155;--color-tertiary-2:112,112,112;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c3d16c0-9f35-4611-883f-bb220e89b9f9/postacie1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { background-color: transparent; background-image: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .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); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { border-width: 0; border-radius: 0; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:27.6875rem;display:block; }
#PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:36.3125rem;display:block; }
#HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.8125rem;display:block; }
#UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.4375rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#T5yIPMRoVIaiy1eu1PBJcI8C7IODtFa1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.3125rem;left:51.5625rem;display:block; }
#q1NsCSKpqeP1okQaxa22X4TJTONzoEOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdyXNZoTo1DWynOSAB6mTNkqq8dTIM8n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:26.75rem;display:none; }
#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.adaptive-delivery-prevent-bg, #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.lazyload, #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.lazyloading { background-image: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { background-color: transparent; background-image: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container > .video-iframe-container { display: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row > .video-iframe-container { display: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .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); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { border-width: 0; border-radius: 0; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#cESPgLZ5BduMMtT4ygtdhhJxOrr3taRp { color:rgba(var(--color-secondary-2),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }
#faWyLKRBK4lFNvQTO2THxy6fzVQ8RTLn { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:300;z-index:15011;line-height:.9;letter-spacing:0;top:7rem;left:0rem;height:7.4248125rem;font-style:normal;display:block; }
#LVH3WBcmDnzq1MmwNVqosyGsD5TlWgRl { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#A0tlilv8d5fohnNM9Xf3LlD14WkmtMI7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:43.375rem;top:12.5625rem;left:4.0625rem;overflow:hidden;display:block; }
#kAiLmyIQoM3HvNV5edvrlDuQMPXIVbM9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.4375rem;left:36.125rem;display:block; }
#iDEtJyNoKekUeSMDgwgszFTcJl0zyazF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0lGo958w8tuFThZFBB2TVhtroDweuDm { border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.15);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { background-color: transparent; background-image: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container > .video-iframe-container { display: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row > .video-iframe-container { display: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .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); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { border-width: 0; border-radius: 0; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:60rem;position:relative;display:block; }#BQr5TVAN0BgTy3Qzm1zPhWgyRNHQoQza { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:25.3735375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#hy0cVAD4DJiMol7GEkgqU4k7NwpGvRcV { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.25rem;left:0rem;height:8.31055rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#RSk8X8RPcxtpqW07iDouvnpKaCgAXSEs { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0rem;height:6.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#g567RPrkKvLaILw61haVryt6tcDZ1fVt { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:32.25rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#VwFiFS5wN6XFQXo4cNaF7zhCyEeNtEsF { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.3125rem;left:0rem;height:4.986325rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#PX5STzOwN40tMigQFRmTHBqxs2PS9Qmk { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:42.3125rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#wvLWTZn3mTSC8wGX21wMbgxnBvS5ngr5 { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:45.375rem;left:0rem;height:4.986325rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#xxEVwxCgMtQXdRihXEwohX0bkAWR4BDq { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:52.5625rem;left:0rem;height:6.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#yN1mqmt9Gp6bv73MLhmZ5i2zJ1inRFDd { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:56.9375rem;left:0rem;height:4.986325rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#BXVvmRHITaTmtoroBzNFeg8otkg9wavG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container { background-color: transparent; background-image: none; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container > .video-iframe-container { display: none; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row > .video-iframe-container { display: none; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .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); }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container { border-width: 0; border-radius: 0; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#TMtLX5tw9kghuhtQPtzrG2DGD2sMK5ST { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:30rem;width:16.875rem;top:8.75rem;left:21.5625rem;display:block; }
#EVsfApB01KXIbTGUcFBmbMeWTSIroM1F { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnzSVoHRKB6F8O6ZIaMP19LSodcKhNbR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6lM4ZQdZClvT1LoSacHgAcEB8U4mEeP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.625rem;left:22.15625rem;display:block; }
#WTDTZclJ3LuGQpuIc7xIX3VucPCdK56r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container { background-color: transparent; background-image: none; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container > .video-iframe-container { display: none; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row > .video-iframe-container { display: none; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .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); }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container { border-width: 0; border-radius: 0; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#lInA8zxHXv9zUv8bEFlpJbDoMT0qSBa0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:13.5rem;top:8.75rem;left:0rem;display:block; }
#S5z55TBUMWvWpNnn6UmPv4fULc9pTPwQ { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZLCKBSiXVW1RfPWvOJFX3LA7pg3TQfU { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.25rem;left:1.125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbenJtH2C9atgJLmfgZEER2qq2Aokgzd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.625rem;left:5.375rem;overflow:hidden;display:block; }
#hrQy79Utuy6cSIEdlXoe0xGgL9Lm1yp0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:13.5rem;top:8.75rem;left:15.5625rem;display:block; }
#rfeqK0HqV7JxKVvDTSDidIArA5HBNMG2 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.25rem;left:16.5625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQtpUkzDur8BLCgGHcqVuPfz9sZAuyQX { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVGAaCBpgn0c3Wil9Apx3qJ5pTEZ02R1 { 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:5.25rem;width:5.25rem;top:9.875rem;left:20.09375rem;overflow:hidden;display:block; }
#B3xLktAdxMIhF2UbPJ6ATxvkmCQ4N3Lz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:13.5rem;top:8.75rem;left:30.875rem;display:block; }
#EgGpO6WelmEISyFyJke04BJTU77rEVGs { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.25rem;left:32rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ex56vCHsNsm1C4PqszAwo9ltqD6q5GQX { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aga0dXdIKzurT5ERxms3zpKu7HQvd5Ua { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:10.28125rem;left:35.90625rem;overflow:hidden;display:block; }
#ZG6NaAtwX2G7V0R7tWFe3E9VbBaFZEqr { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13.5rem;top:8.75rem;left:46.125rem;display:block; }
#rTopaqQmWZP6gDSv0T9chzeWWItIQMNP { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.25rem;left:47.25rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMqCMtSzhMLvv1x0ZvUz6iAOVbErdF85 { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHT7PK6p9bEk8nIQMTSik2RxE2WebNLw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.625rem;left:51.5rem;overflow:hidden;display:block; }
#uDVR40IQKecuT25QfS14Zpac1pk7XJTQ { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PeHK18bGhFLXKPRIzcroff6ow8AzUq11 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.3125rem;left:51.5625rem;display:none; }
#phkz12APBkHHHG2uPcH7Gifo9TrToxEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.15);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container { background-color: transparent; background-image: none; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container > .video-iframe-container { display: none; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row > .video-iframe-container { display: none; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .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); }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container { border-width: 0; border-radius: 0; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#vF7ephxLnam69S66hlX7f8fM133Hb9Hd { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#SoaOHTadIs4nkVqXiN9DJ6DTflaL4dBT { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:16.6211rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#V5fRIANzurQCRvXqOdVbM5vNfmTVo5C0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.4375rem;left:4.375rem;display:block; }
#tWyRAkM2pkVyRnTMSuTO0I76fq0OMTFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container { background-color: transparent; background-image: none; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container > .video-iframe-container { display: none; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row > .video-iframe-container { display: none; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .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); }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container { border-width: 0; border-radius: 0; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:60rem;position:relative;display:block; }#EusCQHRMa1EcX5Jxb3hpffw0Ni5kSBC5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nF02pFZ8RSGvIiKaUk8fHp12r2h6OXw1 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7wML9hVak195vTrEDlvFebrHrUKJ9cL { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1TW0FB2HU4lTUgEcP1ctL7XgIkq5DQ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:8.5625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvI6zXoBAJGEED1rhkBbpsqeAQM0T8zZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:13.5625rem;top:24.9375rem;left:12.75rem;overflow:hidden;display:block; }
#FwcyarUnoEBXO3X6N4Sa7ylFe5EhyRdm { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:36.5rem;left:35.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KlcvEFItTld4XTWoa4l0G1sbfUA9XraI { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.4375rem;left:35.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfxFdQK3DQNhaAs8ChLDZ3t6C35DuslS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:11.1875rem;top:23.625rem;left:40rem;overflow:hidden;display:block; }
#nRGfDwNnmpiXilKxRIQqO4n74A4kdHTb { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:46.9375rem;left:8.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9XiXyalAkxerqcrzS9e4FOI3HyOnTXs { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:52.25rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5A0eH3u5dXvm96a8Lu9lOs8B1ENPEws { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:11.8125rem;top:40.0625rem;left:12.625rem;overflow:hidden;display:block; }
#R3PJ0rW8iXamukP9hOTkgzLC1vDzlDnO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.375rem;top:41.875rem;left:38.875rem;overflow:hidden;display:block; }
#Nw2AB8AP9JEp9f7y8k625uBPTi4zHRvx { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.25rem;left:34.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3c6h3zAQkdNsvmZ5JmyHetBi15VOfBr { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.9375rem;left:34.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmQTBvZN3drQ1zqQOV1u4p5PT4XHya5Q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:57.875rem;left:23.25rem;display:block; }
#ENJ4pQQiXD4XqTVF7zxABmQHvKNqxQtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cImFikziv9pZIL8EaAx7bTpXxetNFnLN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container { background-color: transparent; background-image: none; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container > .video-iframe-container { display: none; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row > .video-iframe-container { display: none; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .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); }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container { border-width: 0; border-radius: 0; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#iAb5SlLXTP24KprzNyLirq5AuZu15adb { display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.53125rem;height:9.505375rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { background-color: transparent; background-image: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .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); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { border-width: 0; border-radius: 0; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#f3KS29uvBctnEebT81E2eT5WFh6Eplhg { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:5.375rem;height:4.63036875rem;color:#2c3e50;font-style:normal;display:block; }
#ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { display:block;width:23.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:5.3125rem;left:5.375rem;height:15.189475rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { display:block;width:24.1875rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.125rem;left:35.59375rem;height:12.427725rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:35.375rem;height:8.125rem;color:#2c3e50;font-style:normal;display:block; }
#ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { background-color: transparent; background-image: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .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); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { border-width: 0; border-radius: 0; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#UROkXNmX5Fza79dCWefreSF8sCV6diu8 { display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:5.6875rem;height:8.125rem;color:#2c3e50;font-style:normal;display:block; }
#R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { display:block;width:23.6875rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:5.6875rem;height:13.8086rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#rIOkfRWz35aCfcD9EdOQIIos47ORpW4q { display:block;width:22.875rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.6875rem;left:35rem;height:14.87305rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#BGsqedRJiV86fELBTxb3pa9Dn124emlW { display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:35rem;height:6.5rem;color:#2c3e50;font-style:normal;display:block; }
#I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.9375rem;left:0.53125rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#grxw3vF2zDk6o0PkfP25kO3CpnFWK19B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;top:0rem;left:0rem;display:block; }
#ug5iqhs1hufdTHcOptNECyTMXUNoW1D1 { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.9375rem;left:30.53125rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { background-color: transparent; background-image: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .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); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { border-width: 0; border-radius: 0; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:5.5rem;height:6.5rem;color:#2c3e50;font-style:normal;display:block; }
#zx5636xyWKOTvBVtzMVTTrG771Xfz3Nv { display:block;width:23.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.1875rem;left:5.5rem;height:11.04685rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:35.125rem;height:8.125rem;color:#2c3e50;font-style:normal;display:block; }
#T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { display:block;width:23.125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.625rem;left:35.125rem;height:9.6660375rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { background-color: transparent; background-image: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .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); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { border-width: 0; border-radius: 0; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.4375rem;left:5.625rem;height:12.427725rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:5.5625rem;height:8.93555rem;color:#2c3e50;font-style:normal;display:block; }
#GRs37nymegVW10sSTgDJKiaoCdTquafZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#fCVhsI8lxyPB4gLT2TVDze7lZhtQi551 { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:35.3125rem;height:7.14844375rem;color:#2c3e50;font-style:normal;display:block; }
#l7wJZUdbT2MJLG3IAINGQOLkSrSJ8Hdf { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:8.4375rem;left:35.3125rem;height:12.427725rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { background-color: transparent; background-image: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container > .video-iframe-container { display: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container { display: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .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); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { border-width: 0; border-radius: 0; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#xLlWxnSR8E8dmHDlPpw91r0MffFBLdRE { display:block;width:22.9375rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.8125rem;left:5.6875rem;height:6.9043125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;display:block; }
#ruxuxLkhpPZqJ1XsT1iEoP16TAVzw0cb { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5rem;left:5.6875rem;height:7.14844375rem;color:#2c3e50;font-style:normal;display:block; }
#wLlEO4qKy7LP2mA5Jgb8Cq2uKage963F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.75rem;width:3.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;display:block; }
#Hr69EhWDsTBaVStIT1FN7JX9p4iImIEo { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.8125rem;left:0.4375rem;height:9.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#G2T0NTuRV5vyt3sU4fvl5k9ZG64uySVC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.8125rem;left:37.15625rem;display:block; }
#JzJv9G5qSFpWTZBGiFMCoWdPcWyvshsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { background-color: transparent; background-image: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .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); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { border-width: 0; border-radius: 0; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0.5625rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { background-color: transparent; background-image: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container > .video-iframe-container { display: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container { display: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .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); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { border-width: 0; border-radius: 0; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#Dp90UhFaSq0GPHqINWaRHi9THEWXpo0M { display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:1.625rem;font-style:normal;color:#2c3e50;display:block; }
#VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:14.25rem;height:12.99803125rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#kovx39iObiRVobGsevSyBg99ge9p0P5D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.75rem;width:11.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:3.5rem;left:1.1708984375rem;overflow:hidden;display:block; }
#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container { background-color: transparent; background-image: none; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container > .video-iframe-container { display: none; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row > .video-iframe-container { display: none; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .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); }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container { border-width: 0; border-radius: 0; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#Ti84av0APBze2fHcMaJCAADmIUQGSUc6 { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:14.25rem;height:14.2978375rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TT0GdSbu1qmOQlL1WKDSR4er03AOmxxa { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#BltR3NxXNqzDi4Qv7WFa5yGaeV0ZyrTF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.75rem;width:10.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:3.5390625rem;left:0.9658203125rem;overflow:hidden;display:block; }
#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container { background-color: transparent; background-image: none; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container > .video-iframe-container { display: none; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row > .video-iframe-container { display: none; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .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); }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container { border-width: 0; border-radius: 0; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#ZdWVXNDqF98wzMfH61y0dRF1wWMXlMaU { display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:1.125rem;height:1.625rem;font-style:normal;color:#2c3e50;display:block; }
#XsevqLxP7Ffk9xFKk63KDyOOeadAHWXn { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.1875rem;left:14.25rem;height:18.19726875rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ap9V46Lnk5CJTcQwCKGpBpOQTsa5MHqL { display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#qetgIzxmqkDA4PVpsQBsStDXS8F9c7NQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.75rem;width:11.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:3.25rem;left:1.125rem;overflow:hidden;display:block; }
#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container { background-color: transparent; background-image: none; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container > .video-iframe-container { display: none; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row > .video-iframe-container { display: none; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .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); }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container { border-width: 0; border-radius: 0; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#KsUTAxUpu3ChQINBkDbZdmK9TEKT3yJL { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:14.25rem;height:15.59766875rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VFvGB48aTJJLLHvmz2PxWmWW6ieUp16E { display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#fcIanbK1oR6aFtkLixNuSob7zmUSrZtg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.625rem;width:11.6875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:4.0390625rem;left:0.75rem;overflow:hidden;display:block; }
#C8lCTSd4DeOyihShAM6uNRH2sURfdERU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container { background-color: transparent; background-image: none; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container > .video-iframe-container { display: none; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row > .video-iframe-container { display: none; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .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); }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container { border-width: 0; border-radius: 0; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#xTLbXGS9M7Vg9MPM0vqq8Puf6XWDfgJe { display:block;width:45.75rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.75rem;left:14.25rem;height:19.497075rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BxpXAVIbvyu91QcIlbDypyNLq4skBBEy { display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#t3FxlG40oqWmAsdpq9Zi5O5999grcykD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#WSA69dOf6AnhlhuHJUFIB9iPx7mvping { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container { background-color: transparent; background-image: none; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container > .video-iframe-container { display: none; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row > .video-iframe-container { display: none; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .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); }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container { border-width: 0; border-radius: 0; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#PG1hd4UMKsLb4FngZxdtcvGxIwKuFiKt { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:14.25rem;height:20.79686875rem;color:rgba(var(--color-tertiary-4),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dQaEGhLKTSTHskZblNAqnhs1RAL8x0fu { display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:14.25rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#fwibPVe8M1el9QzIh9K7DqMBElEATVAN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.0625rem;width:11.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:4.1640625rem;left:0.9033203125rem;overflow:hidden;display:block; }
#Zwacsr4bKkLnwmwLqhbJaZKkS7dt2w2d { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.375rem;left:24.71875rem;display:block; }
#RAcguKv0chV2p9OB1QlC0bFCtHZTmsrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.15);background-color:#ececec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container { background-color: transparent; background-image: none; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container > .video-iframe-container { display: none; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row > .video-iframe-container { display: none; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .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); }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container { border-width: 0; border-radius: 0; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:block; }#q0OeCi4WhMUq2OePwwyZ8O4tinw9Z06u { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0rem;height:24.29885rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#CIB1ATdXmxaIhuML5wLF5xSTM64wlmWa { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.4375rem;left:0rem;height:8.3105625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#EhheHqWhSk5tDlPTwvuF2gMeD6uF2CwQ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:23.0625rem;left:0rem;height:20.24903125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#WumyG3HMsr6uAnbMCdRxXdVyBW8DITI3 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:27.5rem;left:0rem;height:6.6484375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#oqlmZPwxntn2TO0wgbHakzQWBDi5amvf { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:38.125rem;left:0rem;height:24.29885rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#ty2t4CkF9DrbGnEoc7CvpTsIRpl3lp9k { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:46.9375rem;left:0rem;height:3.32421875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#cfm52i8MpA9HikV0wm6DdT8OLMaDnt4N { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:56.3125rem;left:22.15625rem;display:block; }
#xzDMMVe5utzixI9NE80HKAivaXoZOfXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { background-color: transparent; background-image: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .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); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { border-width: 0; border-radius: 0; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.5625rem;left:44.375rem;display:block; }
#GJx2yT6i28VeTCxfv2XO0erorB123yoN { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.5625rem;left:47.5rem;display:block; }
#F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.5625rem;left:53.75rem;display:block; }
#zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.5625rem;left:50.625rem;display:block; }
#fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.5625rem;left:56.875rem;display:block; }
#dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:13.4375rem;display:block; }
#c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.25rem;left:19rem;display:block; }
#bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgwQAFtytrbSeukZWt65JepNDO78f3WW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5rem;left:34.375rem;display:block; }
#TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5rem;left:41rem;display:block; }
#eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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); } }@media only screen and (max-width: 763px) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:8.375rem;height:2.1875rem;top:1.1875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:6.5rem;height:2.1875rem;top:1.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:6.5rem;height:2.1875rem;top:1.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:9.4375rem;height:4.1875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yIPMRoVIaiy1eu1PBJcI8C7IODtFa1 { width:6.9375rem;height:2rem;top:1.3125rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NsCSKpqeP1okQaxa22X4TJTONzoEOL { display:block; }
 }@media only screen and (max-width: 763px) { #mdyXNZoTo1DWynOSAB6mTNkqq8dTIM8n { width:21.3125rem;height:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ { display:block; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cESPgLZ5BduMMtT4ygtdhhJxOrr3taRp { top:1.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWyLKRBK4lFNvQTO2THxy6fzVQ8RTLn { top:7rem;left:0rem;width:47.75rem;height:7.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVH3WBcmDnzq1MmwNVqosyGsD5TlWgRl { top:15.5625rem;left:0rem;width:45.5rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0tlilv8d5fohnNM9Xf3LlD14WkmtMI7 { top:12.5625rem;left:0rem;width:43.375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAiLmyIQoM3HvNV5edvrlDuQMPXIVbM9 { width:15.6875rem;height:4.625rem;top:35.4375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDEtJyNoKekUeSMDgwgszFTcJl0zyazF { display:block; }
 }@media only screen and (max-width: 763px) { #v0lGo958w8tuFThZFBB2TVhtroDweuDm { display:block; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQr5TVAN0BgTy3Qzm1zPhWgyRNHQoQza { width:47.75rem;height:25.3125rem;top:2.0625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy0cVAD4DJiMol7GEkgqU4k7NwpGvRcV { width:47.75rem;height:8.125rem;top:25.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSk8X8RPcxtpqW07iDouvnpKaCgAXSEs { width:47.75rem;height:6.125rem;top:18.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g567RPrkKvLaILw61haVryt6tcDZ1fVt { width:47.75rem;height:3.0625rem;top:32.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFiFS5wN6XFQXo4cNaF7zhCyEeNtEsF { width:47.75rem;height:4.875rem;top:35.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX5STzOwN40tMigQFRmTHBqxs2PS9Qmk { width:47.75rem;height:3.0625rem;top:42.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvLWTZn3mTSC8wGX21wMbgxnBvS5ngr5 { width:47.75rem;height:4.875rem;top:45.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEVwxCgMtQXdRihXEwohX0bkAWR4BDq { width:47.75rem;height:3.0625rem;top:52.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1mqmt9Gp6bv73MLhmZ5i2zJ1inRFDd { width:47.75rem;height:4.875rem;top:56.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXVvmRHITaTmtoroBzNFeg8otkg9wavG { display:block; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtLX5tw9kghuhtQPtzrG2DGD2sMK5ST { width:16.875rem;height:30rem;top:8.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsfApB01KXIbTGUcFBmbMeWTSIroM1F { width:47.75rem;height:3.0625rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzSVoHRKB6F8O6ZIaMP19LSodcKhNbR { width:47.75rem;height:1.9375rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lM4ZQdZClvT1LoSacHgAcEB8U4mEeP { width:15.6875rem;height:4.75rem;top:40.625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDTZclJ3LuGQpuIc7xIX3VucPCdK56r { display:block; }
 }@media only screen and (max-width: 763px) { #CdI64sM1xwSACaTdnygxcHqAygxCuZiZ { display:block; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lInA8zxHXv9zUv8bEFlpJbDoMT0qSBa0 { width:13.5rem;height:12.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5z55TBUMWvWpNnn6UmPv4fULc9pTPwQ { width:13.125rem;height:1.625rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLCKBSiXVW1RfPWvOJFX3LA7pg3TQfU { width:11.625rem;height:1.375rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbenJtH2C9atgJLmfgZEER2qq2Aokgzd { width:3.125rem;height:3.125rem;top:10.625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQy79Utuy6cSIEdlXoe0xGgL9Lm1yp0 { width:13.5rem;height:12.4375rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfeqK0HqV7JxKVvDTSDidIArA5HBNMG2 { width:11.625rem;height:1.375rem;top:17.25rem;left:11.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQtpUkzDur8BLCgGHcqVuPfz9sZAuyQX { width:13.125rem;height:1.625rem;top:14.625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVGAaCBpgn0c3Wil9Apx3qJ5pTEZ02R1 { width:5.25rem;height:5.25rem;top:9.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3xLktAdxMIhF2UbPJ6ATxvkmCQ4N3Lz { width:13.5rem;height:12.25rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgGpO6WelmEISyFyJke04BJTU77rEVGs { width:11.625rem;height:1.375rem;top:17.25rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex56vCHsNsm1C4PqszAwo9ltqD6q5GQX { width:13.125rem;height:1.625rem;top:14.625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aga0dXdIKzurT5ERxms3zpKu7HQvd5Ua { width:3.8125rem;height:3.8125rem;top:10.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6NaAtwX2G7V0R7tWFe3E9VbBaFZEqr { width:13.5rem;height:12.1875rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTopaqQmWZP6gDSv0T9chzeWWItIQMNP { width:11.625rem;height:2.75rem;top:17.25rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqCMtSzhMLvv1x0ZvUz6iAOVbErdF85 { width:13.125rem;height:1.625rem;top:14.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT7PK6p9bEk8nIQMTSik2RxE2WebNLw { width:3.125rem;height:3.125rem;top:10.625rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVR40IQKecuT25QfS14Zpac1pk7XJTQ { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeHK18bGhFLXKPRIzcroff6ow8AzUq11 { width:6.9375rem;height:2rem;top:1.3125rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #phkz12APBkHHHG2uPcH7Gifo9TrToxEk { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz { display:block; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF7ephxLnam69S66hlX7f8fM133Hb9Hd { width:47.75rem;height:10.125rem;top:2.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoaOHTadIs4nkVqXiN9DJ6DTflaL4dBT { width:47.75rem;height:14.625rem;top:10.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5fRIANzurQCRvXqOdVbM5vNfmTVo5C0 { width:46.75rem;height:3.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWyRAkM2pkVyRnTMSuTO0I76fq0OMTFb { display:block; }
 }@media only screen and (max-width: 763px) { #AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh { display:block; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EusCQHRMa1EcX5Jxb3hpffw0Ni5kSBC5 { width:47.75rem;height:6.875rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF02pFZ8RSGvIiKaUk8fHp12r2h6OXw1 { width:47.75rem;height:8.125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7wML9hVak195vTrEDlvFebrHrUKJ9cL { width:19.9375rem;height:2rem;top:34.5rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1TW0FB2HU4lTUgEcP1ctL7XgIkq5DQ3 { width:19.9375rem;height:2.75rem;top:36.5rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvI6zXoBAJGEED1rhkBbpsqeAQM0T8zZ { width:13.5625rem;height:9rem;top:24.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwcyarUnoEBXO3X6N4Sa7ylFe5EhyRdm { width:19.9375rem;height:1.375rem;top:36.5rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcvEFItTld4XTWoa4l0G1sbfUA9XraI { width:19.9375rem;height:2rem;top:34.4375rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfxFdQK3DQNhaAs8ChLDZ3t6C35DuslS { width:11.1875rem;height:10rem;top:23.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGfDwNnmpiXilKxRIQqO4n74A4kdHTb { width:19.9375rem;height:1.375rem;top:46.9375rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9XiXyalAkxerqcrzS9e4FOI3HyOnTXs { width:19.9375rem;height:2rem;top:52.25rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5A0eH3u5dXvm96a8Lu9lOs8B1ENPEws { width:11.8125rem;height:10.8125rem;top:40.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PJ0rW8iXamukP9hOTkgzLC1vDzlDnO { width:13.375rem;height:9.5625rem;top:41.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw2AB8AP9JEp9f7y8k625uBPTi4zHRvx { width:19.9375rem;height:2rem;top:52.25rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c6h3zAQkdNsvmZ5JmyHetBi15VOfBr { width:19.9375rem;height:1.375rem;top:46.9375rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQTBvZN3drQ1zqQOV1u4p5PT4XHya5Q { width:15.6875rem;height:4.75rem;top:57.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENJ4pQQiXD4XqTVF7zxABmQHvKNqxQtD { display:block; }
 }@media only screen and (max-width: 763px) { #cImFikziv9pZIL8EaAx7bTpXxetNFnLN { display:block; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAb5SlLXTP24KprzNyLirq5AuZu15adb { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIOkfRWz35aCfcD9EdOQIIos47ORpW4q { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grxw3vF2zDk6o0PkfP25kO3CpnFWK19B { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5iqhs1hufdTHcOptNECyTMXUNoW1D1 { width:2.6875rem;height:1.875rem;top:0.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5636xyWKOTvBVtzMVTTrG771Xfz3Nv { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVhsI8lxyPB4gLT2TVDze7lZhtQi551 { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wJZUdbT2MJLG3IAINGQOLkSrSJ8Hdf { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLlWxnSR8E8dmHDlPpw91r0MffFBLdRE { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruxuxLkhpPZqJ1XsT1iEoP16TAVzw0cb { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLlEO4qKy7LP2mA5Jgb8Cq2uKage963F { width:3.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr69EhWDsTBaVStIT1FN7JX9p4iImIEo { width:2.6875rem;height:9.375rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2T0NTuRV5vyt3sU4fvl5k9ZG64uySVC { width:15.6875rem;height:4.75rem;top:4.8125rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzJv9G5qSFpWTZBGiFMCoWdPcWyvshsd { display:block; }
 }@media only screen and (max-width: 763px) { #BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { display:block; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp90UhFaSq0GPHqINWaRHi9THEWXpo0M { width:23.75rem;height:1.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovx39iObiRVobGsevSyBg99ge9p0P5D { width:7.5rem;height:7.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe { display:block; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti84av0APBze2fHcMaJCAADmIUQGSUc6 { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0GdSbu1qmOQlL1WKDSR4er03AOmxxa { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltR3NxXNqzDi4Qv7WFa5yGaeV0ZyrTF { width:7.5rem;height:7.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl { display:block; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdWVXNDqF98wzMfH61y0dRF1wWMXlMaU { width:23.75rem;height:1.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsevqLxP7Ffk9xFKk63KDyOOeadAHWXn { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9V46Lnk5CJTcQwCKGpBpOQTsa5MHqL { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qetgIzxmqkDA4PVpsQBsStDXS8F9c7NQ { width:7.375rem;height:7.375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO { display:block; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsUTAxUpu3ChQINBkDbZdmK9TEKT3yJL { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvGB48aTJJLLHvmz2PxWmWW6ieUp16E { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIanbK1oR6aFtkLixNuSob7zmUSrZtg { width:7.4375rem;height:7.4375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8lCTSd4DeOyihShAM6uNRH2sURfdERU { display:block; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTLbXGS9M7Vg9MPM0vqq8Puf6XWDfgJe { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxpXAVIbvyu91QcIlbDypyNLq4skBBEy { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3FxlG40oqWmAsdpq9Zi5O5999grcykD { width:7.375rem;height:7.375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSA69dOf6AnhlhuHJUFIB9iPx7mvping { display:block; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG1hd4UMKsLb4FngZxdtcvGxIwKuFiKt { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQaEGhLKTSTHskZblNAqnhs1RAL8x0fu { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwibPVe8M1el9QzIh9K7DqMBElEATVAN { width:6rem;height:6rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwacsr4bKkLnwmwLqhbJaZKkS7dt2w2d { width:15.6875rem;height:4.75rem;top:33.375rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAcguKv0chV2p9OB1QlC0bFCtHZTmsrs { display:block; }
 }@media only screen and (max-width: 763px) { #vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 { display:block; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0OeCi4WhMUq2OePwwyZ8O4tinw9Z06u { width:47.75rem;height:24rem;top:2.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIB1ATdXmxaIhuML5wLF5xSTM64wlmWa { width:47.75rem;height:6.5rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhheHqWhSk5tDlPTwvuF2gMeD6uF2CwQ { width:47.75rem;height:20rem;top:23.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WumyG3HMsr6uAnbMCdRxXdVyBW8DITI3 { width:47.75rem;height:6.5rem;top:27.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqlmZPwxntn2TO0wgbHakzQWBDi5amvf { width:47.75rem;height:24rem;top:38.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty2t4CkF9DrbGnEoc7CvpTsIRpl3lp9k { width:47.75rem;height:3.25rem;top:46.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfm52i8MpA9HikV0wm6DdT8OLMaDnt4N { width:15.6875rem;height:4.75rem;top:56.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzDMMVe5utzixI9NE80HKAivaXoZOfXV { display:block; }
 }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.375rem;height:4.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { top:1.5625rem;left:38.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { top:1.5625rem;left:41.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { top:1.5625rem;left:44.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:31rem;height:2.1875rem;top:2rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:6.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:6.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:6.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { position:relative;z-index:auto;display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:5.25rem;height:2.1875rem;top:13.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:4.5rem;height:2.1875rem;top:17.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:4.75rem;height:2.1875rem;top:20.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:5.25rem;height:2.3125rem;top:1.46875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yIPMRoVIaiy1eu1PBJcI8C7IODtFa1 { width:8.375rem;height:2.875rem;top:23.9375rem;left:5.8125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q1NsCSKpqeP1okQaxa22X4TJTONzoEOL { display:block; }
 }@media only screen and (max-width: 763px) { #mdyXNZoTo1DWynOSAB6mTNkqq8dTIM8n { top:1.25rem;left:1.875rem;width:16.1875rem;height:11.125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.adaptive-delivery-prevent-bg, #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.lazyload, #oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ.lazyloading { background-image: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { background-color: transparent; background-image: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container > .video-iframe-container { display: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row > .video-iframe-container { display: none; }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .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); }#oSpvGMzCM1yEHJFxWF9MaPJ6T4DAJ1MJ > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cESPgLZ5BduMMtT4ygtdhhJxOrr3taRp { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:oswald;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #faWyLKRBK4lFNvQTO2THxy6fzVQ8RTLn { width:18.875rem;height:5.25rem;top:7.625rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVH3WBcmDnzq1MmwNVqosyGsD5TlWgRl { width:17rem;height:9.375rem;top:14.5625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0tlilv8d5fohnNM9Xf3LlD14WkmtMI7 { width:20rem;height:13.400576368876rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAiLmyIQoM3HvNV5edvrlDuQMPXIVbM9 { width:15.6875rem;height:4.625rem;top:25.1875rem;left:2.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iDEtJyNoKekUeSMDgwgszFTcJl0zyazF { display:block; }
 }@media only screen and (max-width: 763px) { #v0lGo958w8tuFThZFBB2TVhtroDweuDm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { background-color: transparent; background-image: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container > .video-iframe-container { display: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row > .video-iframe-container { display: none; }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .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); }#v0lGo958w8tuFThZFBB2TVhtroDweuDm > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQr5TVAN0BgTy3Qzm1zPhWgyRNHQoQza { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hy0cVAD4DJiMol7GEkgqU4k7NwpGvRcV { width:20rem;height:16.25rem;top:23.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSk8X8RPcxtpqW07iDouvnpKaCgAXSEs { width:20rem;height:13.75rem;top:8.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g567RPrkKvLaILw61haVryt6tcDZ1fVt { width:20rem;height:8.25rem;top:37.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwFiFS5wN6XFQXo4cNaF7zhCyEeNtEsF { width:20rem;height:11.375rem;top:47.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PX5STzOwN40tMigQFRmTHBqxs2PS9Qmk { width:20rem;height:5.5rem;top:59.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvLWTZn3mTSC8wGX21wMbgxnBvS5ngr5 { width:20rem;height:11.375rem;top:65.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxEVwxCgMtQXdRihXEwohX0bkAWR4BDq { width:20rem;height:8.25rem;top:79.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yN1mqmt9Gp6bv73MLhmZ5i2zJ1inRFDd { width:20rem;height:13rem;top:89rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXVvmRHITaTmtoroBzNFeg8otkg9wavG { display:block; }#BXVvmRHITaTmtoroBzNFeg8otkg9wavG > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtLX5tw9kghuhtQPtzrG2DGD2sMK5ST { width:14.8125rem;height:26.375rem;top:15.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsfApB01KXIbTGUcFBmbMeWTSIroM1F { width:20rem;height:10.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzSVoHRKB6F8O6ZIaMP19LSodcKhNbR { width:20rem;height:1.625rem;top:12.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lM4ZQdZClvT1LoSacHgAcEB8U4mEeP { width:15.6875rem;height:4.75rem;top:43.25rem;left:2.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WTDTZclJ3LuGQpuIc7xIX3VucPCdK56r { display:block; }
 }@media only screen and (max-width: 763px) { #CdI64sM1xwSACaTdnygxcHqAygxCuZiZ { display:block; }#CdI64sM1xwSACaTdnygxcHqAygxCuZiZ > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lInA8zxHXv9zUv8bEFlpJbDoMT0qSBa0 { width:13.5rem;height:15.25rem;top:6.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5z55TBUMWvWpNnn6UmPv4fULc9pTPwQ { width:13.125rem;height:1.25rem;top:12.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLCKBSiXVW1RfPWvOJFX3LA7pg3TQfU { width:13.125rem;height:1.375rem;top:15.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbenJtH2C9atgJLmfgZEER2qq2Aokgzd { width:3.125rem;height:3.125rem;top:8.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQy79Utuy6cSIEdlXoe0xGgL9Lm1yp0 { width:13.5rem;height:15.25rem;top:23.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfeqK0HqV7JxKVvDTSDidIArA5HBNMG2 { width:13.125rem;height:1.375rem;top:32.25rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQtpUkzDur8BLCgGHcqVuPfz9sZAuyQX { width:13.125rem;height:1.25rem;top:29.625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVGAaCBpgn0c3Wil9Apx3qJ5pTEZ02R1 { width:4rem;height:4rem;top:24.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3xLktAdxMIhF2UbPJ6ATxvkmCQ4N3Lz { width:13.5rem;height:15.25rem;top:40.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgGpO6WelmEISyFyJke04BJTU77rEVGs { width:13.125rem;height:1.375rem;top:49.125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex56vCHsNsm1C4PqszAwo9ltqD6q5GQX { width:13.125rem;height:1.25rem;top:46.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aga0dXdIKzurT5ERxms3zpKu7HQvd5Ua { width:4.1875rem;height:4.1875rem;top:42.15625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6NaAtwX2G7V0R7tWFe3E9VbBaFZEqr { width:13.5rem;height:15.25rem;top:57.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTopaqQmWZP6gDSv0T9chzeWWItIQMNP { width:13.125rem;height:1.375rem;top:66.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqCMtSzhMLvv1x0ZvUz6iAOVbErdF85 { width:13.125rem;height:1.25rem;top:64.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT7PK6p9bEk8nIQMTSik2RxE2WebNLw { width:3.125rem;height:3.125rem;top:60.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVR40IQKecuT25QfS14Zpac1pk7XJTQ { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeHK18bGhFLXKPRIzcroff6ow8AzUq11 { width:8.375rem;height:2.875rem;top:74.0625rem;left:5.6875rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #phkz12APBkHHHG2uPcH7Gifo9TrToxEk { display:block; }
 }@media only screen and (max-width: 763px) { #iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz { display:block; }#iwHsIz4TiQG9T65A4Qp7IkHA0Sn6QQqz > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF7ephxLnam69S66hlX7f8fM133Hb9Hd { width:20rem;height:5.5rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoaOHTadIs4nkVqXiN9DJ6DTflaL4dBT { width:20rem;height:34.125rem;top:8rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5fRIANzurQCRvXqOdVbM5vNfmTVo5C0 { width:19rem;height:3.4375rem;top:43.375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWyRAkM2pkVyRnTMSuTO0I76fq0OMTFb { display:block; }
 }@media only screen and (max-width: 763px) { #AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh { display:block; }#AqiPk6ySR50xR3smXwuMVn9Sxl5vQQwh > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EusCQHRMa1EcX5Jxb3hpffw0Ni5kSBC5 { width:20rem;height:13.5rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF02pFZ8RSGvIiKaUk8fHp12r2h6OXw1 { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7wML9hVak195vTrEDlvFebrHrUKJ9cL { width:19.9375rem;height:2rem;top:47.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1TW0FB2HU4lTUgEcP1ctL7XgIkq5DQ3 { width:19.9375rem;height:2.75rem;top:53.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvI6zXoBAJGEED1rhkBbpsqeAQM0T8zZ { width:13.5625rem;height:9rem;top:27rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwcyarUnoEBXO3X6N4Sa7ylFe5EhyRdm { width:19.9375rem;height:1.375rem;top:57.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcvEFItTld4XTWoa4l0G1sbfUA9XraI { width:19.9375rem;height:2rem;top:50.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfxFdQK3DQNhaAs8ChLDZ3t6C35DuslS { width:9.5625rem;height:8.5625rem;top:37.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGfDwNnmpiXilKxRIQqO4n74A4kdHTb { width:19.9375rem;height:1.375rem;top:60.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9XiXyalAkxerqcrzS9e4FOI3HyOnTXs { width:19.9375rem;height:2rem;top:86.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5A0eH3u5dXvm96a8Lu9lOs8B1ENPEws { width:9.5625rem;height:8.75rem;top:62.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PJ0rW8iXamukP9hOTkgzLC1vDzlDnO { width:13.375rem;height:9.5625rem;top:75.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw2AB8AP9JEp9f7y8k625uBPTi4zHRvx { width:19.9375rem;height:2rem;top:89.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c6h3zAQkdNsvmZ5JmyHetBi15VOfBr { width:19.9375rem;height:1.375rem;top:72.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQTBvZN3drQ1zqQOV1u4p5PT4XHya5Q { width:15.6875rem;height:4.75rem;top:92.75rem;left:2.125rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ENJ4pQQiXD4XqTVF7zxABmQHvKNqxQtD { display:block; }
 }@media only screen and (max-width: 763px) { #cImFikziv9pZIL8EaAx7bTpXxetNFnLN { display:block; }#cImFikziv9pZIL8EaAx7bTpXxetNFnLN > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAb5SlLXTP24KprzNyLirq5AuZu15adb { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:15rem;height:6rem;top:6.25rem;left:2.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:15rem;height:17.875rem;top:13.5rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1rem;top:2.0625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { width:15rem;height:15.125rem;top:48.625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:15rem;height:9.75rem;top:37.625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:32.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1rem;top:33.4375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:15rem;height:9.75rem;top:6.25rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:15rem;height:16.5rem;top:17.25rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIOkfRWz35aCfcD9EdOQIIos47ORpW4q { width:15rem;height:17.25rem;top:49.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:15rem;height:8.125rem;top:40rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:35rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1rem;top:2.1875rem;left:8.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grxw3vF2zDk6o0PkfP25kO3CpnFWK19B { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5iqhs1hufdTHcOptNECyTMXUNoW1D1 { width:2.6875rem;height:1rem;top:35.9375rem;left:8.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:15rem;height:8.125rem;top:6.25rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zx5636xyWKOTvBVtzMVTTrG771Xfz3Nv { width:15rem;height:13.75rem;top:15.625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1rem;top:2.0625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:30.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1rem;top:31.4375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:15rem;height:9.75rem;top:35.625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { width:15rem;height:12.375rem;top:46.625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1rem;top:2.0625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { width:15rem;height:12.375rem;top:16.25rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:15rem;height:8.75rem;top:6.25rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:29.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1rem;top:30.6875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVhsI8lxyPB4gLT2TVDze7lZhtQi551 { width:20rem;height:8.75rem;top:34.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7wJZUdbT2MJLG3IAINGQOLkSrSJ8Hdf { width:18.75rem;height:11rem;top:44.875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLlWxnSR8E8dmHDlPpw91r0MffFBLdRE { width:15rem;height:8.25rem;top:18.625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruxuxLkhpPZqJ1XsT1iEoP16TAVzw0cb { width:20rem;height:7rem;top:10.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLlEO4qKy7LP2mA5Jgb8Cq2uKage963F { width:3.75rem;height:7.875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr69EhWDsTBaVStIT1FN7JX9p4iImIEo { width:2.6875rem;height:5rem;top:2.0625rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2T0NTuRV5vyt3sU4fvl5k9ZG64uySVC { width:15.6875rem;height:4.75rem;top:29.1875rem;left:2.15625rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JzJv9G5qSFpWTZBGiFMCoWdPcWyvshsd { display:block; }
 }@media only screen and (max-width: 763px) { #BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { display:block; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp90UhFaSq0GPHqINWaRHi9THEWXpo0M { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { width:20rem;height:26.25rem;top:19.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { width:20rem;height:3.25rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovx39iObiRVobGsevSyBg99ge9p0P5D { width:10rem;height:10rem;top:4.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe { display:block; }#g4UH2ALVo8tgxBwAW342N2ZcH88pXGZe > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti84av0APBze2fHcMaJCAADmIUQGSUc6 { width:20rem;height:27.5rem;top:17rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT0GdSbu1qmOQlL1WKDSR4er03AOmxxa { width:20rem;height:3.25rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltR3NxXNqzDi4Qv7WFa5yGaeV0ZyrTF { width:10rem;height:10rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl { display:block; }#OuwfQGx60CBtSgwRG8L8MTu4NyN3tbEl > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdWVXNDqF98wzMfH61y0dRF1wWMXlMaU { width:20rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsevqLxP7Ffk9xFKk63KDyOOeadAHWXn { width:20rem;height:32.5rem;top:16.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ap9V46Lnk5CJTcQwCKGpBpOQTsa5MHqL { width:20rem;height:3.25rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qetgIzxmqkDA4PVpsQBsStDXS8F9c7NQ { width:9.8125rem;height:9.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO { display:block; }#THQswX4rxNAOo0TsS8ek2Eg8CRpuLZDO > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsUTAxUpu3ChQINBkDbZdmK9TEKT3yJL { width:20rem;height:23.75rem;top:18.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFvGB48aTJJLLHvmz2PxWmWW6ieUp16E { width:20rem;height:4.875rem;top:12.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIanbK1oR6aFtkLixNuSob7zmUSrZtg { width:9.9375rem;height:9.9375rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8lCTSd4DeOyihShAM6uNRH2sURfdERU { display:block; }#C8lCTSd4DeOyihShAM6uNRH2sURfdERU > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTLbXGS9M7Vg9MPM0vqq8Puf6XWDfgJe { width:20rem;height:28.75rem;top:16.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxpXAVIbvyu91QcIlbDypyNLq4skBBEy { width:20rem;height:3.25rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3FxlG40oqWmAsdpq9Zi5O5999grcykD { width:9.8125rem;height:9.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSA69dOf6AnhlhuHJUFIB9iPx7mvping { display:block; }#WSA69dOf6AnhlhuHJUFIB9iPx7mvping > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG1hd4UMKsLb4FngZxdtcvGxIwKuFiKt { width:20rem;height:40rem;top:16.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQaEGhLKTSTHskZblNAqnhs1RAL8x0fu { width:20rem;height:4.875rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwibPVe8M1el9QzIh9K7DqMBElEATVAN { width:8rem;height:8rem;top:0.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwacsr4bKkLnwmwLqhbJaZKkS7dt2w2d { width:15.6875rem;height:4.75rem;top:58.125rem;left:2.15625rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RAcguKv0chV2p9OB1QlC0bFCtHZTmsrs { display:block; }
 }@media only screen and (max-width: 763px) { #vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 { display:block; }#vCuRs3ghJhzFqQ2XfbV1gLfciGcwds85 > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0OeCi4WhMUq2OePwwyZ8O4tinw9Z06u { width:20rem;height:8.25rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIB1ATdXmxaIhuML5wLF5xSTM64wlmWa { width:20rem;height:29.25rem;top:4.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhheHqWhSk5tDlPTwvuF2gMeD6uF2CwQ { width:20rem;height:6.875rem;top:36.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WumyG3HMsr6uAnbMCdRxXdVyBW8DITI3 { width:20rem;height:21.125rem;top:38.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqlmZPwxntn2TO0wgbHakzQWBDi5amvf { width:20rem;height:8.25rem;top:62.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ty2t4CkF9DrbGnEoc7CvpTsIRpl3lp9k { width:20rem;height:9.75rem;top:66.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfm52i8MpA9HikV0wm6DdT8OLMaDnt4N { width:15.6875rem;height:4.75rem;top:78.375rem;left:2.15625rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xzDMMVe5utzixI9NE80HKAivaXoZOfXV { display:block; }
 }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.1875rem;height:4.3125rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { width:3.125rem;height:3.125rem;top:10.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { width:3.125rem;height:3.125rem;top:14.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { width:3.125rem;height:3.125rem;top:23.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { width:3.125rem;height:3.125rem;top:19.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { width:3.125rem;height:3.125rem;top:27.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:19rem;height:2.25rem;top:6.8125rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:32.1875rem;left:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:35rem;left:6.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:37.3125rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }