.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:254,227,225;--color-primary-1:252,161,157;--color-primary-2:249,66,58;--color-primary-3:125,33,29;--color-primary-4:37,10,9;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.1875rem;top:0.6875rem;left:0.09375rem;overflow:hidden;display:block; }
#V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.78125rem;left:36rem;display:block; }
#fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:42rem;display:block; }
#dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:50.25rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.40625rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::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; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.0625rem;height:4.2246125rem;font-style:normal;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; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.125rem;left:9.0625rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { box-sizing:content-box;height:52.3125rem;width:35.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.66);background-image:none;top:5rem;left:34.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:35.6875rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:44.875rem;width:32.5rem;top:9.625rem;left:35.75rem;display:block; }
#PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#bnfN8I1p657Egtr4CiPutUlR7wWksovr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { background-color: transparent; background-image: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container > .video-iframe-container { display: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container { display: none; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .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); }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { border-width: 0; border-radius: 0; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { color:#292929;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.53125rem;height:2.11263125rem;font-style:normal;display:block; }
#Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.5rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:0.5rem;height:6.8203125rem;font-style:normal;display:block; }
#FU4rezmp0o8hC55dui5qVynAMpqyiTwl { position:absolute;display:block;z-index:15003;height:12rem;width:15.625rem;top:22.3125rem;left:0.5rem;display:block; }
#CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:6rem;display:block; }
#hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:7.3125rem;display:block; }
#BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:8.625rem;display:block; }
#sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:0.78125rem;overflow:hidden;display:block; }
#mTKAKGWH3beeipp0oErm78470n3LEa51 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:13.625rem;overflow:hidden;display:block; }
#pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:20.125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.125rem;height:6.8203125rem;font-style:normal;display:block; }
#zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { position:absolute;display:block;z-index:15011;height:12rem;width:15.625rem;top:22.3125rem;left:20.125rem;display:block; }
#iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:35.875rem;left:25.625rem;display:block; }
#KFS5k37ybCUDfRDgRnhbfkHlt19silRr { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:35.875rem;left:26.75rem;display:block; }
#QaCMWOZd1TK0chU6fXc2138wHsidx24T { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:35.875rem;left:27.9375rem;display:block; }
#RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:29.0625rem;display:block; }
#WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:33.25rem;overflow:hidden;display:block; }
#A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:20.4375rem;overflow:hidden;display:block; }
#U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.625rem;left:39.625rem;height:6.8203125rem;font-style:normal;display:block; }
#psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { position:absolute;display:block;z-index:15019;height:12rem;width:15.625rem;top:22.3125rem;left:39.625rem;display:block; }
#qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.8125rem;left:52.6875rem;overflow:hidden;display:block; }
#NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:44.0625rem;display:block; }
#KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:45.3125rem;display:block; }
#v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:46.5rem;display:block; }
#IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:47.6875rem;display:block; }
#X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.375rem;left:39.625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:27.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:11.625rem;left:59.375rem;height:5.68359375rem;font-style:normal;display:block; }
#kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { position:absolute;display:block;z-index:15027;height:12rem;width:15.625rem;top:22.3125rem;left:59.3125rem;display:block; }
#ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:27.8125rem;left:72.375rem;overflow:hidden;display:block; }
#EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:64.375rem;display:block; }
#stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:65.5625rem;display:block; }
#JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:66.875rem;display:block; }
#IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:68.125rem;display:block; }
#ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.375rem;left:59.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:27.8125rem;left:59.625rem;overflow:hidden;display:block; }
#tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:18.03125rem;display:block; }
#sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:37.71875rem;display:block; }
#GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { box-sizing:content-box;height:28.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:57.21875rem;display:block; }
#LTnck5MKcwA6x3hw1uihIUaDsBykMvn8 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:10rem;display:block; }
#lyS2fNz7S8BThWTmBT40Rvy5BzItAz88 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:30.3125rem;display:block; }
#ZsC6FCQsz70Nwqx2xs09vanpAGzVV0AV { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:48.9375rem;display:block; }
#om0QvNIl440l5LCHVlrWBeiQoatH69pR { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:50.1875rem;display:block; }
#caD1t30qHrvWuIfDX4PLqKWTQwDiKUee { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.875rem;left:69.375rem;display:block; }
#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { position:relative;display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { background-color: transparent; background-image: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container > .video-iframe-container { display: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row > .video-iframe-container { display: none; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .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); }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { border-width: 0; border-radius: 0; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { color:#292929;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:1.90625rem;height:2.11263125rem;font-style:normal;display:block; }
#LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.90625rem;height:14.297875rem;font-style:normal;display:block; }
#JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:5.34375rem;left:33.0625rem;display:block; }
#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { background-color: transparent; background-image: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container > .video-iframe-container { display: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container { display: none; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .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); }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { border-width: 0; border-radius: 0; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { color:#292929;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.46875rem;height:2.11263125rem;font-style:normal;display:block; }
#dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:1.46875rem;display:block; }
#BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.1875rem;height:3.2504875rem;font-style:normal;display:block; }
#M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.25rem;height:5.19921875rem;font-style:normal;display:block; }
#Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:1.5rem;display:block; }
#cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:2.25rem;height:3.8994125rem;font-style:normal;display:block; }
#fE0tt98zoH6txaJNbTFglp7eNomNgaWT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.1875rem;height:3.2504875rem;font-style:normal;display:block; }
#kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:28.4375rem;display:block; }
#T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:29.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:29.125rem;height:3.2504875rem;font-style:normal;display:block; }
#FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:28.4375rem;display:block; }
#EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.75rem;left:29.1875rem;height:5.19921875rem;font-style:normal;display:block; }
#cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:29.125rem;height:3.25rem;font-style:normal;display:block; }
#i3HcZqna567848CwKxfSmrEWXPEpoVmU { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:54.8125rem;display:block; }
#oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:55.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:55.5rem;height:;font-style:normal;display:block; }
#RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { box-sizing:content-box;height:11.375rem;width:18.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.5rem 0.5rem 0.0625rem rgba(var(--color-secondary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:54.8125rem;display:block; }
#OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:55.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.9375rem;left:55.5rem;height:3.25rem;font-style:normal;display:block; }
#nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:"azo sans medium";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.1875rem;left:26.1875rem;display:block; }
#zhUA7xBvPknATonALm31OombohP1VpmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { position:relative;display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { background-color: transparent; background-image: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container > .video-iframe-container { display: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row > .video-iframe-container { display: none; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .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); }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { border-width: 0; border-radius: 0; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { color:#292929;display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.96875rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { 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:5rem;width:4.6875rem;top:10.8125rem;left:13.09375rem;overflow:hidden;display:block; }
#VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { 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:5rem;width:5rem;top:10.875rem;left:18.78125rem;overflow:hidden;display:block; }
#yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { 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.0625rem;width:5.0625rem;top:10.78125rem;left:25.09375rem;overflow:hidden;display:block; }
#wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.8125rem;left:31.28125rem;overflow:hidden;display:block; }
#E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.75rem;top:10.9375rem;left:36.96875rem;overflow:hidden;display:block; }
#K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { 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:5.125rem;width:5.125rem;top:10.75rem;left:49.90625rem;overflow:hidden;display:block; }
#uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { position:absolute;display:block;z-index:15014;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.1875rem;width:5.1875rem;top:10.71875rem;left:55.90625rem;overflow:hidden;display:block; }
#z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { color:#292929;display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.63671875rem;left:1.875rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15062;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:11rem;display:block; }
#Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { position:absolute;display:block;z-index:15066;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:3rem;width:3.125rem;top:26.5rem;left:8.9375rem;overflow:hidden;display:block; }
#XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.0625rem;left:14.75rem;height:1.29980625rem;display:block; }
#mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:14.75rem;height:6.499rem;font-style:normal;display:block; }
#UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15063;background-color:#ffe09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:41.6875rem;display:block; }
#a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { position:absolute;display:block;z-index:15067;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:2.9375rem;top:26.125rem;left:39.9375rem;overflow:hidden;display:block; }
#FJEFB6XIRE2XrkB137hxueUACJIROdlX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44.9375rem;height:1.29980625rem;display:block; }
#OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.5625rem;left:44.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15024;background-color:#fca09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37rem;left:40.8125rem;display:block; }
#fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { position:absolute;display:block;z-index:15025;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.375rem;width:2.375rem;top:37.625rem;left:40rem;overflow:hidden;display:block; }
#MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.0625rem;left:44.9375rem;height:1.29980625rem;display:block; }
#Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:38.875rem;left:44.9375rem;height:6.499rem;font-style:normal;display:block; }
#ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15064;background-color:#e89cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.25rem;left:10.9375rem;display:block; }
#rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { position:absolute;display:block;z-index:15071;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.5625rem;width:2.75rem;top:37.8125rem;left:9rem;overflow:hidden;display:block; }
#dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.0625rem;left:14.75rem;height:1.29980625rem;display:block; }
#v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:39rem;left:14.6875rem;height:6.499rem;font-style:normal;display:block; }
#iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15072;background-color:rgba(255,108,1,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5625rem;left:10.5rem;display:block; }
#Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { position:absolute;display:block;z-index:15079;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.5625rem;width:2.5625rem;top:48rem;left:9.0625rem;overflow:hidden;display:block; }
#FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:47.5625rem;left:14.625rem;height:1.29980625rem;display:block; }
#o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:50.1875rem;left:14.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15032;background-color:rgba(52,152,219,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:40.6875rem;display:block; }
#kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { position:absolute;display:block;z-index:15033;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.375rem;width:2.375rem;top:48.25rem;left:39.8125rem;overflow:hidden;display:block; }
#TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:47.5625rem;left:44.8125rem;height:1.29980625rem;display:block; }
#s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:50.125rem;left:44.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/82341dac-5bf1-4191-828c-f0dd5e3d8ab8/b77be6d5e84611eaabef0697e5ca793e_0f0c9907c4f0b6a669d3b47d8cf805b0c00fb6c2__MG_26521.jpg");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; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.adaptive-delivery-prevent-bg, #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.lazyload, #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS.lazyloading { background-image: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { background-color: transparent; background-image: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container > .video-iframe-container { display: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container { display: none; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .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); }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { border-width: 0; border-radius: 0; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:55.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { background-color: transparent; background-image: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container > .video-iframe-container { display: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container { display: none; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .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); }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { border-width: 0; border-radius: 0; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { font-size:0.875rem;font-family:arial;height:81.4375rem;width:75rem;position:relative;display:block; }#A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { color:rgba(var(--color-secondary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:34.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { position:absolute;display:block;z-index:15015;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:9.5rem;width:16.875rem;top:8rem;left:38.75rem;overflow:hidden;display:block; }
#v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.5rem;left:39.375rem;display:block; }
#i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { position:absolute;display:block;z-index:15020;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:9.5rem;width:16.875rem;top:8rem;left:19.3125rem;overflow:hidden;display:block; }
#oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.5rem;left:19.9375rem;display:block; }
#PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { color:rgba(var(--color-secondary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.625rem;left:34.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { position:absolute;display:block;z-index:15020;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:9.4375rem;width:16.875rem;top:29.0625rem;left:7.875rem;overflow:hidden;display:block; }
#zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:39.5625rem;left:8.5rem;display:block; }
#q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KrOygfRTNn45KpHrurT8K29MRl2catTO { position:absolute;display:block;z-index:15015;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:9.4375rem;width:16.875rem;top:29.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#vT58sruyuuufqdgx2olP9DQgdP74XGNC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.5625rem;left:29.6875rem;display:block; }
#V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { position:absolute;display:block;z-index:15016;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:9.4375rem;width:16.875rem;top:29.0625rem;left:49.875rem;overflow:hidden;display:block; }
#dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.5625rem;left:50.5rem;display:block; }
#rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { color:rgba(var(--color-secondary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.6875rem;left:32rem;height:1.29980625rem;font-style:normal;display:block; }
#ifo6QIiJmfrrt5PJulBqsK95P97di6uH { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:46.75rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { position:absolute;display:block;z-index:15020;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:9.5rem;width:16.875rem;top:50.0625rem;left:0rem;overflow:hidden;display:block; }
#QgOdKxav30eLluUSZxDz7cBNFax70DiH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:60.5625rem;left:0.625rem;display:block; }
#I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { position:absolute;display:block;z-index:15016;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:9.4375rem;width:16.875rem;top:50.0625rem;left:19.3125rem;overflow:hidden;display:block; }
#HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:60.5625rem;left:19.9375rem;display:block; }
#u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { position:absolute;display:block;z-index:15024;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:9.5rem;width:16.875rem;top:50.0625rem;left:38.75rem;overflow:hidden;display:block; }
#Ee3nssZKA29pth0STe4vkAHG5S1ADclU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:60.5625rem;left:39.375rem;display:block; }
#ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { position:absolute;display:block;z-index:15023;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:9.5rem;width:16.875rem;top:50.0625rem;left:58.125rem;overflow:hidden;display:block; }
#ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:60.5625rem;left:58.75rem;display:block; }
#aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { position:absolute;display:block;z-index:15015;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:9.5rem;width:16.75rem;top:65.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:76.1875rem;left:20.0625rem;display:block; }
#TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cz4gh9CmXA6UJ7wCAiGhtBVFeNaHmtMN { position:absolute;display:block;z-index:15017;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:9.5rem;width:16.75rem;top:65.6875rem;left:38.875rem;overflow:hidden;display:block; }
#uCPBFByFJNfGicmLeqJnl1V9f99Cghoy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:76.1875rem;left:39.5rem;display:block; }
#h9130ussJM3md1hTxrmPSrcW9tOGNSLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container { background-color: transparent; background-image: none; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container > .video-iframe-container { display: none; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row > .video-iframe-container { display: none; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .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); }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container { border-width: 0; border-radius: 0; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#bywxbGHNhhAGBK6GDqvv93pq67iCq69U { color:rgba(var(--color-secondary-2),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:36.25rem;height:1.29980625rem;font-style:normal;display:block; }
#ThQLlyStWCRvhOLfNcNr5td1UdiCCR0N { color:rgba(var(--color-secondary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Mts8WGiSsTW7x9laQR1BCqLPUIO9zeGV { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.3125rem;left:0.0625rem;display:block; }
#zMQ9KtcWHEO7gJaSrkWUgMzhbcRMbSTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiZZg0Q6nFbQDXaZKRZ2VqXgzLwzwvXW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.8125rem;left:0rem;display:block; }
#KJfD4BeEHZyOagwkft6l0zSPSPicrfyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDHnv437cymDS1EsJ8cHQTHcDHvoHTbD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.375rem;left:18.875rem;display:block; }
#RAgCtZbSrMc28ezeJq5dxMHthGNSSPOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZntR8AJOsiISIMOP1Km8Pkr2XBowGa3a { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.375rem;left:0rem;display:block; }
#BNPdLET1Z98ENdwBJ1aPofBcmLQQl3Uw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NefiJhr9FIhb7hTaMNIOQ0XM4wUlWpb0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.375rem;left:38.5rem;display:block; }
#u6rFFeiAr6F8v5Fso4EHwuxlcAoipaEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPfEJJE1LtlTmKH5DdCNDwyNzTbvoQt6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.8125rem;left:38.6875rem;display:block; }
#mywZtQ4uRS5l6b9FdSpfPVmPPa9lb4TS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TICMh4VCbmr5ZaG5Xf6RXTBMu3PM01d7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:11.375rem;left:57.5rem;display:block; }
#t2JQOfqCgNCZGhfZsfhBnUpGBztmJZCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3DyXrA4QM525T76sN9uKqKqw1PiDASQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.8125rem;left:18.875rem;display:block; }
#QgJepZmCqORTzcNzif5VXGDVOHZ8en7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2yHLI0lTxVqh5yRhdH9s1VFRi3yb2c6 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:"azo sans medium";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.625rem;left:29.8125rem;display:block; }
#I88IP2vMfMGqwLy4Jr08TEq5T9Ubyihx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { background-color: transparent; background-image: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container > .video-iframe-container { display: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container { display: none; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .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); }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { border-width: 0; border-radius: 0; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0.53125rem;height:2.11263125rem;font-style:normal;display:block; }
#UXtA467v7ZROD5vL5MywrdSifx8gbDTx { position:absolute;display:block;z-index:15003;height:12rem;width:15.625rem;top:8.4375rem;left:1.125rem;display:block; }
#GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:5.1875rem;display:block; }
#LGSDdAduZypmGn7ZQdIISoJpTppemuPI { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:6.625rem;display:block; }
#N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:7.9375rem;display:block; }
#TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:1.59375rem;overflow:hidden;display:block; }
#bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:14.125rem;overflow:hidden;display:block; }
#CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { position:absolute;display:block;z-index:15011;height:12rem;width:15.625rem;top:8.4375rem;left:19.625rem;display:block; }
#eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:22rem;left:24.4375rem;display:block; }
#ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:22rem;left:25.75rem;display:block; }
#L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:22rem;left:27.125rem;display:block; }
#f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:28.5rem;display:block; }
#kra1qSNtdo104mTxgP53ircr2oSKTF3w { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:32.625rem;overflow:hidden;display:block; }
#UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:20rem;overflow:hidden;display:block; }
#AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { position:absolute;display:block;z-index:15019;height:12rem;width:15.625rem;top:8.4375rem;left:38.0625rem;display:block; }
#KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.9375rem;left:51rem;overflow:hidden;display:block; }
#B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:41.5625rem;display:block; }
#nFmnVLu8LduWr981LOem3z4d1lCksgw1 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:42.9375rem;display:block; }
#N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:44.3125rem;display:block; }
#G2lJrq462eByQXQSroypq30hW0L1dZMt { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:45.6875rem;display:block; }
#kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:13.9375rem;left:38.5rem;overflow:hidden;display:block; }
#JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { position:absolute;display:block;z-index:15027;height:12rem;width:15.625rem;top:8.4375rem;left:56.5625rem;display:block; }
#DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:13.9375rem;left:69.5625rem;overflow:hidden;display:block; }
#BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:60.9375rem;display:block; }
#JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:62.1875rem;display:block; }
#l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:63.4375rem;display:block; }
#EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:64.75rem;display:block; }
#Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:13.9375rem;left:56.8125rem;overflow:hidden;display:block; }
#DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:9.25rem;display:block; }
#gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:22rem;left:10.625rem;display:block; }
#LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:22rem;left:12.0625rem;display:block; }
#yr0J7kpxu6WyawueAdUbocimKi7mk1oP { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:29.875rem;display:block; }
#pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:47rem;display:block; }
#iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:48.3125rem;display:block; }
#ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:49.625rem;display:block; }
#J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:65.9375rem;display:block; }
#Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22rem;left:67.1875rem;display:block; }
#VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:18.25rem;left:10.1875rem;display:block; }
#gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.25rem;left:28.90625rem;display:block; }
#XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:18.1875rem;left:47.1875rem;display:block; }
#zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9P5w15x0FX4GyL1B04x9zV7o6vepExo { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:18.1875rem;left:65.625rem;display:block; }
#ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgpCTs74WTuPnaPhZKONG483ITg9BpbS { position:relative;display:block; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS { background-color: transparent; background-image: none; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container > .video-iframe-container { display: none; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row > .video-iframe-container { display: none; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .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); }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS { border-width: 0; border-radius: 0; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DlcrHT8eRSlgCHiTMCn9RhdNF2T9WIzm { color:#292929;display:block;width:26.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#xJCaNvclB8hTACxox7G2Fux1GD6O9GrB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.3125rem;height:6.499rem;font-style:normal;display:block; }
#RKgh4EEiL6zCNbIS6vw2xsrSTsXxS6tn { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:2.9375rem;left:32.6875rem;display:block; }
#RAa69drXRgU5dJknxJhTRpBuzG0XT0it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { background-color: transparent; background-image: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { display: none; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .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); }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { border-width: 0; border-radius: 0; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:0.65625rem;height:2.11263125rem;font-style:normal;display:block; }
#Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { position:absolute;display:block;z-index:15009;height:45rem;width:71.5rem;top:6.8125rem;left:1.75rem;display:block; }
#XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:53.5625rem;left:30.25rem;display:block; }
#Say4LecNTbEKlUCDQBDApTLhErfn5DqI { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:53.5625rem;left:31.5625rem;display:block; }
#IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:33rem;display:block; }
#TD65sCG6xvVhr8IIht7veuER2XIA85ur { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:27.3125rem;left:70.125rem;overflow:hidden;display:block; }
#pVVLH8fQqqwtezveFtENAf1n7d5J30RT { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:53.5625rem;left:34.5rem;display:block; }
#Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { box-sizing:content-box;height:0.625rem;width:0.625rem;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-secondary-2),1);background-image:none;top:53.5625rem;left:35.8125rem;display:block; }
#ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:37.125rem;display:block; }
#K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:38.5625rem;display:block; }
#NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:39.9375rem;display:block; }
#HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:41.375rem;display:block; }
#NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:42.8125rem;display:block; }
#a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.625rem;left:44.1875rem;display:block; }
#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 { position:relative;display:block; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 { background-color: transparent; background-image: none; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container > .video-iframe-container { display: none; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row > .video-iframe-container { display: none; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .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); }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 { border-width: 0; border-radius: 0; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xmmQyl1vZIZKWIE2yALTNHCtkigEIzEE { color:#292929;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:4.78125rem;height:2.11230625rem;font-style:normal;display:block; }
#cZ5nZEJMW15XVIOgOtnDWXb5TkCsCPWM { box-sizing:content-box;height:20.625rem;width:15.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:11.6875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4e5c305-44d6-47fd-b15e-8d0a0c765306/AJAY.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:15.1875rem;display:block; }#yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ.adaptive-delivery-prevent-bg, #yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ.lazyload, #yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ.lazyloading { background-image: none; }
#ADHklTP7bDPLOVBDxQagB0cSqr7Ge187 { color:rgba(var(--color-secondary-2),1);display:block;width:8rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.3125rem;left:12.5rem;height:1.29980625rem;font-style:normal;display:block; }
#SHzyt8CknP7qlHFxL1uRpm6pK981z6A6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:12.5625rem;height:10.3984375rem;font-style:normal;display:block; }
#Cd8xLaLOa0imcLZ6PHicT1ZOBZvqTw69 { box-sizing:content-box;height:20.625rem;width:15.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:29.9375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#LL51EBnzzNiqZCU7aJkhwWzipkqh8d6G { color:rgba(var(--color-secondary-2),1);display:block;width:11.5rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:31rem;height:2.5996125rem;font-style:normal;display:block; }
#W0G2etoBMXxPPsd0Qa5ysny93e0bq0P4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.375rem;left:31rem;height:6.499rem;font-style:normal;display:block; }
#MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/331fa623-185c-45da-9c28-babdcd8866ba/AnneFranchescaGMBAStudent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:33.25rem;display:block; }#MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l.adaptive-delivery-prevent-bg, #MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l.lazyload, #MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l.lazyloading { background-image: none; }
#W173hzfyAAKAnxo4VetvCtCGtGZdIFOq { box-sizing:content-box;height:20.625rem;width:15.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3858964-8cfc-44b5-9315-64159a9b0371/AliciaOADigitalMediaMarketingStudent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:51.5rem;display:block; }#UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b.adaptive-delivery-prevent-bg, #UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b.lazyload, #UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b.lazyloading { background-image: none; }
#NPSogQ2Pxu1oxLJRbkGh5ea6p1E78hRL { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:"azo sans medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:49.25rem;height:2.5996125rem;font-style:normal;display:block; }
#qtG140LdflM4OB33TukexKR5h6tDwHCX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18rem;left:49.25rem;height:10.3984375rem;font-style:normal;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12242a;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;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:15.5rem;top:5.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:2.0625rem;height:3.8984375rem;font-style:normal;display:block; }
#tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:63.375rem;height:0.9749375rem;font-style:normal;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { 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:15003;opacity:1;top:11.75rem;left:57.375rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { 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:15004;opacity:1;top:11.75rem;left:61.5rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { 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:15005;opacity:1;top:11.75rem;left:65.5625rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { 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:15006;opacity:1;top:11.75rem;left:69.875rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:13.1875rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:5.375rem;height:3.4375rem;top:0.75rem;left:22.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 1199px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:7.6875rem;height:3.4375rem;top:0.75rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 1199px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:36.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:11.5rem;height:2.375rem;top:1.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 1199px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { top:1.40625rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;z-index:15005;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d7217c8-9ea9-4af3-a8ce-0f07add11ec1/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:16.5rem;height:4.2246125rem;top:8.375rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:2.5996125rem;top:15.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.125rem;top:20.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { width:26.75rem;height:49.6875rem;top:5rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { width:23.375rem;height:1.8684875rem;top:6.9375rem;left:21.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:41.6875rem;top:11.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { top:0rem;left:0.03125rem;width:47.75rem;height:3.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #bnfN8I1p657Egtr4CiPutUlR7wWksovr { display:block; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { width:47.75rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { width:47.1875rem;height:4.2246125rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { width:3.5rem;height:1.29980625rem;top:8.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { width:22.5rem;height:4.546875rem;top:12.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:22.5rem;height:12rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { width:0.625rem;height:0.625rem;top:32.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { width:0.625rem;height:0.625rem;top:32.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { width:0.625rem;height:0.625rem;top:32.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:23.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:23.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { width:5.125rem;height:1.29980625rem;top:8.9375rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { width:22.5rem;height:4.546875rem;top:12.5rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { width:22.5rem;height:12rem;top:19.125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { width:0.625rem;height:0.625rem;top:32.25rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFS5k37ybCUDfRDgRnhbfkHlt19silRr { width:0.625rem;height:0.625rem;top:32.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QaCMWOZd1TK0chU6fXc2138wHsidx24T { width:0.625rem;height:0.625rem;top:32.25rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { width:0.625rem;height:0.625rem;top:32.25rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { width:2.25rem;height:2.25rem;top:23.8125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { width:2.25rem;height:2.25rem;top:23.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { width:22.5rem;height:4.546875rem;top:38.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { width:22.5rem;height:12rem;top:45.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { width:2.25rem;height:2.25rem;top:50.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { width:0.625rem;height:0.625rem;top:58.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { width:0.625rem;height:0.625rem;top:58.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { width:0.625rem;height:0.625rem;top:58.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { width:0.625rem;height:0.625rem;top:58.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { width:9.3125rem;height:1.29980625rem;top:35.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { width:2.25rem;height:2.25rem;top:50.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { width:22.5rem;height:4.546875rem;top:38.9375rem;left:24.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { width:22.5rem;height:12rem;top:45.3125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { width:2.25rem;height:2.25rem;top:50.1875rem;left:43.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { width:0.625rem;height:0.625rem;top:58.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { width:0.625rem;height:0.625rem;top:58.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { width:0.625rem;height:0.625rem;top:58.5625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { width:0.625rem;height:0.625rem;top:58.5625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { width:3.5rem;height:1.29980625rem;top:35.6875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { width:2.25rem;height:2.25rem;top:50.1875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { width:0.0625rem;height:28.8125rem;top:8rem;left:4.40625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { width:0.0625rem;height:28.8125rem;top:8.0625rem;left:24.09375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { width:0.0625rem;height:28.8125rem;top:8rem;left:43.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LTnck5MKcwA6x3hw1uihIUaDsBykMvn8 { width:0.624755625rem;height:0.624755625rem;top:32.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyS2fNz7S8BThWTmBT40Rvy5BzItAz88 { width:0.624755625rem;height:0.624755625rem;top:32.25rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsC6FCQsz70Nwqx2xs09vanpAGzVV0AV { width:0.62402375rem;height:0.62402375rem;top:58.5625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #om0QvNIl440l5LCHVlrWBeiQoatH69pR { width:0.62402375rem;height:0.62402375rem;top:58.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caD1t30qHrvWuIfDX4PLqKWTQwDiKUee { width:0.624755625rem;height:0.624755625rem;top:58.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:22.0625rem;height:2.11230625rem;top:2.875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:21.8125rem;height:15.597625rem;top:7.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { width:23.75rem;height:13.25rem;top:9.0107421875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { display:block; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { width:47.75rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { width:22.0625rem;height:2.11230625rem;top:2.5rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { width:18.1875rem;height:11.375rem;top:7.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { width:16.5625rem;height:3.2504875rem;top:8.375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { width:16.5625rem;height:5.19921875rem;top:12.1875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { width:18.1875rem;height:11.375rem;top:20.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { width:16.5625rem;height:3.8994125rem;top:25.75rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fE0tt98zoH6txaJNbTFglp7eNomNgaWT { width:14.875rem;height:3.2504875rem;top:21.9375rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { width:18.1875rem;height:11.375rem;top:7.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { width:16.5625rem;height:3.8994125rem;top:12.0625rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { width:11.625rem;height:3.2504875rem;top:7.875rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { width:18.1875rem;height:11.375rem;top:34.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { width:16.5625rem;height:5.19921875rem;top:39.375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { width:12.3125rem;height:3.2504875rem;top:35.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3HcZqna567848CwKxfSmrEWXPEpoVmU { width:18.1875rem;height:11.375rem;top:20.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { width:16.5625rem;height:3.8994125rem;top:25.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { width:16.5625rem;height:3.2504875rem;top:22rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { width:18.1875rem;height:11.375rem;top:34.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { width:16.5625rem;height:3.8994125rem;top:39.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { width:12.875rem;height:3.2504875rem;top:35.5625rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { width:22.625rem;height:3.25rem;top:48.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhUA7xBvPknATonALm31OombohP1VpmB { display:block; }
 }@media only screen and (max-width: 1199px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { width:46.5rem;height:2.11230625rem;top:2.5rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.6875rem;height:5rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:7rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:7rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:7rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:6.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:6.9375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { width:46.9375rem;height:2.11230625rem;top:15.0869140625rem;left:0.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { width:2.1875rem;height:2.1875rem;top:21.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { width:1.8125rem;height:1.75rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { width:20rem;height:1.13745rem;top:21.75rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { width:18rem;height:5.68359375rem;top:24.1875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { width:2.125rem;height:2.125rem;top:21.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { width:2.125rem;height:1.75rem;top:22.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJEFB6XIRE2XrkB137hxueUACJIROdlX { width:20rem;height:1.13745rem;top:22.25rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { width:19.4375rem;height:3.41015625rem;top:24.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { width:2.125rem;height:2.125rem;top:31.4375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { width:2.1875rem;height:2.1875rem;top:31.9375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { width:20rem;height:1.13745rem;top:31.9375rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { width:17.875rem;height:5.68359375rem;top:34.75rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { width:2.1875rem;height:2.1875rem;top:31.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { width:1.75rem;height:1.75rem;top:32.53125rem;left:0.375rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { width:15.625rem;height:1.13745rem;top:32.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { width:16.875rem;height:5.68359375rem;top:34.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { width:2.1875rem;height:2.1875rem;top:42.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { width:2.1875rem;height:2.1875rem;top:43.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { width:15.5625rem;height:1.13745rem;top:43.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { width:16.875rem;height:4.546875rem;top:45.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { width:2.125rem;height:2.125rem;top:41.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { width:2.1875rem;height:2.1875rem;top:42.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { width:20rem;height:1.13745rem;top:42.4375rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { width:17.875rem;height:5.68359375rem;top:45.25rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { display:block; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { width:20.4375rem;height:2.11230625rem;top:15.3125rem;left:27.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { display:block; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { width:47.75rem;height:117.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { width:6.125rem;height:1.29980625rem;top:2.25rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { width:47.75rem;height:1.29980625rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { width:16.875rem;height:9.5rem;top:7.5625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { width:15.625rem;height:3.125rem;top:18.1865234375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block; }
 }@media only screen and (max-width: 1199px) { #gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { width:16.875rem;height:9.5rem;top:7.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { width:15.625rem;height:3.125rem;top:18.187480926514rem;left:4.1875003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block; }
 }@media only screen and (max-width: 1199px) { #uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { width:6.125rem;height:1.29980625rem;top:23.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { width:47.75rem;height:2.5996125rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { width:16.875rem;height:9.4375rem;top:30.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { width:15.625rem;height:3.125rem;top:41.145835876465rem;left:4.1875003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block; }
 }@media only screen and (max-width: 1199px) { #KrOygfRTNn45KpHrurT8K29MRl2catTO { width:16.875rem;height:9.4375rem;top:30.375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT58sruyuuufqdgx2olP9DQgdP74XGNC { width:15.625rem;height:3.125rem;top:41.187503814698rem;left:27.937501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block; }
 }@media only screen and (max-width: 1199px) { #gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { width:16.875rem;height:7.1875rem;top:46.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { width:15.625rem;height:3.125rem;top:54.812501907349rem;left:4.1875003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block; }
 }@media only screen and (max-width: 1199px) { #tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { width:11rem;height:1.29980625rem;top:61rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifo6QIiJmfrrt5PJulBqsK95P97di6uH { width:47.75rem;height:2.5996125rem;top:63.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { width:16.875rem;height:9.5rem;top:67.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgOdKxav30eLluUSZxDz7cBNFax70DiH { width:15.625rem;height:3.125rem;top:78.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block; }
 }@media only screen and (max-width: 1199px) { #qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { width:16.875rem;height:9.4375rem;top:85rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { width:15.625rem;height:3.125rem;top:95.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block; }
 }@media only screen and (max-width: 1199px) { #hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { width:16.875rem;height:9.5rem;top:101.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ee3nssZKA29pth0STe4vkAHG5S1ADclU { width:15.625rem;height:3.125rem;top:112.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block; }
 }@media only screen and (max-width: 1199px) { #LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { width:16.875rem;height:9.5rem;top:101.9375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { width:15.625rem;height:3.125rem;top:112.6875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block; }
 }@media only screen and (max-width: 1199px) { #mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { width:16.875rem;height:9.5rem;top:67.5625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { width:15.625rem;height:3.125rem;top:78.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block; }
 }@media only screen and (max-width: 1199px) { #cz4gh9CmXA6UJ7wCAiGhtBVFeNaHmtMN { width:16.875rem;height:7.1875rem;top:85rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCPBFByFJNfGicmLeqJnl1V9f99Cghoy { width:15.625rem;height:3.125rem;top:95.6875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9130ussJM3md1hTxrmPSrcW9tOGNSLG { display:block; }
 }@media only screen and (max-width: 1199px) { #eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 { display:block; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bywxbGHNhhAGBK6GDqvv93pq67iCq69U { width:2.375rem;height:1.29980625rem;top:2rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThQLlyStWCRvhOLfNcNr5td1UdiCCR0N { width:47.75rem;height:1.29980625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mts8WGiSsTW7x9laQR1BCqLPUIO9zeGV { width:46.75rem;height:2.875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zMQ9KtcWHEO7gJaSrkWUgMzhbcRMbSTu { display:block; }
 }@media only screen and (max-width: 1199px) { #OiZZg0Q6nFbQDXaZKRZ2VqXgzLwzwvXW { width:17.5rem;height:3.125rem;top:21.9375rem;left:4.2500003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJfD4BeEHZyOagwkft6l0zSPSPicrfyW { display:block; }
 }@media only screen and (max-width: 1199px) { #HDHnv437cymDS1EsJ8cHQTHcDHvoHTbD { width:17.5rem;height:3.125rem;top:11.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAgCtZbSrMc28ezeJq5dxMHthGNSSPOq { display:block; }
 }@media only screen and (max-width: 1199px) { #ZntR8AJOsiISIMOP1Km8Pkr2XBowGa3a { width:17.5rem;height:3.125rem;top:11.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNPdLET1Z98ENdwBJ1aPofBcmLQQl3Uw { display:block; }
 }@media only screen and (max-width: 1199px) { #NefiJhr9FIhb7hTaMNIOQ0XM4wUlWpb0 { width:17.5rem;height:3.125rem;top:16.9375rem;left:4.2500003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6rFFeiAr6F8v5Fso4EHwuxlcAoipaEt { display:block; }
 }@media only screen and (max-width: 1199px) { #cPfEJJE1LtlTmKH5DdCNDwyNzTbvoQt6 { width:17.5rem;height:3.125rem;top:26.875rem;left:4.2500003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mywZtQ4uRS5l6b9FdSpfPVmPPa9lb4TS { display:block; }
 }@media only screen and (max-width: 1199px) { #TICMh4VCbmr5ZaG5Xf6RXTBMu3PM01d7 { width:17.5rem;height:3.125rem;top:16.9375rem;left:26.000001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2JQOfqCgNCZGhfZsfhBnUpGBztmJZCw { display:block; }
 }@media only screen and (max-width: 1199px) { #H3DyXrA4QM525T76sN9uKqKqw1PiDASQ { width:17.5rem;height:3.125rem;top:21.9375rem;left:26.000001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgJepZmCqORTzcNzif5VXGDVOHZ8en7W { display:block; }
 }@media only screen and (max-width: 1199px) { #B2yHLI0lTxVqh5yRhdH9s1VFRi3yb2c6 { width:22.625rem;height:3.25rem;top:31.998697280884rem;left:13.311198547482rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I88IP2vMfMGqwLy4Jr08TEq5T9Ubyihx { display:block; }
 }@media only screen and (max-width: 1199px) { #kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { display:block; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { width:47.75rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { width:47.1875rem;height:2.11230625rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXtA467v7ZROD5vL5MywrdSifx8gbDTx { width:22.5rem;height:12rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { width:0.625rem;height:0.625rem;top:20rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGSDdAduZypmGn7ZQdIISoJpTppemuPI { width:0.625rem;height:0.625rem;top:20rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { width:0.625rem;height:0.625rem;top:20rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { width:2.25rem;height:2.25rem;top:11.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { width:2.25rem;height:2.25rem;top:11.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { width:22.5rem;height:12rem;top:6.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { width:0.625rem;height:0.625rem;top:20rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { width:0.625rem;height:0.625rem;top:20rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { width:0.625rem;height:0.625rem;top:20rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { width:0.625rem;height:0.625rem;top:20rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kra1qSNtdo104mTxgP53ircr2oSKTF3w { width:2.25rem;height:2.25rem;top:11.5625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { width:2.25rem;height:2.25rem;top:11.4375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { width:22.5rem;height:12rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { width:2.25rem;height:2.25rem;top:27.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { width:0.625rem;height:0.625rem;top:36.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFmnVLu8LduWr981LOem3z4d1lCksgw1 { width:0.625rem;height:0.625rem;top:36.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { width:0.625rem;height:0.625rem;top:36.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2lJrq462eByQXQSroypq30hW0L1dZMt { width:0.625rem;height:0.625rem;top:36.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { width:2.25rem;height:2.25rem;top:27.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { width:22.5rem;height:12rem;top:22.8125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { width:2.25rem;height:2.25rem;top:27.6875rem;left:43.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { width:0.625rem;height:0.625rem;top:36.0625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { width:0.625rem;height:0.625rem;top:36.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { width:0.625rem;height:0.625rem;top:36.0625rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { width:0.625rem;height:0.625rem;top:36.0625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { width:2.25rem;height:2.25rem;top:27.6875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { width:0.625rem;height:0.625rem;top:20rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { width:0.625rem;height:0.625rem;top:20rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { width:0.625rem;height:0.625rem;top:20rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yr0J7kpxu6WyawueAdUbocimKi7mk1oP { width:0.625rem;height:0.625rem;top:20rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { width:0.625rem;height:0.625rem;top:36.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { width:0.625rem;height:0.625rem;top:36.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { width:0.625rem;height:0.625rem;top:36.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { width:0.625rem;height:0.625rem;top:36.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { width:0.625rem;height:0.625rem;top:36.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { width:8.5rem;height:3.125rem;top:5.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block; }
 }@media only screen and (max-width: 1199px) { #X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { width:8.5rem;height:3.125rem;top:21.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block; }
 }@media only screen and (max-width: 1199px) { #NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { width:8.5rem;height:3.125rem;top:5.1875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block; }
 }@media only screen and (max-width: 1199px) { #U9P5w15x0FX4GyL1B04x9zV7o6vepExo { width:8.5rem;height:3.125rem;top:21.25rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block; }
 }@media only screen and (max-width: 1199px) { #IgpCTs74WTuPnaPhZKONG483ITg9BpbS { display:block; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DlcrHT8eRSlgCHiTMCn9RhdNF2T9WIzm { width:22.062rem;height:6.3369375rem;top:2.0625rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJCaNvclB8hTACxox7G2Fux1GD6O9GrB { width:21.81225rem;height:7.7988125rem;top:9.4375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKgh4EEiL6zCNbIS6vw2xsrSTsXxS6tn { width:23.75rem;height:13.25rem;top:3.9375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:47.75rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:47.1875rem;height:2.11230625rem;top:2.5rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:46.375rem;height:45rem;top:6.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:27.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:53.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:53.1875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { width:0.625rem;height:0.625rem;top:53.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:27.0625rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVVLH8fQqqwtezveFtENAf1n7d5J30RT { width:0.625rem;height:0.625rem;top:53.1875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { width:0.625rem;height:0.625rem;top:53.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { width:0.625rem;height:0.625rem;top:53.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { width:0.625rem;height:0.625rem;top:53.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { width:0.625rem;height:0.625rem;top:53.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { width:0.625rem;height:0.625rem;top:53.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { width:0.625rem;height:0.625rem;top:53.1875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { width:0.625rem;height:0.625rem;top:53.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 { display:block; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xmmQyl1vZIZKWIE2yALTNHCtkigEIzEE { width:47.1875rem;height:2.11230625rem;top:3.375rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZ5nZEJMW15XVIOgOtnDWXb5TkCsCPWM { width:14.375rem;height:18.75rem;top:20.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ { width:8.125rem;height:8.125rem;top:16.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADHklTP7bDPLOVBDxQagB0cSqr7Ge187 { width:11.1875rem;height:1.29980625rem;top:26rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHzyt8CknP7qlHFxL1uRpm6pK981z6A6 { width:12.3125rem;height:10.3984375rem;top:28.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cd8xLaLOa0imcLZ6PHicT1ZOBZvqTw69 { width:14.375rem;height:18.75rem;top:13.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LL51EBnzzNiqZCU7aJkhwWzipkqh8d6G { width:11.375rem;height:2.5996125rem;top:19.537109375rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0G2etoBMXxPPsd0Qa5ysny93e0bq0P4 { width:12.3125rem;height:6.499rem;top:23.125rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l { width:8.125rem;height:8.125rem;top:9.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W173hzfyAAKAnxo4VetvCtCGtGZdIFOq { width:14.375rem;height:21.375rem;top:7.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b { width:8.125rem;height:8.125rem;top:3.5rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPSogQ2Pxu1oxLJRbkGh5ea6p1E78hRL { width:11.875rem;height:2.5996125rem;top:12.75rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtG140LdflM4OB33TukexKR5h6tDwHCX { width:12.3125rem;height:11.69825rem;top:16rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:22.5625rem;height:3.8984375rem;top:14.1875rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:9.5625rem;height:0.97485625rem;top:11.125rem;left:19.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.6875rem;font-size:1.75rem;display:block; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { width:2.5rem;height:2.5rem;top:20.9375rem;left:20.625rem;font-size:1.75rem;display:block; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { width:2.5rem;height:2.5rem;top:20.9375rem;left:24.625rem;font-size:1.75rem;display:block; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { width:2.5rem;height:2.5rem;top:20.9375rem;left:28.5625rem;font-size:1.75rem;display:block; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:9.125rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AumgXEGwinGcv9LTUsX7mJK6iTxfJa { width:7.75rem;height:3.4375rem;top:6.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fStWZ4VheHODUT5rShoS9CFtB7QGz0Ql { display:block; }
 }@media only screen and (max-width: 763px) { #WxTJ9pXKQI5hDWDkm89QNOycIgi740oM { width:11rem;height:3.4375rem;top:10.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL7PSGBnT95dt1hXAsPMCk4Aym8y85B6 { display:block; }
 }@media only screen and (max-width: 763px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:7.75rem;height:3.4375rem;top:20.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:8.125rem;height:2.3125rem;top:1.4375rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #IQMmmCECF8ksWhXAyJnMDATTCpn5dzwk { display:flex;width:1.5625rem;height:1.5625rem;top:1.84375rem;left:17.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d7217c8-9ea9-4af3-a8ce-0f07add11ec1/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:16.5rem;height:4.2246125rem;top:7.5625rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:2.5996125rem;top:13.0625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.125rem;height:3.125rem;top:16.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 763px) { #IaJOyJNn4cNNonRb8O4tcPbiIS1TXSAH { width:20rem;height:61.25rem;top:21.34375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zKSm9AdE7D3pyTVu4yEp5OASSvNozW2G { width:20rem;height:1.38135rem;top:23.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:18.6875rem;height:55.625rem;top:25.875rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PfMfPRXA7TDwFvDSZzH4Js4srcslvpd5 { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnfN8I1p657Egtr4CiPutUlR7wWksovr { display:block; }#bnfN8I1p657Egtr4CiPutUlR7wWksovr > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fevw3ahRJRllwPTHKPAqn71Q3NTCbX3v { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck1TqTKc8SbobiuEx4fQ9HTt3vpZ06pG { width:3.5rem;height:1.29980625rem;top:10.125rem;left:12.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JEQiSTOvXt6mqRW08lMd5lZURNMqBg8p { width:7.625rem;height:10.7206875rem;top:12.6875rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FU4rezmp0o8hC55dui5qVynAMpqyiTwl { width:11.75rem;height:12rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMJuqvT1ufNRS8kvUv0dZ6ZtI7u9uSf { width:0.625rem;height:0.625rem;top:22.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNK7uRrveO7C6rs87VyIAiBFQvXdJqlp { width:0.625rem;height:0.625rem;top:22.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO4WJFu4h6Oktm7PgV5mKQSW9dTW8b1S { width:0.625rem;height:0.625rem;top:22.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrc0LPvWUoQEssyhCTSDHSF0LUZqIMm { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTKAKGWH3beeipp0oErm78470n3LEa51 { width:2.25rem;height:2.25rem;top:70.6875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgAsTgTbn9lHhebTEmpWCtmMDypCwaMB { width:5.125rem;height:1.29980625rem;top:26.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BlydwGOPOlprafzQQWvMCiQFS6sR7rfJ { width:7.625rem;height:10.7206875rem;top:28.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsGH32p6FMC3XiHnqmQbwUMqkPBkJiX3 { width:11.75rem;height:12rem;top:26.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQKk2GT7LfccxP4IoI9eborlnRcgvhk { width:0.625rem;height:0.625rem;top:39.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFS5k37ybCUDfRDgRnhbfkHlt19silRr { width:0.625rem;height:0.625rem;top:39.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaCMWOZd1TK0chU6fXc2138wHsidx24T { width:0.625rem;height:0.625rem;top:39.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFlhnhZqaRmCyvRCBtWDShqd7ZDq2tDB { width:0.625rem;height:0.625rem;top:39.3125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUPinwhZUEZUdLNDtGxbZXpGHBfOJ38z { width:2.25rem;height:2.25rem;top:74.5625rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A53pmrIAbvKt3TS9l5SirJRLTrrkEHTh { width:2.25rem;height:2.25rem;top:70.625rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4w2MPpuNXPFKIMIoD0OckkrRokhsdTS { width:7.625rem;height:10.7206875rem;top:44.9375rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psJEV20HzdnRRUaKlPvuoIyVLv2WykfX { width:11.75rem;height:12rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbpZBQDdw1TUTUE8W7b4teFibBTA539 { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NF0MOXnDT4hH1fBU3o0T9KHDnBm2vA0G { width:0.625rem;height:0.625rem;top:55.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KroTwpyByTsLIIEiqffQWXTqDMG6JTMl { width:0.625rem;height:0.625rem;top:55.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70nn9TS9Q95ao6VKRDXpfeyqF9Zs6Zq { width:0.625rem;height:0.625rem;top:55.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhzqrrWltBaxD0X3NcegAzEO6OsU3pc { width:0.625rem;height:0.625rem;top:55.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3s7sLs5EXEkzriisPDcL7Z7NG5GsodC { width:7.5rem;height:2.5996125rem;top:42.25rem;left:12.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJx3ActIQWTzH1WTMlQdTAZk6WlVDXqT { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABAnHxRF1QP7y1spykzD52DMF6hkprl5 { width:7.625rem;height:9.746125rem;top:61.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSckFxpdOLrGgabNbdiGTm3foVPe9RDi { width:11.75rem;height:12rem;top:58.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTAKOdXSzwF9iip7WKzA56XhVb3U83d { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWLWGHWynvNtCeeyEIpTkd6gzBohAsLo { width:0.625rem;height:0.625rem;top:71.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAzAUVgtyTKQprp3yqT2tQOB8fxD9an { width:0.625rem;height:0.625rem;top:71.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEsGbcxiiGSl7cZCgfq86kq3bfmKzqi { width:0.625rem;height:0.625rem;top:71.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM0yyax2L1fFxkMcQllVsqsN6KZkP9fA { width:0.625rem;height:0.625rem;top:71.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggoUgeyiCOE7wRZM1SCBlzPEIQ7uoJxH { width:4.1875rem;height:1.29980625rem;top:58.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7oPdn8eEydaJm81TOdyBnXw3sTTTiJa { width:2.25rem;height:2.25rem;top:27.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgh2KtG2b2PvTeBkACedMARvZy7ubMZn { width:0.0625rem;height:28.8125rem;top:8rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV2xiTCxsqtWl1ot7rXM0BMuUiFKELix { width:0.0625rem;height:28.8125rem;top:8.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIIbQwMDf4kJo40uJdtsiRk3g0uecveq { width:0.0625rem;height:28.8125rem;top:8rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTnck5MKcwA6x3hw1uihIUaDsBykMvn8 { width:0.62402375rem;height:0.62402375rem;top:22.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2fNz7S8BThWTmBT40Rvy5BzItAz88 { width:0.624755625rem;height:0.624755625rem;top:39.3125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsC6FCQsz70Nwqx2xs09vanpAGzVV0AV { width:0.624755625rem;height:0.624755625rem;top:55.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0QvNIl440l5LCHVlrWBeiQoatH69pR { width:0.624755625rem;height:0.624755625rem;top:55.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caD1t30qHrvWuIfDX4PLqKWTQwDiKUee { width:0.624755625rem;height:0.624755625rem;top:71.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDngHfSF0WCr4OVmTyDhFPVcioifXm4M { display:block; }#JDngHfSF0WCr4OVmTyDhFPVcioifXm4M > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPNZHCBSgBspTsMNaA7lytDrbXiHtQPK { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXEJoan4zcsxcTTfzRSOeBRPJM224Nhp { width:20rem;height:16.8974375rem;top:4.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVSoMen6q8QUMIQfiVmZAVB6hTVCFz3i { height:11.25rem;width:20rem;top:23.783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHsHuygKbL1bTAktBsJTufcf3CoQpnnn { display:block; }#vHsHuygKbL1bTAktBsJTufcf3CoQpnnn > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQH8XMg9EKN8LxdaIKLK6BoHgRqSeOJX { width:18.75rem;height:2.11230625rem;top:3rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTQA1o3O6omTBbFJQytAnSqtCkIuTVO { width:18.1875rem;height:11.375rem;top:6.36230625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuMtpDLTN6BE3aIDT33ffoZxFZdOUaWA { width:16.5625rem;height:3.2504875rem;top:7.48730625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8d2qxCHfm8bS7oovrvepFi2oPa7aNMG { width:16.5625rem;height:5.19921875rem;top:11.29980625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utg1n5GhuauwtfIU1PgBrGk2pKqfcf9M { width:18.1875rem;height:11.375rem;top:44.23730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1sV4BWOUZVKevs1dnRGIAePoPfmT7W { width:16.5625rem;height:3.8994125rem;top:49.17480625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0tt98zoH6txaJNbTFglp7eNomNgaWT { width:14.875rem;height:3.2504875rem;top:45.36230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7ICZUiEnlWGsSy4akhkUmP9JVAitSS { width:18.1875rem;height:11.375rem;top:18.98730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9F4A7bqGnEoVBu0PyTNIomRrzO02FOt { width:16.5625rem;height:3.8994125rem;top:23.92480625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwWWNZCCdRVFVTkA73nNJI2thEI3MBd3 { width:11.625rem;height:3.2504875rem;top:19.73730625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNt4pyqtUKwOU9HSxySVEWDlHOnl3er4 { width:18.1875rem;height:11.375rem;top:56.86230625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOXXtlxXmII33PlMI0IFJHyHHqbICTrf { width:16.5625rem;height:5.19921875rem;top:61.79980625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfHSE6IElR4qZCOXzHspmT3uFOnth2Bd { width:12.3125rem;height:3.2504875rem;top:57.86230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3HcZqna567848CwKxfSmrEWXPEpoVmU { width:18.1875rem;height:11.375rem;top:31.54980625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDwJ9OAhzTgsvrIkTlrTHyE02IVIXwRu { width:16.56225rem;height:3.8994125rem;top:37.67431640625rem;left:1.716796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSh80IPdiCSlOHEh6AxVNiFy41mA5nC { width:16.56225rem;height:3.2504875rem;top:33.36181640625rem;left:1.716796875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlDTcxvTWLvgATmBXmxAIyozZQT8RPs { width:18.1875rem;height:11.375rem;top:69.48730625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC05c8NReAxGtl3GN5FZiAsfVwvQH1P5 { width:16.5625rem;height:3.8994125rem;top:74.42480625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JELRQCf7VcCkQF4UUgvK8tnhxG51PETp { width:12.875rem;height:3.2504875rem;top:70.61230625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3EwmvVA0R8XLQCVzwG1UTTUBylIPmd { width:19rem;height:3.25rem;top:82.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUA7xBvPknATonALm31OombohP1VpmB { display:block; }
 }@media only screen and (max-width: 763px) { #p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p { display:block; }#p9V73N10cZMeO7P9zsQvvDL4fTkuzX8p > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eooB9Z6AvbzUc7DKks7yUeUbdbwlKt8T { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiKTW53m83y9K3AWNCIAv0HLEn3ugSaq { width:4.6875rem;height:5rem;top:8.6494140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIbGcoqQpukWdPVBdRaFdZV6gQh0oxXQ { width:5rem;height:5rem;top:8.6494140625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLWg8UWlSPzUTBiqsV3AgQBZw2OZvx97 { width:5.0625rem;height:5.0625rem;top:8.6181640625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC5HNIWbVSClIaTT9EFpSTTSbxPIQ3N6 { width:5rem;height:5rem;top:15.3369140625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gwOlTgHT3n0LUFccdScXWLEiXKiteC { width:11.75rem;height:5rem;top:22.2744140625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K47F7ggeuN1wk93Zvg1asQUP4xehG9iS { width:5.125rem;height:5.125rem;top:15.2744140625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIsSJTITLINFUTyAfHrVu7FsBvdv8yK { width:5.1875rem;height:5.1875rem;top:15.2431640625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zEQNpD6GaRxQ8Bs4NEx8Zsx3aSthe1 { width:20rem;height:4.2246125rem;top:30.1494140625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RTETGGpGAlVLqRIicKqLBU5H7JsVJ8 { width:2.1875rem;height:2.1875rem;top:47.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6XFD81vR1S1TlaIsHrBMtguByuKC1D { width:3.125rem;height:3.0166rem;top:37.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSX5NMWfF4VBdete85kFChwiTbWZ20I0 { width:6.0625rem;height:1.4622375rem;top:37.2138671875rem;left:4.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBaaMZ5vfG7CqyHPiQFwmReJVqlF4NtJ { width:14rem;height:5.68359375rem;top:39.4521484375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbF8qt2KKh0tns3t67VaVBHUVZ50oDrM { width:2.125rem;height:2.125rem;top:37.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6CDsOHNyhx6g17DKQi1t6qeT60iX9wD { width:2.9375rem;height:2.41894375rem;top:47.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJEFB6XIRE2XrkB137hxueUACJIROdlX { width:14.25rem;height:2.92448125rem;top:46.8330078125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OfHRn9ME4bRegzViqHgScSCFv7gSk2FK { width:14.1875rem;height:4.546875rem;top:50.4541015625rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rS55NRLGZDeN1HItfQhtAGpS6GkUJrHH { width:2.125rem;height:2.125rem;top:68rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRQmAse57bl9hkHcGrkaIwyE0XQQLqvm { width:2.375rem;height:2.375rem;top:68.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5UngS0DA6yv5dZoUSoSweXHBshlDU9 { width:14.6875rem;height:2.92448125rem;top:67.5rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ptt2JfMUdx6AZGrv1szRWnmNEobNqAzw { width:14.6875rem;height:7.957rem;top:71.59765625rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKFSISKUclEfAe4kQzPFUwKE4GqwrsW { width:2.1875rem;height:2.1875rem;top:57.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBfpLkqArQT2WpWtWm9ubo8veLFVofAJ { width:2.625rem;height:2.4375rem;top:58.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUnInIZrDb18tAtpTEblh2TMBXgwxKoN { width:14.5rem;height:1.4622375rem;top:57.25390625rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5QpDggRTnGig5iM9r1pBaL4sJk4P3ct { width:14.5rem;height:5.68359375rem;top:59.73828125rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9TcRfafL8I5wCDn2fSWCdhRbFPrUn { width:2.1875rem;height:2.1875rem;top:81.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8mD7hms4O3eICfEVbWAXzDJGCaodAc { width:2.1875rem;height:2.1875rem;top:81.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeOeJreyVmVeXoEcIQVHr2fwSpEscei3 { width:14.875rem;height:1.4622375rem;top:81rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7W0SmKciI5RrrKBqdgHPrSdXePszkgZ { width:14.75rem;height:5.68359375rem;top:83.390625rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUXEEUKSukGhUTGdr9v83cCRMrALHq4V { width:2.125rem;height:2.125rem;top:91.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNKoDlNRbEkqfFJaxqr1MaN6SI9AvZA { width:2.375rem;height:2.375rem;top:92.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESBghh1zJ2qN2qSi2S9arQzPVIlKpzb { width:15.3125rem;height:2.92448125rem;top:91.099609375rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s45LAKaGO7w3o0eyTn9UimabsUmDN1ld { width:15.3125rem;height:6.8203125rem;top:95.1875rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS { display:block; }#STb9TLLKpo8NBf61UOE65ZKN1qlMqFwS > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBB2wLqxzq9xbNPQ4KylsMVSAOCQuVZw { width:19.9375rem;height:2.11230625rem;top:15.75rem;left:0.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ { display:block; }#oA439TWwuKzmuXC8TZRcMuAWnUJLQgKZ > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A32FpvKZxDEEhgBlnX3yaTFS1L6rpEZT { width:6.125rem;height:1.29980625rem;top:1.875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCtEy3LJJdJwzc66NmGAfW1RKfGIf1hf { width:20rem;height:3.8994125rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8lDxpXpoa2frhODHKzg1QkNEpJpaT4Z { width:9.6875rem;height:5.625rem;top:10.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QfqrDv0Zi9N1t4vIc3qEWXvrRXduRZ { width:9.6875rem;height:2.3125rem;top:17.0625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i07MrbTD4TRk1m2POkGJmMQpJhfLqgOt { display:block; }
 }@media only screen and (max-width: 763px) { #gWVTFGP1t3y8ALOo1O9qQt9uGRTIRlD7 { width:9.6875rem;height:5.625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPKlQ9GFwfSBSrKtguFeD8TTryBprsi { width:9.6875rem;height:2.3125rem;top:17.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOqePiZ7t0VfQih6vLQKzbtxEuzu1aB { display:block; }
 }@media only screen and (max-width: 763px) { #uTHmQxVTh0sqk6PGccJEeNO0mmuDUEpE { width:6.125rem;height:1.29980625rem;top:21.125rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNE6ymtRdRJxWsXcnZwTUpI3limXfCKl { width:20rem;height:3.8994125rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ6TPPk0UDJsfczl8NLZ8LxseqLl88Nt { width:9.6875rem;height:5.4375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM7F0UpZhNPHP7ucC7MgFqcUi0EIx286 { width:9.6875rem;height:2.3125rem;top:35.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q63oObQu2HOcigHt0ZvPQ747zXV35fTT { display:block; }
 }@media only screen and (max-width: 763px) { #KrOygfRTNn45KpHrurT8K29MRl2catTO { width:9.6875rem;height:5.4375rem;top:29.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT58sruyuuufqdgx2olP9DQgdP74XGNC { width:9.6875rem;height:2.3125rem;top:35.8125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8GAEbO74E2SmkTESqRQhWSrmwBxyuXo { display:block; }
 }@media only screen and (max-width: 763px) { #gwvp3vKhg7fbO4V2sNLb9TvSPWwUzyPf { width:9.0625rem;height:5.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB9seSc2Udknwgv4SrAGFUyWVnyJTnIk { width:9.6861875rem;height:2.3112rem;top:45.934907913208rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO97bgZUSS12okSNflPUKHfiX42dIfLT { display:block; }
 }@media only screen and (max-width: 763px) { #tBmXNhPZoFxv6TXbCOaMKF9SrwBNgl7E { width:11rem;height:1.29980625rem;top:50.1875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifo6QIiJmfrrt5PJulBqsK95P97di6uH { width:20rem;height:3.8994125rem;top:52.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbB96X4TJ3UvkSB9VJkR5aJC3nxTCBh { width:9.6875rem;height:5.4375rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgOdKxav30eLluUSZxDz7cBNFax70DiH { width:9.6875rem;height:2.3125rem;top:64.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I24O3dDTI9R7DnrUAnWdoiTJO9SHJRQD { display:block; }
 }@media only screen and (max-width: 763px) { #qcMd1TrKgZiIMJVDtDkTqvutgdAbQgaU { width:9.6875rem;height:5.4375rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHrHwdonszQGn8D6ElCZaZVDO7x5AyV { width:9.6875rem;height:2.3125rem;top:74.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5CGrZZL31crkcbEHJFr6lCCE5vTNgQp { display:block; }
 }@media only screen and (max-width: 763px) { #hDGcPkXI2DLICoONFfIkvkUsmlTTNcJ7 { width:9.6875rem;height:5.4375rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3nssZKA29pth0STe4vkAHG5S1ADclU { width:9.6875rem;height:2.3125rem;top:85.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVBkbXtoDp4OxG6LdH9ArAEF0NGqPgd5 { display:block; }
 }@media only screen and (max-width: 763px) { #LnzhRm2aFKVFghVMTkeVIvdIDLNKzpwl { width:9.6875rem;height:5.4375rem;top:78.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPELLfdOkerns1w8ts3vK6hdudqQ0CCo { width:9.6875rem;height:2.3125rem;top:85.0625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLE21DCa2bF6kHfTw7Qwnacz6NoFc7rN { display:block; }
 }@media only screen and (max-width: 763px) { #mmwBG7xHak7NMtP1WAo8k70Cg0wsIMCx { width:9.6875rem;height:5.4375rem;top:57.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1h3MbqNBDIMms6MAwp2oxnmKTgKzpTL { width:9.6875rem;height:2.3125rem;top:64.5625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnipsSX7D6WLTyQ9OdZBnPTqi8SQZUKc { display:block; }
 }@media only screen and (max-width: 763px) { #cz4gh9CmXA6UJ7wCAiGhtBVFeNaHmtMN { width:9.6875rem;height:5.4375rem;top:68.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCPBFByFJNfGicmLeqJnl1V9f99Cghoy { width:9.6875rem;height:2.3125rem;top:74.8125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9130ussJM3md1hTxrmPSrcW9tOGNSLG { display:block; }
 }@media only screen and (max-width: 763px) { #eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 { display:block; }#eJd7BLUZVpSE8pRk1mmTfnDAOvosgcZ8 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bywxbGHNhhAGBK6GDqvv93pq67iCq69U { width:2.375rem;height:1.29980625rem;top:0rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQLlyStWCRvhOLfNcNr5td1UdiCCR0N { width:20rem;height:3.8994125rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mts8WGiSsTW7x9laQR1BCqLPUIO9zeGV { width:20rem;height:2.875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQ9KtcWHEO7gJaSrkWUgMzhbcRMbSTu { display:block; }
 }@media only screen and (max-width: 763px) { #OiZZg0Q6nFbQDXaZKRZ2VqXgzLwzwvXW { width:9.6875rem;height:2.3125rem;top:19.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJfD4BeEHZyOagwkft6l0zSPSPicrfyW { display:block; }
 }@media only screen and (max-width: 763px) { #HDHnv437cymDS1EsJ8cHQTHcDHvoHTbD { width:9.6875rem;height:2.3125rem;top:12.4375rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAgCtZbSrMc28ezeJq5dxMHthGNSSPOq { display:block; }
 }@media only screen and (max-width: 763px) { #ZntR8AJOsiISIMOP1Km8Pkr2XBowGa3a { width:9.6875rem;height:2.3125rem;top:12.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNPdLET1Z98ENdwBJ1aPofBcmLQQl3Uw { display:block; }
 }@media only screen and (max-width: 763px) { #NefiJhr9FIhb7hTaMNIOQ0XM4wUlWpb0 { width:9.6875rem;height:2.3125rem;top:16rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rFFeiAr6F8v5Fso4EHwuxlcAoipaEt { display:block; }
 }@media only screen and (max-width: 763px) { #cPfEJJE1LtlTmKH5DdCNDwyNzTbvoQt6 { width:9.6875rem;height:2.3125rem;top:23.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mywZtQ4uRS5l6b9FdSpfPVmPPa9lb4TS { display:block; }
 }@media only screen and (max-width: 763px) { #TICMh4VCbmr5ZaG5Xf6RXTBMu3PM01d7 { width:9.6875rem;height:2.3125rem;top:16rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2JQOfqCgNCZGhfZsfhBnUpGBztmJZCw { display:block; }
 }@media only screen and (max-width: 763px) { #H3DyXrA4QM525T76sN9uKqKqw1PiDASQ { width:9.6875rem;height:2.3125rem;top:19.5625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJepZmCqORTzcNzif5VXGDVOHZ8en7W { display:block; }
 }@media only screen and (max-width: 763px) { #B2yHLI0lTxVqh5yRhdH9s1VFRi3yb2c6 { width:19rem;height:3.25rem;top:27.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88IP2vMfMGqwLy4Jr08TEq5T9Ubyihx { display:block; }
 }@media only screen and (max-width: 763px) { #kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk { display:block; }#kImhbTr3LTgJRPAchFAHTu2C4bGCUQSk > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD1EnMlLfWl4aMW2EM1guKFZXKhZRGUh { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXtA467v7ZROD5vL5MywrdSifx8gbDTx { width:8.75rem;height:8.0625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn1d8LKGPnJaKlXhKyKvhbL6aBdb62K { width:0.625rem;height:0.625rem;top:16.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGSDdAduZypmGn7ZQdIISoJpTppemuPI { width:0.625rem;height:0.625rem;top:16.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5yNBIbMn3zo19VUJ4RUMRynTaAk1c9l { width:0.625rem;height:0.625rem;top:16.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TksBqPnmTBAWiL0xeZhH41WUWlOwuQAg { width:2.25rem;height:2.25rem;top:10.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfztUKTCqBaCuUMrpyfTnsE2gpsf8tQK { width:2.25rem;height:2.25rem;top:10.71875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBTlLvcOODRd5MNNGxhot4WddPm3iGCf { width:8.75rem;height:8.0625rem;top:7.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhtr2uhbX6OqneUbx1iPNH5w5GoduFE { width:0.625rem;height:0.625rem;top:16.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfrLxRFnntO9kNIDTdg8r7VBNEXfR14 { width:0.625rem;height:0.625rem;top:16.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uHy1cEXLmlxRcm7ekiBLwGQ08TlZtb { width:0.625rem;height:0.625rem;top:16.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8F9rEKNThPMT3yuiM20AK8vsEuAKzOv { width:0.625rem;height:0.625rem;top:16.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kra1qSNtdo104mTxgP53ircr2oSKTF3w { width:2.25rem;height:2.25rem;top:10.71875rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTlk4zJBsdK8uEqxQXNA6vWaJwTP4QCV { width:2.25rem;height:2.25rem;top:10.71875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUhnGH5DcWoJpNTu6uWMcCKv6iTSaIox { width:8.75rem;height:8.0625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugqS8NzcCDwuHDuq4CgT7QiN6VuSTeZ { width:2.25rem;height:2.25rem;top:21.78125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3DQozcBaASXtZx0e4dPCPyJ94iPUuOI { width:0.625rem;height:0.625rem;top:28.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFmnVLu8LduWr981LOem3z4d1lCksgw1 { width:0.625rem;height:0.625rem;top:28.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4CUZfS7faloWG6LPF1iHyoXcesWxP3o { width:0.625rem;height:0.625rem;top:28.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2lJrq462eByQXQSroypq30hW0L1dZMt { width:0.625rem;height:0.625rem;top:28.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd98FHApT8qIzoiIlZSrT6wvZghA2oMX { width:2.25rem;height:2.25rem;top:21.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuHnxIRCZrciLO1Tb1aBVhf1ucTVaVuT { width:8.75rem;height:8.0625rem;top:19.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKxlo2gKdg03zKiv6LQyPzH6TlFBZrk3 { width:2.25rem;height:2.25rem;top:21.78125rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUc2Wk5gl21bEK72FBfrGVfzSMb1aJS2 { width:0.625rem;height:0.625rem;top:28.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLAa7oSV6mfFQru3ky5c2OAN3ZPzrdL { width:0.625rem;height:0.625rem;top:28.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TJ3wr0anuKVccTud2TndWwk2HkIMX6 { width:0.625rem;height:0.625rem;top:28.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEKHGe1mZuMsfpICbNXw3dF4GfaLWeSh { width:0.625rem;height:0.625rem;top:28.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh1Fe3pNSmQNDEow5KmTUt7BKzeuSd8W { width:2.25rem;height:2.25rem;top:21.78125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoVVT9dOTt0o0hUUr67AK8nNJzvTd2QH { width:0.625rem;height:0.625rem;top:16.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9JF1Skqw73HsyyDpkJx3HhJsaE3NVf { width:0.625rem;height:0.625rem;top:16.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyoGBycdcRrqDOTRu6PoiIJprEuThuIo { width:0.625rem;height:0.625rem;top:16.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0J7kpxu6WyawueAdUbocimKi7mk1oP { width:0.625rem;height:0.625rem;top:16.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pga1uLtQ8C2PdUrkBA2KXVTUu6tMCZcs { width:0.625rem;height:0.625rem;top:28.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ4Tw8RfaH1P3nTvTDTrE82hbFUuLov { width:0.625rem;height:0.625rem;top:28.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOItFCUmmtkF6AMO47mnJ2STfRtVHMUO { width:0.625rem;height:0.625rem;top:28.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SRT5iXWvU0lgJIQrcsZmFsvuT6UUxs { width:0.625rem;height:0.625rem;top:28.125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3kXofOzTwdRHbSBPHaHyIqR0yMhLBK { width:0.625rem;height:0.625rem;top:28.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyTegD6dHN1mK9L3CThtw9cH1JfnSRx5 { width:5.625rem;height:1.875rem;top:6.8125rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHvLxTKqy1Zb2vtSHQEgoHXB9H56hoU { display:block; }
 }@media only screen and (max-width: 763px) { #X5S41D55EBU5aJduTGtOFbtJcsNSTtoR { width:5.625rem;height:1.875rem;top:18rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIrzZwKU9MeGgna7UFhtTmeifQLBK7fc { display:block; }
 }@media only screen and (max-width: 763px) { #NtLFm4KaFTd5ATtxiA7uN2wSqfQyFGbU { width:5.625rem;height:1.875rem;top:6.8125rem;left:14.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrn6RTQBHTTHaWDLP73fxnfPW9g558f { display:block; }
 }@media only screen and (max-width: 763px) { #U9P5w15x0FX4GyL1B04x9zV7o6vepExo { width:5.625rem;height:1.875rem;top:18rem;left:14.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQTRTJgpVOF94T5ICRayQ1xcsRLS8br { display:block; }
 }@media only screen and (max-width: 763px) { #IgpCTs74WTuPnaPhZKONG483ITg9BpbS { display:block; }#IgpCTs74WTuPnaPhZKONG483ITg9BpbS > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlcrHT8eRSlgCHiTMCn9RhdNF2T9WIzm { width:18.5625rem;height:6.3369375rem;top:2.061767578125rem;left:0.7177734375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJCaNvclB8hTACxox7G2Fux1GD6O9GrB { width:19.9995rem;height:9.098625rem;top:10.273681640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgh4EEiL6zCNbIS6vw2xsrSTsXxS6tn { height:11.25rem;width:19.9995rem;top:21.2431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAa69drXRgU5dJknxJhTRpBuzG0XT0it { display:block; }#RAa69drXRgU5dJknxJhTRpBuzG0XT0it > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsJwXAD4t5Rxb8Mmtq3WUKp5DGAkVZpG { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8oQPnHTgfVh2J13MTFaqMArktsu8Np { width:20rem;height:14.0625rem;top:6.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDoOfGHaaNzkxXrN4W7lxWukiQAilcz { width:2.25rem;height:2.25rem;top:12.630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gS3nL2glHhdo7UPLKzlfu9IyP3bVfJNV { width:0.625rem;height:0.625rem;top:22.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Say4LecNTbEKlUCDQBDApTLhErfn5DqI { width:0.625rem;height:0.625rem;top:22.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE2nU9eOIy7JVWcVaeZycyNryBZFTEQn { width:0.625rem;height:0.625rem;top:22.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD65sCG6xvVhr8IIht7veuER2XIA85ur { width:2.25rem;height:2.25rem;top:12.630859375rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVVLH8fQqqwtezveFtENAf1n7d5J30RT { width:0.625rem;height:0.625rem;top:22.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk16I25B2Zr7OLzPpINtrH1aB80ZC63J { width:0.625rem;height:0.625rem;top:22.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny6zkMLmTiWdT3K16Bomr5a7cBTnxWxw { width:0.625rem;height:0.625rem;top:22.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zimwItrHXVsGo6vHUO1SEvOEGcLEQL { width:0.625rem;height:0.625rem;top:22.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTSMRGlKJ9w0akbux4Xgmdzdpb7plr1 { width:0.625rem;height:0.625rem;top:22.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6ZQFKUzki2Tz66aVkvPRqSpom0xcIX { width:0.625rem;height:0.625rem;top:22.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLVzqdlVwfs9yr8ThrQKcKggwgH3LwTi { width:0.625rem;height:0.625rem;top:22.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AqUgXNrcuCB3QKnDfr898JXIaNT4EJ { width:0.625rem;height:0.625rem;top:22.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 { display:block; }#XNdDQiUkiBvJTrPKKE7hsUMKQX46ikn6 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmmQyl1vZIZKWIE2yALTNHCtkigEIzEE { width:20rem;height:4.2246125rem;top:2.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5nZEJMW15XVIOgOtnDWXb5TkCsCPWM { width:15.125rem;height:18.75rem;top:40.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQVV0Oo1iSJGrG2XbqHiV68KSIVXxmJ { width:8.125rem;height:8.125rem;top:9.75rem;left:5.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ADHklTP7bDPLOVBDxQagB0cSqr7Ge187 { width:8.625rem;height:1.29980625rem;top:19.125rem;left:3.875rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SHzyt8CknP7qlHFxL1uRpm6pK981z6A6 { width:12.3125rem;height:10.3984375rem;top:21.6875rem;left:3.84375rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Cd8xLaLOa0imcLZ6PHicT1ZOBZvqTw69 { width:15.125rem;height:18.75rem;top:14.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL51EBnzzNiqZCU7aJkhwWzipkqh8d6G { width:10.125rem;height:2.5996125rem;top:44.8251953125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0G2etoBMXxPPsd0Qa5ysny93e0bq0P4 { width:12.3125rem;height:6.499rem;top:48.6884765625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxQ4rNHc3rUpEtTNvgyXHFtSwBi2h0l { width:8.125rem;height:8.125rem;top:35.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W173hzfyAAKAnxo4VetvCtCGtGZdIFOq { width:15.125rem;height:20.625rem;top:65.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhEWLEQA6s9JNF2JZlXHTDMwBvXo6G7b { width:8.125rem;height:8.125rem;top:61.0234375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSogQ2Pxu1oxLJRbkGh5ea6p1E78hRL { width:12.4375rem;height:2.5996125rem;top:70.4375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtG140LdflM4OB33TukexKR5h6tDwHCX { width:12.5rem;height:10.3984375rem;top:74.3125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { position:relative;z-index:auto;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCBF7kkeIVexOCdOOrFUtEZD4tOSHwus { width:15.5rem;height:5.375rem;top:3.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gAsrGoXnUuqm2EFlT2JzukdVemiewF { width:20rem;height:3.8984375rem;top:13.9873046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnWBDXPBUCKbLwSJRNDNo20HHxgy83iT { width:9.9375rem;height:0.97485625rem;top:10.880859375rem;left:5.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;left:2.75rem;font-size:1.75rem; }
#FeLKgMynkJZ1KC6uQqtgT7amAmg6xGbs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #GhMGABTfFXclX09M55ovKiSb8WDEE6qQ { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;left:6.6875rem;font-size:1.75rem; }
#GhMGABTfFXclX09M55ovKiSb8WDEE6qQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd { display:flex;width:2.5rem;height:2.5rem;top:20.4375rem;left:10.6875rem;font-size:1.75rem; }
#lLw3eanqaTprxTCDSFf3hmWNSA9ruVUd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;left:14.8125rem;font-size:1.75rem; }
#Du1WeIdPhQfOrmarLb5tfp9vkqgDhFq1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }