.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:250,220,219;--color-primary-1:239,137,137;--color-primary-2:222,19,18;--color-primary-3:111,10,9;--color-primary-4:33,3,3;--color-secondary-0:220,223,229;--color-secondary-1:138,150,167;--color-secondary-2:20,44,79;--color-secondary-3:10,22,40;--color-secondary-4:3,7,12;--color-tertiary-0:255,255,255;--color-tertiary-1:181,180,180;--color-tertiary-2:131,130,130;--color-tertiary-3:79,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),0.72);background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG { background-color:rgba(0,0,0,0.39);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container { background-color: transparent; background-image: none; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container > .video-iframe-container { display: none; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row > .video-iframe-container { display: none; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .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); }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container { border-width: 0; border-radius: 0; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container { font-size:0.875rem;font-family:arial;height:3.78125rem;width:75rem;overflow:visible;position:relative;display:block; }#cqy5GqLGZc19EEuAlSOxQq4ShZwB27pN { background-color:transparent;background-image:none;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.62478125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.372314453125rem;left:45.4990234375rem;display:block; }
#Oo4kFv6c7cezDDakkvz1m0EH7TxLyQmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDblCk6rucLCWXaBOcUF7Tq3adarpaV6 { background-color:transparent;background-image:none;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.936625rem;height:2.62478125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.372314453125rem;left:34.99951171875rem;display:block; }
#crvT52fmZTKdMTVEgFOf8PQ7Xsmp8RmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTrIf5nsfhbrMlQmFJv8qxQQzZyuydgU { background-color:transparent;background-image:none;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.37326389551162rem;left:55.624786376953rem;display:block; }
#QealT7aiQxLCdgmhbUHdEAfN80yOugHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#en7ZlJnxpqkS3czeCNdsSLo1vsPCBMss { background-color:transparent;background-image:none;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.37353515625rem;left:24.4990234375rem;display:block; }
#KvUhH02P5f377ASRAiFENe8Ni5s61xqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1i1R0B7lvfTTSqxX8XmfMsH5BnJXMGw { background-color:transparent;background-image:none;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.37353515625rem;left:13.73388671875rem;display:block; }
#r564Qb8fHBH5awKAcLO85hubz4hUF2bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0Z2Uzf7EEr4qFThdlziIJ1zmDI0t3UC { z-index:15003;top:0.37353515625rem;left:64.808349609375rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iNAtlxBTNyOemd4xOFyfR0ZzUd3cLVoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/588541fd-0282-4ff8-a6e1-72d3124ac198/ChatGPTImage18demaide202618_37_10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#Fp3EbwC618sUJyMpc8yGd08JWxHTssR9 { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #090000;top:8.375rem;left:6.5625rem;height:1.39865625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyQ2pVkUqo8oHsW1Jva7PAdDmPbBqN8u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.561525rem;width:1.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.4));top:8.375rem;left:4.375rem; }
#AdfWxcGzuLFlCLhyeEyAHs5UQJeQyORQ { color:rgba(var(--color-primary-0),1);display:block;width:23.375rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:12.1240234375rem;left:4.43505859375rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#GGRSAnNl7ObUZRxbUucmVddDy4tns02H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:21.435546875rem;left:4.5rem;height:4.6321625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WA1tr3suaI9wbcJvCVT4bzMxqToBVCJ8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:28.375rem;left:4.3125rem; }
#IsWNK6EN3rZdNgcnCEeRhAvf9KTHF3Ql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.375rem;left:15.9375rem; }
#KhfPNobzkq8tfs2iygRIABcwmPwgBGD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.1875rem;left:26.0625rem; }
#hnMVBvJFtQnxucrcBO80V6JSPHVhcme4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:28rem;left:6.4375rem;height:2.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsKTS6rISWZhXedZJiIn2ToXtmrNzsPE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:28.0625rem;left:18.1875rem;height:2.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dBKkST79yl3iuAOvde4x8wxvVXcHBRCW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:28.125rem;left:28.5625rem;height:2.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3mkU34r4rTaHOy6ddIxZ2S8MUSSuesT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:34.25rem;left:6rem;display:block; }
#cnsEzkcPHouOtST0oVr1yG0ILs2qQ2Gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7svEJutS9HPxbXs0esaTlSOSroTzlS0 { box-sizing:content-box;height:3.4375rem;width:5.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.25rem;left:4.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#l65BQ0o6NZQNkTP97P3dLsJq5CzvGbqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:35.3125rem;left:5.375rem; }
#rCpLTQna9uwS45bvBeXph8bVfESNm98Z { background-color:rgba(var(--color-tertiary-3),0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-3),0.54);border-left:0.1875rem solid rgba(var(--color-tertiary-3),0.54);border-right:0.1875rem solid rgba(var(--color-tertiary-3),0.54);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),0.54);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.25rem;left:18.5rem;display:block; }
#CnO5utloDpW0EVEZk1Xl2QAw7BSScl0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivK4vnLq0T6MSee5NA3DCopPCZiaiaqP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.66;top:35.5625rem;left:28.875rem; }
#H2aACcAVwdTBTurn2Z4uEHhELDIMCopg { box-sizing:content-box;height:3.3125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-0.0625rem;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#B3M3y67PpwlirMIkskkmeBGNzSsVdm1W { color:rgba(var(--color-primary-2),1);display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:33.4375rem;height:0.8941rem;text-align:center;text-align-last:center;display:block; }
#qKVXLrxmqJptZEhi9H1SLdndlB2NJDcR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:23.0625rem;height:4.87413125rem;text-align:center;text-align-last:center;display:block; }
#yz7DiJknvJ2GenGZP1x0M2EkzZU9vETt { color:#6a6767;display:block;width:28.0625rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:23.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rW0UXg6q3gEeTQWLkNH1woHnZ2c1qoH1 { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:13.1845703125rem;left:3.5927734375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#g46mnc03cz4VT0A9B7KTFgLxU0T1dTCh { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:13.18359375rem;left:26.4912109375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#JTeM6ZUmhrW1elXciPQIw6paryZaE7Nl { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:13.1826171875rem;left:49.3740234375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HaTgQKgrFTMnQqrWTB4NdT39Iy39DMA2 { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:28.1875rem;left:3.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QvLHzfow0EaI0klTwsAyCI5QR4XyRsgP { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:28.185546875rem;left:26.4912109375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#x1z78WhUNBcmXPQp39Ag7EBZyUui3I91 { box-sizing:content-box;height:13.75rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;top:28.185546875rem;left:49.373046875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xURtqKkc47EMXy9KLIRg3eFAAHT8t7X2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.84765625rem;left:6.0927734375rem; }
#CMIQRIzEdl7U2K6oXOdwHS8fuVrA68JZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.62890625rem;left:28.8193359375rem; }
#bFtQToGObJPZFNFwADC1rvZpdCcKPRu6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.69140625rem;left:52rem; }
#SENpHD0TbobKn43zMMoeJxAvqbBG5vlH { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.81640625rem;left:6.0927734375rem; }
#DdwhGxRkkdrDKsGQ3iWoTT3mG905IuIx { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.0625rem;top:30.50390625rem;left:28.7880859375rem;overflow:hidden;display:block; }
#F9oCNfL46emOmZfUcMtuaflAK2Bx8arm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.81640625rem;left:52.15625rem; }
#MMp5KVpElqUsuW3FUJctifxHmN9iMRNN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.62890625rem;left:4.7490234375rem;display:block; }
#x7aAlO6GbKTUbRI2noZmitwrkF7x5pOE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.62890625rem;left:10.5625rem;height:3.2487rem;display:block; }
#N1L221yRGsuezRddfO0CLiz3eb1LTn6S { color:#4b5563;display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.8;letter-spacing:0;top:18.5625rem;left:10.5625rem;height:5.39496875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKwqGcK5cUBVca0QC6cdp2Gdq5M7mtik { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.8;letter-spacing:0;top:24.625rem;left:4.75rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vPeJvu52SPEQ1ZvDE07KJoVzFFFcyhiG { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.92;top:24.875rem;left:8.375rem; }
#BTEqE5rCpv8qife8arZZP64TUybSWUxa { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:.92;top:24.8125rem;left:31.25rem; }
#ZxaBBhomFlp2uIydaioT9DeLXX4TP4wf { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:24.5625rem;left:27.625rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iofyr22yORpFR19cWsAmhhzDCw1941AX { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:.92;top:39.625rem;left:31.25rem; }
#zifrqiwoipPT99XJU23D7GV0hSWarFc9 { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.8;letter-spacing:0;top:39.375rem;left:27.625rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DpMumcxbN9eVZSuUFCZ5Tay2VK5lTSRL { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:.92;top:39.6875rem;left:54.25rem; }
#q5ULT018fBxsJZH2Gql0mMTaBhppTiyd { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.8;letter-spacing:0;top:39.4375rem;left:50.625rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rHRUTPWV7gWhrZe578q1X3xMeUtJTHPH { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:.92;top:24.875rem;left:54.25rem; }
#f4fBL9cJEQQzU7EPie3GNLXZ7eqLCkB1 { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.8;letter-spacing:0;top:24.625rem;left:50.625rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNqZHVHpXIbaVg8eWWTMgRMZUIAQU5ma { color:#4b5563;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:39.4375rem;left:4.75rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSl9imdTFhiFkC1e5dchQbNudURwECoL { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:.92;top:39.6875rem;left:8.375rem; }
#bs7fiWkdaJuFcMPWr5XvOuba10Ux4UyL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.62890625rem;left:27.6943359375rem;display:block; }
#c1xiM9s8F6POQuuPycIN36fbqvvxyahP { color:#4b5563;display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.8;letter-spacing:0;top:19.1875rem;left:33.6875rem;height:4.04623125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DOlNdpfcbKEm2XXsG6UMmAPewIBou1TA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.625rem;left:33.625rem;height:3.2487rem;display:block; }
#XSp38JR7sqqeDXpQDeJ6wo9Uqu07Az20 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.62890625rem;left:50.8740234375rem;display:block; }
#D4CxOUCcw4bhnISd0KCG0yH0kzRVAIys { color:#4b5563;display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.8;letter-spacing:0;top:19.1875rem;left:56.75rem;height:4.04623125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LyqzniqJFPhPITaTF61Tkdy4G3N4ZOUT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.625rem;left:56.6875rem;height:3.2487rem;display:block; }
#sKuswu2RHLhxLuFxxSz4US1Tib0fnbd8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5654296875rem;left:4.7490234375rem;display:block; }
#yh6dh5Ca9m0duFfRpJ3GRCu78EdTwogZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.53515625rem;left:27.6943359375rem;display:block; }
#yWtBh9TdQLm24BKWA6PKdMTIm8XSQnin { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.53515625rem;left:50.8125rem;display:block; }
#w4WuJQoGHlUb1B5xKSpaqLBgi6Np50zL { color:#4b5563;display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.8;letter-spacing:0;top:34rem;left:10.5625rem;height:4.04623125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xf4xdBxtdeTEdhGtDVcVW9pVKTxTHWv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:29.4375rem;left:10.5625rem;height:3.2487rem;display:block; }
#T6G4Tm0kZ1cQbN2yAzUEoXNcV0SMsfom { color:#4b5563;display:block;width:11.1875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.8;letter-spacing:0;top:34rem;left:33.5625rem;height:4.04623125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pro2Hz2N95caQNIfDKs823maHQIxrJB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:29.5625rem;left:33.5625rem;height:3.2487rem;display:block; }
#uaTT8RXEVRV6EdZeZlBy2I6T1TcNT29c { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.5625rem;left:56.6875rem;height:3.2487rem;display:block; }
#pSO87BwsdaqH9SSRFO3DC63KU1fWzuW3 { color:#4b5563;display:block;width:13.6875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.8;letter-spacing:0;top:34.0625rem;left:56.5625rem;height:4.04623125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoyqxpzTlbAr49IIkDnmZrXTHCq1oaUO { z-index:15003;top:43.75rem;left:30.6875rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,0,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IHAN84xCJCK2MC7XHWswuTBSaCXNketE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { background-color: transparent; background-image: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .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); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#wryLrDm5yrgCveH7afFOKuLTaxOLVPFq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-secondary-2),0.52) ;height:22.8125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cmOibKRa5Thk1zrOZ44HSt5SwCTMB9QU { color:rgba(var(--color-primary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6866321563721rem;left:3.7185335159302rem;height:1.13606875rem;font-style:normal;display:block; }
#xcusHNpI2gFl4cMk0lr9ksh4UVKOwBqc { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6243486404419rem;left:3.7185335159302rem;height:5.6857625rem;display:block; }
#rTg5JCegOlkJw59TJUmNy8BQWKyPmkaK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.060113906861rem;left:5.3428831100464rem; }
#HWPxxSDSc34WzsozCH4bbTbpG7ibKfJV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:11.060113906861rem;left:18.217014312744rem; }
#i4VoClZvg3hNDzy2ttAJ9DOpcIz9bA6x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.060113906861rem;left:33.942058563233rem; }
#Iv4AIag35wffkcXe5gQ2UoUQoMmqwMmT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.060113906861rem;left:51.562503814698rem; }
#pXQ5K5ZSoJKPiR1FFntWa2lMKVXSC1hG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.060113906861rem;left:64.249137878419rem; }
#TeMXTGBuL5WJQwXrDpdEL9brtbssT845 { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-3),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.999782562256rem;left:13.593099594116rem;display:block; }
#tWNV8VKI5sIJoyLmZZ8OTo4QVW7TWva3 { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-3),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.998699188233rem;left:28.468536376953rem;display:block; }
#DwyPDlmI7128uCFvrqGSdmxdEleADaDt { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-3),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.998699188233rem;left:44.655166625976rem;display:block; }
#TL3v0QtMpVy8u6Zr60GJfJdvgMpzqUBU { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-3),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.999133110046rem;left:61.09375rem;display:block; }
#w30TIixKKIJmSqSmW8Egev5shybzTlMa { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:14.74609375rem;left:4.2491321563721rem;height:1.625rem;display:block; }
#lqi60yVl5tgEfQReOme2wwieQRpbMnRl { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.555556297302rem;left:4.2810335159302rem;height:2.2721375rem;font-style:normal;display:block; }
#oc3cgnce2pAJDGF18KAH7dBFQ5k0sxq1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:14.498699188233rem;left:16.967014312744rem;height:2.20051875rem;display:block; }
#vwGbBTmuWdhnTcIDmpkzsHPN35SA1f6I { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.616537094116rem;left:16.967014312744rem;height:2.2721375rem;font-style:normal;display:block; }
#X51KPPM8TyehXUXT3wQoitEWczlPSGDr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.616537094116rem;left:31.754558563233rem;height:2.2721375rem;font-style:normal;display:block; }
#JK4PcQc7J3npsR3De2IuugIyl6oT0L57 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:15.030382156372rem;left:31.754558563233rem;height:1.1002625rem;display:block; }
#AAyP4EB3Hkr8zllevmfnVPQg6kE4wWv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:14.375rem;left:49.375rem;height:2.20051875rem;display:block; }
#zSuTzaMbH1hmHog7IBzTbCwetKSwGbU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.492404937744rem;left:49.374134063721rem;height:2.2721375rem;font-style:normal;display:block; }
#O0yHSTDx88tCBsGsaW4tHk0eArgu1Hgo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5625rem;left:62.75rem;height:2.2721375rem;font-style:normal;display:block; }
#Z0xsLLdL1LiHfgQUgc6wW0QPQ7wfczBt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:14.25rem;left:62.75rem;height:2.20051875rem;display:block; }
#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container { background-color: transparent; background-image: none; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container > .video-iframe-container { display: none; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row > .video-iframe-container { display: none; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .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); }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container { border-width: 0; border-radius: 0; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#kfO8L51asqQN360NVhCdFTC9p1N5GA6l { color:rgba(var(--color-primary-2),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7480487823486rem;left:2.4685335159302rem;height:1.21875rem;font-style:normal;display:block; }
#UOB28IdOMW6L3yegWdn5uGyQhQlve9C7 { color:rgba(var(--color-secondary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6855430603027rem;left:2.4060335159302rem;height:5.6857625rem;display:block; }
#Nm0Ky7rb2SQHItki0ItlNLO551fTxrOU { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.625rem;left:0.59326171875rem;overflow:hidden;display:block; }
#U1Bx19rJgipgpBg9QaoxgMIJaDtQJSKw { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.592449188233rem;left:12.842014312744rem;overflow:hidden;display:block; }
#s64f2T7n0t9CPXe5BkWdN1bxHgBGxRV0 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.592449188233rem;left:25.153865814209rem;overflow:hidden;display:block; }
#xOCaCMuciTvTTZ8bUlhhFJ3S8IXO3nEZ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.624349594116rem;left:37.528213500976rem;overflow:hidden;display:block; }
#rrEEevKDlOAcPWJwrldBMbue09TWSnM6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.592449188233rem;left:49.840930938721rem;overflow:hidden;display:block; }
#pw7qWybJtHPfiBNJO3TmhhZlD6zyBaKP { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.1875rem;top:10.592014312744rem;left:62.123268127441rem;overflow:hidden;display:block; }
#d869wUnC16R0PxmT2k4t03GVABHUkxet { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.5rem;width:14.1875rem;top:25.9365234375rem;left:0.59326171875rem;overflow:hidden;display:block; }
#dJbwT2ow8Lq0it6ICPH1cZXet1477TJg { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14.1875rem;top:25.9365234375rem;left:15.4052734375rem;overflow:hidden;display:block; }
#AomRGzuZThQ77JgfB6C9aJphrTtxe9VC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14.1875rem;top:25.9365234375rem;left:30.343017578125rem;overflow:hidden;display:block; }
#OxLDl3pwhKNAAbNcx8SrbsWZBGr7NUvp { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14.1875rem;top:25.9365234375rem;left:45.216064453125rem;overflow:hidden;display:block; }
#hM3s3XC8UutHa8wFuuIowEkD5RQSdgUm { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14.1875rem;top:26.091552734375rem;left:60.128173828125rem;overflow:hidden;display:block; }
#AdSMXbz6GyGTHTKJQkzcnWV7OETW9lXE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14.1875rem;top:48.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#NCv9mZVxrROKpNRziBsilf7gGJlh9OIl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14rem;top:48.8125rem;left:15.375rem;overflow:hidden;display:block; }
#GsmBhyio3tIqPNyre5ygPbBLXnGzTVSW { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14rem;top:48.9375rem;left:60.25rem;overflow:hidden;display:block; }
#SO8wcTtEl9K3pCCzO6bUhpa3AXbTIweu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14rem;top:48.8125rem;left:30.5rem;overflow:hidden;display:block; }
#WuDT3lgKT2kOmdN8ZRwGCS9fgE6WJxMM { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:21.4375rem;width:14rem;top:48.8125rem;left:45.375rem;overflow:hidden;display:block; }
#maDVHTXE2EB7QBXyVHEr5qcT42HAkQVZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:13.93675rem;width:22.6245rem;top:71.715087890625rem;left:0.59326171875rem;overflow:hidden;display:block; }
#BOOBBr2dE10aaBUw7fyNPepVgyJfKyiD { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:13.8745rem;width:22.68675rem;top:71.744384765625rem;left:24.278564453125rem;overflow:hidden;display:block; }
#fVHpi1GuF7fowywkU55q3BKN8UiDgHqm { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-1),0.82) ;height:14rem;width:26.375rem;top:71.715087890625rem;left:47.8125rem;overflow:hidden;display:block; }
#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;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; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container { background-color: transparent; background-image: none; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container > .video-iframe-container { display: none; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row > .video-iframe-container { display: none; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .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); }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container { border-width: 0; border-radius: 0; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#DEK7rGc7lKZqufQIdx5ZGVzRde2mlNCl { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.375rem;height:1.2999125rem;font-style:normal;display:block; }
#OD8tCzxJf299sUiKbX8IZ2JQ5NV6fxPc { color:rgba(var(--color-secondary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.0625rem;height:2.59874375rem;display:block; }
#tUDvThFDKx2gGfQ9MTxWr3DqFPSSEgnV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.875rem;top:4.0625rem;left:22.5625rem;overflow:hidden;display:block; }
#ucPrrz7qfPzeANm6zIXbCtAGFVBekwu8 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.5rem;top:3.75rem;left:42.1875rem;overflow:hidden;display:block; }
#wWF8OImFz6gWLgqKKiog1m5lsJatRgWT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9rem;top:3.6875rem;left:32.3125rem;overflow:hidden;display:block; }
#hq7WKJHTpGEv2DEWQULetf3qL0kkhdVW { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4.125rem;top:3.375rem;left:60.6875rem;overflow:hidden;display:block; }
#CZlGtCkFbinnFBdh7CBwK4WoDH8qTQxb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.3125rem;top:3.25rem;left:52.5625rem;overflow:hidden;display:block; }
#TdwFOf9Nm8y2rXw8Xz4CxutXwRzf16GV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:2.875rem;left:70rem;overflow:hidden;display:block; }
#r05saNrxZATNNRBPWDRoNFsMESylr6c2 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:3.25rem;left:65.8125rem;overflow:hidden;display:block; }
#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafb;background-image:url("https://images.assets-landingi.com/uc/f00ce92f-035c-4dd2-923a-c952b232f771/noroot.crop_2103x620_0,142");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8.adaptive-delivery-prevent-bg, #z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8.lazyload, #z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8.lazyloading { background-image: none; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container { background-color: transparent; background-image: none; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container > .video-iframe-container { display: none; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row > .video-iframe-container { display: none; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .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); }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container { border-width: 0; border-radius: 0; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#O51xlLA4kayCTORpUflbo7I1bJUHyh4N { z-index:15004;top:3.154296875rem;left:47.623699188233rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,176,176,0.46) ;box-sizing:border-box;color:#ff0202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p1TJJUvniqgnpVNKGdyOWcgkl8DTLGiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rul2RCfVX0Rk1HnE89hif7cX0ZA37K70 { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:.88;filter: drop-shadow(0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.86));top:4.2795124053955rem;left:44.858943939209rem; }
#p38PZokMUAOPbaDOokbiH7EpUvTy1Wq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6302070617676rem;left:0.81163215637206rem;height:3.2487rem;display:block; }
#SCvLfr7EZuxg8r1VX6UFcl0lxTs57vAe { color:rgba(var(--color-tertiary-0),1);display:block;width:30.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0345039367675rem;left:0.81163215637206rem;height:1.21853125rem;display:block; }
#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),0.93);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; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container { background-color: transparent; background-image: none; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container > .video-iframe-container { display: none; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row > .video-iframe-container { display: none; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .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); }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container { border-width: 0; border-radius: 0; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#dsNfV7iJZzvn3KrgETwp0Nf19TT9y3mm { color:rgba(var(--color-tertiary-0),1);display:block;width:3.81185rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6875rem;left:17.875rem;height:1.055775rem;display:block; }
#ND5wFKmhOGSvkD0JndyTQMw0BibaRLdT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:2.625rem;left:17.875rem;height:1.2380625rem;font-style:normal;display:block; }
#zs9tk0zy8Q2xlfRkD7uyODe8itziO2oS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:3.875rem;left:17.875rem;height:1.34874375rem;font-style:normal;display:block; }
#Mk2XT9x8MQGmyffyvfbfUluN7ff8KxpN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.6875rem;left:38.5625rem;height:1.055775rem;display:block; }
#wQKN8WD9aFxTXZX2t5wLtJyyeEaA04oU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:2.625rem;left:38.5625rem;height:2.47613125rem;font-style:normal;display:block; }
#eP5LEfqsfdm5ZBfXxS7WmtcdrLrBauTI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5rem;left:64.3125rem;height:1.055775rem;display:block; }
#egbDT7EAIaoT4Jtch6VsufK00yWlo2Zc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74978125rem;width:5.74978125rem;top:0rem;left:0.81163215637206rem;overflow:hidden;display:block; }
#IoXSKIqDwnluz441OEr8uFoQmpLuUiWD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.375rem;left:63.875rem; }
#Dt6KrRKrlniTGK6XNEtMgkNQTpmtmccm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.3125rem;left:66.3125rem; }
#T1Dk66kCqEzGCm7qiHtsR9BGLD6iqnCo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.3125rem;left:68.8125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG { display:block; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqy5GqLGZc19EEuAlSOxQq4ShZwB27pN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4kFv6c7cezDDakkvz1m0EH7TxLyQmw { display:block; }
 }@media only screen and (max-width: 763px) { #zDblCk6rucLCWXaBOcUF7Tq3adarpaV6 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crvT52fmZTKdMTVEgFOf8PQ7Xsmp8RmK { display:block; }
 }@media only screen and (max-width: 763px) { #vTrIf5nsfhbrMlQmFJv8qxQQzZyuydgU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QealT7aiQxLCdgmhbUHdEAfN80yOugHq { display:block; }
 }@media only screen and (max-width: 763px) { #en7ZlJnxpqkS3czeCNdsSLo1vsPCBMss { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUhH02P5f377ASRAiFENe8Ni5s61xqh { display:block; }
 }@media only screen and (max-width: 763px) { #d1i1R0B7lvfTTSqxX8XmfMsH5BnJXMGw { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r564Qb8fHBH5awKAcLO85hubz4hUF2bT { display:block; }
 }@media only screen and (max-width: 763px) { #T0Z2Uzf7EEr4qFThdlziIJ1zmDI0t3UC { top:0.3125rem;left:36.6875rem;width:10.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAtlxBTNyOemd4xOFyfR0ZzUd3cLVoT { display:block; }
 }@media only screen and (max-width: 763px) { #nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { top:0rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fp3EbwC618sUJyMpc8yGd08JWxHTssR9 { top:8.375rem;left:0rem;width:21.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyQ2pVkUqo8oHsW1Jva7PAdDmPbBqN8u { top:8.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdfWxcGzuLFlCLhyeEyAHs5UQJeQyORQ { top:12.0625rem;left:0rem;width:23.375rem;height:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGRSAnNl7ObUZRxbUucmVddDy4tns02H { top:21.375rem;left:0rem;width:18.3125rem;height:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA1tr3suaI9wbcJvCVT4bzMxqToBVCJ8 { top:28.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWNK6EN3rZdNgcnCEeRhAvf9KTHF3Ql { top:28.375rem;left:2.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhfPNobzkq8tfs2iygRIABcwmPwgBGD0 { top:28.1875rem;left:12.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMVBvJFtQnxucrcBO80V6JSPHVhcme4 { top:28rem;left:0rem;width:10.0625rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsKTS6rISWZhXedZJiIn2ToXtmrNzsPE { top:28.0625rem;left:4.5625rem;width:6.625rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBKkST79yl3iuAOvde4x8wxvVXcHBRCW { top:28.125rem;left:14.9375rem;width:7.6875rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3mkU34r4rTaHOy6ddIxZ2S8MUSSuesT { width:10.5rem;height:3.4375rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnsEzkcPHouOtST0oVr1yG0ILs2qQ2Gv { display:block; }
 }@media only screen and (max-width: 763px) { #g7svEJutS9HPxbXs0esaTlSOSroTzlS0 { top:34.25rem;left:0rem;width:5.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l65BQ0o6NZQNkTP97P3dLsJq5CzvGbqw { top:35.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCpLTQna9uwS45bvBeXph8bVfESNm98Z { width:12.4375rem;height:3.4375rem;top:34.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnO5utloDpW0EVEZk1Xl2QAw7BSScl0g { display:block; }
 }@media only screen and (max-width: 763px) { #ivK4vnLq0T6MSee5NA3DCopPCZiaiaqP { top:35.5625rem;left:15.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2aACcAVwdTBTurn2Z4uEHhELDIMCopg { top:0rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3M3y67PpwlirMIkskkmeBGNzSsVdm1W { top:1.5625rem;left:19.8125rem;width:8.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKVXLrxmqJptZEhi9H1SLdndlB2NJDcR { top:3.3125rem;left:9.4375rem;width:28.875rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz7DiJknvJ2GenGZP1x0M2EkzZU9vETt { top:9.4375rem;left:10.3125rem;width:28.0625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW0UXg6q3gEeTQWLkNH1woHnZ2c1qoH1 { top:13.125rem;left:0rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46mnc03cz4VT0A9B7KTFgLxU0T1dTCh { top:13.125rem;left:12.8662109375rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeM6ZUmhrW1elXciPQIw6paryZaE7Nl { top:13.125rem;left:25.75rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaTgQKgrFTMnQqrWTB4NdT39Iy39DMA2 { top:28.1875rem;left:0rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvLHzfow0EaI0klTwsAyCI5QR4XyRsgP { top:28.125rem;left:12.8662109375rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z78WhUNBcmXPQp39Ag7EBZyUui3I91 { top:28.125rem;left:25.75rem;width:21.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURtqKkc47EMXy9KLIRg3eFAAHT8t7X2 { top:15.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIQRIzEdl7U2K6oXOdwHS8fuVrA68JZ { top:15.625rem;left:15.1943359375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFtQToGObJPZFNFwADC1rvZpdCcKPRu6 { top:15.6875rem;left:38.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SENpHD0TbobKn43zMMoeJxAvqbBG5vlH { top:30.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwhGxRkkdrDKsGQ3iWoTT3mG905IuIx { top:30.5rem;left:15.1630859375rem;width:3.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9oCNfL46emOmZfUcMtuaflAK2Bx8arm { top:30.8125rem;left:38.53125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMp5KVpElqUsuW3FUJctifxHmN9iMRNN { top:14.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7aAlO6GbKTUbRI2noZmitwrkF7x5pOE { top:14.625rem;left:0rem;width:12.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1L221yRGsuezRddfO0CLiz3eb1LTn6S { top:18.5625rem;left:0rem;width:12.8125rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKwqGcK5cUBVca0QC6cdp2Gdq5M7mtik { top:24.625rem;left:0rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeJvu52SPEQ1ZvDE07KJoVzFFFcyhiG { top:24.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEqE5rCpv8qife8arZZP64TUybSWUxa { top:24.8125rem;left:17.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxaBBhomFlp2uIydaioT9DeLXX4TP4wf { top:24.5625rem;left:14rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iofyr22yORpFR19cWsAmhhzDCw1941AX { top:39.625rem;left:17.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zifrqiwoipPT99XJU23D7GV0hSWarFc9 { top:39.375rem;left:14rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpMumcxbN9eVZSuUFCZ5Tay2VK5lTSRL { top:39.6875rem;left:40.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ULT018fBxsJZH2Gql0mMTaBhppTiyd { top:39.4375rem;left:37rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHRUTPWV7gWhrZe578q1X3xMeUtJTHPH { top:24.875rem;left:40.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fBL9cJEQQzU7EPie3GNLXZ7eqLCkB1 { top:24.625rem;left:37rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqZHVHpXIbaVg8eWWTMgRMZUIAQU5ma { top:39.4375rem;left:0rem;width:4.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSl9imdTFhiFkC1e5dchQbNudURwECoL { top:39.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs7fiWkdaJuFcMPWr5XvOuba10Ux4UyL { top:14.625rem;left:14.0693359375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xiM9s8F6POQuuPycIN36fbqvvxyahP { top:19.1875rem;left:20.0625rem;width:12.8125rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOlNdpfcbKEm2XXsG6UMmAPewIBou1TA { top:14.625rem;left:20rem;width:11.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSp38JR7sqqeDXpQDeJ6wo9Uqu07Az20 { top:14.625rem;left:37.2490234375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CxOUCcw4bhnISd0KCG0yH0kzRVAIys { top:19.1875rem;left:34.9375rem;width:12.8125rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyqzniqJFPhPITaTF61Tkdy4G3N4ZOUT { top:14.625rem;left:34.9375rem;width:12.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKuswu2RHLhxLuFxxSz4US1Tib0fnbd8 { top:29.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6dh5Ca9m0duFfRpJ3GRCu78EdTwogZ { top:29.5rem;left:14.0693359375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWtBh9TdQLm24BKWA6PKdMTIm8XSQnin { top:29.5rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4WuJQoGHlUb1B5xKSpaqLBgi6Np50zL { top:34rem;left:0rem;width:14.125rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4xdBxtdeTEdhGtDVcVW9pVKTxTHWv1 { top:29.4375rem;left:0rem;width:12.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6G4Tm0kZ1cQbN2yAzUEoXNcV0SMsfom { top:34rem;left:19.9375rem;width:11.1875rem;height:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pro2Hz2N95caQNIfDKs823maHQIxrJB4 { top:29.5625rem;left:19.9375rem;width:12.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTT8RXEVRV6EdZeZlBy2I6T1TcNT29c { top:29.5625rem;left:36.5rem;width:11.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSO87BwsdaqH9SSRFO3DC63KU1fWzuW3 { top:34.0625rem;left:34.0625rem;width:13.6875rem;height:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyqxpzTlbAr49IIkDnmZrXTHCq1oaUO { top:43.75rem;left:17.0625rem;width:15.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHAN84xCJCK2MC7XHWswuTBSaCXNketE { display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wryLrDm5yrgCveH7afFOKuLTaxOLVPFq { top:0rem;left:0rem;width:47.75rem;height:14.523958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmOibKRa5Thk1zrOZ44HSt5SwCTMB9QU { top:1.625rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcusHNpI2gFl4cMk0lr9ksh4UVKOwBqc { top:3.5625rem;left:0rem;width:27rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTg5JCegOlkJw59TJUmNy8BQWKyPmkaK { top:11rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWPxxSDSc34WzsozCH4bbTbpG7ibKfJV { top:11rem;left:4.5920143127441rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VoClZvg3hNDzy2ttAJ9DOpcIz9bA6x { top:11rem;left:20.317058563233rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv4AIag35wffkcXe5gQ2UoUQoMmqwMmT { top:11rem;left:37.937503814698rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQ5K5ZSoJKPiR1FFntWa2lMKVXSC1hG { top:11rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMXTGBuL5WJQwXrDpdEL9brtbssT845 { top:11.9375rem;left:0rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWNV8VKI5sIJoyLmZZ8OTo4QVW7TWva3 { top:11.9375rem;left:14.843536376953rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwyPDlmI7128uCFvrqGSdmxdEleADaDt { top:11.9375rem;left:31.030166625976rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3v0QtMpVy8u6Zr60GJfJdvgMpzqUBU { top:11.9375rem;left:47.46875rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30TIixKKIJmSqSmW8Egev5shybzTlMa { top:14.6875rem;left:0rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqi60yVl5tgEfQReOme2wwieQRpbMnRl { top:18.5rem;left:0rem;width:6.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3cgnce2pAJDGF18KAH7dBFQ5k0sxq1 { top:14.4375rem;left:3.3420143127441rem;width:8.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGbBTmuWdhnTcIDmpkzsHPN35SA1f6I { top:18.5625rem;left:3.3420143127441rem;width:8.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X51KPPM8TyehXUXT3wQoitEWczlPSGDr { top:18.5625rem;left:18.129558563233rem;width:8.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4PcQc7J3npsR3De2IuugIyl6oT0L57 { top:15rem;left:18.129558563233rem;width:10.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAyP4EB3Hkr8zllevmfnVPQg6kE4wWv3 { top:14.375rem;left:35.75rem;width:9.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSuTzaMbH1hmHog7IBzTbCwetKSwGbU2 { top:18.4375rem;left:35.749134063721rem;width:8.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0yHSTDx88tCBsGsaW4tHk0eArgu1Hgo { top:18.5625rem;left:39.125rem;width:8.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0xsLLdL1LiHfgQUgc6wW0QPQ7wfczBt { top:14.25rem;left:38.0625rem;width:7.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeICnPXCt0HHTSrJswZbm63utTUXZ5e { display:block; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfO8L51asqQN360NVhCdFTC9p1N5GA6l { top:1.6875rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOB28IdOMW6L3yegWdn5uGyQhQlve9C7 { top:3.625rem;left:0rem;width:24.625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0Ky7rb2SQHItki0ItlNLO551fTxrOU { top:10.625rem;left:0rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Bx19rJgipgpBg9QaoxgMIJaDtQJSKw { top:10.5625rem;left:0rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64f2T7n0t9CPXe5BkWdN1bxHgBGxRV0 { top:10.5625rem;left:11.528865814209rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOCaCMuciTvTTZ8bUlhhFJ3S8IXO3nEZ { top:10.5625rem;left:23.903213500976rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrEEevKDlOAcPWJwrldBMbue09TWSnM6 { top:10.5625rem;left:35.5625rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw7qWybJtHPfiBNJO3TmhhZlD6zyBaKP { top:10.5625rem;left:35.5625rem;width:12.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869wUnC16R0PxmT2k4t03GVABHUkxet { top:25.875rem;left:0rem;width:14.1875rem;height:21.499757700712rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbwT2ow8Lq0it6ICPH1cZXet1477TJg { top:25.875rem;left:1.7802734375rem;width:14.1875rem;height:21.437505506802rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomRGzuZThQ77JgfB6C9aJphrTtxe9VC { top:25.875rem;left:16.718017578125rem;width:14.1875rem;height:21.437505506802rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLDl3pwhKNAAbNcx8SrbsWZBGr7NUvp { top:25.875rem;left:31.591064453125rem;width:14.1875rem;height:21.437505506802rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3s3XC8UutHa8wFuuIowEkD5RQSdgUm { top:26.0625rem;left:33.5625rem;width:14.1875rem;height:21.437505506802rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSMXbz6GyGTHTKJQkzcnWV7OETW9lXE { top:48.8125rem;left:0rem;width:14.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv9mZVxrROKpNRziBsilf7gGJlh9OIl { top:48.8125rem;left:1.75rem;width:14rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsmBhyio3tIqPNyre5ygPbBLXnGzTVSW { top:48.9375rem;left:33.625rem;width:14rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO8wcTtEl9K3pCCzO6bUhpa3AXbTIweu { top:48.8125rem;left:16.875rem;width:14rem;height:21.439031359383rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuDT3lgKT2kOmdN8ZRwGCS9fgE6WJxMM { top:48.8125rem;left:31.75rem;width:14rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDVHTXE2EB7QBXyVHEr5qcT42HAkQVZ { top:71.6875rem;left:0rem;width:22.5625rem;height:13.898557841057rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOBBr2dE10aaBUw7fyNPepVgyJfKyiD { top:71.6875rem;left:10.653564453125rem;width:22.625rem;height:13.836735649663rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHpi1GuF7fowywkU55q3BKN8UiDgHqm { top:71.6875rem;left:21.375rem;width:26.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ { display:block; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEK7rGc7lKZqufQIdx5ZGVzRde2mlNCl { top:2.125rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8tCzxJf299sUiKbX8IZ2JQ5NV6fxPc { top:3.8125rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDvThFDKx2gGfQ9MTxWr3DqFPSSEgnV { top:4.0625rem;left:8.9375rem;width:8.8125rem;height:1.6129449917956rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPrrz7qfPzeANm6zIXbCtAGFVBekwu8 { top:3.75rem;left:28.5625rem;width:9.4375rem;height:2.2971142111357rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWF8OImFz6gWLgqKKiog1m5lsJatRgWT { top:3.6875rem;left:18.6875rem;width:8.9375rem;height:2.4202623130986rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7WKJHTpGEv2DEWQULetf3qL0kkhdVW { top:3.375rem;left:43.625rem;width:4.0625rem;height:3.0161490409095rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlGtCkFbinnFBdh7CBwK4WoDH8qTQxb { top:3.25rem;left:38.9375rem;width:7.25rem;height:3.2220879595203rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwFOf9Nm8y2rXw8Xz4CxutXwRzf16GV { top:2.875rem;left:43.75rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05saNrxZATNNRBPWDRoNFsMESylr6c2 { top:3.25rem;left:44.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 { display:block; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O51xlLA4kayCTORpUflbo7I1bJUHyh4N { top:3.125rem;left:33.998699188233rem;width:11.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TJJUvniqgnpVNKGdyOWcgkl8DTLGiP { display:block; }
 }@media only screen and (max-width: 763px) { #Rul2RCfVX0Rk1HnE89hif7cX0ZA37K70 { top:4.25rem;left:31.233943939209rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p38PZokMUAOPbaDOokbiH7EpUvTy1Wq3 { top:2.625rem;left:0rem;width:18.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvLfr7EZuxg8r1VX6UFcl0lxTs57vAe { top:7rem;left:0rem;width:30.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 { display:block; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsNfV7iJZzvn3KrgETwp0Nf19TT9y3mm { top:0.6875rem;left:4.25rem;width:3.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND5wFKmhOGSvkD0JndyTQMw0BibaRLdT { top:2.625rem;left:4.25rem;width:7.8125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9tk0zy8Q2xlfRkD7uyODe8itziO2oS { top:3.875rem;left:4.25rem;width:9.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2XT9x8MQGmyffyvfbfUluN7ff8KxpN { top:0.6875rem;left:24.9375rem;width:5.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKN8WD9aFxTXZX2t5wLtJyyeEaA04oU { top:2.625rem;left:24.9375rem;width:16.375rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5LEfqsfdm5ZBfXxS7WmtcdrLrBauTI { top:1.5rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egbDT7EAIaoT4Jtch6VsufK00yWlo2Zc { top:0rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXSKIqDwnluz441OEr8uFoQmpLuUiWD { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt6KrRKrlniTGK6XNEtMgkNQTpmtmccm { top:3.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Dk66kCqEzGCm7qiHtsR9BGLD6iqnCo { top:3.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG { position:relative;z-index:auto;display:block; }#VhEGmdatkwAGd0QzSr27gwD3VnMgLnqG > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqy5GqLGZc19EEuAlSOxQq4ShZwB27pN { width:9.375rem;height:3.75rem;top:11.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4kFv6c7cezDDakkvz1m0EH7TxLyQmw { display:block; }
 }@media only screen and (max-width: 763px) { #zDblCk6rucLCWXaBOcUF7Tq3adarpaV6 { width:9.375rem;height:3.75rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crvT52fmZTKdMTVEgFOf8PQ7Xsmp8RmK { display:block; }
 }@media only screen and (max-width: 763px) { #vTrIf5nsfhbrMlQmFJv8qxQQzZyuydgU { width:11.25rem;height:3.75rem;top:15.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QealT7aiQxLCdgmhbUHdEAfN80yOugHq { display:block; }
 }@media only screen and (max-width: 763px) { #en7ZlJnxpqkS3czeCNdsSLo1vsPCBMss { width:9.375rem;height:3.75rem;top:4.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUhH02P5f377ASRAiFENe8Ni5s61xqh { display:block; }
 }@media only screen and (max-width: 763px) { #d1i1R0B7lvfTTSqxX8XmfMsH5BnJXMGw { width:8.9375rem;height:2.625rem;top:20.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r564Qb8fHBH5awKAcLO85hubz4hUF2bT { display:block; }
 }@media only screen and (max-width: 763px) { #T0Z2Uzf7EEr4qFThdlziIJ1zmDI0t3UC { top:24.5rem;left:4.875rem;width:10.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAtlxBTNyOemd4xOFyfR0ZzUd3cLVoT { display:block; }
 }@media only screen and (max-width: 763px) { #nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { width:5.25rem;height:5.25rem;top:1rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/vuSHelwN/foto_head.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fp3EbwC618sUJyMpc8yGd08JWxHTssR9 { width:20rem;height:1.0625rem;top:28.28515625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hyQ2pVkUqo8oHsW1Jva7PAdDmPbBqN8u { display:flex;width:1.5rem;height:1.5rem;top:35.16015625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #AdfWxcGzuLFlCLhyeEyAHs5UQJeQyORQ { width:20rem;height:0;top:37.91015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGRSAnNl7ObUZRxbUucmVddDy4tns02H { width:18.3125rem;height:0;top:47.03453125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA1tr3suaI9wbcJvCVT4bzMxqToBVCJ8 { display:flex;width:1.875rem;height:1.875rem;top:52.91669375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #IsWNK6EN3rZdNgcnCEeRhAvf9KTHF3Ql { display:flex;width:1.8125rem;height:1.8125rem;top:59.8394375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #KhfPNobzkq8tfs2iygRIABcwmPwgBGD0 { display:flex;width:2.25rem;height:2.25rem;top:66.69968125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hnMVBvJFtQnxucrcBO80V6JSPHVhcme4 { width:10.0625rem;height:0;top:56.04169375rem;left:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsKTS6rISWZhXedZJiIn2ToXtmrNzsPE { width:6.625rem;height:0;top:62.9019375rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBKkST79yl3iuAOvde4x8wxvVXcHBRCW { width:7.6875rem;height:0;top:70.19968125rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3mkU34r4rTaHOy6ddIxZ2S8MUSSuesT { width:10.5rem;height:3.4375rem;top:78.684925rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnsEzkcPHouOtST0oVr1yG0ILs2qQ2Gv { display:block; }
 }@media only screen and (max-width: 763px) { #g7svEJutS9HPxbXs0esaTlSOSroTzlS0 { width:5.8125rem;height:3.4375rem;top:73.997425rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l65BQ0o6NZQNkTP97P3dLsJq5CzvGbqw { display:flex;width:1.375rem;height:1.375rem;top:75.060794750975rem;left:8.1247825622556rem; }
 }@media only screen and (max-width: 763px) { #rCpLTQna9uwS45bvBeXph8bVfESNm98Z { width:12.4375rem;height:3.4375rem;top:83.372425rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnO5utloDpW0EVEZk1Xl2QAw7BSScl0g { display:block; }
 }@media only screen and (max-width: 763px) { #ivK4vnLq0T6MSee5NA3DCopPCZiaiaqP { display:flex;width:0.9375rem;height:0.9375rem;top:88.059925rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #H2aACcAVwdTBTurn2Z4uEHhELDIMCopg { width:20rem;height:3.3125rem;top:30.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:231.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3M3y67PpwlirMIkskkmeBGNzSsVdm1W { width:8.125rem;height:0;top:1.25rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKVXLrxmqJptZEhi9H1SLdndlB2NJDcR { width:20rem;height:0;top:3.3941rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz7DiJknvJ2GenGZP1x0M2EkzZU9vETt { width:20rem;height:0;top:9.51715rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW0UXg6q3gEeTQWLkNH1woHnZ2c1qoH1 { width:19.875rem;height:13.75rem;top:12.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46mnc03cz4VT0A9B7KTFgLxU0T1dTCh { width:19.875rem;height:13.75rem;top:27.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeM6ZUmhrW1elXciPQIw6paryZaE7Nl { width:19.875rem;height:13.75rem;top:42.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaTgQKgrFTMnQqrWTB4NdT39Iy39DMA2 { width:19.875rem;height:13.75rem;top:57.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvLHzfow0EaI0klTwsAyCI5QR4XyRsgP { width:19.875rem;height:13.75rem;top:72.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z78WhUNBcmXPQp39Ag7EBZyUui3I91 { width:19.875rem;height:13.75rem;top:87.7159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURtqKkc47EMXy9KLIRg3eFAAHT8t7X2 { display:flex;width:2.3125rem;height:2.3125rem;top:15.379786376953rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CMIQRIzEdl7U2K6oXOdwHS8fuVrA68JZ { display:flex;width:3rem;height:3rem;top:30.160593872071rem;left:2.3274726867676rem; }
 }@media only screen and (max-width: 763px) { #bFtQToGObJPZFNFwADC1rvZpdCcKPRu6 { display:flex;width:2.625rem;height:2.625rem;top:45.224619750977rem;left:2.6258697509766rem; }
 }@media only screen and (max-width: 763px) { #SENpHD0TbobKn43zMMoeJxAvqbBG5vlH { display:flex;width:2.3125rem;height:2.3125rem;top:60.345057373047rem;left:2.5303821563721rem; }
 }@media only screen and (max-width: 763px) { #DdwhGxRkkdrDKsGQ3iWoTT3mG905IuIx { width:3.0625rem;height:2.812896101696rem;top:75.034731750487rem;left:2.2970924377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9oCNfL46emOmZfUcMtuaflAK2Bx8arm { display:flex;width:2.3125rem;height:2.3125rem;top:90.347231750487rem;left:2.783203125rem; }
 }@media only screen and (max-width: 763px) { #MMp5KVpElqUsuW3FUJctifxHmN9iMRNN { width:5rem;height:5rem;top:14.16125rem;left:1.1555986404419rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7aAlO6GbKTUbRI2noZmitwrkF7x5pOE { width:12.6875rem;height:0;top:14.16125rem;left:6.9694013595581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1L221yRGsuezRddfO0CLiz3eb1LTn6S { width:12.8125rem;height:0;top:18.094630126953rem;left:6.9694013595581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKwqGcK5cUBVca0QC6cdp2Gdq5M7mtik { width:4.875rem;height:0;top:24.156901245117rem;left:1.1566839218139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeJvu52SPEQ1ZvDE07KJoVzFFFcyhiG { display:flex;width:0.9375rem;height:0.9375rem;top:24.406473999024rem;left:4.7819013595581rem; }
 }@media only screen and (max-width: 763px) { #BTEqE5rCpv8qife8arZZP64TUybSWUxa { display:flex;width:0.9375rem;height:0.9375rem;top:39.344630126953rem;left:4.7591171264649rem; }
 }@media only screen and (max-width: 763px) { #ZxaBBhomFlp2uIydaioT9DeLXX4TP4wf { width:4.875rem;height:0;top:39.093973999024rem;left:1.1338996887207rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iofyr22yORpFR19cWsAmhhzDCw1941AX { display:flex;width:0.9375rem;height:0.9375rem;top:84.155825500487rem;left:4.7591171264649rem; }
 }@media only screen and (max-width: 763px) { #zifrqiwoipPT99XJU23D7GV0hSWarFc9 { width:4.875rem;height:0;top:83.906260375975rem;left:1.1338996887207rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpMumcxbN9eVZSuUFCZ5Tay2VK5lTSRL { display:flex;width:0.9375rem;height:0.9375rem;top:99.218760375975rem;left:4.8763008117676rem; }
 }@media only screen and (max-width: 763px) { #q5ULT018fBxsJZH2Gql0mMTaBhppTiyd { width:4.875rem;height:0;top:98.968111877444rem;left:1.2521705627441rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHRUTPWV7gWhrZe578q1X3xMeUtJTHPH { display:flex;width:0.9375rem;height:0.9375rem;top:54.407557373047rem;left:4.8752174377441rem; }
 }@media only screen and (max-width: 763px) { #f4fBL9cJEQQzU7EPie3GNLXZ7eqLCkB1 { width:4.875rem;height:0;top:54.157984619141rem;left:1.2510871887207rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqZHVHpXIbaVg8eWWTMgRMZUIAQU5ma { width:4.875rem;height:0;top:68.9659375rem;left:1.1870660781861rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSl9imdTFhiFkC1e5dchQbNudURwECoL { display:flex;width:0.9375rem;height:0.9375rem;top:69.216585998537rem;left:4.8122835159302rem; }
 }@media only screen and (max-width: 763px) { #bs7fiWkdaJuFcMPWr5XvOuba10Ux4UyL { width:5rem;height:5rem;top:29.16125rem;left:1.2033424377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xiM9s8F6POQuuPycIN36fbqvvxyahP { width:12.8125rem;height:0;top:33.719630126953rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOlNdpfcbKEm2XXsG6UMmAPewIBou1TA { width:11.375rem;height:0;top:29.156901245117rem;left:7.1332473754881rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSp38JR7sqqeDXpQDeJ6wo9Uqu07Az20 { width:5rem;height:5rem;top:44.162333374024rem;left:1.499568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CxOUCcw4bhnISd0KCG0yH0kzRVAIys { width:12.8125rem;height:0;top:48.720713500977rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyqzniqJFPhPITaTF61Tkdy4G3N4ZOUT { width:12.8125rem;height:0;top:44.157984619141rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKuswu2RHLhxLuFxxSz4US1Tib0fnbd8 { width:5rem;height:5rem;top:59.093973999024rem;left:1.1859807968139rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6dh5Ca9m0duFfRpJ3GRCu78EdTwogZ { width:5rem;height:5rem;top:74.065768127444rem;left:1.2033424377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWtBh9TdQLm24BKWA6PKdMTIm8XSQnin { width:5rem;height:5rem;top:89.065768127444rem;left:1.4388008117676rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4WuJQoGHlUb1B5xKSpaqLBgi6Np50zL { width:14.125rem;height:0;top:63.52865112305rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4xdBxtdeTEdhGtDVcVW9pVKTxTHWv1 { width:12.8125rem;height:0;top:58.9659375rem;left:6.99978351593rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6G4Tm0kZ1cQbN2yAzUEoXNcV0SMsfom { width:11.1875rem;height:0;top:78.530825500487rem;left:7.0713996887206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pro2Hz2N95caQNIfDKs823maHQIxrJB4 { width:12.8125rem;height:0;top:74.092890625rem;left:7.0713996887206rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTT8RXEVRV6EdZeZlBy2I6T1TcNT29c { width:11.25rem;height:0;top:89.092890625rem;left:7.314453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSO87BwsdaqH9SSRFO3DC63KU1fWzuW3 { width:13.6875rem;height:0;top:93.593760375975rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyqxpzTlbAr49IIkDnmZrXTHCq1oaUO { top:102.7159375rem;left:2.25rem;width:15.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHAN84xCJCK2MC7XHWswuTBSaCXNketE { display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wryLrDm5yrgCveH7afFOKuLTaxOLVPFq { width:20rem;height:6.0833333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmOibKRa5Thk1zrOZ44HSt5SwCTMB9QU { width:12.9375rem;height:0;top:2.9361953735351rem;left:3.7185335159302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcusHNpI2gFl4cMk0lr9ksh4UVKOwBqc { width:20rem;height:0;top:4.8741302490234rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTg5JCegOlkJw59TJUmNy8BQWKyPmkaK { display:flex;width:2.5rem;height:2.5rem;top:12.310111999512rem;left:5.3428831100464rem; }
 }@media only screen and (max-width: 763px) { #HWPxxSDSc34WzsozCH4bbTbpG7ibKfJV { display:flex;width:2.5rem;height:2.5rem;top:12.310111999512rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #i4VoClZvg3hNDzy2ttAJ9DOpcIz9bA6x { display:flex;width:2.5rem;height:2.5rem;top:12.310111999512rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #Iv4AIag35wffkcXe5gQ2UoUQoMmqwMmT { display:flex;width:2.5rem;height:2.5rem;top:12.310111999512rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #pXQ5K5ZSoJKPiR1FFntWa2lMKVXSC1hG { display:flex;width:2.5rem;height:2.5rem;top:12.310111999512rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #TeMXTGBuL5WJQwXrDpdEL9brtbssT845 { width:0.0625rem;height:9.375rem;top:13.24870300293rem;left:13.592666625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWNV8VKI5sIJoyLmZZ8OTo4QVW7TWva3 { width:0.0625rem;height:9.375rem;top:13.24870300293rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwyPDlmI7128uCFvrqGSdmxdEleADaDt { width:0.0625rem;height:9.375rem;top:13.24870300293rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3v0QtMpVy8u6Zr60GJfJdvgMpzqUBU { width:0.0625rem;height:9.375rem;top:13.24870300293rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30TIixKKIJmSqSmW8Egev5shybzTlMa { width:4.6875rem;height:0;top:15.99609375rem;left:4.2491321563721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqi60yVl5tgEfQReOme2wwieQRpbMnRl { width:6.25rem;height:0;top:19.8046875rem;left:4.2805995941162rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3cgnce2pAJDGF18KAH7dBFQ5k0sxq1 { width:8.3125rem;height:0;top:15.74870300293rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGbBTmuWdhnTcIDmpkzsHPN35SA1f6I { width:8.6875rem;height:0;top:19.866539001465rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X51KPPM8TyehXUXT3wQoitEWczlPSGDr { width:8.625rem;height:0;top:19.866539001465rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4PcQc7J3npsR3De2IuugIyl6oT0L57 { width:10.625rem;height:0;top:16.280380249024rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAyP4EB3Hkr8zllevmfnVPQg6kE4wWv3 { width:9.6875rem;height:0;top:15.625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSuTzaMbH1hmHog7IBzTbCwetKSwGbU2 { width:8.625rem;height:0;top:19.741752624512rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0yHSTDx88tCBsGsaW4tHk0eArgu1Hgo { width:8.625rem;height:0;top:19.812286376953rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0xsLLdL1LiHfgQUgc6wW0QPQ7wfczBt { width:7.875rem;height:0;top:15.499130249024rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeICnPXCt0HHTSrJswZbm63utTUXZ5e { display:block; }#UUeICnPXCt0HHTSrJswZbm63utTUXZ5e > .row .container { width:20rem;height:710.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfO8L51asqQN360NVhCdFTC9p1N5GA6l { width:12.875rem;height:0;top:1.25rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOB28IdOMW6L3yegWdn5uGyQhQlve9C7 { width:20rem;height:0;top:3.71853125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0Ky7rb2SQHItki0ItlNLO551fTxrOU { width:12.1875rem;height:13.9995625rem;top:10.6532125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Bx19rJgipgpBg9QaoxgMIJaDtQJSKw { width:12.1875rem;height:13.9995625rem;top:25.902775rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64f2T7n0t9CPXe5BkWdN1bxHgBGxRV0 { width:12.1875rem;height:13.9995625rem;top:41.1523375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOCaCMuciTvTTZ8bUlhhFJ3S8IXO3nEZ { width:12.1875rem;height:13.9995625rem;top:56.4019rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrEEevKDlOAcPWJwrldBMbue09TWSnM6 { width:12.1875rem;height:13.9995625rem;top:71.6514625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw7qWybJtHPfiBNJO3TmhhZlD6zyBaKP { width:12.1875rem;height:13.9995625rem;top:86.901025rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869wUnC16R0PxmT2k4t03GVABHUkxet { width:14.1875rem;height:21.499846638942rem;top:102.1505875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbwT2ow8Lq0it6ICPH1cZXet1477TJg { width:14.1875rem;height:21.436908307158rem;top:124.90043413894rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomRGzuZThQ77JgfB6C9aJphrTtxe9VC { width:14.1875rem;height:21.436908307158rem;top:147.5873424461rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLDl3pwhKNAAbNcx8SrbsWZBGr7NUvp { width:14.1875rem;height:21.436908307158rem;top:170.27425075326rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3s3XC8UutHa8wFuuIowEkD5RQSdgUm { width:14.1875rem;height:21.436908307158rem;top:192.96115906042rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdSMXbz6GyGTHTKJQkzcnWV7OETW9lXE { width:14.1875rem;height:21.436908307158rem;top:215.64806736758rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCv9mZVxrROKpNRziBsilf7gGJlh9OIl { width:14rem;height:21.437294915466rem;top:238.33497567473rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsmBhyio3tIqPNyre5ygPbBLXnGzTVSW { width:14rem;height:21.437294915466rem;top:306.39686042113rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO8wcTtEl9K3pCCzO6bUhpa3AXbTIweu { width:14rem;height:21.437294915466rem;top:261.0222705902rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuDT3lgKT2kOmdN8ZRwGCS9fgE6WJxMM { width:14rem;height:21.437294915466rem;top:283.70956550567rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDVHTXE2EB7QBXyVHEr5qcT42HAkQVZ { width:20rem;height:12.320383226651rem;top:329.0841553366rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOBBr2dE10aaBUw7fyNPepVgyJfKyiD { width:20rem;height:12.23071964208rem;top:342.65453856325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHpi1GuF7fowywkU55q3BKN8UiDgHqm { width:20rem;height:10.615857458702rem;top:356.13525820533rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ { display:block; }#GcdQrA4QkUDav5BwMbm2oGhTWzld2tKQ > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEK7rGc7lKZqufQIdx5ZGVzRde2mlNCl { width:13.75rem;height:0;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8tCzxJf299sUiKbX8IZ2JQ5NV6fxPc { width:17.3125rem;height:0;top:3.798825rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDvThFDKx2gGfQ9MTxWr3DqFPSSEgnV { width:8.8125rem;height:1.6129449917956rem;top:7.64756875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPrrz7qfPzeANm6zIXbCtAGFVBekwu8 { width:9.4375rem;height:2.2971142111357rem;top:14.180776054894rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWF8OImFz6gWLgqKKiog1m5lsJatRgWT { width:8.9375rem;height:2.4202623130986rem;top:10.510513741796rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7WKJHTpGEv2DEWQULetf3qL0kkhdVW { width:4.0625rem;height:3.0161490409095rem;top:22.19997822555rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlGtCkFbinnFBdh7CBwK4WoDH8qTQxb { width:7.25rem;height:3.2220879595203rem;top:17.72789026603rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwFOf9Nm8y2rXw8Xz4CxutXwRzf16GV { width:3.9375rem;height:3.9375rem;top:30.96612726646rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05saNrxZATNNRBPWDRoNFsMESylr6c2 { width:3.25rem;height:3.25rem;top:26.46612726646rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 { display:block; }#z29JWmDvcBZDvgNsX63hOgv05zHfmaZ8 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O51xlLA4kayCTORpUflbo7I1bJUHyh4N { top:8.8737rem;left:4.0625rem;width:11.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TJJUvniqgnpVNKGdyOWcgkl8DTLGiP { display:block; }
 }@media only screen and (max-width: 763px) { #Rul2RCfVX0Rk1HnE89hif7cX0ZA37K70 { display:flex;width:1.875rem;height:1.875rem;top:5.7487rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #p38PZokMUAOPbaDOokbiH7EpUvTy1Wq3 { width:18.25rem;height:0;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvLfr7EZuxg8r1VX6UFcl0lxTs57vAe { width:20rem;height:0;top:12.9987rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 { display:block; }#zSGITFRy8CXzoSgiJKopLdcJPQDR6s87 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsNfV7iJZzvn3KrgETwp0Nf19TT9y3mm { width:3.75rem;height:0;top:8.1875rem;left:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND5wFKmhOGSvkD0JndyTQMw0BibaRLdT { width:7.8125rem;height:0;top:15.104825rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9tk0zy8Q2xlfRkD7uyODe8itziO2oS { width:9.8125rem;height:0;top:17.59180625rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2XT9x8MQGmyffyvfbfUluN7ff8KxpN { width:5.625rem;height:0;top:10.493275rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKN8WD9aFxTXZX2t5wLtJyyeEaA04oU { width:16.375rem;height:0;top:20.19055rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5LEfqsfdm5ZBfXxS7WmtcdrLrBauTI { width:5.625rem;height:0;top:12.79905rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egbDT7EAIaoT4Jtch6VsufK00yWlo2Zc { width:5.6875rem;height:5.6875rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXSKIqDwnluz441OEr8uFoQmpLuUiWD { display:flex;width:1.25rem;height:1.25rem;top:23.91668125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Dt6KrRKrlniTGK6XNEtMgkNQTpmtmccm { display:flex;width:1.25rem;height:1.25rem;top:26.41668125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #T1Dk66kCqEzGCm7qiHtsR9BGLD6iqnCo { display:flex;width:1.25rem;height:1.25rem;top:28.91668125rem;left:9.375rem; }
 }