.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:228,229,231;--color-primary-1:173,177,182;--color-primary-2:119,125,134;--color-primary-3:71,75,80;--color-primary-4:28,38,53;--color-secondary-0:255,235,227;--color-secondary-1:255,188,160;--color-secondary-2:255,120,65;--color-secondary-3:128,60,33;--color-secondary-4:38,18,10;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Sora";--paragraphs-font-family:"Sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 { position:relative;display:block; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 { background-color: transparent; background-image: none; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row .container > .video-iframe-container { display: none; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row > .video-iframe-container { display: none; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .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); }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 { border-width: 0; border-radius: 0; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .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; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .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:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kItv3FXF59X7MnSesF3zFtZWMVBrqFi8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.625rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1rem;left:22.75rem;display:block; }
#CD3MQkytWo6czksPxw37E53JGehNvskb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXVRXsm0OTctVV7XTLTETf3NprzkpNTg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:10.125rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:11.6875rem;display:block; }
#BpzGykaFbMHFmT0UKcl4nheO43NUi8z1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9aUoE5Up3uJq9F61LwOFsAFfR7e5XJQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:29.5rem;display:block; }
#MStHEgQOpFpwFNzT5U2ihEHmmAwhzWJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODLo5BZnhD1U3m8OQhe8rEyNyVgCQiIb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:8.375rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:35.8125rem;display:block; }
#Twt71KIHKAFRen7yPXrOKeUNNkVKRHO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFXDdMLq2cNt3dAwWosUe3CCrdzIXTx8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.5625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:45.4375rem;display:block; }
#loRDZtTgQ54iGqS2rflNAEe61KBBcrVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRWNrGXxR2wCBaTtUaaMcI7752MhqvX8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:4.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:52.3125rem;display:block; }
#d6CdD6SmcHwwecBJPQpQbD8KmRk3R3l3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xweAJZ4MmR7fANq54ENlokgGlJ2WwtrD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:4.5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:58.8125rem;display:block; }
#ti8MmcJcng2UxUeifGaQ0SE1BnCQsCld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCPCoGTOgSO489LEVzh78k0GueLcXwpg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:66.5625rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#ORR6OURxAmhkb5tneDL3CzLFhy74hHpS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.625rem;top:1.5625rem;left:67.125rem;overflow:hidden;display:block; }
#PakpLBEfPD04rB5ofgdRozcobFkhr9QW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs { position:relative;display:none; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs { border-width: 0; border-radius: 0; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .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; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .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:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hX8TMv5ffPLN2iNy3LW42zqA5h40Urpb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.625rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1rem;left:22.75rem;display:block; }
#goWWGLKZDxJA4ToFyFeJdeABJPeX1vxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLK8dVN8ntuyoiRvAzp0smxTCSi9acho { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:10.125rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:11.6875rem;display:block; }
#ZbxhhmAq6yRA5a8J6BaL0UM6T6g5m761 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkIg6rVHxyt6GOIOnTcNooKAn9AuOfWH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:29.5rem;display:block; }
#WLm2gwllN1GBugrRv7KaVTxTp4zcNGq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeaHOMy6zSulCOvHBftiMPLBRJn7Lsgn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:8.375rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:35.8125rem;display:block; }
#enPtzRwPDHTlw4Plvb7tFga2QdAMuEVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hkv5ipJHHJvgzpg3KBxOT6bTe5SdiLBX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:5.5625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:45.4375rem;display:block; }
#ce1ER30ZOwMii6Mtc7kcHhVXLkpJr1MA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8AmG655G4zTbrPROHgNUT22v41rfCzc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:4.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:52.3125rem;display:block; }
#PMFclpXKDmwAZ55rd52FJ2IXOU2ioJ49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJNQ5EsD5dmxJF8PrHxIWFrAtiTUDetL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:4.5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:58.8125rem;display:block; }
#LOxp1AD3kCzn1qMEXnKKL2lIlhy7Doxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kX4cXKCuZXOlf2gEGA97zpMbNs9ULpNk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:66.5625rem;height:0.95605625rem;text-align:center;text-align-last:center;display:block; }
#nWyHMV0Lr2GASgEwGBaAeK03FyWe4vVZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.625rem;top:1.5625rem;left:67.125rem;overflow:hidden;display:block; }
#cEyio5zhlW60xvlnPxi6kN4ktvSxOQpr { 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:block;z-index:15000;display:none; }
#R2TBboS8DWwHKcHNlMP8qlkne0hHTJpM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:10.5625rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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/f769948d-cd08-4f0f-ace7-abffaed02b8e/BGHOME.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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#xvGTDqAWQ7u5xiBsqmcoqCfJmTnG4hD0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:47.5rem;top:6.625rem;left:0rem;display:block; }
#rRVlUdHNkvUOhazUlUWzZlMeyntHAsUR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.53125rem;left:4.75rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0Vy5WJHI7uvmO4bWXc8m0mtx0DVcNUv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.25rem;left:4.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#wcDllc4fwvT7Q57QwuecB6QO9AUhJ7kT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.3125rem;left:4.75rem;display:block; }
#fMZITZWizkIxDs2WUizipCfz93JnAox6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdNmzq6PWdTVgSCbz76qOMxO4a6xctFi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:4.75rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#xJNZiJAcSU00GyM8wQQQAAGHam902ZvG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.5625rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#E2V5TkVKOPnLZ02hlnHw6k3KOgVAmbVi { 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.5rem;width:2.5rem;top:11.375rem;left:11.5625rem;overflow:hidden;display:block; }
#sH9rS1ls8mwBeLaPZ0cdTitnQsLG2P62 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.875rem;top:11.375rem;left:28.1875rem;overflow:hidden;display:block; }
#ecQa69OOk2LW3hOn3H46ICMJi6PQMeLR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.5625rem;top:11.375rem;left:35.8125rem;overflow:hidden;display:block; }
#e2UvgT9QtOcV135oHIVPKEEswL0HDCDB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.375rem;top:11.375rem;left:22.1875rem;overflow:hidden;display:block; }
#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container { background-color: transparent; background-image: none; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container > .video-iframe-container { display: none; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row > .video-iframe-container { display: none; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .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); }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container { border-width: 0; border-radius: 0; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#pbiaSCTPscD4kCSTKVL8OuFwiN3sXExd { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:3.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#sAgG5kZT4GKIyZP0Cswpe6w0TKk3V3gl { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.427734375rem;left:9.84375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#TPvETpECAEg4THkJJHok8SRzWygRoKA6 { color:rgba(var(--color-tertiary-4),0.37);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.8125rem;left:9.84375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#aeLt549JVeVbEaQqo13mGTsTi3GTRWR2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.0625rem;top:6.125rem;left:35.46875rem;overflow:hidden;display:block; }
#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC { position:relative;display:block; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC { background-color: transparent; background-image: none; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row .container > .video-iframe-container { display: none; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row > .video-iframe-container { display: none; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .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); }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC { border-width: 0; border-radius: 0; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .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; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .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:57.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; }#iOQbU3JvGmltPsnQmTM1C0MSkgmSJ0u9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4999998807906rem;left:0rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#FdBwkhdh9u0xeQ2TI0prUMUmMZNZBfCA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.875rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#QBmu9KOD5VHaofycqm6cwxS4sBZTFoFX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.875rem;top:25.787109375rem;left:0.5rem;overflow:hidden;display:block; }
#eQ0fVrWVQ32pVWy23gdRDPuFWkoHh7DR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.875rem;left:3.4375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#z7GoEfkiJlQzwSuJQZ5vtTV6QbNQwGcP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.0625rem;left:3.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BoTknOvt9JlxPUFn775Eqnfak0Nkltwi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:32.474609375rem;left:0rem;overflow:hidden;display:block; }
#HxKyyT3Qy0wZqTTfcSnXPGK81UxZpCGG { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:32.1875rem;left:3.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#LGhugXVHGOAku0xZTgC4FA15zLD32fSD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:34.25rem;left:3.46875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tsSczmd8WFZytWbV07R42WCmFgEDrQFt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:39.912109375rem;left:0.5rem;overflow:hidden;display:block; }
#rhS2qznQIPpAQOIL26UeXVM1QwPKQidh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:39.0625rem;left:3.4375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#vgOKHXEPmunFLMqgHkJEWC8odFIyOHzX { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:41.3125rem;left:3.46875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvmGHmfEqLrMUTdBTzRxSf3BCuiJhveX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2rem;top:47.224609375rem;left:0.625rem;overflow:hidden;display:block; }
#WqnfqKA9wptv5SorWkxchThtIO4rmMqH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:46.125rem;left:3.4375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#w99HV6vlwbVpaRQsH23oUQvHQ8WVs9n7 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:48.375rem;left:3.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FV8MgEQArAhtaJkIz6fsflm4KWc7dVHA { 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:33.4375rem;width:34.5rem;top:16.875rem;left:40.5rem;overflow:hidden;display:block; }
#XqT0sVBHcRBmARBXTUXqozB7Fg0gyTaf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:41.3125rem;left:3.46875rem;height:2.6242875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#THuSRiIFFlFUPFBCFe2wxgQTWUR9f930 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.0625rem;left:3.5rem;height:2.6242875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f7;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; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container { background-color: transparent; background-image: none; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container > .video-iframe-container { display: none; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row > .video-iframe-container { display: none; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .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); }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container { border-width: 0; border-radius: 0; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#QrG6BuXVhrJu0UTDqghfTE2FiIkT3Ve7 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.125rem;left:9.875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#tfI7BHVZmSHgWBZpxEbZcQMDEc5Tcxuh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:13.375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f7;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; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container { background-color: transparent; background-image: none; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container > .video-iframe-container { display: none; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row > .video-iframe-container { display: none; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .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); }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container { border-width: 0; border-radius: 0; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#R8D3ZbeXcVKtmFnwSoWLK5VLBC2WyG82 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.875rem;left:3.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#EP2Z24hn6bZJGeXCAPhi3pupv5l9wgfU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.25rem;left:2.84375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZxtmn0gAmWrNfIXSFN5WUZwxi0Bdaem { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.9375rem;top:2.1875rem;left:7.40625rem;overflow:hidden;display:block; }
#vnzrbIhUFe7JQXhyQLRUDMKaKMbalGTb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.375rem;top:2.34375rem;left:25.9375rem;overflow:hidden;display:block; }
#ozZNeXuO7vnoziWqUbw79XunDSbo1P5P { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.875rem;left:22.46875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#fmunPmlkQLWIHUJ6q5cW9PWQCKNuwduM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.24951171875rem;left:21.59375rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnTkLTTrisrEvig79BTCyHayQy0I5NsR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.875rem;left:39.25rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#UAczBLogNbmCmwAV9phDOm2qHVkX8boc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:10.21875rem;left:39.6875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hepRpxVQmEcoSLX8qbxbT4ecvDb7GsV8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:2.34375rem;left:63.5625rem;overflow:hidden;display:block; }
#VkxrrgP1HOSOvkJTzFlCnA429rSvxv2u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:2.46875rem;left:44.90625rem;overflow:hidden;display:block; }
#tNOqBFTG3HdTvs49pyevCKyKcKEfLR5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.875rem;left:58rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#JXoeydupq1iZuJKT2PIAHnokegVJIDKO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.25rem;left:58.4375rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container { background-color: transparent; background-image: none; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container > .video-iframe-container { display: none; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row > .video-iframe-container { display: none; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .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); }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container { border-width: 0; border-radius: 0; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#TzpdzIReX2TLNKGIuP0aJKfB51MnoQ9y { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#TJIFbdGV886T8LpbDEe55LrIabIQDINg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.75rem;left:9.8125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#RhPRVxr5gW7uymBGQnnNlVzGbdDJxBbV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.6875rem;left:25.5rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#lFtsRt7SIVx78BpZlQNGH0ER7Hp5Pa9G { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.6875rem;left:37.3125rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#vnKtMeA9rfbNoAyiEp7R1H6v0C8wrQLC { 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.5rem;width:2.5rem;top:18.9375rem;left:32.3125rem;overflow:hidden;display:block; }
#a8ok1qPTnXCcvHPlDu3zg5x9epXB0rLV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.875rem;top:19rem;left:43.8125rem;overflow:hidden;display:block; }
#VrzQ6gWGdMyaV9iX5s5mK55GFfAyUzuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:3.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:none; }
#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container { background-color: transparent; background-image: none; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container > .video-iframe-container { display: none; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row > .video-iframe-container { display: none; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .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); }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container { border-width: 0; border-radius: 0; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#XwXtB8CTXBs7wQcsab2TEHK1PCrgM9mi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.625rem;width:21.875rem;top:0.0625rem;left:1.5625rem;display:block; }
#MrUccRCgL5aHn8PVITMaagVk9b6LqpA0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2rem;top:1.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#LKlVmnf6IUdWtMBtqX3BhzIcM9TVpK3U { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Bw9FMg8S6kB14TTPieo0NZw11ONUNgdO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3656234741213rem;left:13.375rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#vqvTUaWhOSAhoyNhFOXFOCLWn9yxQRmm { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.85595703125rem;left:18.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6mTRDCAGUG8L7Qxi9MRD8MCtu2niMLT { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:17.75rem;top:12.375rem;left:3.1875rem;display:block; }
#a96XsuXLWdT2SfatTGNe5DoeuSdwZsVW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14rem;left:3.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJdaz6q6LS2XPrMiJ6LM70yZGXq9hAVs { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.41845703125rem;left:3.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GNGeTTJc5Ix2Icao3uhG4hM7NJJ7go2y { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:13.83740234375rem;left:20.25rem;overflow:hidden;display:block; }
#n3T6tbDWcSaAP1INtPeSKpZ0o6Vlq8XH { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.76220703125rem;left:3.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXdzJwv4pkhlm630mmS72lxV7cB4FMPD { 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:0.875rem;width:0.875rem;top:20.125rem;left:20.25rem;overflow:hidden;display:block; }
#IhOEZ0ZUTLpA5CICJoIdrvVpbh7U8EcN { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.76220703125rem;left:3.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bH1SiUdHlgEMtNfPFTe4JDS2kemtoXUC { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.57470703125rem;left:3.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T2M82VzaTQXd1H2QSeRH4S9ZTiFSyOV2 { 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:0.875rem;width:0.875rem;top:23.12451171875rem;left:20.25rem;overflow:hidden;display:block; }
#QT0xdZSpr3Hw4AEo33kl548yCUtLM8iU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:25.93701171875rem;left:20.25rem;overflow:hidden;display:block; }
#Hfpn5SBU69dTSsd9s4WApmmoNtA0OHm0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.3125rem;left:3.6875rem;display:block; }
#ACHG664och974ze6nsJxuefIo1o44uvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIX9RKTe6UgA9ZibnTeOJkxNsUvySrgx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.625rem;width:21.875rem;top:0.0625rem;left:26.5625rem;display:block; }
#qHVXS6F9UKruWF6fIlRZthoQf66earXC { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:28.125rem;left:28.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kror5ynXPZ8IwBWgU1dU8MPHz0S6mTJB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:28.5rem;left:45.25rem;overflow:hidden;display:block; }
#vDl6QF63LMDffsusXxuWyATXydaWB7hv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.3125rem;left:28.6875rem;display:block; }
#zH6AohEUuICaiXwHDRe75ObzqvtLBhFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZLUOBKqTT4OkBnqDemVpk4PEzqBG1GT { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:24rem;left:28.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p4qXEkkQ47NWIWTXPf3UDiVORn1GoeRr { color:rgba(var(--color-secondary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:35.75rem;height:;text-align:right;text-align-last:right;display:block; }
#Iv9rThJNnNbVUUhQR6mqz0bJMKk1cUzP { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.875rem;left:43.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qER3J6mzKSLUfHWhnm5LTii2xrUru0Iv { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:17.75rem;top:12.375rem;left:28.1875rem;display:block; }
#FqzxBUMLQZRwk8uEJlC0SXbiAvUcceA3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:13.8125rem;left:45.25rem;overflow:hidden;display:block; }
#ZiPnM9hbTshkXR6Q7saPg11B6pVMogK6 { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.75rem;left:28.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTWKGgTbNFmd7JTFuLtOfcassWB0XQ5W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2rem;top:1.8125rem;left:28.1875rem;overflow:hidden;display:block; }
#HthklQxUvX3rTDMBzQw92oRbMEv2R02m { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:28.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#TVtTNNb8X5DVfVNhf4NMu58E2MXrNUwG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14rem;left:28.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#awPkBShvf46OcURluvUkC6aahRIhF6GF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.4375rem;left:28.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpL54WqsGN1Rh9J3iupk3usRnhtbArcl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.36181640625rem;left:28.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBM1ahgnc1iufXAaANhTpXvOFwUJGe75 { 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:0.875rem;width:1.125rem;top:20.04931640625rem;left:45.125rem;overflow:hidden;display:block; }
#rXpEvmiGHOithESryMIqUlzJm3VGwIiP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:25.46240234375rem;left:28.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TV47aJ2UXxrpWce4AGXDpVieASawGD5u { 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:0.875rem;width:1.125rem;top:24.36181640625rem;left:45.125rem;overflow:hidden;display:block; }
#Vs8rDtRkoK7Q6mfR1AP2vROUCztlEwm5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.625rem;width:21.875rem;top:0rem;left:51.5625rem;display:block; }
#XiHTg0ov1zuSHHbhQ9qfic7v0ZrnaCxb { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:28.0625rem;left:53.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WL2c6i9FN7UDHTmFqhgTAfTDQRfA0TLw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.25rem;left:53.6875rem;display:block; }
#MDz7n2pCEw0cPghlF6ezK74T0H1rcfWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X36aHS2oLHiX1XBiR6lNiVS8aaIS6o7s { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.9375rem;left:53.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWlR9X3zZRWbS4nskiuiqKOctxPKqW0q { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:17.75rem;top:12.3125rem;left:53.1875rem;display:block; }
#EFyzCgHFQddTARHH3gHT2Rl7pFhnMQR8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:13.75rem;left:70.25rem;overflow:hidden;display:block; }
#hMJrBiTQXD0gXKOywQXJ7e6afT6Wf7h6 { color:rgba(var(--color-tertiary-4),0.4);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.6875rem;left:53.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCBiQag7vvKiK3BJEm8Zq2c5UtA6LwBG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#euByClQqwsnIINpUoJ0MJOGUcdztUc4r { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.375rem;left:53.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I0Bu3HqgpD3h8eEZWSKruJcR4AuJUr3a { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.625rem;left:53.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JgFeo1cCXbEJCzagpGPclPC9ccT4Wgiq { 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:0.875rem;width:1.125rem;top:20rem;left:70.125rem;overflow:hidden;display:block; }
#WgE2okN3dm44tkA5PMpNJc4ZCD08PsOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:25.375rem;left:53.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rn63DM6ZwdTeXvomQrTpi4wA2eRfLH9r { 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:0.875rem;width:1.125rem;top:24.3125rem;left:70.125rem;overflow:hidden;display:block; }
#InAU0Xc5fl9WK4nenFD1RbhQEwxviKGh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:62.5625rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#eVUif5S8MdLVLSg2T9xhVyTHXvoa6P6i { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:53.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#w2vzxSXnLIIZWTw3OyNmuIQ8REBMSZ9w { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.8125rem;left:68.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTFuoHRG8ApOSlIE4f6PvtURbX05l8Lc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2rem;top:1.75rem;left:53.1875rem;overflow:hidden;display:block; }
#ci4rrR3kkTKbvmfrSzWQNBGWhPyzyntV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:28.4873046875rem;left:70.25rem;overflow:hidden;display:block; }
#t8nubstNNc87RZittsTEPLL5VaJeQx7m { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:29.5380859375rem;left:53.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xB8Jd7rwUgohVZGlJ1fvly6BLmId4EDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:39.5625rem;left:6.375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kT6BsBPBFazFIxA9kmGQPWSLvkNqVziq { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:39.5625rem;left:16.625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RL8BT11gFC49TynP5CKFbXmcUUOyHiWt { 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:1.25rem;width:1rem;top:39.5rem;left:4.9375rem;overflow:hidden;display:block; }
#hrJpTEfhZg0XwWPrptWeG27DD0ubp9oi { 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:1.25rem;width:1rem;top:39.5rem;left:14.9375rem;overflow:hidden;display:block; }
#AsbnE25HLKx3pEz5PbvCEVx5h5BIB4Zt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:39.625rem;left:31.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbTXIteJ83s82f9uaM3eTuuw1NcfqNT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:39.625rem;left:41.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K2FhsqLkMuSCkvGMFNZU7mVnMubIr1eh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1rem;top:39.5625rem;left:29.875rem;overflow:hidden;display:block; }
#AkyIfGzNzkL9Wg8QtWQPO2SfP4mPgiuL { position:absolute;display:block;z-index:15016;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:1.25rem;width:1rem;top:39.5625rem;left:39.875rem;overflow:hidden;display:block; }
#mXTWbzHX6i1yUWHlMu43pSJtAXGpEte4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:39.4375rem;left:56.625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZIhPU37F8TNuyVTH1Te1ZN0n02BpZ7h { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:39.4375rem;left:66.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PU8pe6vr60C2yepC5xxaqMlfq9wkBVJC { 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:1.25rem;width:1rem;top:39.375rem;left:55.1875rem;overflow:hidden;display:block; }
#GWlzS19ZxTFA2a8rWG4haL4eITSgB0nF { 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:1.25rem;width:1rem;top:39.375rem;left:65.1875rem;overflow:hidden;display:block; }
#C3A90Lg3kWeRCz24y8EtX1Vp6BJhdTyE { position:absolute;display:block;z-index:15021;height:1.75rem;width:5.9375rem;top:16.431243896484rem;left:15.3125rem;display:block; }
#rAlq3FbWyxQQpkTDk4OUhyoy7r37EDq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:13.375rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#T8iEal1xwx4P6V25J6WR1V35WT8ih7Ur { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:13.375rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#EkIVWypQ3qfx0xsaUZyHtIUD4VJcAUV8 { position:absolute;display:block;z-index:15022;height:1.75rem;width:5.9375rem;top:16.431243896484rem;left:40.25rem;display:block; }
#PZXNnXOwLTwOdlWZLXPOBMaoPbBT38z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3343811035156rem;left:37.3125rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#bCZIFOapcXbLGidVLAX88IWOMdQMy0fS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:13.375rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#qkSpJOqaHABblZ19qba4kV7n4b2np9XG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:11.8125rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#nUv01UB58ZcUNw3XLmXRBlRnThRgqhaq { position:absolute;display:block;z-index:15023;height:1.75rem;width:5.9375rem;top:16.24374961853rem;left:65.4375rem;display:block; }
#PiBc0cBQT7CzyR7913tO3ZyMIpuhKo4o { position:absolute;display:block;z-index:15024;height:1.75rem;width:5.9375rem;top:21.487503051757rem;left:65.4375rem;display:block; }
#u1pM1EVBKEF0uNkuBLalELBylhoSdSPB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#rnegTPI5WsHiISwfvJgasXsUkWy13ngd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#mosJ3EQKx6n9ZALFAU7L0VyniaTortVB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#WCsaVA3cH0fwnmA3JRuthyc5EqrTFWr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#qLpnzBIJr9xGD1NMaDBFmpdpPn82lC2v { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#Zr7JHNBBvGapUOwMwf0rx7ZxhvwiI4Wy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#L0CT8rTebrEKBrr9d0c8VJZwcAR2pJUh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#vCKPHbytKkydSoEkoABIFvXDO5Bs5Xk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#I6o3wc1h5TDysC7viX1SJiGvLRu65nJo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#WP0H9DH1XWQqIFVBxfa44sAEZV86Hiqn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#MJxuQOUFommB4AZb1NcubNxf2Q0TMi7r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#gCvOMIEpNw8TOmLfm8leoTHquJqfo0SB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#ZUfMfoTHaF95kA6AnOtGKV64DhMPtqB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#arUodaZJbhtuBVGCVkehW6hVTOsFuQdR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#KdiddhLNg9bfSOaSOpo7ZigB6m3VsM5T { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#tFMQqKAOKpakk8G2ev8FlJuCI7yAU8SX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#qZ7TdwgnFExB5m1ftmGEIRv3QsvTD8sU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#uWRB3OuPIRUcVap7Zac6IF07CCQBBPZu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#ics4IvRwogNCtrnXkPTeiV2sCh5c9HAk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.375rem;left:61.25rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container { background-color: transparent; background-image: none; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container > .video-iframe-container { display: none; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row > .video-iframe-container { display: none; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .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); }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container { border-width: 0; border-radius: 0; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#VHOqgl0qh8Zb9CRQXZBiQVTOeWfXJgkk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.125rem;left:7.65625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dvTqbdxR1ewMipGTnm2fZQDhAaPXeE5L { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:13.375rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1bIQSUfdAZKNxQ6zB8MFVhXxf1hi8ud { background-color:rgba(28,38,55,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(28,38,55,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.8125rem;left:8.5625rem;display:block; }
#VzvZDBkui2dCE9QG4nNQK16teg1ZlN0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7H8qlQWPK97iGfOAZXI8ftxsDhF2t9H { background-color:rgba(28,38,55,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(28,38,55,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.8125rem;left:25.125rem;display:block; }
#AkcXCoSDeuMBSNVfOswLncef4oh7KCoK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIGFGQnr4heW7aG1ch3JPS4kR9L41sKL { background-color:rgba(28,38,55,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(28,38,55,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.8125rem;left:39.625rem;display:block; }
#cAxJ9cLXmV95J2uZ8zwmUzKfG9Ft63k1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLyJIr7mVTme4TsNAnyceB7WhTLKrH9N { background-color:rgba(28,38,55,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(28,38,55,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.8125rem;left:54rem;display:block; }
#bmOiwVaDcPyTo3IRBsppALLJ0NqUgpk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container { background-color: transparent; background-image: none; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container > .video-iframe-container { display: none; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row > .video-iframe-container { display: none; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .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); }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container { border-width: 0; border-radius: 0; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#CvKmMSPyoxGtc6F6TFmZ57ui9J2miGrg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:3.15625rem;display:block; }
#r2FWwSi810DgGCmlIgKQlTN7yy0JZWd2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:5.28125rem;overflow:hidden;display:block; }
#n2FMSxNW5gRIRfhBB8MhPz6Ez6QmLxyW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:5.28125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wlJXRa9n7lkc63Inem5HGivsZIdvx9wP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:27.375rem;display:block; }
#nZaMu08vvoXplHielbzoSOFTrlrOOeV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6rem;left:29.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eLbgvR1nTg8hR8c4NWWWU9TWbNC3q1uM { 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:1.75rem;width:1.8125rem;top:3.5625rem;left:29.5rem;overflow:hidden;display:block; }
#ASQVmKFOEiz4cPUV1mDOQo3eRBcm38xb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:51.4375rem;display:block; }
#cAk98uy8VaUbScmRX0GvNHQ0eRBrrIP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6rem;left:53.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsLM4UXV7T8g6NKTey5TQUrwtduHKfPf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container { background-color: transparent; background-image: none; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container > .video-iframe-container { display: none; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row > .video-iframe-container { display: none; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .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); }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container { border-width: 0; border-radius: 0; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#rS1TVD8Q9HUHodtcfEau0e5HBsEU9Tfm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:3.15625rem;display:block; }
#kBFzDOpxKnSIzgL1X0LSvmVBGZbOgknM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:5.28125rem;overflow:hidden;display:block; }
#RCOkASz4DAbTLMiinwgQTEPWMTXShErG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:5.28125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h3rTuSFykl91tHwRSTs6c2ZXAxp1BR6Q { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:27.375rem;display:block; }
#xQR33OyKeFg81Ov9lrebZRiPeqFzfGLF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6rem;left:29.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bL6TFWi6Fkeik4Kdx0C47efQhJLyew5l { 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:1.75rem;width:1.8125rem;top:3.5625rem;left:29.5rem;overflow:hidden;display:block; }
#IPsOJPTRnvyWTTooe3b27If2UG1oMoul { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:51.4375rem;display:block; }
#x6dDFpS4KJcLmTwfImrbyr4QkHuHqDzI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6rem;left:53.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7Wh0Pm6iUnHez4xFU0Tfi3gmVLgdwRp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container { background-color: transparent; background-image: none; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container > .video-iframe-container { display: none; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row > .video-iframe-container { display: none; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .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); }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container { border-width: 0; border-radius: 0; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#dw8aH5xceaXHAV1HWspvy0huCMEl69xM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:3.15625rem;display:block; }
#nW8reMIUroPXR1OLIBuqtAtBtQaGgGdB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:5.28125rem;overflow:hidden;display:block; }
#FraeViUTGWAXASVHOvsyJvU8DcGITJLH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:5.28125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xb7s4zkt1TTq8k40CaUuDxAC1Bsz11eP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:27.375rem;display:block; }
#mPCxQw3bh25q529boNCSLBRd523prRtx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6rem;left:29.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IBilWOlQsLlv9kBzzvvUNtehiRmkzaWf { 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:1.75rem;width:1.8125rem;top:3.5625rem;left:29.5rem;overflow:hidden;display:block; }
#n4Fn2dMTA18ww7zXTlUXCIeHKghFr0u6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:51.4375rem;display:block; }
#Nhdym2yRJvG4dpcc2IcUWt7IKJ742mtO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6rem;left:53.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5ftkbLSg41DLpod4FrSWdRwGPMdrGJE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container { background-color: transparent; background-image: none; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container > .video-iframe-container { display: none; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row > .video-iframe-container { display: none; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .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); }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container { border-width: 0; border-radius: 0; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#MdKm4v6cnFFq5f63dMVAC2ZZaVdZgSGD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:3.15625rem;display:block; }
#WXzKXDlg4hnCMW8JFPJN5dUf4yBb2OS7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:5.28125rem;overflow:hidden;display:block; }
#T5pZNqZUTAWPTOxiyTp55MviT7wXcgMR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:5.28125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DZH7048TWLZaMT3yCoPVUNvm2D7nbgnf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:27.375rem;display:block; }
#anOeqiOX7EIvMmplgG1XRTsy81DsBfVG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6rem;left:29.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gtVht32V7HUnFoOI1nVW0h5N3gI0tL2s { 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:1.75rem;width:1.8125rem;top:3.5625rem;left:29.5rem;overflow:hidden;display:block; }
#cLSWJ43AIePaZkQsd5PHnaEosC9aAu79 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(28,38,55,0.1) ;height:15.625rem;width:20.3125rem;top:0rem;left:51.4375rem;display:block; }
#ITTVRpTRIwqt7NZCFg7VRzv4yPpM6EJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6rem;left:53.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3XzDzifbIk8JoQ2Lg8PJ7LTshqAsK97 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:3.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP { 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; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container { background-color: transparent; background-image: none; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container > .video-iframe-container { display: none; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row > .video-iframe-container { display: none; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .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); }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container { border-width: 0; border-radius: 0; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#DS7BLiWV61lRDDEv7gnvMmHmytRse3DB { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.125rem;left:9.875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#Fn5rvVn6DtM056e1uTp5UkP7MTqv2R3v { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:13.375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay { 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; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container { background-color: transparent; background-image: none; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container > .video-iframe-container { display: none; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row > .video-iframe-container { display: none; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .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); }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container { border-width: 0; border-radius: 0; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#vuTHA2IrywGJzDqTmU16h8OieHNnmOg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.875rem;left:3.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#G0PU2KGbHDShfzoCf71XHBqnSmn6zgXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.25rem;left:2.84375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQ2nU8OhZgm3aQNOkseA1ZLwrsdzHLE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.875rem;left:22.46875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#zsQCCsuSwom2NpSfWQMBeRLrXa91i4wB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.24951171875rem;left:21.59375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4KdrTShUPHwGFG5lVW2dZDKqOUhlCGh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.875rem;left:39.25rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#UtQIkI1vyJF3QPV0dGCePqL68qSTuzrE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:10.21875rem;left:39.6875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSDXlEXnOgmZzNLb1D8KvuNsIAJVDRoI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.875rem;left:58rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#ChkfSgKxGrErLtDCtHBIauSsTq5rRZFs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.25rem;left:58.4375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTleGFrL8S46sqlmp2iKfAgqbar7s6As { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.5625rem;top:1.34375rem;left:6.59375rem;overflow:hidden;display:block; }
#ydDuD5p093UT0Lm8Oe0UJGcNSg5h5qIu { 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:5.625rem;width:5.5625rem;top:1.34375rem;left:25.34375rem;overflow:hidden;display:block; }
#KgoU4S82AiFVIhqrSwq5rLiSD7oRg3Zh { 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:5.625rem;width:5.5625rem;top:1.34375rem;left:44.09375rem;overflow:hidden;display:block; }
#MATVQCFXSkvJJuUPnO94VtMlQBBSySLZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.5625rem;top:1.34375rem;left:62.84375rem;overflow:hidden;display:block; }
#ppXQI0Iv19yI5yFBHpVCTVuqcbFZGICu { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#FIMmEdyqLHnd6HJ8ldWPN84dTuaLxVCn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:26.46875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#p1TbOQvunCBwTP0MOSAMgl7AetiXD07l { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:45.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#E447Nif4zgrzf0PNB0z4f7EBKmwZS5TN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:64.03125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 { position:relative;display:block; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 { background-color: transparent; background-image: none; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row .container > .video-iframe-container { display: none; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row > .video-iframe-container { display: none; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .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); }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 { border-width: 0; border-radius: 0; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .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; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .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:10.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; }#lM8EvsoQceRh7igyQzgq4FxQm8uF8Z91 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.6875rem;left:28.6875rem;display:block; }
#JOKcL51aPx4ySVIVCJT3hw3hMbTeT2lL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container { background-color: transparent; background-image: none; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container > .video-iframe-container { display: none; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row > .video-iframe-container { display: none; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .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); }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container { border-width: 0; border-radius: 0; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#r8fu9G43rUWOB6tV3McTPvq3ewXpAQTp { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#FTRzois3UIn9zIAzXifIMIURRFJNoRfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.125rem;left:9.8125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container { background-color: transparent; background-image: none; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container > .video-iframe-container { display: none; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row > .video-iframe-container { display: none; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .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); }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container { border-width: 0; border-radius: 0; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#XB0sTlMNN4m8mMFodAryqwB3TaLuhH7d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:17.5rem;top:1.6875rem;left:3.75rem;overflow:hidden;display:block; }
#n1hAr3LgGddcLGcrKUNpZR8feZHtEseJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.490234375rem;left:3.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#U16XuMWl1fwbZE86PdPdFeSJr4kPtllw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:24.0625rem;left:3.75rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBxIOvTrZDMI3qweDtAXqXdRcc3SQcff { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.3125rem;left:3.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#FaypAwVn58TDyXK6M8dIxsBexUnIwrLW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:33.65625rem;left:13.4375rem;overflow:hidden;display:block; }
#R6dlwk1aV5alzAJyWn9JttX951O21KTN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:17.5rem;top:1.6875rem;left:28.75rem;overflow:hidden;display:block; }
#lmberUnnXatDy85Du6TfmpIwO05Am1aw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.4375rem;left:28.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#F7mUgXCoObXoTIXS55P8EKT273w3layS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:24.0625rem;left:28.75rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1eOf4Zr8mDRqV1GJPLkORV9SuAJ4IpW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.3125rem;left:28.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#KoqW9oxBf2qJNbT6JJGC58pln2vqChZw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:33.625rem;left:38.4375rem;overflow:hidden;display:block; }
#Aa3R5PTzQK8mGngF0eLqztkCN6rAXa2S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:24.0625rem;left:53.75rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N4n51M0ynW2Oe5au70PeCLCb9qbaBasK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:17.5rem;top:1.6875rem;left:53.75rem;overflow:hidden;display:block; }
#IvExsC0fT9x5GCso5w5TxGKh27TzgmJe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.5rem;left:53.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#GOOxsGQeqBywfLkTHKhFVLMVS0lCPwJc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.3125rem;left:53.75rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#ln27wLOCOTCZOoJxhRhlU3ABeJOPqgG1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:33.6875rem;left:63.4375rem;overflow:hidden;display:block; }
#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo { 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; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container { background-color: transparent; background-image: none; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container > .video-iframe-container { display: none; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row > .video-iframe-container { display: none; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .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); }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container { border-width: 0; border-radius: 0; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#nXInpmCR50a9IRPFvdJpW8DREdIspcaS { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:3.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#eMbXJ9lEX20GcfLpZd10pEV4hAkfLmIi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.6875rem;left:31.6875rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrbrccz4WTthJZo4IZfub0ywbLlXpnx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.875rem;left:6.6875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#BRCOmTF3rMu1yqQflsxXrHTUPAydhIL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21rem;left:9.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LlttQT8gi4m3M2SA3pxWAHspL6T6txTN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:11.8125rem;left:11.8125rem;overflow:hidden;display:block; }
#iTZQOef6C8h5xyNGlHrPRPEoLactTw4e { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:14.6875rem;left:27.75rem;overflow:hidden;display:block; }
#CxsbrTN4TZTfPM6fswTgWFzctpqUffkq { position:absolute;display:block;z-index:15025;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:7.5625rem;top:20.75rem;left:12.9375rem;overflow:hidden;display:block; }
#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container { background-color: transparent; background-image: none; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container > .video-iframe-container { display: none; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row > .video-iframe-container { display: none; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .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); }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container { border-width: 0; border-radius: 0; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#UbbIVt36tMpzhGk8Z6VbQTxUoTTQSrHT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.125rem;left:9.875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#vF7ffRd8hIpmBaATUpp1TRw65MCQrb6n { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:13.375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container { background-color: transparent; background-image: none; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container > .video-iframe-container { display: none; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row > .video-iframe-container { display: none; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .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); }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container { border-width: 0; border-radius: 0; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#iFepZKxbLHWlwN24ddm4is1MZ0oX59fy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.4999125rem;width:1.4999125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.9992017745972rem;left:66.060723781587rem;display:block; }
#Gvrw7cDRVTJuBtNLu3imJh1SQ1aT3V5i { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:2.875rem;height:;font-style:normal;display:block; }
#zNRFalv92Lawe0tUZQ7pu539wRVT9xr5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:1.8125rem;left:65.9365234375rem;display:block; }
#G9eUT8pvy5JlUqTZXDHMwLEcSqwuJkV3 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:69rem;top:4.6888465881347rem;left:2.8746447563171rem;display:block; }
#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp.adaptive-delivery-prevent-bg, #OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp.lazyload, #OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp.lazyloading { background-image: none; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container { background-color: transparent; background-image: none; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container > .video-iframe-container { display: none; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row > .video-iframe-container { display: none; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .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); }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container { border-width: 0; border-radius: 0; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp::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; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#adWCJ78Qd7e1GoWdH23FZqOQTr816FDL { color:rgba(var(--color-tertiary-4),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3375549316406rem;left:2.8090534210205rem;height:3.75rem;font-style:normal;display:block; }
#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container { background-color: transparent; background-image: none; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container > .video-iframe-container { display: none; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row > .video-iframe-container { display: none; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .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); }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container { border-width: 0; border-radius: 0; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#rMb4i3KSUSw91H1nQSa12pbIQzMbl0zN { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.4999125rem;width:1.4999125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.9992017745972rem;left:66.060723781587rem;display:block; }
#mcLvZLX5DanECOtpqvHdZhwn9sfQgJe7 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:2.875rem;height:1.4375rem;font-style:normal;display:block; }
#SGJG2TIuIVtriNGSKsykI1hwd2Diu65c { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:1.8125rem;left:65.9365234375rem;display:block; }
#DTaTEsykbWr6HENIVNr0yarpJl20UvEr { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:69rem;top:4.6888465881347rem;left:2.8746447563171rem;display:block; }
#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI.adaptive-delivery-prevent-bg, #iqLyJJgrbeDeRzu73EUuexS54xb8iSSI.lazyload, #iqLyJJgrbeDeRzu73EUuexS54xb8iSSI.lazyloading { background-image: none; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container { background-color: transparent; background-image: none; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container > .video-iframe-container { display: none; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row > .video-iframe-container { display: none; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .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); }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container { border-width: 0; border-radius: 0; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI::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; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#m9OH1vK9lewmbLgk6f8RufMbVZOg6CbP { color:rgba(var(--color-tertiary-4),1);display:block;width:64.124542236325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3678894042969rem;left:2.7458629608154rem;height:2.5rem;font-style:normal;display:block; }
#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container { background-color: transparent; background-image: none; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container > .video-iframe-container { display: none; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row > .video-iframe-container { display: none; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .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); }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container { border-width: 0; border-radius: 0; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#tEMcETIhVOLWeek3sCoLvgKRIRfNgVzA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.4999125rem;width:1.4999125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.9992017745972rem;left:66.060723781587rem;display:block; }
#WLcC4cgo1bbz3LrBnQvOpECVAQyInqEt { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:2.875rem;height:1.4375rem;font-style:normal;display:block; }
#O5En8onAT0yD7Ce448FhSJh2pvScdn1n { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:1.8125rem;left:65.9365234375rem;display:block; }
#qoVCrImifJMD4sHQ4H1EqFNWJdtUxxDU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:69rem;top:4.6888465881347rem;left:2.8746447563171rem;display:block; }
#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx.adaptive-delivery-prevent-bg, #fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx.lazyload, #fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx.lazyloading { background-image: none; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container { background-color: transparent; background-image: none; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container > .video-iframe-container { display: none; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eff0f2; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row > .video-iframe-container { display: none; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .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); }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container { border-width: 0; border-radius: 0; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx::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; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#ehBmbPKQbF36kUhTosTraTClBk61qXEX { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0542297363281rem;left:2.6849727630615rem;height:5rem;font-style:normal;display:block; }
#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f2;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; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container { background-color: transparent; background-image: none; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container > .video-iframe-container { display: none; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row > .video-iframe-container { display: none; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .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); }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container { border-width: 0; border-radius: 0; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#LqrNtRgbfMwrS5Cxz1knWqh87f4iTqmH { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4368801116943rem;left:9.8437495231631rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container { background-color: transparent; background-image: none; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container > .video-iframe-container { display: none; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row > .video-iframe-container { display: none; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .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); }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container { border-width: 0; border-radius: 0; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#dGdX3whHO08ARlMPqKhlESDHxoKQNihU { color:rgba(var(--color-tertiary-4),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:3.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#DOvvn3O395XHtR6Xs9yPO26nV3Lu3drV { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.427734375rem;left:9.84375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#mPOfJcPrrGTo01PHH0WCvKJI4t7Qo5bD { 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:1.8124125rem;width:6.37475rem;top:17.625rem;left:30.5625rem;overflow:hidden;display:block; }
#xnwxJbnqRxy2mfk4rDUp2ImzM1X2wzOx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8124125rem;width:7.874625rem;top:17.624732971191rem;left:37.749909877777rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 { display:block; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kItv3FXF59X7MnSesF3zFtZWMVBrqFi8 { width:5.625rem;height:2.5rem;top:1rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD3MQkytWo6czksPxw37E53JGehNvskb { display:block; }
 }@media only screen and (max-width: 763px) { #mXVRXsm0OTctVV7XTLTETf3NprzkpNTg { width:10.125rem;height:2.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpzGykaFbMHFmT0UKcl4nheO43NUi8z1 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aUoE5Up3uJq9F61LwOFsAFfR7e5XJQ { width:5.625rem;height:2.5rem;top:1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MStHEgQOpFpwFNzT5U2ihEHmmAwhzWJx { display:block; }
 }@media only screen and (max-width: 763px) { #ODLo5BZnhD1U3m8OQhe8rEyNyVgCQiIb { width:8.375rem;height:2.5rem;top:1rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twt71KIHKAFRen7yPXrOKeUNNkVKRHO0 { display:block; }
 }@media only screen and (max-width: 763px) { #hFXDdMLq2cNt3dAwWosUe3CCrdzIXTx8 { width:5.5625rem;height:2.5rem;top:1rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRDZtTgQ54iGqS2rflNAEe61KBBcrVK { display:block; }
 }@media only screen and (max-width: 763px) { #bRWNrGXxR2wCBaTtUaaMcI7752MhqvX8 { width:4.5rem;height:2.5rem;top:1rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CdD6SmcHwwecBJPQpQbD8KmRk3R3l3 { display:block; }
 }@media only screen and (max-width: 763px) { #xweAJZ4MmR7fANq54ENlokgGlJ2WwtrD { width:4.5rem;height:2.5rem;top:1rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti8MmcJcng2UxUeifGaQ0SE1BnCQsCld { display:block; }
 }@media only screen and (max-width: 763px) { #QCPCoGTOgSO489LEVzh78k0GueLcXwpg { width:8.4375rem;height:0.875rem;top:0.9375rem;left:39.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORR6OURxAmhkb5tneDL3CzLFhy74hHpS { width:7.625rem;height:2.1875rem;top:1.5625rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakpLBEfPD04rB5ofgdRozcobFkhr9QW { width:8.625rem;height:1.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs { display:none; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hX8TMv5ffPLN2iNy3LW42zqA5h40Urpb { width:5.625rem;height:2.5rem;top:1rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goWWGLKZDxJA4ToFyFeJdeABJPeX1vxD { display:block; }
 }@media only screen and (max-width: 763px) { #wLK8dVN8ntuyoiRvAzp0smxTCSi9acho { width:10.125rem;height:2.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbxhhmAq6yRA5a8J6BaL0UM6T6g5m761 { display:block; }
 }@media only screen and (max-width: 763px) { #KkIg6rVHxyt6GOIOnTcNooKAn9AuOfWH { width:5.625rem;height:2.5rem;top:1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm2gwllN1GBugrRv7KaVTxTp4zcNGq6 { display:block; }
 }@media only screen and (max-width: 763px) { #VeaHOMy6zSulCOvHBftiMPLBRJn7Lsgn { width:8.375rem;height:2.5rem;top:1rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPtzRwPDHTlw4Plvb7tFga2QdAMuEVG { display:block; }
 }@media only screen and (max-width: 763px) { #Hkv5ipJHHJvgzpg3KBxOT6bTe5SdiLBX { width:5.5625rem;height:2.5rem;top:1rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1ER30ZOwMii6Mtc7kcHhVXLkpJr1MA { display:block; }
 }@media only screen and (max-width: 763px) { #T8AmG655G4zTbrPROHgNUT22v41rfCzc { width:4.5rem;height:2.5rem;top:1rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFclpXKDmwAZ55rd52FJ2IXOU2ioJ49 { display:block; }
 }@media only screen and (max-width: 763px) { #mJNQ5EsD5dmxJF8PrHxIWFrAtiTUDetL { width:4.5rem;height:2.5rem;top:1rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxp1AD3kCzn1qMEXnKKL2lIlhy7Doxo { display:block; }
 }@media only screen and (max-width: 763px) { #kX4cXKCuZXOlf2gEGA97zpMbNs9ULpNk { width:8.4375rem;height:0.875rem;top:0.9375rem;left:39.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWyHMV0Lr2GASgEwGBaAeK03FyWe4vVZ { width:7.625rem;height:2.1875rem;top:1.5625rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEyio5zhlW60xvlnPxi6kN4ktvSxOQpr { display:none; }
 }@media only screen and (max-width: 763px) { #R2TBboS8DWwHKcHNlMP8qlkne0hHTJpM { width:10.5625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvGTDqAWQ7u5xiBsqmcoqCfJmTnG4hD0 { width:47.5rem;height:38rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVlUdHNkvUOhazUlUWzZlMeyntHAsUR { width:32.375rem;height:9.75rem;top:17.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Vy5WJHI7uvmO4bWXc8m0mtx0DVcNUv { width:36.25rem;height:3.25rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcDllc4fwvT7Q57QwuecB6QO9AUhJ7kT { width:21.75rem;height:3.375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZITZWizkIxDs2WUizipCfz93JnAox6 { display:block; }
 }@media only screen and (max-width: 763px) { #vdNmzq6PWdTVgSCbz76qOMxO4a6xctFi { width:6.25rem;height:0.875rem;top:12.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNZiJAcSU00GyM8wQQQAAGHam902ZvG { width:4.1875rem;height:0.875rem;top:12.125rem;left:2.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2V5TkVKOPnLZ02hlnHw6k3KOgVAmbVi { width:2.5rem;height:2.5rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH9rS1ls8mwBeLaPZ0cdTitnQsLG2P62 { width:7.875rem;height:1.8125rem;top:11.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecQa69OOk2LW3hOn3H46ICMJi6PQMeLR { width:2.5625rem;height:1.75rem;top:11.375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2UvgT9QtOcV135oHIVPKEEswL0HDCDB { width:6.375rem;height:1.8125rem;top:11.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXyiIF1Ja35IpamfdEuGs7veaisLyOxh { display:block; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbiaSCTPscD4kCSTKVL8OuFwiN3sXExd { width:47.75rem;height:2.875rem;top:10rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgG5kZT4GKIyZP0Cswpe6w0TKk3V3gl { width:47.75rem;height:5.0625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPvETpECAEg4THkJJHok8SRzWygRoKA6 { width:47.75rem;height:1.125rem;top:21.8125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt549JVeVbEaQqo13mGTsTi3GTRWR2 { width:4.0625rem;height:2.25rem;top:6.125rem;left:21.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqvX4cScRwr4e5TchDm4Z8oquCn3VpC { display:block; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOQbU3JvGmltPsnQmTM1C0MSkgmSJ0u9 { width:40.9375rem;height:2.9375rem;top:6.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBwkhdh9u0xeQ2TI0prUMUmMZNZBfCA { width:37.375rem;height:8.4375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmu9KOD5VHaofycqm6cwxS4sBZTFoFX { width:1.875rem;height:2.125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ0fVrWVQ32pVWy23gdRDPuFWkoHh7DR { width:9.8125rem;height:1.6875rem;top:24.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7GoEfkiJlQzwSuJQZ5vtTV6QbNQwGcP { width:37.375rem;height:2.625rem;top:27.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoTknOvt9JlxPUFn775Eqnfak0Nkltwi { width:3.25rem;height:3.25rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKyyT3Qy0wZqTTfcSnXPGK81UxZpCGG { width:18rem;height:1.6875rem;top:32.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhugXVHGOAku0xZTgC4FA15zLD32fSD { width:37.3125rem;height:2.5625rem;top:34.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsSczmd8WFZytWbV07R42WCmFgEDrQFt { width:2rem;height:1.9375rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhS2qznQIPpAQOIL26UeXVM1QwPKQidh { width:9.8125rem;height:1.6875rem;top:39.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgOKHXEPmunFLMqgHkJEWC8odFIyOHzX { width:37.375rem;height:2.625rem;top:41.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvmGHmfEqLrMUTdBTzRxSf3BCuiJhveX { width:2rem;height:1.75rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqnfqKA9wptv5SorWkxchThtIO4rmMqH { width:9.8125rem;height:1.6875rem;top:46.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99HV6vlwbVpaRQsH23oUQvHQ8WVs9n7 { width:37.375rem;height:2.625rem;top:48.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV8MgEQArAhtaJkIz6fsflm4KWc7dVHA { width:34.5rem;height:33.4375rem;top:16.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqT0sVBHcRBmARBXTUXqozB7Fg0gyTaf { width:15.6875rem;height:3.125rem;top:52.125rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THuSRiIFFlFUPFBCFe2wxgQTWUR9f930 { width:15.5rem;height:3.125rem;top:50.25rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa { display:block; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrG6BuXVhrJu0UTDqghfTE2FiIkT3Ve7 { width:47.75rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfI7BHVZmSHgWBZpxEbZcQMDEc5Tcxuh { width:47.75rem;height:2.9375rem;top:6.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk { display:block; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8D3ZbeXcVKtmFnwSoWLK5VLBC2WyG82 { width:11.3125rem;height:1.6875rem;top:7.875rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP2Z24hn6bZJGeXCAPhi3pupv5l9wgfU { width:13.0625rem;height:6.375rem;top:10.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZxtmn0gAmWrNfIXSFN5WUZwxi0Bdaem { width:3.9375rem;height:4.4375rem;top:2.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzrbIhUFe7JQXhyQLRUDMKaKMbalGTb { width:4.375rem;height:4.125rem;top:2.3125rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZNeXuO7vnoziWqUbw79XunDSbo1P5P { width:11.3125rem;height:1.6875rem;top:7.875rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmunPmlkQLWIHUJ6q5cW9PWQCKNuwduM { width:13.0625rem;height:6.4375rem;top:10.1875rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnTkLTTrisrEvig79BTCyHayQy0I5NsR { width:15.25rem;height:1.6875rem;top:7.875rem;left:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAczBLogNbmCmwAV9phDOm2qHVkX8boc { width:14.375rem;height:6.4375rem;top:10.1875rem;left:21.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hepRpxVQmEcoSLX8qbxbT4ecvDb7GsV8 { width:4.125rem;height:4.125rem;top:2.3125rem;left:39.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkxrrgP1HOSOvkJTzFlCnA429rSvxv2u { width:3.9375rem;height:3.875rem;top:2.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOqBFTG3HdTvs49pyevCKyKcKEfLR5Z { width:15.25rem;height:1.6875rem;top:7.875rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoeydupq1iZuJKT2PIAHnokegVJIDKO { width:14.375rem;height:6.375rem;top:10.25rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 { display:block; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzpdzIReX2TLNKGIuP0aJKfB51MnoQ9y { width:47.75rem;height:2.875rem;top:8.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIFbdGV886T8LpbDEe55LrIabIQDINg { width:47.75rem;height:3.3125rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhPRVxr5gW7uymBGQnnNlVzGbdDJxBbV { width:6.25rem;height:0.875rem;top:19.6875rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtsRt7SIVx78BpZlQNGH0ER7Hp5Pa9G { width:8.4375rem;height:0.875rem;top:19.6875rem;left:23.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnKtMeA9rfbNoAyiEp7R1H6v0C8wrQLC { width:2.5rem;height:2.5rem;top:18.9375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ok1qPTnXCcvHPlDu3zg5x9epXB0rLV { width:7.8125rem;height:1.7981138982809rem;top:19rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzQ6gWGdMyaV9iX5s5mK55GFfAyUzuJ { width:20rem;height:6.8125rem;top:1.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM { display:block; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwXtB8CTXBs7wQcsab2TEHK1PCrgM9mi { width:21.875rem;height:37.625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrUccRCgL5aHn8PVITMaagVk9b6LqpA0 { width:2rem;height:1.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKlVmnf6IUdWtMBtqX3BhzIcM9TVpK3U { width:6.5rem;height:2.4375rem;top:8.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw9FMg8S6kB14TTPieo0NZw11ONUNgdO { width:5.0625rem;height:2.5rem;top:8.3125rem;left:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvTUaWhOSAhoyNhFOXFOCLWn9yxQRmm { width:2.5625rem;height:1.5625rem;top:8.8125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mTRDCAGUG8L7Qxi9MRD8MCtu2niMLT { width:17.75rem;height:0.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a96XsuXLWdT2SfatTGNe5DoeuSdwZsVW { width:6.5rem;height:1.25rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdaz6q6LS2XPrMiJ6LM70yZGXq9hAVs { width:4.25rem;height:1.5rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGeTTJc5Ix2Icao3uhG4hM7NJJ7go2y { width:1.125rem;height:0.875rem;top:13.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3T6tbDWcSaAP1INtPeSKpZ0o6Vlq8XH { width:14rem;height:1.5625rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdzJwv4pkhlm630mmS72lxV7cB4FMPD { width:0.875rem;height:0.875rem;top:20.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOEZ0ZUTLpA5CICJoIdrvVpbh7U8EcN { width:14rem;height:1.5625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1SiUdHlgEMtNfPFTe4JDS2kemtoXUC { width:14rem;height:1.5625rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2M82VzaTQXd1H2QSeRH4S9ZTiFSyOV2 { width:0.875rem;height:0.875rem;top:23.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0xdZSpr3Hw4AEo33kl548yCUtLM8iU { width:0.875rem;height:0.875rem;top:25.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfpn5SBU69dTSsd9s4WApmmoNtA0OHm0 { width:17.625rem;height:3rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHG664och974ze6nsJxuefIo1o44uvO { display:block; }
 }@media only screen and (max-width: 763px) { #hIX9RKTe6UgA9ZibnTeOJkxNsUvySrgx { width:21.875rem;height:37.625rem;top:0.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHVXS6F9UKruWF6fIlRZthoQf66earXC { width:14rem;height:1.5625rem;top:28.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kror5ynXPZ8IwBWgU1dU8MPHz0S6mTJB { width:0.875rem;height:0.875rem;top:28.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDl6QF63LMDffsusXxuWyATXydaWB7hv { width:17.625rem;height:3rem;top:32.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6AohEUuICaiXwHDRe75ObzqvtLBhFb { display:block; }
 }@media only screen and (max-width: 763px) { #FZLUOBKqTT4OkBnqDemVpk4PEzqBG1GT { width:14rem;height:1.5625rem;top:24rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4qXEkkQ47NWIWTXPf3UDiVORn1GoeRr { width:7.875rem;height:;top:8.375rem;left:22.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv9rThJNnNbVUUhQR6mqz0bJMKk1cUzP { width:2.5625rem;height:1.5625rem;top:8.875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qER3J6mzKSLUfHWhnm5LTii2xrUru0Iv { width:17.75rem;height:0.0625rem;top:12.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzxBUMLQZRwk8uEJlC0SXbiAvUcceA3 { width:1.125rem;height:0.875rem;top:13.8125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiPnM9hbTshkXR6Q7saPg11B6pVMogK6 { width:14rem;height:1.5625rem;top:19.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWKGgTbNFmd7JTFuLtOfcassWB0XQ5W { width:2rem;height:1.875rem;top:1.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthklQxUvX3rTDMBzQw92oRbMEv2R02m { width:6.5rem;height:2.4375rem;top:8.4375rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtTNNb8X5DVfVNhf4NMu58E2MXrNUwG { width:6.5rem;height:1.25rem;top:14rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPkBShvf46OcURluvUkC6aahRIhF6GF { width:4.25rem;height:1.4375rem;top:16.4375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpL54WqsGN1Rh9J3iupk3usRnhtbArcl { width:5.375rem;height:1.4375rem;top:21.3125rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBM1ahgnc1iufXAaANhTpXvOFwUJGe75 { width:1.125rem;height:0.875rem;top:20rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXpEvmiGHOithESryMIqUlzJm3VGwIiP { width:7.6875rem;height:1.5rem;top:25.4375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV47aJ2UXxrpWce4AGXDpVieASawGD5u { width:1.125rem;height:0.875rem;top:24.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8rDtRkoK7Q6mfR1AP2vROUCztlEwm5 { width:21.875rem;height:37.625rem;top:0rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHTg0ov1zuSHHbhQ9qfic7v0ZrnaCxb { width:14rem;height:1.5625rem;top:28.0625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2c6i9FN7UDHTmFqhgTAfTDQRfA0TLw { width:17.625rem;height:3rem;top:32.25rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDz7n2pCEw0cPghlF6ezK74T0H1rcfWS { display:block; }
 }@media only screen and (max-width: 763px) { #X36aHS2oLHiX1XBiR6lNiVS8aaIS6o7s { width:14rem;height:1.5625rem;top:23.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWlR9X3zZRWbS4nskiuiqKOctxPKqW0q { width:17.75rem;height:0.0625rem;top:12.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFyzCgHFQddTARHH3gHT2Rl7pFhnMQR8 { width:1.125rem;height:0.875rem;top:13.75rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJrBiTQXD0gXKOywQXJ7e6afT6Wf7h6 { width:14rem;height:1.5625rem;top:19.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCBiQag7vvKiK3BJEm8Zq2c5UtA6LwBG { width:6.5rem;height:1.25rem;top:13.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euByClQqwsnIINpUoJ0MJOGUcdztUc4r { width:4.25rem;height:1.4375rem;top:16.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Bu3HqgpD3h8eEZWSKruJcR4AuJUr3a { width:6.375rem;height:1.375rem;top:21.625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgFeo1cCXbEJCzagpGPclPC9ccT4Wgiq { width:1.125rem;height:0.875rem;top:20rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgE2okN3dm44tkA5PMpNJc4ZCD08PsOQ { width:7.6875rem;height:1.4375rem;top:25.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn63DM6ZwdTeXvomQrTpi4wA2eRfLH9r { width:1.125rem;height:0.875rem;top:24.3125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InAU0Xc5fl9WK4nenFD1RbhQEwxviKGh { width:6.0625rem;height:2.5rem;top:8.375rem;left:39.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUif5S8MdLVLSg2T9xhVyTHXvoa6P6i { width:6.5rem;height:2.4375rem;top:8.375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2vzxSXnLIIZWTw3OyNmuIQ8REBMSZ9w { width:2.5625rem;height:1.5625rem;top:8.8125rem;left:45.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFuoHRG8ApOSlIE4f6PvtURbX05l8Lc { width:2rem;height:1.875rem;top:1.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4rrR3kkTKbvmfrSzWQNBGWhPyzyntV { width:1.125rem;height:0.875rem;top:28.4375rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nubstNNc87RZittsTEPLL5VaJeQx7m { width:8.0625rem;height:1.5rem;top:29.5rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB8Jd7rwUgohVZGlJ1fvly6BLmId4EDZ { width:6.9375rem;height:1.4375rem;top:39.5625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6BsBPBFazFIxA9kmGQPWSLvkNqVziq { width:2.5rem;height:1.125rem;top:39.5625rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8BT11gFC49TynP5CKFbXmcUUOyHiWt { width:1rem;height:1.25rem;top:39.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrJpTEfhZg0XwWPrptWeG27DD0ubp9oi { width:1rem;height:1.25rem;top:39.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsbnE25HLKx3pEz5PbvCEVx5h5BIB4Zt { width:6.9375rem;height:1.4375rem;top:39.625rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTXIteJ83s82f9uaM3eTuuw1NcfqNT8 { width:2.5rem;height:1.4375rem;top:39.625rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2FhsqLkMuSCkvGMFNZU7mVnMubIr1eh { width:1rem;height:1.25rem;top:39.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkyIfGzNzkL9Wg8QtWQPO2SfP4mPgiuL { width:1rem;height:1.25rem;top:39.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTWbzHX6i1yUWHlMu43pSJtAXGpEte4 { width:6.9375rem;height:1.4375rem;top:39.4375rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIhPU37F8TNuyVTH1Te1ZN0n02BpZ7h { width:2.5rem;height:1.4375rem;top:39.4375rem;left:44.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8pe6vr60C2yepC5xxaqMlfq9wkBVJC { width:1rem;height:1.25rem;top:39.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWlzS19ZxTFA2a8rWG4haL4eITSgB0nF { width:1rem;height:1.25rem;top:39.375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3A90Lg3kWeRCz24y8EtX1Vp6BJhdTyE { width:5.9375rem;height:1.75rem;top:16.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAlq3FbWyxQQpkTDk4OUhyoy7r37EDq0 { width:5.0625rem;height:2.5rem;top:8.375rem;left:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iEal1xwx4P6V25J6WR1V35WT8ih7Ur { width:5.0625rem;height:2.5rem;top:8.375rem;left:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkIVWypQ3qfx0xsaUZyHtIUD4VJcAUV8 { width:5.9375rem;height:1.75rem;top:16.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXNnXOwLTwOdlWZLXPOBMaoPbBT38z1 { width:6.3125rem;height:2.5rem;top:8.3125rem;left:23.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZIFOapcXbLGidVLAX88IWOMdQMy0fS { width:5.0625rem;height:2.5rem;top:8.375rem;left:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSpJOqaHABblZ19qba4kV7n4b2np9XG { width:6.625rem;height:2.5rem;top:8.375rem;left:7.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUv01UB58ZcUNw3XLmXRBlRnThRgqhaq { width:5.9375rem;height:1.75rem;top:16.1875rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiBc0cBQT7CzyR7913tO3ZyMIpuhKo4o { width:5.9375rem;height:1.75rem;top:21.4375rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pM1EVBKEF0uNkuBLalELBylhoSdSPB { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnegTPI5WsHiISwfvJgasXsUkWy13ngd { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mosJ3EQKx6n9ZALFAU7L0VyniaTortVB { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCsaVA3cH0fwnmA3JRuthyc5EqrTFWr5 { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpnzBIJr9xGD1NMaDBFmpdpPn82lC2v { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr7JHNBBvGapUOwMwf0rx7ZxhvwiI4Wy { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0CT8rTebrEKBrr9d0c8VJZwcAR2pJUh { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCKPHbytKkydSoEkoABIFvXDO5Bs5Xk7 { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6o3wc1h5TDysC7viX1SJiGvLRu65nJo { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0H9DH1XWQqIFVBxfa44sAEZV86Hiqn { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxuQOUFommB4AZb1NcubNxf2Q0TMi7r { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvOMIEpNw8TOmLfm8leoTHquJqfo0SB { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfMfoTHaF95kA6AnOtGKV64DhMPtqB0 { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUodaZJbhtuBVGCVkehW6hVTOsFuQdR { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiddhLNg9bfSOaSOpo7ZigB6m3VsM5T { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFMQqKAOKpakk8G2ev8FlJuCI7yAU8SX { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ7TdwgnFExB5m1ftmGEIRv3QsvTD8sU { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWRB3OuPIRUcVap7Zac6IF07CCQBBPZu { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ics4IvRwogNCtrnXkPTeiV2sCh5c9HAk { width:7.375rem;height:2.5rem;top:8.375rem;left:38.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v { display:block; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHOqgl0qh8Zb9CRQXZBiQVTOeWfXJgkk { width:47.75rem;height:3.375rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTqbdxR1ewMipGTnm2fZQDhAaPXeE5L { width:47.75rem;height:2.875rem;top:6.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1bIQSUfdAZKNxQ6zB8MFVhXxf1hi8ud { width:14.625rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvZDBkui2dCE9QG4nNQK16teg1ZlN0a { display:block; }
 }@media only screen and (max-width: 763px) { #T7H8qlQWPK97iGfOAZXI8ftxsDhF2t9H { width:12.5rem;height:2.5rem;top:15.8125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcXCoSDeuMBSNVfOswLncef4oh7KCoK { display:block; }
 }@media only screen and (max-width: 763px) { #KIGFGQnr4heW7aG1ch3JPS4kR9L41sKL { width:12.5rem;height:2.5rem;top:15.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxJ9cLXmV95J2uZ8zwmUzKfG9Ft63k1 { display:block; }
 }@media only screen and (max-width: 763px) { #oLyJIr7mVTme4TsNAnyceB7WhTLKrH9N { width:12.5rem;height:2.5rem;top:15.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOiwVaDcPyTo3IRBsppALLJ0NqUgpk4 { display:block; }
 }@media only screen and (max-width: 763px) { #TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS { display:block; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvKmMSPyoxGtc6F6TFmZ57ui9J2miGrg { width:20.3125rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FWwSi810DgGCmlIgKQlTN7yy0JZWd2 { width:1.8125rem;height:1.75rem;top:3.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FMSxNW5gRIRfhBB8MhPz6Ez6QmLxyW { width:14.25rem;height:6rem;top:6rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJXRa9n7lkc63Inem5HGivsZIdvx9wP { width:20.3125rem;height:15.625rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaMu08vvoXplHielbzoSOFTrlrOOeV3 { width:14.25rem;height:4.5rem;top:6rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLbgvR1nTg8hR8c4NWWWU9TWbNC3q1uM { width:1.8125rem;height:1.75rem;top:3.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQVmKFOEiz4cPUV1mDOQo3eRBcm38xb { width:20.3125rem;height:15.625rem;top:0rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAk98uy8VaUbScmRX0GvNHQ0eRBrrIP1 { width:15.375rem;height:4.5rem;top:6rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLM4UXV7T8g6NKTey5TQUrwtduHKfPf { width:1.8125rem;height:1.75rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR { display:block; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS1TVD8Q9HUHodtcfEau0e5HBsEU9Tfm { width:20.3125rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFzDOpxKnSIzgL1X0LSvmVBGZbOgknM { width:1.8125rem;height:1.75rem;top:3.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCOkASz4DAbTLMiinwgQTEPWMTXShErG { width:14.25rem;height:6rem;top:6rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3rTuSFykl91tHwRSTs6c2ZXAxp1BR6Q { width:20.3125rem;height:15.625rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQR33OyKeFg81Ov9lrebZRiPeqFzfGLF { width:14.25rem;height:6rem;top:6rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6TFWi6Fkeik4Kdx0C47efQhJLyew5l { width:1.8125rem;height:1.75rem;top:3.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPsOJPTRnvyWTTooe3b27If2UG1oMoul { width:20.3125rem;height:15.625rem;top:0rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6dDFpS4KJcLmTwfImrbyr4QkHuHqDzI { width:15.375rem;height:6rem;top:6rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Wh0Pm6iUnHez4xFU0Tfi3gmVLgdwRp { width:1.8125rem;height:1.75rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av { display:block; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw8aH5xceaXHAV1HWspvy0huCMEl69xM { width:20.3125rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8reMIUroPXR1OLIBuqtAtBtQaGgGdB { width:1.8125rem;height:1.75rem;top:3.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FraeViUTGWAXASVHOvsyJvU8DcGITJLH { width:14.25rem;height:6rem;top:6rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb7s4zkt1TTq8k40CaUuDxAC1Bsz11eP { width:20.3125rem;height:15.625rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPCxQw3bh25q529boNCSLBRd523prRtx { width:16.4375rem;height:7.5rem;top:6rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBilWOlQsLlv9kBzzvvUNtehiRmkzaWf { width:1.8125rem;height:1.75rem;top:3.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Fn2dMTA18ww7zXTlUXCIeHKghFr0u6 { width:20.3125rem;height:15.625rem;top:0rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhdym2yRJvG4dpcc2IcUWt7IKJ742mtO { width:15.375rem;height:4.5rem;top:6rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ftkbLSg41DLpod4FrSWdRwGPMdrGJE { width:1.8125rem;height:1.75rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f { display:block; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdKm4v6cnFFq5f63dMVAC2ZZaVdZgSGD { width:20.3125rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzKXDlg4hnCMW8JFPJN5dUf4yBb2OS7 { width:1.8125rem;height:1.75rem;top:3.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pZNqZUTAWPTOxiyTp55MviT7wXcgMR { width:14.25rem;height:4.5rem;top:6rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZH7048TWLZaMT3yCoPVUNvm2D7nbgnf { width:20.3125rem;height:15.625rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anOeqiOX7EIvMmplgG1XRTsy81DsBfVG { width:14.625rem;height:4.5rem;top:6rem;left:15.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtVht32V7HUnFoOI1nVW0h5N3gI0tL2s { width:1.8125rem;height:1.75rem;top:3.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSWJ43AIePaZkQsd5PHnaEosC9aAu79 { width:20.3125rem;height:15.625rem;top:0rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTVRpTRIwqt7NZCFg7VRzv4yPpM6EJ1 { width:15.375rem;height:4.5rem;top:6rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XzDzifbIk8JoQ2Lg8PJ7LTshqAsK97 { width:1.8125rem;height:1.75rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP { display:block; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS7BLiWV61lRDDEv7gnvMmHmytRse3DB { width:47.75rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn5rvVn6DtM056e1uTp5UkP7MTqv2R3v { width:47.75rem;height:2.875rem;top:6.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay { display:block; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuTHA2IrywGJzDqTmU16h8OieHNnmOg7 { width:11.3125rem;height:1.6875rem;top:7.875rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PU2KGbHDShfzoCf71XHBqnSmn6zgXJ { width:13.0625rem;height:4.75rem;top:10.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2nU8OhZgm3aQNOkseA1ZLwrsdzHLE1 { width:11.3125rem;height:1.6875rem;top:7.875rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQCCsuSwom2NpSfWQMBeRLrXa91i4wB { width:13.0625rem;height:4.75rem;top:10.1875rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KdrTShUPHwGFG5lVW2dZDKqOUhlCGh { width:15.25rem;height:1.6875rem;top:7.875rem;left:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtQIkI1vyJF3QPV0dGCePqL68qSTuzrE { width:14.375rem;height:4.75rem;top:10.1875rem;left:21.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSDXlEXnOgmZzNLb1D8KvuNsIAJVDRoI { width:15.25rem;height:1.6875rem;top:7.875rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChkfSgKxGrErLtDCtHBIauSsTq5rRZFs { width:14.375rem;height:4.75rem;top:10.1875rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTleGFrL8S46sqlmp2iKfAgqbar7s6As { width:5.5625rem;height:5.625rem;top:1.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydDuD5p093UT0Lm8Oe0UJGcNSg5h5qIu { width:5.5625rem;height:5.625rem;top:1.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgoU4S82AiFVIhqrSwq5rLiSD7oRg3Zh { width:5.5625rem;height:5.625rem;top:1.3125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATVQCFXSkvJJuUPnO94VtMlQBBSySLZ { width:5.5625rem;height:5.625rem;top:1.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppXQI0Iv19yI5yFBHpVCTVuqcbFZGICu { width:3.1875rem;height:2.4375rem;top:2.75rem;left:4.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIMmEdyqLHnd6HJ8ldWPN84dTuaLxVCn { width:3.1875rem;height:2.4375rem;top:2.75rem;left:16.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TbOQvunCBwTP0MOSAMgl7AetiXD07l { width:3.1875rem;height:2.4375rem;top:2.75rem;left:28.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E447Nif4zgrzf0PNB0z4f7EBKmwZS5TN { width:3.1875rem;height:2.4375rem;top:2.75rem;left:40.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 { display:block; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM8EvsoQceRh7igyQzgq4FxQm8uF8Z91 { width:17.625rem;height:3rem;top:0.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOKcL51aPx4ySVIVCJT3hw3hMbTeT2lL { display:block; }
 }@media only screen and (max-width: 763px) { #MEJXx93F7KLGphnc85PLAsDkHfgXqu27 { display:block; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8fu9G43rUWOB6tV3McTPvq3ewXpAQTp { width:47.75rem;height:2.875rem;top:7.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRzois3UIn9zIAzXifIMIURRFJNoRfQ { width:47.75rem;height:1.625rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38unXqgccqR5qhxc2BTWU7h0wqyfBSI { display:block; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB0sTlMNN4m8mMFodAryqwB3TaLuhH7d { width:17.5rem;height:16.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hAr3LgGddcLGcrKUNpZR8feZHtEseJ { width:7.75rem;height:1.6875rem;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U16XuMWl1fwbZE86PdPdFeSJr4kPtllw { width:17.3125rem;height:8.4375rem;top:24.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBxIOvTrZDMI3qweDtAXqXdRcc3SQcff { width:9.5625rem;height:1.6875rem;top:33.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaypAwVn58TDyXK6M8dIxsBexUnIwrLW { width:1rem;height:1rem;top:33.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6dlwk1aV5alzAJyWn9JttX951O21KTN { width:17.5rem;height:16.9375rem;top:1.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmberUnnXatDy85Du6TfmpIwO05Am1aw { width:12.0625rem;height:1.6875rem;top:21.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7mUgXCoObXoTIXS55P8EKT273w3layS { width:17.3125rem;height:8.4375rem;top:24.0625rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1eOf4Zr8mDRqV1GJPLkORV9SuAJ4IpW { width:9.5625rem;height:1.6875rem;top:33.3125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqW9oxBf2qJNbT6JJGC58pln2vqChZw { width:1rem;height:1rem;top:33.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3R5PTzQK8mGngF0eLqztkCN6rAXa2S { width:17.3125rem;height:6.9375rem;top:24.0625rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4n51M0ynW2Oe5au70PeCLCb9qbaBasK { width:17.5rem;height:16.9375rem;top:1.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvExsC0fT9x5GCso5w5TxGKh27TzgmJe { width:17.3125rem;height:1.6875rem;top:21.5rem;left:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOxsGQeqBywfLkTHKhFVLMVS0lCPwJc { width:9.5625rem;height:1.6875rem;top:33.3125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln27wLOCOTCZOoJxhRhlU3ABeJOPqgG1 { width:1rem;height:1rem;top:33.6875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQJKXADGbTrufFaryTBUTkfgwuSbNgo { display:block; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXInpmCR50a9IRPFvdJpW8DREdIspcaS { width:47.75rem;height:2.875rem;top:7.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMbXJ9lEX20GcfLpZd10pEV4hAkfLmIi { width:37.5rem;height:9.75rem;top:14.6875rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbrccz4WTthJZo4IZfub0ywbLlXpnx1 { width:16.5625rem;height:1.875rem;top:18.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCOmTF3rMu1yqQflsxXrHTUPAydhIL8 { width:12rem;height:1.625rem;top:21rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlttQT8gi4m3M2SA3pxWAHspL6T6txTN { width:5.8125rem;height:5.8125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZQOef6C8h5xyNGlHrPRPEoLactTw4e { width:2.6875rem;height:2.6875rem;top:14.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsbrTN4TZTfPM6fswTgWFzctpqUffkq { width:7.5625rem;height:2.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC { display:block; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbbIVt36tMpzhGk8Z6VbQTxUoTTQSrHT { width:47.75rem;height:1.625rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF7ffRd8hIpmBaATUpp1TRw65MCQrb6n { width:47.75rem;height:2.875rem;top:6.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Npt0PzrT171EWtBtcAUrnskpFz2ADI { display:block; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFepZKxbLHWlwN24ddm4is1MZ0oX59fy { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:46.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvrw7cDRVTJuBtNLu3imJh1SQ1aT3V5i { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRFalv92Lawe0tUZQ7pu539wRVT9xr5 { top:1.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eUT8pvy5JlUqTZXDHMwLEcSqwuJkV3 { width:47.75rem;height:0.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp { display:block; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWCJ78Qd7e1GoWdH23FZqOQTr816FDL { width:47.75rem;height:3.9375rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ { display:block; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMb4i3KSUSw91H1nQSa12pbIQzMbl0zN { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:46.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcLvZLX5DanECOtpqvHdZhwn9sfQgJe7 { width:47.75rem;height:1.375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGJG2TIuIVtriNGSKsykI1hwd2Diu65c { top:1.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaTEsykbWr6HENIVNr0yarpJl20UvEr { width:47.75rem;height:0.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLyJJgrbeDeRzu73EUuexS54xb8iSSI { display:block; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OH1vK9lewmbLgk6f8RufMbVZOg6CbP { width:47.75rem;height:3.9375rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV { display:block; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEMcETIhVOLWeek3sCoLvgKRIRfNgVzA { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:46.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLcC4cgo1bbz3LrBnQvOpECVAQyInqEt { width:47.75rem;height:1.375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5En8onAT0yD7Ce448FhSJh2pvScdn1n { top:1.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoVCrImifJMD4sHQ4H1EqFNWJdtUxxDU { width:47.75rem;height:0.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx { display:block; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehBmbPKQbF36kUhTosTraTClBk61qXEX { width:47.75rem;height:6.5625rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBT1GiyuBihDKSoTDhcpIg0B5GqARew { display:block; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqrNtRgbfMwrS5Cxz1knWqh87f4iTqmH { width:47.75rem;height:1.625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn { display:block; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGdX3whHO08ARlMPqKhlESDHxoKQNihU { width:47.75rem;height:2.875rem;top:10rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvvn3O395XHtR6Xs9yPO26nV3Lu3drV { width:47.75rem;height:1.6875rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOfJcPrrGTo01PHH0WCvKJI4t7Qo5bD { width:6.3125rem;height:1.7947141309463rem;top:17.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnwxJbnqRxy2mfk4rDUp2ImzM1X2wzOx { width:7.8125rem;height:1.7981138982809rem;top:17.5625rem;left:24.124909877777rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 { display:none; }#s8egnvT5Jm6crz4QAGXsnKwF5q4N3ld9 > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kItv3FXF59X7MnSesF3zFtZWMVBrqFi8 { width:5.625rem;height:2.5rem;top:5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD3MQkytWo6czksPxw37E53JGehNvskb { display:block; }
 }@media only screen and (max-width: 763px) { #mXVRXsm0OTctVV7XTLTETf3NprzkpNTg { width:10.125rem;height:2.5rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpzGykaFbMHFmT0UKcl4nheO43NUi8z1 { display:block; }
 }@media only screen and (max-width: 763px) { #U9aUoE5Up3uJq9F61LwOFsAFfR7e5XJQ { width:5.625rem;height:2.5rem;top:8.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MStHEgQOpFpwFNzT5U2ihEHmmAwhzWJx { display:block; }
 }@media only screen and (max-width: 763px) { #ODLo5BZnhD1U3m8OQhe8rEyNyVgCQiIb { width:8.375rem;height:2.5rem;top:12.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twt71KIHKAFRen7yPXrOKeUNNkVKRHO0 { display:block; }
 }@media only screen and (max-width: 763px) { #hFXDdMLq2cNt3dAwWosUe3CCrdzIXTx8 { width:5.5625rem;height:2.5rem;top:16.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRDZtTgQ54iGqS2rflNAEe61KBBcrVK { display:block; }
 }@media only screen and (max-width: 763px) { #bRWNrGXxR2wCBaTtUaaMcI7752MhqvX8 { width:4.5rem;height:2.5rem;top:20rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CdD6SmcHwwecBJPQpQbD8KmRk3R3l3 { display:block; }
 }@media only screen and (max-width: 763px) { #xweAJZ4MmR7fANq54ENlokgGlJ2WwtrD { width:4.5rem;height:2.5rem;top:23.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti8MmcJcng2UxUeifGaQ0SE1BnCQsCld { display:block; }
 }@media only screen and (max-width: 763px) { #QCPCoGTOgSO489LEVzh78k0GueLcXwpg { width:8.4375rem;height:0.89355625rem;top:27.5rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORR6OURxAmhkb5tneDL3CzLFhy74hHpS { width:7.625rem;height:2.1875rem;top:29.76855625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakpLBEfPD04rB5ofgdRozcobFkhr9QW { width:8.625rem;height:1.5625rem;top:33.205780029297rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container { background-color: transparent; background-image: none; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container > .video-iframe-container { display: none; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row > .video-iframe-container { display: none; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .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); }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container { border-width: 0; border-radius: 0; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWDTTyUQ4pgAEOSHi9QbMvfeh5lRZiKs > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX8TMv5ffPLN2iNy3LW42zqA5h40Urpb { width:5.625rem;height:2.5rem;top:7.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goWWGLKZDxJA4ToFyFeJdeABJPeX1vxD { display:block; }
 }@media only screen and (max-width: 763px) { #wLK8dVN8ntuyoiRvAzp0smxTCSi9acho { width:10.125rem;height:2.5rem;top:4.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbxhhmAq6yRA5a8J6BaL0UM6T6g5m761 { display:block; }
 }@media only screen and (max-width: 763px) { #KkIg6rVHxyt6GOIOnTcNooKAn9AuOfWH { width:5.625rem;height:2.5rem;top:9.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm2gwllN1GBugrRv7KaVTxTp4zcNGq6 { display:block; }
 }@media only screen and (max-width: 763px) { #VeaHOMy6zSulCOvHBftiMPLBRJn7Lsgn { width:8.375rem;height:2.5rem;top:12.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPtzRwPDHTlw4Plvb7tFga2QdAMuEVG { display:block; }
 }@media only screen and (max-width: 763px) { #Hkv5ipJHHJvgzpg3KBxOT6bTe5SdiLBX { width:5.5625rem;height:2.5rem;top:14.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1ER30ZOwMii6Mtc7kcHhVXLkpJr1MA { display:block; }
 }@media only screen and (max-width: 763px) { #T8AmG655G4zTbrPROHgNUT22v41rfCzc { width:4.5rem;height:2.5rem;top:17.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFclpXKDmwAZ55rd52FJ2IXOU2ioJ49 { display:block; }
 }@media only screen and (max-width: 763px) { #mJNQ5EsD5dmxJF8PrHxIWFrAtiTUDetL { width:4.5rem;height:2.5rem;top:19.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxp1AD3kCzn1qMEXnKKL2lIlhy7Doxo { display:block; }
 }@media only screen and (max-width: 763px) { #kX4cXKCuZXOlf2gEGA97zpMbNs9ULpNk { width:8.4375rem;height:0.89375rem;top:23.5rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWyHMV0Lr2GASgEwGBaAeK03FyWe4vVZ { width:7.625rem;height:2.1875rem;top:24.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEyio5zhlW60xvlnPxi6kN4ktvSxOQpr { top:0.9375rem;left:16.34375rem;width:3.125rem;height:3.125rem;z-index:15002;color:#1c2635;display:block; }
 }@media only screen and (max-width: 763px) { #R2TBboS8DWwHKcHNlMP8qlkne0hHTJpM { top:1.1869668960571rem;left:0rem;width:9.9374375rem;height:2.62473125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#1c2635;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvGTDqAWQ7u5xiBsqmcoqCfJmTnG4hD0 { width:20rem;height:38rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRVlUdHNkvUOhazUlUWzZlMeyntHAsUR { width:18.187040328979rem;height:5.55rem;top:5.749080657959rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Vy5WJHI7uvmO4bWXc8m0mtx0DVcNUv { width:20rem;height:5.85rem;top:13.122699737549rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcDllc4fwvT7Q57QwuecB6QO9AUhJ7kT { width:20rem;height:3.3743104934692rem;top:21.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZITZWizkIxDs2WUizipCfz93JnAox6 { display:block; }
 }@media only screen and (max-width: 763px) { #vdNmzq6PWdTVgSCbz76qOMxO4a6xctFi { width:5rem;height:0.73125rem;top:27.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNZiJAcSU00GyM8wQQQAAGHam902ZvG { width:8.4375rem;height:0.89375rem;top:29.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2V5TkVKOPnLZ02hlnHw6k3KOgVAmbVi { width:1.5625rem;height:1.5625rem;top:26.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH9rS1ls8mwBeLaPZ0cdTitnQsLG2P62 { width:6.5625rem;height:1.4372701644898rem;top:29.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecQa69OOk2LW3hOn3H46ICMJi6PQMeLR { width:1.875rem;height:1.25rem;top:29.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2UvgT9QtOcV135oHIVPKEEswL0HDCDB { width:4.8747701644897rem;height:1.3120404481888rem;top:29.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXyiIF1Ja35IpamfdEuGs7veaisLyOxh { display:block; }#uXyiIF1Ja35IpamfdEuGs7veaisLyOxh > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbiaSCTPscD4kCSTKVL8OuFwiN3sXExd { width:20rem;height:6.825rem;top:6.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAgG5kZT4GKIyZP0Cswpe6w0TKk3V3gl { width:20rem;height:9rem;top:13.7983125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPvETpECAEg4THkJJHok8SRzWygRoKA6 { width:20rem;height:0.84375rem;top:24.235615730286rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt549JVeVbEaQqo13mGTsTi3GTRWR2 { width:4.0625rem;height:2.2495403289795rem;top:2.678768157959rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqvX4cScRwr4e5TchDm4Z8oquCn3VpC { display:block; }#heqvX4cScRwr4e5TchDm4Z8oquCn3VpC > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOQbU3JvGmltPsnQmTM1C0MSkgmSJ0u9 { width:20rem;height:6.825rem;top:2.5621477365494rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdBwkhdh9u0xeQ2TI0prUMUmMZNZBfCA { width:20rem;height:13.5rem;top:10.2983125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmu9KOD5VHaofycqm6cwxS4sBZTFoFX { width:1.875rem;height:2.1249125rem;top:26.67276096344rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ0fVrWVQ32pVWy23gdRDPuFWkoHh7DR { width:9.81225rem;height:1.6875rem;top:25.890268325806rem;left:3.4987567663193rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z7GoEfkiJlQzwSuJQZ5vtTV6QbNQwGcP { width:15.5625rem;height:0;top:27.797229766846rem;left:3.4978693723679rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BoTknOvt9JlxPUFn775Eqnfak0Nkltwi { width:3.2492875rem;height:3.2492875rem;top:32.985172271729rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKyyT3Qy0wZqTTfcSnXPGK81UxZpCGG { width:15.875rem;height:1.4625rem;top:33.146751403809rem;left:3.4978693723679rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LGhugXVHGOAku0xZTgC4FA15zLD32fSD { width:14.5rem;height:4.125rem;top:34.968570709229rem;left:3.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tsSczmd8WFZytWbV07R42WCmFgEDrQFt { width:1.99973125rem;height:1.93714375rem;top:41.297847747802rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhS2qznQIPpAQOIL26UeXVM1QwPKQidh { width:9.81225rem;height:1.6875rem;top:40.984195709229rem;left:3.4978693723679rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgOKHXEPmunFLMqgHkJEWC8odFIyOHzX { width:15.75rem;height:0;top:44.923206329346rem;left:3.4978693723679rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvmGHmfEqLrMUTdBTzRxSf3BCuiJhveX { width:1.99973125rem;height:1.749825rem;top:47.967947006226rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqnfqKA9wptv5SorWkxchThtIO4rmMqH { width:9.81225rem;height:1.6875rem;top:47.422855854034rem;left:3.4978693723679rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99HV6vlwbVpaRQsH23oUQvHQ8WVs9n7 { width:14.6875rem;height:4.125rem;top:49.216882228851rem;left:3.5626772642136rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV8MgEQArAhtaJkIz6fsflm4KWc7dVHA { width:14.18725rem;height:13.75rem;top:54.920983791351rem;left:2.9061611890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqT0sVBHcRBmARBXTUXqozB7Fg0gyTaf { width:15.74975rem;height:3.09375rem;top:42.85866355896rem;left:3.4978693723679rem;font-size:0.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #THuSRiIFFlFUPFBCFe2wxgQTWUR9f930 { width:15.5624375rem;height:3.09375rem;top:27.826345443726rem;left:3.4978693723679rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa { display:block; }#Ndp9WEIa4WxG0bT4MscbOlH9AGXktzSa > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrG6BuXVhrJu0UTDqghfTE2FiIkT3Ve7 { width:20rem;height:3rem;top:10.2983125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tfI7BHVZmSHgWBZpxEbZcQMDEc5Tcxuh { width:20rem;height:6.825rem;top:1.8115205764771rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk { display:block; }#eEaJm47Ft1TmMQKbtueIqZBaI1smG8dk > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8D3ZbeXcVKtmFnwSoWLK5VLBC2WyG82 { width:11.3125rem;height:1.6875rem;top:6.9375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP2Z24hn6bZJGeXCAPhi3pupv5l9wgfU { width:13.0625rem;height:3.9rem;top:9.4373245239256rem;left:3.4374998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZxtmn0gAmWrNfIXSFN5WUZwxi0Bdaem { width:3.4375rem;height:3.937325rem;top:2.3122329711914rem;left:8.2812494039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzrbIhUFe7JQXhyQLRUDMKaKMbalGTb { width:3.937325rem;height:3.6874125rem;top:16.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZNeXuO7vnoziWqUbw79XunDSbo1P5P { width:11.3125rem;height:1.6875rem;top:20.3125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmunPmlkQLWIHUJ6q5cW9PWQCKNuwduM { width:12.249625rem;height:5.2rem;top:22.62464427948rem;left:3.8747333288193rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnTkLTTrisrEvig79BTCyHayQy0I5NsR { width:15.25rem;height:1.6875rem;top:33.9375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAczBLogNbmCmwAV9phDOm2qHVkX8boc { width:12.5rem;height:5.2rem;top:36.686878204346rem;left:3.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hepRpxVQmEcoSLX8qbxbT4ecvDb7GsV8 { width:3.624825rem;height:3.624825rem;top:45.194423675537rem;left:8.1871446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkxrrgP1HOSOvkJTzFlCnA429rSvxv2u { width:3.24973125rem;height:3.18714375rem;top:30.109195709229rem;left:8.3749107122419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOqBFTG3HdTvs49pyevCKyKcKEfLR5Z { width:15.25rem;height:1.6875rem;top:49.25rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoeydupq1iZuJKT2PIAHnokegVJIDKO { width:14.375rem;height:5.2rem;top:51.875rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 { display:block; }#gJ8NkxM2V3Sh2OXqIi9vLP51XeWafpP7 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzpdzIReX2TLNKGIuP0aJKfB51MnoQ9y { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJIFbdGV886T8LpbDEe55LrIabIQDINg { width:20rem;height:7.5rem;top:11.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhPRVxr5gW7uymBGQnnNlVzGbdDJxBbV { width:6.25rem;height:0.89375rem;top:22.6953125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFtsRt7SIVx78BpZlQNGH0ER7Hp5Pa9G { width:8.4375rem;height:0.89375rem;top:26.166137695312rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnKtMeA9rfbNoAyiEp7R1H6v0C8wrQLC { width:2.9997701644898rem;height:2.9997701644898rem;top:21.546417236328rem;left:8.4983912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ok1qPTnXCcvHPlDu3zg5x9epXB0rLV { width:7.8733911514281rem;height:1.8118106126785rem;top:25.612365722656rem;left:8.4363509416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzQ6gWGdMyaV9iX5s5mK55GFfAyUzuJ { width:20rem;height:6.825rem;top:3.3125rem;left:0rem;font-size:1.75rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM { display:block; }#QMhhrtqq4g0RFqTZFzBJkR0PoLQNleTM > .row .container { width:20rem;height:132.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwXtB8CTXBs7wQcsab2TEHK1PCrgM9mi { width:20rem;height:37.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrUccRCgL5aHn8PVITMaagVk9b6LqpA0 { width:2rem;height:1.875rem;top:2.9998245239258rem;left:0.87464487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKlVmnf6IUdWtMBtqX3BhzIcM9TVpK3U { width:6.5rem;height:2.4375rem;top:9.62491607666rem;left:0.87464487552644rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw9FMg8S6kB14TTPieo0NZw11ONUNgdO { width:5.0625rem;height:2.51875rem;top:9.5525588989256rem;left:11.499644637108rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvTUaWhOSAhoyNhFOXFOCLWn9yxQRmm { width:2.5625rem;height:1.6rem;top:10.043060302734rem;left:16.562233328819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mTRDCAGUG8L7Qxi9MRD8MCtu2niMLT { width:17.75rem;height:0.0625rem;top:13.062232971191rem;left:1.0617897510529rem;display:block; }
 }@media only screen and (max-width: 763px) { #a96XsuXLWdT2SfatTGNe5DoeuSdwZsVW { width:6.5rem;height:1.3rem;top:15.187324523926rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdaz6q6LS2XPrMiJ6LM70yZGXq9hAVs { width:4.25rem;height:1.4rem;top:17.605651855469rem;left:0.87464487552644rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGeTTJc5Ix2Icao3uhG4hM7NJJ7go2y { width:1.125rem;height:0.875rem;top:15.024856567382rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3T6tbDWcSaAP1INtPeSKpZ0o6Vlq8XH { width:14rem;height:1.6rem;top:20.949485778809rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdzJwv4pkhlm630mmS72lxV7cB4FMPD { width:0.875rem;height:0.875rem;top:21.312149047851rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOEZ0ZUTLpA5CICJoIdrvVpbh7U8EcN { width:14rem;height:1.6rem;top:23.949310302734rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1SiUdHlgEMtNfPFTe4JDS2kemtoXUC { width:14rem;height:1.6rem;top:26.761810302734rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2M82VzaTQXd1H2QSeRH4S9ZTiFSyOV2 { width:0.875rem;height:0.875rem;top:24.311965942382rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0xdZSpr3Hw4AEo33kl548yCUtLM8iU { width:0.875rem;height:0.875rem;top:27.124465942382rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfpn5SBU69dTSsd9s4WApmmoNtA0OHm0 { width:17.62475rem;height:2.999825rem;top:33.437049865722rem;left:1.1874111890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHG664och974ze6nsJxuefIo1o44uvO { display:block; }
 }@media only screen and (max-width: 763px) { #hIX9RKTe6UgA9ZibnTeOJkxNsUvySrgx { width:20rem;height:37.625rem;top:45.024322509766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHVXS6F9UKruWF6fIlRZthoQf66earXC { width:14rem;height:1.6rem;top:73.086378097531rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kror5ynXPZ8IwBWgU1dU8MPHz0S6mTJB { width:0.875rem;height:0.875rem;top:73.461465835569rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDl6QF63LMDffsusXxuWyATXydaWB7hv { width:17.62475rem;height:2.999825rem;top:77.33656311035rem;left:1.1874111890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6AohEUuICaiXwHDRe75ObzqvtLBhFb { display:block; }
 }@media only screen and (max-width: 763px) { #FZLUOBKqTT4OkBnqDemVpk4PEzqBG1GT { width:14rem;height:1.6rem;top:68.9612903595rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4qXEkkQ47NWIWTXPf3UDiVORn1GoeRr { width:9rem;height:2.51875rem;top:53.336456298828rem;left:7.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv9rThJNnNbVUUhQR6mqz0bJMKk1cUzP { width:2.5625rem;height:1.6rem;top:53.836557388306rem;left:16.562233328819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qER3J6mzKSLUfHWhnm5LTii2xrUru0Iv { width:17.75rem;height:0.0625rem;top:57.023700714111rem;left:1.1246448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzxBUMLQZRwk8uEJlC0SXbiAvUcceA3 { width:1.125rem;height:0.875rem;top:58.77396774292rem;left:17.937410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiPnM9hbTshkXR6Q7saPg11B6pVMogK6 { width:14rem;height:1.6rem;top:64.711465835569rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWKGgTbNFmd7JTFuLtOfcassWB0XQ5W { width:2rem;height:1.875rem;top:46.773790359497rem;left:0.87464487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthklQxUvX3rTDMBzQw92oRbMEv2R02m { width:6.5rem;height:2.4375rem;top:53.398880004882rem;left:0.87464487552644rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtTNNb8X5DVfVNhf4NMu58E2MXrNUwG { width:6.5rem;height:1.3rem;top:58.961290359497rem;left:0.87464487552644rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPkBShvf46OcURluvUkC6aahRIhF6GF { width:4.25rem;height:1.4rem;top:61.39870262146rem;left:0.87464487552644rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpL54WqsGN1Rh9J3iupk3usRnhtbArcl { width:5.375rem;height:1.4rem;top:66.32324028015rem;left:0.87464487552644rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBM1ahgnc1iufXAaANhTpXvOFwUJGe75 { width:1.125rem;height:0.875rem;top:65.010652542112rem;left:17.812233328819rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXpEvmiGHOithESryMIqUlzJm3VGwIiP { width:7.6875rem;height:1.4rem;top:70.423913955687rem;left:0.87464487552644rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV47aJ2UXxrpWce4AGXDpVieASawGD5u { width:1.125rem;height:0.875rem;top:69.323959350588rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8rDtRkoK7Q6mfR1AP2vROUCztlEwm5 { width:20rem;height:37.625rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHTg0ov1zuSHHbhQ9qfic7v0ZrnaCxb { width:14rem;height:1.6rem;top:116.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2c6i9FN7UDHTmFqhgTAfTDQRfA0TLw { width:17.625rem;height:3rem;top:121rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDz7n2pCEw0cPghlF6ezK74T0H1rcfWS { display:block; }
 }@media only screen and (max-width: 763px) { #X36aHS2oLHiX1XBiR6lNiVS8aaIS6o7s { width:14rem;height:1.6rem;top:112.6875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWlR9X3zZRWbS4nskiuiqKOctxPKqW0q { width:17.75rem;height:0.0625rem;top:101.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFyzCgHFQddTARHH3gHT2Rl7pFhnMQR8 { width:1.125rem;height:0.875rem;top:102.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJrBiTQXD0gXKOywQXJ7e6afT6Wf7h6 { width:14rem;height:1.6rem;top:108.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCBiQag7vvKiK3BJEm8Zq2c5UtA6LwBG { width:6.5rem;height:1.3rem;top:102.6875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euByClQqwsnIINpUoJ0MJOGUcdztUc4r { width:4.25rem;height:1.4rem;top:105.125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Bu3HqgpD3h8eEZWSKruJcR4AuJUr3a { width:6.375rem;height:1.4rem;top:110.3125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgFeo1cCXbEJCzagpGPclPC9ccT4Wgiq { width:1.125rem;height:0.875rem;top:108.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgE2okN3dm44tkA5PMpNJc4ZCD08PsOQ { width:7.6875rem;height:1.4rem;top:114.125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn63DM6ZwdTeXvomQrTpi4wA2eRfLH9r { width:1.125rem;height:0.875rem;top:113.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InAU0Xc5fl9WK4nenFD1RbhQEwxviKGh { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUif5S8MdLVLSg2T9xhVyTHXvoa6P6i { width:6.5rem;height:2.4375rem;top:97.125rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2vzxSXnLIIZWTw3OyNmuIQ8REBMSZ9w { width:2.5625rem;height:1.6rem;top:97.5625rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFuoHRG8ApOSlIE4f6PvtURbX05l8Lc { width:2rem;height:1.875rem;top:90.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4rrR3kkTKbvmfrSzWQNBGWhPyzyntV { width:1.125rem;height:0.875rem;top:117.25rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nubstNNc87RZittsTEPLL5VaJeQx7m { width:8.0625rem;height:1.4rem;top:118.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB8Jd7rwUgohVZGlJ1fvly6BLmId4EDZ { width:6.937125rem;height:1.4rem;top:39.9375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6BsBPBFazFIxA9kmGQPWSLvkNqVziq { width:2.5rem;height:1.4rem;top:39.9375rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8BT11gFC49TynP5CKFbXmcUUOyHiWt { width:0.99964375rem;height:1.25rem;top:40rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrJpTEfhZg0XwWPrptWeG27DD0ubp9oi { width:1rem;height:1.25rem;top:40rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsbnE25HLKx3pEz5PbvCEVx5h5BIB4Zt { width:6.937125rem;height:1.4rem;top:83.761114120481rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTXIteJ83s82f9uaM3eTuuw1NcfqNT8 { width:2.5rem;height:1.4rem;top:83.79216861725rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2FhsqLkMuSCkvGMFNZU7mVnMubIr1eh { width:0.99964375rem;height:1.25rem;top:83.836542129519rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkyIfGzNzkL9Wg8QtWQPO2SfP4mPgiuL { width:0.99964375rem;height:1.25rem;top:83.866719245913rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTWbzHX6i1yUWHlMu43pSJtAXGpEte4 { width:6.937125rem;height:1.4rem;top:127.49822330475rem;left:4.624467253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIhPU37F8TNuyVTH1Te1ZN0n02BpZ7h { width:2.5rem;height:1.4rem;top:127.46625995636rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8pe6vr60C2yepC5xxaqMlfq9wkBVJC { width:0.99964375rem;height:1.25rem;top:127.57324123383rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWlzS19ZxTFA2a8rWG4haL4eITSgB0nF { width:0.99964375rem;height:1.25rem;top:127.57279491424rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3A90Lg3kWeRCz24y8EtX1Vp6BJhdTyE { width:8.25rem;height:2rem;top:17.305208206177rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAlq3FbWyxQQpkTDk4OUhyoy7r37EDq0 { width:5.0625rem;height:2.51875rem;top:9.58437538147rem;left:11.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iEal1xwx4P6V25J6WR1V35WT8ih7Ur { width:5.0625rem;height:2.51875rem;top:9.58437538147rem;left:11.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkIVWypQ3qfx0xsaUZyHtIUD4VJcAUV8 { width:5.9375rem;height:1.75rem;top:61.223957061767rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXNnXOwLTwOdlWZLXPOBMaoPbBT38z1 { width:7.5625rem;height:2.51875rem;top:53.336456298828rem;left:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZIFOapcXbLGidVLAX88IWOMdQMy0fS { width:5.0625rem;height:2.51875rem;top:9.5927734375rem;left:11.4990234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSpJOqaHABblZ19qba4kV7n4b2np9XG { width:6.625rem;height:2.51875rem;top:9.5927734375rem;left:9.9990234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUv01UB58ZcUNw3XLmXRBlRnThRgqhaq { width:5.9375rem;height:1.75rem;top:104.94999980926rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiBc0cBQT7CzyR7913tO3ZyMIpuhKo4o { width:5.9375rem;height:1.75rem;top:110.16250610351rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pM1EVBKEF0uNkuBLalELBylhoSdSPB { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnegTPI5WsHiISwfvJgasXsUkWy13ngd { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mosJ3EQKx6n9ZALFAU7L0VyniaTortVB { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCsaVA3cH0fwnmA3JRuthyc5EqrTFWr5 { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpnzBIJr9xGD1NMaDBFmpdpPn82lC2v { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr7JHNBBvGapUOwMwf0rx7ZxhvwiI4Wy { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0CT8rTebrEKBrr9d0c8VJZwcAR2pJUh { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCKPHbytKkydSoEkoABIFvXDO5Bs5Xk7 { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6o3wc1h5TDysC7viX1SJiGvLRu65nJo { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0H9DH1XWQqIFVBxfa44sAEZV86Hiqn { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxuQOUFommB4AZb1NcubNxf2Q0TMi7r { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvOMIEpNw8TOmLfm8leoTHquJqfo0SB { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfMfoTHaF95kA6AnOtGKV64DhMPtqB0 { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUodaZJbhtuBVGCVkehW6hVTOsFuQdR { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiddhLNg9bfSOaSOpo7ZigB6m3VsM5T { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFMQqKAOKpakk8G2ev8FlJuCI7yAU8SX { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ7TdwgnFExB5m1ftmGEIRv3QsvTD8sU { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWRB3OuPIRUcVap7Zac6IF07CCQBBPZu { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ics4IvRwogNCtrnXkPTeiV2sCh5c9HAk { width:7.375rem;height:2.51875rem;top:97.0625rem;left:9.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v { display:block; }#SbguZVTHnmvV5t1kUgxIU1PI28mCpV5v > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHOqgl0qh8Zb9CRQXZBiQVTOeWfXJgkk { width:17.1875rem;height:10.5rem;top:9.0050659179688rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvTqbdxR1ewMipGTnm2fZQDhAaPXeE5L { width:20rem;height:4.55rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1bIQSUfdAZKNxQ6zB8MFVhXxf1hi8ud { width:11.9375rem;height:2.5rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvZDBkui2dCE9QG4nNQK16teg1ZlN0a { display:block; }
 }@media only screen and (max-width: 763px) { #T7H8qlQWPK97iGfOAZXI8ftxsDhF2t9H { width:7.6875rem;height:2.5rem;top:23.9375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcXCoSDeuMBSNVfOswLncef4oh7KCoK { display:block; }
 }@media only screen and (max-width: 763px) { #KIGFGQnr4heW7aG1ch3JPS4kR9L41sKL { width:9.5rem;height:2.5rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAxJ9cLXmV95J2uZ8zwmUzKfG9Ft63k1 { display:block; }
 }@media only screen and (max-width: 763px) { #oLyJIr7mVTme4TsNAnyceB7WhTLKrH9N { width:10.125rem;height:2.5rem;top:26.9375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOiwVaDcPyTo3IRBsppALLJ0NqUgpk4 { display:block; }
 }@media only screen and (max-width: 763px) { #TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS { display:block; }#TmptTNPuvqJsP9MhMiDtgz5SgR2gXhaS > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvKmMSPyoxGtc6F6TFmZ57ui9J2miGrg { width:18rem;height:11.0625rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FWwSi810DgGCmlIgKQlTN7yy0JZWd2 { width:1.8125rem;height:1.75rem;top:2.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FMSxNW5gRIRfhBB8MhPz6Ez6QmLxyW { width:14.25rem;height:3.65625rem;top:4.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJXRa9n7lkc63Inem5HGivsZIdvx9wP { width:18rem;height:10.9375rem;top:12.328125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaMu08vvoXplHielbzoSOFTrlrOOeV3 { width:14.25rem;height:3.65625rem;top:17.25rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLbgvR1nTg8hR8c4NWWWU9TWbNC3q1uM { width:1.8125rem;height:1.75rem;top:14.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQVmKFOEiz4cPUV1mDOQo3eRBcm38xb { width:18rem;height:10.875rem;top:24.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAk98uy8VaUbScmRX0GvNHQ0eRBrrIP1 { width:15.375rem;height:3.65625rem;top:29.3125rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLM4UXV7T8g6NKTey5TQUrwtduHKfPf { width:1.8125rem;height:1.75rem;top:26.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR { display:block; }#zVVGA8TFzRwxONXZ4MyEVQMC7mSEFtfR > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS1TVD8Q9HUHodtcfEau0e5HBsEU9Tfm { width:18rem;height:11.0625rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFzDOpxKnSIzgL1X0LSvmVBGZbOgknM { width:1.8125rem;height:1.75rem;top:2.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCOkASz4DAbTLMiinwgQTEPWMTXShErG { width:14.25rem;height:3.65625rem;top:4.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3rTuSFykl91tHwRSTs6c2ZXAxp1BR6Q { width:18rem;height:10.9375rem;top:12.328125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQR33OyKeFg81Ov9lrebZRiPeqFzfGLF { width:14.25rem;height:3.65625rem;top:17.25rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6TFWi6Fkeik4Kdx0C47efQhJLyew5l { width:1.8125rem;height:1.75rem;top:14.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPsOJPTRnvyWTTooe3b27If2UG1oMoul { width:18rem;height:12.375rem;top:24.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6dDFpS4KJcLmTwfImrbyr4QkHuHqDzI { width:15rem;height:4.875rem;top:29.3125rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Wh0Pm6iUnHez4xFU0Tfi3gmVLgdwRp { width:1.8125rem;height:1.75rem;top:26.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av { display:block; }#WI0kE0lEb3gNCxlTI2EHo1KdU1e7N4Av > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw8aH5xceaXHAV1HWspvy0huCMEl69xM { width:18rem;height:11.0625rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8reMIUroPXR1OLIBuqtAtBtQaGgGdB { width:1.8125rem;height:1.75rem;top:2.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FraeViUTGWAXASVHOvsyJvU8DcGITJLH { width:14.25rem;height:3.65625rem;top:4.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb7s4zkt1TTq8k40CaUuDxAC1Bsz11eP { width:18rem;height:13.4375rem;top:12.328125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPCxQw3bh25q529boNCSLBRd523prRtx { width:14.4375rem;height:6.09375rem;top:17.25rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBilWOlQsLlv9kBzzvvUNtehiRmkzaWf { width:1.8125rem;height:1.75rem;top:14.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Fn2dMTA18ww7zXTlUXCIeHKghFr0u6 { width:18rem;height:11.1875rem;top:26.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhdym2yRJvG4dpcc2IcUWt7IKJ742mtO { width:15rem;height:3.65625rem;top:31.75rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ftkbLSg41DLpod4FrSWdRwGPMdrGJE { width:1.8125rem;height:1.75rem;top:29.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f { display:block; }#HMUmx8ZpAEL4qUhAIdiQf5ntKLQOUC9f > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdKm4v6cnFFq5f63dMVAC2ZZaVdZgSGD { width:18rem;height:11.0625rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzKXDlg4hnCMW8JFPJN5dUf4yBb2OS7 { width:1.8125rem;height:1.75rem;top:2.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pZNqZUTAWPTOxiyTp55MviT7wXcgMR { width:14.25rem;height:3.65625rem;top:4.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZH7048TWLZaMT3yCoPVUNvm2D7nbgnf { width:18rem;height:11.3125rem;top:12.328125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anOeqiOX7EIvMmplgG1XRTsy81DsBfVG { width:14.4375rem;height:3.65625rem;top:17.25rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtVht32V7HUnFoOI1nVW0h5N3gI0tL2s { width:1.8125rem;height:1.75rem;top:14.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSWJ43AIePaZkQsd5PHnaEosC9aAu79 { width:18rem;height:10rem;top:24.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTVRpTRIwqt7NZCFg7VRzv4yPpM6EJ1 { width:15rem;height:2.4375rem;top:29.6875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XzDzifbIk8JoQ2Lg8PJ7LTshqAsK97 { width:1.8125rem;height:1.75rem;top:27.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP { display:block; }#CWgul2H9WeNwu1ky1g9wCZ5vdBKWQlGP > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS7BLiWV61lRDDEv7gnvMmHmytRse3DB { width:18.624769210816rem;height:3rem;top:9.4209594726562rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fn5rvVn6DtM056e1uTp5UkP7MTqv2R3v { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay { display:block; }#HtJ1rEfHhfJ3JiW0aCT3ZTFChKFDbJay > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuTHA2IrywGJzDqTmU16h8OieHNnmOg7 { width:11.312125rem;height:1.6875rem;top:7.4369671344756rem;left:4.3434833288193rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PU2KGbHDShfzoCf71XHBqnSmn6zgXJ { width:13.0624375rem;height:3.9rem;top:9.7492010593412rem;left:3.4685724973679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2nU8OhZgm3aQNOkseA1ZLwrsdzHLE1 { width:11.312125rem;height:1.6875rem;top:22.110192388296rem;left:4.3434833288193rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQCCsuSwom2NpSfWQMBeRLrXa91i4wB { width:13.0624375rem;height:3.9rem;top:24.797939896584rem;left:3.4685724973679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KdrTShUPHwGFG5lVW2dZDKqOUhlCGh { width:15.2499375rem;height:1.6875rem;top:37.218215942382rem;left:2.3743785619736rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtQIkI1vyJF3QPV0dGCePqL68qSTuzrE { width:14.375rem;height:3.9rem;top:40.033737659454rem;left:2.8124998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSDXlEXnOgmZzNLb1D8KvuNsIAJVDRoI { width:15.2499375rem;height:1.6875rem;top:53.206497192382rem;left:2.3743785619736rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChkfSgKxGrErLtDCtHBIauSsTq5rRZFs { width:14.375rem;height:2.6rem;top:56.081939697266rem;left:2.8124998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTleGFrL8S46sqlmp2iKfAgqbar7s6As { width:4.6249125rem;height:4.625rem;top:1.7174184322357rem;left:7.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydDuD5p093UT0Lm8Oe0UJGcNSg5h5qIu { width:4.625rem;height:4.625rem;top:16.360525369644rem;left:7.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgoU4S82AiFVIhqrSwq5rLiSD7oRg3Zh { width:4.625rem;height:4.625rem;top:31.408371567726rem;left:7.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATVQCFXSkvJJuUPnO94VtMlQBBSySLZ { width:4.625rem;height:4.625rem;top:47.144271850586rem;left:7.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppXQI0Iv19yI5yFBHpVCTVuqcbFZGICu { width:3.18714375rem;height:2.4375rem;top:2.5935645103454rem;left:8.4055398702619rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIMmEdyqLHnd6HJ8ldWPN84dTuaLxVCn { width:3.18714375rem;height:2.4375rem;top:17.328391164541rem;left:8.4055398702619rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TbOQvunCBwTP0MOSAMgl7AetiXD07l { width:3.18714375rem;height:2.4375rem;top:32.25169467926rem;left:8.3430398702619rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E447Nif4zgrzf0PNB0z4f7EBKmwZS5TN { width:3.18714375rem;height:2.4375rem;top:48.175504684448rem;left:8.3430398702619rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 { display:block; }#qc7zHvbrINvEcOTaDC4FHqbLOKEh39r7 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM8EvsoQceRh7igyQzgq4FxQm8uF8Z91 { width:17.625rem;height:3rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOKcL51aPx4ySVIVCJT3hw3hMbTeT2lL { display:block; }
 }@media only screen and (max-width: 763px) { #MEJXx93F7KLGphnc85PLAsDkHfgXqu27 { display:block; }#MEJXx93F7KLGphnc85PLAsDkHfgXqu27 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8fu9G43rUWOB6tV3McTPvq3ewXpAQTp { width:20rem;height:6.825rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTRzois3UIn9zIAzXifIMIURRFJNoRfQ { width:20rem;height:3rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b38unXqgccqR5qhxc2BTWU7h0wqyfBSI { display:block; }#b38unXqgccqR5qhxc2BTWU7h0wqyfBSI > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB0sTlMNN4m8mMFodAryqwB3TaLuhH7d { width:11.4999375rem;height:11.1248125rem;top:0.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hAr3LgGddcLGcrKUNpZR8feZHtEseJ { width:7.7499375rem;height:1.6875rem;top:13.625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U16XuMWl1fwbZE86PdPdFeSJr4kPtllw { width:17.31225rem;height:8.4rem;top:15.937036037445rem;left:1.3436611890793rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BBxIOvTrZDMI3qweDtAXqXdRcc3SQcff { width:9.5623125rem;height:1.6875rem;top:25.023696899414rem;left:1.3121448755264rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaypAwVn58TDyXK6M8dIxsBexUnIwrLW { width:0.99964375rem;height:0.99964375rem;top:25.366380691528rem;left:11.061079382896rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6dlwk1aV5alzAJyWn9JttX951O21KTN { width:11.4999375rem;height:11.1239375rem;top:28.998575687409rem;left:1.3121448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmberUnnXatDy85Du6TfmpIwO05Am1aw { width:11.937125rem;height:1.6875rem;top:41.874300003052rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7mUgXCoObXoTIXS55P8EKT273w3layS { width:17.31225rem;height:8.4rem;top:44.112703323364rem;left:1.3436611890793rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B1eOf4Zr8mDRqV1GJPLkORV9SuAJ4IpW { width:9.5623125rem;height:1.6875rem;top:81.375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqW9oxBf2qJNbT6JJGC58pln2vqChZw { width:0.99964375rem;height:0.99964375rem;top:81.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3R5PTzQK8mGngF0eLqztkCN6rAXa2S { width:17.31225rem;height:7rem;top:73.8125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4n51M0ynW2Oe5au70PeCLCb9qbaBasK { width:11.4999375rem;height:11.1239375rem;top:56.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvExsC0fT9x5GCso5w5TxGKh27TzgmJe { width:14.375rem;height:3.375rem;top:69.9375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOxsGQeqBywfLkTHKhFVLMVS0lCPwJc { width:9.5625rem;height:1.6875rem;top:53.125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln27wLOCOTCZOoJxhRhlU3ABeJOPqgG1 { width:1rem;height:1rem;top:53.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdQJKXADGbTrufFaryTBUTkfgwuSbNgo { display:block; }#fdQJKXADGbTrufFaryTBUTkfgwuSbNgo > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXInpmCR50a9IRPFvdJpW8DREdIspcaS { width:20rem;height:4.55rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMbXJ9lEX20GcfLpZd10pEV4hAkfLmIi { width:20rem;height:14.4rem;top:24.82430625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrbrccz4WTthJZo4IZfub0ywbLlXpnx1 { width:16.5625rem;height:1.59375rem;top:15.27965092659rem;left:1.7183059453964rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCOmTF3rMu1yqQflsxXrHTUPAydhIL8 { width:2.5625rem;height:1.125rem;top:17.375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlttQT8gi4m3M2SA3pxWAHspL6T6txTN { width:4.125rem;height:4.125rem;top:8.1363697052rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZQOef6C8h5xyNGlHrPRPEoLactTw4e { width:2.7499125rem;height:2.7499125rem;top:21.011185906827rem;left:8.6248220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsbrTN4TZTfPM6fswTgWFzctpqUffkq { width:7.5625rem;height:2.25rem;top:16.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC { display:block; }#QPmJSdPnAbbLbJAE0ADHCVhU6omgxTTC > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbbIVt36tMpzhGk8Z6VbQTxUoTTQSrHT { width:20rem;height:3.375rem;top:10.2983125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF7ffRd8hIpmBaATUpp1TRw65MCQrb6n { width:20rem;height:5.2rem;top:2.4374122619629rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9Npt0PzrT171EWtBtcAUrnskpFz2ADI { display:block; }#k9Npt0PzrT171EWtBtcAUrnskpFz2ADI > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFepZKxbLHWlwN24ddm4is1MZ0oX59fy { width:1.875rem;height:1.875rem;top:1.486328125rem;left:16.811966300011rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvrw7cDRVTJuBtNLu3imJh1SQ1aT3V5i { width:13.0625rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zNRFalv92Lawe0tUZQ7pu539wRVT9xr5 { width:1.75rem;height:1.75rem;top:1.4999113082886rem;left:16.874555945396rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eUT8pvy5JlUqTZXDHMwLEcSqwuJkV3 { width:20rem;height:0.062144875rem;top:5.3746275901794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp { display:block; }#OTcWPOClROiKzsoRC9AzR2CHhBJo3Nhp > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWCJ78Qd7e1GoWdH23FZqOQTr816FDL { width:20rem;height:9.1rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ { display:block; }#D9b1v8GIv0VD64kBExhpwwo0oN8WtzfZ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMb4i3KSUSw91H1nQSa12pbIQzMbl0zN { width:1.875rem;height:1.875rem;top:1.486328125rem;left:16.811966300011rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcLvZLX5DanECOtpqvHdZhwn9sfQgJe7 { width:13.0625rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGJG2TIuIVtriNGSKsykI1hwd2Diu65c { width:1.75rem;height:1.75rem;top:1.4999113082886rem;left:16.874555945396rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaTEsykbWr6HENIVNr0yarpJl20UvEr { width:20rem;height:0.062144875rem;top:5.3746275901794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLyJJgrbeDeRzu73EUuexS54xb8iSSI { display:block; }#iqLyJJgrbeDeRzu73EUuexS54xb8iSSI > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OH1vK9lewmbLgk6f8RufMbVZOg6CbP { width:19.875rem;height:9.1rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV { display:block; }#P1IKcyBN2dPoZDktCiWLhFW2xoLBdDIV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEMcETIhVOLWeek3sCoLvgKRIRfNgVzA { width:1.875rem;height:1.875rem;top:1.486328125rem;left:16.811966300011rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLcC4cgo1bbz3LrBnQvOpECVAQyInqEt { width:13.0625rem;height:5.2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O5En8onAT0yD7Ce448FhSJh2pvScdn1n { width:1.75rem;height:1.75rem;top:1.4999113082886rem;left:16.874555945396rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoVCrImifJMD4sHQ4H1EqFNWJdtUxxDU { width:20rem;height:0.0615234375rem;top:7.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx { display:block; }#fFa3Qmy3X13ObBtZGhRDZXaOdFvJoymx > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehBmbPKQbF36kUhTosTraTClBk61qXEX { width:20rem;height:12.5125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcBT1GiyuBihDKSoTDhcpIg0B5GqARew { display:block; }#XcBT1GiyuBihDKSoTDhcpIg0B5GqARew > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqrNtRgbfMwrS5Cxz1knWqh87f4iTqmH { width:20rem;height:1.125rem;top:1.29749584198rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn { display:block; }#JdNiBtyb9vDCq32ChoMKHRiwM4oa7xAn > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGdX3whHO08ARlMPqKhlESDHxoKQNihU { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvvn3O395XHtR6Xs9yPO26nV3Lu3drV { width:17.0623125rem;height:3.9375rem;top:5.2352628707886rem;left:1.4683948755264rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOfJcPrrGTo01PHH0WCvKJI4t7Qo5bD { width:6.3125rem;height:1.7947141309463rem;top:10.499816894531rem;left:6.8124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnwxJbnqRxy2mfk4rDUp2ImzM1X2wzOx { width:7.8125rem;height:1.7981138982809rem;top:13.499633789062rem;left:5.9997333288193rem;display:block; }
 }