.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,242,215;--color-primary-1:251,215,136;--color-primary-2:248,188,56;--color-primary-3:188,146,52;--color-primary-4:50,38,11;--color-secondary-0:218,221,227;--color-secondary-1:133,141,161;--color-secondary-2:11,26,67;--color-secondary-3:6,13,34;--color-secondary-4:2,4,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/eHD8Y1Znfpk/unsplash/nastuh-abootalebi-eHD8Y1Znfpk-photo-1497366811353-6870744d04b2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.5); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.5); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { border-width: 0; border-radius: 0; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::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; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#a4w68oQnOSa65a3Dey6Tcudv8XbopUng { color:rgba(var(--color-tertiary-4),1);display:block;width:34.249875rem;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:16.5rem;left:0rem;height:1.583333375rem;display:block; }
#qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:0.24902375rem;width:4.6875rem;top:14.49951171875rem;left:2.310791015625rem;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.812rem;position:absolute;font-family:"source sans pro";font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8118896484375rem;left:0rem;height:5.3333335rem;font-style:normal;display:block; }
#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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:2.436525rem;width:6.936625rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { background-color: transparent; background-image: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .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); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { border-width: 0; border-radius: 0; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:5.7489013671875rem;left:6.5618896484375rem;display:block; }
#I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8428955078125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { color:rgba(var(--color-secondary-2),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:9.5rem;display:block; }
#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { background-color: transparent; background-image: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container > .video-iframe-container { display: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container { display: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .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); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { border-width: 0; border-radius: 0; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:5.4364013671875rem;left:2.4993896484375rem;display:block; }
#RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8428955078125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:4rem;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { position:relative;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:3.08333325rem;font-style:normal;display:block; }
#rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:7.6239013671875rem;left:7.1868896484375rem;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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:48.9375rem;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; }#rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:44.9375rem;width:21rem;top:1.62353515625rem;left:1.93603515625rem;display:block; }
#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:44.9375rem;width:20.875rem;top:1.62353515625rem;left:27.37353515625rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { 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:6.25rem;width:6.25rem;top:3.12451171875rem;left:3.43701171875rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:rgba(var(--color-secondary-2),1);display:block;width:10.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:11.375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8740234375rem;left:4.3115234375rem;height:4.3333335rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.71142578125rem;left:3.24951171875rem;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.44189453125rem;left:30.2490234375rem;height:3.250000125rem;font-style:italic;display:block; }
#AbSNc1HTQElX13LsCilgsT4i33rqLFgx { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.71044921875rem;left:29.123046875rem;display:block; }
#bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.56201171875rem;left:3.5rem;height:20.583333375rem;font-style:normal;display:block; }
#ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.56201171875rem;left:28.03125rem;height:27.08333375rem;font-style:normal;display:block; }
#bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { color:rgba(var(--color-secondary-2),1);display:block;width:9.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:37.7490234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { 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:6.25rem;width:6.25rem;top:3.12451171875rem;left:29.310546875rem;overflow:hidden;display:block; }
#W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.74853515625rem;left:8.25048828125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.74853515625rem;left:34.0615234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:44.875rem;width:21rem;top:1.62353515625rem;left:51.31103515625rem;display:block; }
#Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7496875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53.6875rem;height:11.916666875rem;font-style:normal;display:block; }
#TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8121875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:55.1875rem;height:3.250000125rem;font-style:italic;display:block; }
#VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.75rem;left:53.9375rem;display:block; }
#xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { 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:6.25rem;width:6.25rem;top:3.125rem;left:53.9375rem;overflow:hidden;display:block; }
#bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { color:rgba(var(--color-secondary-2),1);display:block;width:11.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:59.0625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { color:rgba(var(--color-primary-2),1);display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.74853515625rem;left:57.8759765625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { position:relative;display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { background-color: transparent; background-image: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container > .video-iframe-container { display: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row > .video-iframe-container { display: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .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); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { border-width: 0; border-radius: 0; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .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; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .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:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:3.08333325rem;font-style:normal;display:block; }
#TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:7.6239013671875rem;left:7.1868896484375rem;display:block; }
#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { position:relative;display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { background-color: transparent; background-image: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container > .video-iframe-container { display: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row > .video-iframe-container { display: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .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); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { border-width: 0; border-radius: 0; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .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; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .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:41.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UTbQEWUFsr4N1wznralN3KMcJGJzThlt { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:38.125rem;width:20.875rem;top:1.125rem;left:1.875rem;display:block; }
#Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:38.0625rem;width:21rem;top:1.12109375rem;left:51.9970703125rem;display:block; }
#VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.09375rem;left:5.4583339691162rem;height:3.250000125rem;font-style:italic;display:block; }
#URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.25rem;left:4.0833339691162rem;display:block; }
#OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.66162109375rem;left:55.56103515625rem;height:2.16666675rem;font-style:italic;display:block; }
#W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.361328125rem;left:54rem;display:block; }
#BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.625rem;height:19.499999875rem;font-style:normal;display:block; }
#ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:53.59375rem;height:17.333332875rem;font-style:normal;display:block; }
#bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { color:rgba(var(--color-secondary-2),1);display:block;width:11.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.162109375rem;left:10.0615234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { color:rgba(var(--color-secondary-2),1);display:block;width:11.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.224609375rem;left:61.4365234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:8.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { color:rgba(var(--color-primary-2),1);display:block;width:13.185546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { 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:6.25rem;width:6.25rem;top:2.60546875rem;left:4.25rem;overflow:hidden;display:block; }
#IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { 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:6.25rem;width:6.25rem;top:2.60546875rem;left:54.14453125rem;overflow:hidden;display:block; }
#mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:38.0625rem;width:21.0625rem;top:1.125rem;left:26.9375rem;display:block; }
#wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { 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:6.25rem;width:6.25rem;top:2.60546875rem;left:28.9375rem;overflow:hidden;display:block; }
#IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:34.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.361328125rem;left:28.9375rem;display:block; }
#q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { color:rgba(var(--color-secondary-2),1);display:block;width:11.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:36.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.66162109375rem;left:30.49853515625rem;height:2.16666675rem;font-style:italic;display:block; }
#a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:29.1875rem;height:14.08333325rem;font-style:normal;display:block; }
#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs { position:relative;display:block; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs { background-color: transparent; background-image: none; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row .container > .video-iframe-container { display: none; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row > .video-iframe-container { display: none; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .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); }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs { border-width: 0; border-radius: 0; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .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; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .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:66.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SPWPzabv9w1SUqV2NHto08mmbFko8Kge { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:63.25rem;width:20.875rem;top:1.0625rem;left:27.0625rem;display:block; }
#JMW88cE8MdxUUdfVn7GRATCdxc0m4pyt { 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:6.25rem;width:6.25rem;top:3.19921875rem;left:29.4375rem;overflow:hidden;display:block; }
#lXyxaHBD6ikVqv0SidfkeynORR4TVd8K { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.30322265625rem;left:29.25rem;display:block; }
#nEhcOdEfJCd3UFZfRTA3I5aDXpPg9G1I { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.19921875rem;left:32.8779296875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nb2IyWa1yGoFXWVNFHxQBxdR3sdpcR3O { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.60417175293rem;left:30.705728530884rem;height:2.16666675rem;font-style:italic;display:block; }
#SxzKXte5vUvOJuGWKF3VMbpnOOxfhHoq { color:rgba(var(--color-secondary-2),1);display:block;width:12.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.494140625rem;left:34rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e6Jg1mDAPcTHbI0ARIPhg416IUHilmw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.375rem;left:29.21875rem;height:40.083333625rem;font-style:normal;display:block; }
#yoLdHzQbLz19QEl2l8157Cn85ePW3thf { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:62.875rem;width:21.0625rem;top:1.4375rem;left:52rem;display:block; }
#oGWOldKyLq1alZrZDeR12ubd5dAZluqs { 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:6.25rem;width:6.25rem;top:3.19921875rem;left:54.0625rem;overflow:hidden;display:block; }
#OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.5rem;left:55.0625rem;display:block; }
#VBLAHdsBWNcLBleft8F0n4p5XMXc907p { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.60302734375rem;left:56.3125rem;height:2.16666675rem;font-style:italic;display:block; }
#IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.19921875rem;left:59.18701171875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#teZNAMQphfza4CkvV9Fq5WlVKokHugDS { color:rgba(var(--color-secondary-2),1);display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.494140625rem;left:60.3125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.375rem;left:53.71875rem;height:42.250000625rem;font-style:normal;display:block; }
#hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:63.3125rem;width:21rem;top:1.0625rem;left:2rem;display:block; }
#hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { 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:6.25rem;width:6.25rem;top:2.5625rem;left:4.3125rem;overflow:hidden;display:block; }
#ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { color:rgba(var(--color-secondary-2),1);display:block;width:12.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.05078125rem;left:9.4384765625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4873046875rem;left:5.24951171875rem;height:2.16666675rem;font-style:italic;display:block; }
#R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8745125rem;width:0.24902375rem;top:10.1875rem;left:4.12548828125rem;display:block; }
#RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { color:rgba(var(--color-primary-2),1);display:block;width:13.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3115rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:4.3125rem;height:43.33333325rem;font-style:normal;display:block; }
#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { position:relative;display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { background-color: transparent; background-image: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container > .video-iframe-container { display: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row > .video-iframe-container { display: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .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); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { border-width: 0; border-radius: 0; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .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; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .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:56.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;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:52.125rem;width:21rem;top:1.25rem;left:26.9345703125rem;display:block; }
#QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.1875rem;left:28.9375rem;height:31.41666725rem;font-style:normal;display:block; }
#DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.39973449707rem;left:31.080728530884rem;height:4.3333335rem;font-style:italic;display:block; }
#NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.375rem;left:30rem;display:block; }
#fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { position:absolute;display:block;z-index:15014;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:6.25rem;width:6.25rem;top:2.8125rem;left:30rem;overflow:hidden;display:block; }
#x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { color:rgba(var(--color-secondary-2),1);display:block;width:11.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:36.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.25rem;left:34.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:52.0625rem;width:20.875rem;top:1.25rem;left:52.0625rem;display:block; }
#R7c6gdPxPTvTTfn73imVVdEzC1KLukak { 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:6.25rem;width:6.25rem;top:2.75rem;left:54.625rem;overflow:hidden;display:block; }
#UttrobQLG2AltDTNBN3HenTduADTTgO5 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:10.375rem;left:54.4375rem;display:block; }
#pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { color:rgba(var(--color-tertiary-4),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.4375rem;left:55.4375rem;height:4.3333335rem;font-style:italic;display:block; }
#SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { color:rgba(var(--color-primary-2),1);display:block;width:13.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { color:rgba(var(--color-secondary-2),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:59.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.999rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.1875rem;left:54rem;height:32.5rem;font-style:normal;display:block; }
#S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:52.1875rem;width:21.9375rem;top:1.25rem;left:1.5625rem;display:block; }
#rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { 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:6.25rem;width:6.25rem;top:2.75rem;left:4.625rem;overflow:hidden;display:block; }
#C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8745125rem;width:0.249511875rem;top:10.3125rem;left:4.625rem;display:block; }
#DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:5.5625rem;height:4.3333335rem;font-style:italic;display:block; }
#TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { color:rgba(var(--color-primary-2),1);display:block;width:13.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:8.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.625rem;height:31.41666675rem;font-style:normal;display:block; }
#lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { color:rgba(var(--color-secondary-2),1);display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.3125rem;left:9.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { position:relative;display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { background-color: transparent; background-image: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container > .video-iframe-container { display: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row > .video-iframe-container { display: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .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); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { border-width: 0; border-radius: 0; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .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; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .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:35.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fDC7xHMWsn5RqFObuGJnpIQykuATnMri { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:30.8125rem;width:21rem;top:1.6220703125rem;left:1.9970703125rem;display:block; }
#rCwU85DdvQtpONvq5kGfTLZXTThazt26 { 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:6.25rem;width:6.25rem;top:3.125rem;left:3.18701171875rem;overflow:hidden;display:block; }
#T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { color:rgba(var(--color-secondary-2),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.61328125rem;left:9.37451171875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.481117248535rem;left:5.2495670318604rem;height:3.250000125rem;font-style:italic;display:block; }
#pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.74853515625rem;left:3.18701171875rem;display:block; }
#dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.15625rem;height:13.000000375rem;font-style:normal;display:block; }
#AJoXcPz26R92UeslSTwD4QeppBLDTREe { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.93408203125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:30.75rem;width:20.875rem;top:1.625rem;left:27.0625rem;display:block; }
#UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:30rem;height:1.083333375rem;font-style:italic;display:block; }
#mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.74853515625rem;left:28.5625rem;display:block; }
#TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { color:rgba(var(--color-secondary-2),1);display:block;width:12.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.681640625rem;left:35rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { 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:6.25rem;width:6.25rem;top:3.125rem;left:28.75rem;overflow:hidden;display:block; }
#hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5390625rem;left:33.93701171875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:29rem;height:8.666666875rem;font-style:normal;display:block; }
#e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:30.8125rem;width:21rem;top:1.625rem;left:52rem;display:block; }
#f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { 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:6.25rem;width:6.25rem;top:3.125rem;left:53.5625rem;overflow:hidden;display:block; }
#zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0439453125rem;left:58.99951171875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { color:rgba(var(--color-secondary-2),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.818359375rem;left:59.8125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:55.25rem;height:1.083333375rem;font-style:italic;display:block; }
#XGIle9M66hpHro352Phx7wCI1FqTwUTi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.74853515625rem;left:53.5625rem;display:block; }
#F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:54.3125rem;height:10.833333625rem;font-style:normal;display:block; }
#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { position:relative;display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { background-color: transparent; background-image: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container > .video-iframe-container { display: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row > .video-iframe-container { display: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .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); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { border-width: 0; border-radius: 0; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .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; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .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:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W2VTy4gGQLfucLAJArq6KMiHM918Trai { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;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:41.125rem;width:21rem;top:1.5rem;left:2.0625rem;display:block; }
#TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.4375rem;height:20.58333325rem;font-style:normal;display:block; }
#SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { 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:6.25rem;width:6.25rem;top:3rem;left:3.4375rem;overflow:hidden;display:block; }
#EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9979324375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.75rem;left:5.3125rem;height:3.250000125rem;font-style:italic;display:block; }
#x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { color:rgba(var(--color-primary-2),1);display:block;width:13.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.57421875rem;left:8.87841796875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xui24fVIywQ7b68SDcvO13faFDaxDFwF { color:rgba(var(--color-secondary-2),1);display:block;width:12.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6875rem;left:9.751953125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;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:41rem;width:21rem;top:1.5rem;left:27rem;display:block; }
#q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { position:absolute;display:block;z-index:15014;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:6.25rem;width:6.25rem;top:3.0625rem;left:28.9375rem;overflow:hidden;display:block; }
#Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { color:rgba(var(--color-primary-2),1);display:block;width:13.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3rem;left:32.93701171875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QtUtcXSKnerlATZqB60WZa0gPpbavLxM { color:rgba(var(--color-secondary-2),1);display:block;width:12.0595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.6875rem;left:34.1240234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.1806640625rem;left:29.9990234375rem;height:4.3333335rem;font-style:italic;display:block; }
#Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87206875rem;width:0.248535rem;top:10.01904296875rem;left:28.751953125rem;display:block; }
#k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:28.5rem;height:22.75000075rem;font-style:normal;display:block; }
#LBAcn3EqLbLBuETXFyJ5tGt50TuIOdEh { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87158125rem;width:0.248046875rem;top:10.01904296875rem;left:3.689453125rem;display:block; }
#xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:41.125rem;width:23.125rem;top:1.5rem;left:50.9375rem;display:block; }
#Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { 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:6.25rem;width:6.25rem;top:3rem;left:53.125rem;overflow:hidden;display:block; }
#W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:9.25rem;left:52.9375rem;display:block; }
#QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:54.375rem;height:3.250000125rem;font-style:italic;display:block; }
#TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.625rem;left:59.375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.4375rem;left:52rem;height:22.749999875rem;font-style:normal;display:block; }
#DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { color:rgba(var(--color-secondary-2),1);display:block;width:11.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:61.5625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { position:relative;display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { background-color: transparent; background-image: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container > .video-iframe-container { display: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row > .video-iframe-container { display: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .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); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { border-width: 0; border-radius: 0; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .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; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .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:42.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:38.3125rem;width:21rem;top:1.62109375rem;left:1.9970703125rem;display:block; }
#eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { 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:6.25rem;width:6.25rem;top:3.1240234375rem;left:3.220703125rem;overflow:hidden;display:block; }
#QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { color:rgba(var(--color-secondary-2),1);display:block;width:12.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6808815002441rem;left:9.4086370468137rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.48046875rem;left:4.43798828125rem;height:3.250000125rem;font-style:italic;display:block; }
#xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.7490234375rem;left:3.220703125rem;display:block; }
#AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.220703125rem;height:20.58333375rem;font-style:normal;display:block; }
#g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6923828125rem;left:8.970703125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:38.4375rem;width:22.4375rem;top:1.625rem;left:26.3125rem;display:block; }
#B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { 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:6.25rem;width:6.25rem;top:3.1240234375rem;left:27.90673828125rem;overflow:hidden;display:block; }
#AzQHWmBox974COFoVX5JLH71yp8mIeDE { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:10.080078125rem;left:27.90673828125rem;display:block; }
#P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { color:rgba(var(--color-primary-2),1);display:block;width:13.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1240234375rem;left:34.15673828125rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nCvqrxueWksndXRbtSzT4n5sovPfyRua { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.48046875rem;left:29.34423828125rem;height:2.16666675rem;font-style:italic;display:block; }
#tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { color:rgba(var(--color-secondary-2),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.8173828125rem;left:34.28076171875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.625rem;left:26.9375rem;height:19.50000075rem;font-style:normal;display:block; }
#xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:38.4375rem;width:21rem;top:1.625rem;left:52rem;display:block; }
#FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { 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:6.25rem;width:6.25rem;top:3.1240234375rem;left:53.9375rem;overflow:hidden;display:block; }
#q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.04833984375rem;left:56.1865234375rem;height:2.16666675rem;font-style:italic;display:block; }
#OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87206875rem;width:0.248535rem;top:10.75rem;left:54.9375rem;display:block; }
#o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1240234375rem;left:59.126953125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { color:rgba(var(--color-secondary-2),1);display:block;width:12.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6806640625rem;left:60.1875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5610625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.71923828125rem;height:16.2500005rem;font-style:normal;display:block; }
#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { position:relative;display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { background-color: transparent; background-image: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container > .video-iframe-container { display: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row > .video-iframe-container { display: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .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); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { border-width: 0; border-radius: 0; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .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; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .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:39.8125rem;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; }#oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:35.5625rem;width:20.875rem;top:1.62451171875rem;left:27.37451171875rem;display:block; }
#T9gMM4xw06mzfvTXXtEv812yQBONfaCW { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:35.6875rem;width:21.0625rem;top:1.62451171875rem;left:51.99951171875rem;display:block; }
#H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.34423828125rem;left:30.43701171875rem;height:5.416666875rem;font-style:italic;display:block; }
#IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#JBQilFbzUQnfEept55nvOUcKo5bZNKZU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.38037109375rem;left:54.6875rem;height:4.3333335rem;font-style:italic;display:block; }
#flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.8125rem;left:53.9990234375rem;display:block; }
#SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:29.312133789062rem;height:14.083333375rem;font-style:normal;display:block; }
#HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:53.9990234375rem;height:17.33333325rem;font-style:normal;display:block; }
#WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { color:rgba(var(--color-secondary-2),1);display:block;width:12.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:34.7177734375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { 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:6.25rem;width:6.25rem;top:3.12451171875rem;left:29.75rem;overflow:hidden;display:block; }
#s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { color:rgba(var(--color-secondary-2),1);display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:59.56201171875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { 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:6.25rem;width:6.25rem;top:3.12451171875rem;left:53.9990234375rem;overflow:hidden;display:block; }
#kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:34.18798828125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:58.4375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:35.5625rem;width:21rem;top:1.625rem;left:2rem;display:block; }
#nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { 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:6.25rem;width:6.25rem;top:3.125rem;left:4.5625rem;overflow:hidden;display:block; }
#o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { color:rgba(var(--color-secondary-2),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:8.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:5.25rem;height:4.3333335rem;font-style:italic;display:block; }
#XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.5009765625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:4.3125rem;height:17.33333325rem;font-style:normal;display:block; }
#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { position:relative;display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { background-color: transparent; background-image: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container > .video-iframe-container { display: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row > .video-iframe-container { display: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .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); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { border-width: 0; border-radius: 0; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .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; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .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:68.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yE5RTbkK03vi91bX13GpfAciDoi3ZScE { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:63.9375rem;width:22.3125rem;top:1.84375rem;left:1.34375rem;display:block; }
#nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { 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:6.25rem;width:6.25rem;top:3.068359375rem;left:3.375rem;overflow:hidden;display:block; }
#enogthtPiW8rD8p6weZMSQllJrOUixUy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8735375rem;width:0.248046875rem;top:10.5859375rem;left:3.189453125rem;display:block; }
#Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.748046875rem;left:4.84375rem;height:4.3333335rem;font-style:italic;display:block; }
#DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:8.751953125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qBfZisfT4vucadrbWg5LI7L99AKeDJXi { color:rgba(var(--color-secondary-2),1);display:block;width:11.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.61328125rem;left:10.87353515625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.71875rem;height:42.25000075rem;font-style:normal;display:block; }
#a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:64.125rem;width:20.875rem;top:1.625rem;left:27.0625rem;display:block; }
#Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { 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:6.25rem;width:6.25rem;top:3.068359375rem;left:28.8125rem;overflow:hidden;display:block; }
#ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5390625rem;left:34.99853515625rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { color:rgba(var(--color-secondary-2),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.82421875rem;left:34.71728515625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.5859375rem;left:28.625rem;display:block; }
#XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:30.5rem;height:1.083333375rem;font-style:italic;display:block; }
#Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.125rem;left:27.8125rem;height:38.99999975rem;font-style:normal;display:block; }
#Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:63.9375rem;width:21rem;top:1.5625rem;left:51.9375rem;display:block; }
#xiv3XB36SENV738abGwF6SkDlI9eh1WD { 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:6.25rem;width:6.25rem;top:3.125rem;left:53.875rem;overflow:hidden;display:block; }
#c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5869140625rem;left:55.248046875rem;height:6.50000025rem;font-style:italic;display:block; }
#ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8735375rem;width:0.24902375rem;top:11.56103515625rem;left:53.6884765625rem;display:block; }
#Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:58.939453125rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { color:rgba(var(--color-secondary-2),1);display:block;width:12.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9965625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.125rem;left:53.50146484375rem;height:35.75000075rem;font-style:normal;display:block; }
#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { position:relative;display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { background-color: transparent; background-image: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container > .video-iframe-container { display: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row > .video-iframe-container { display: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .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); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { border-width: 0; border-radius: 0; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .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; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .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:51.9375rem;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; }#yZo0DViLECL2LXpTBOn44VksDd8bqSiR { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:48rem;width:20.8125rem;top:1.5625rem;left:52.0625rem;display:block; }
#zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { 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:6.25rem;width:6.25rem;top:3.193359375rem;left:54.4375rem;overflow:hidden;display:block; }
#SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.193359375rem;left:62.248046875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:10.19970703125rem;left:54.2509765625rem;display:block; }
#eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.4990234375rem;left:55.6240234375rem;height:2.16666675rem;font-style:italic;display:block; }
#CznDoDUmamDCNo1ixt2TWNKMVtETypKT { color:rgba(var(--color-secondary-2),1);display:block;width:12.1234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.75rem;left:59.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OoUmnPe3cdebothg6Tot3WB55RLdvCPt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.562rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.5rem;height:29.25000025rem;font-style:normal;display:block; }
#nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:48.125rem;width:21rem;top:1.5625rem;left:2rem;display:block; }
#QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { 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:6.25rem;width:6.25rem;top:3.0625rem;left:4.125rem;overflow:hidden;display:block; }
#JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.19921875rem;left:4.125rem;display:block; }
#Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { color:rgba(var(--color-secondary-2),1);display:block;width:12.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.75rem;left:10.375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.193359375rem;left:9.24951171875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.9306640625rem;left:5.09423828125rem;height:3.250000125rem;font-style:italic;display:block; }
#Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5rem;left:4rem;height:28.16666725rem;font-style:normal;display:block; }
#REPsHwvH83UFgltK6NQoCeIHPOZ8szPi { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:47.9375rem;width:21rem;top:1.5625rem;left:26.9375rem;display:block; }
#GTOodRLZpTamSNa5GsgqntLhZMtuhfAK { 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:6.25rem;width:6.25rem;top:3.0625rem;left:28.8125rem;overflow:hidden;display:block; }
#PJIAgiBGsTdnCq27PACOw0yxF8mPSdKc { color:rgba(var(--color-primary-2),1);display:block;width:13.1840625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.193359375rem;left:33.0009765625rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CQ31RUMJay6zoAUDvOuiIqsVLTGFalqT { color:rgba(var(--color-secondary-2),1);display:block;width:12.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.75rem;left:34.185546875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iraf81p06mDDJru0sUZ2wWxSPpEBE5Uz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.587890625rem;left:30.125rem;height:4.3333335rem;font-style:italic;display:block; }
#kkUqkS0ng1Pde2iC3GBw7N8KdBcNZHi0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8735375rem;width:0.24902375rem;top:10.6875rem;left:28.8125rem;display:block; }
#JHl8IZhWeqUK5BgdiqNztuBQh9ZU09bz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9965625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.50146484375rem;height:29.24999975rem;font-style:normal;display:block; }
#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { position:relative;display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { background-color: transparent; background-image: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container > .video-iframe-container { display: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row > .video-iframe-container { display: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .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); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { border-width: 0; border-radius: 0; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .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; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .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:47.125rem;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; }#Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:43.125rem;width:20.875rem;top:1.625rem;left:52.0625rem;display:block; }
#wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { 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:6.25rem;width:6.25rem;top:3.125rem;left:54.625rem;overflow:hidden;display:block; }
#zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.31119725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.01953125rem;left:55.832033157349rem;height:2.16666675rem;font-style:italic;display:block; }
#KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8745125rem;width:0.249511875rem;top:10.71875rem;left:54.43798828125rem;display:block; }
#VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:62.58056640625rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { color:rgba(var(--color-secondary-2),1);display:block;width:11.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.818359375rem;left:60.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.79150390625rem;left:53.5625rem;height:22.750000375rem;font-style:normal;display:block; }
#b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:43.0625rem;width:20.875rem;top:1.625rem;left:2.0625rem;display:block; }
#pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { 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:6.25rem;width:6.25rem;top:3.125rem;left:4.625rem;overflow:hidden;display:block; }
#Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { color:rgba(var(--color-primary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.45703125rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:11.314453125rem;left:4.43798828125rem;display:block; }
#TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.31119725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.477844238281rem;left:5.83203125rem;height:4.3333335rem;font-style:italic;display:block; }
#FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { color:rgba(var(--color-secondary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.681640625rem;left:10.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.999rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.79150390625rem;left:3.50048828125rem;height:17.33333325rem;font-style:normal;display:block; }
#KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { position:absolute;display:block;z-index:15015;background-color:#f9f7f8;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:42.9375rem;width:20.875rem;top:1.8125rem;left:27.0625rem;display:block; }
#D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { 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:6.25rem;width:6.25rem;top:3.3125rem;left:29.625rem;overflow:hidden;display:block; }
#ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.77099609375rem;left:29.625rem;height:7.583333625rem;font-style:italic;display:block; }
#ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { color:rgba(var(--color-primary-2),1);display:block;width:13.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.76171875rem;left:33.94091796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.7485625rem;width:0.248046875rem;top:10.75rem;left:28.251953125rem;display:block; }
#UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.79150390625rem;left:28.4375rem;height:20.583334rem;font-style:normal;display:block; }
#W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { color:rgba(var(--color-secondary-2),1);display:block;width:10.1229315rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.875rem;left:37rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { position:relative;display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { background-color: transparent; background-image: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container > .video-iframe-container { display: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row > .video-iframe-container { display: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .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); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { border-width: 0; border-radius: 0; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .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; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .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:36rem;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; }#T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:32.4375rem;width:21.0625rem;top:1.625rem;left:1.875rem;display:block; }
#HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5rem;left:6.0625rem;height:3.250000125rem;font-style:italic;display:block; }
#AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:4.9375rem;display:block; }
#tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.875rem;height:10.833333rem;font-style:normal;display:block; }
#iSec9RxSIgkeT06XvLCTSwbxeinESon5 { color:rgba(var(--color-secondary-2),1);display:block;width:12.0621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7210426330566rem;left:10.156792640686rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { 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:6.25rem;width:6.25rem;top:3.125rem;left:4.9375rem;overflow:hidden;display:block; }
#ou0voRN31890AvdCzOr4tTa6M3UQOCMD { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:9rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:33.125rem;width:21.0625rem;top:1.625rem;left:52rem;display:block; }
#ldIepTIvRvh8aSXM6BQRMQJawScbowZw { 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:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { color:rgba(var(--color-secondary-2),1);display:block;width:12.0615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { color:rgba(var(--color-primary-2),1);display:block;width:13.185546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:59.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:56.3125rem;height:2.16666675rem;font-style:italic;display:block; }
#rJbZVkiiq6uzni008qQ6uslyA2EI6FET { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.500030517578rem;left:53.832032442093rem;height:14.083333rem;font-style:normal;display:block; }
#V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:32.75rem;width:20.875rem;top:1.625rem;left:27.0625rem;display:block; }
#t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { 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:6.25rem;width:6.25rem;top:3.125rem;left:29.625rem;overflow:hidden;display:block; }
#KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:33.875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JD941TciTOsZ2Tx2WKrd5id33vmpogUf { color:rgba(var(--color-secondary-2),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:30.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8735375rem;width:0.24902375rem;top:10.75rem;left:29.4375rem;display:block; }
#FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9985625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:29rem;height:7.5833335rem;font-style:normal;display:block; }
#myktTDRkT4zgPkHcARp9JmxVJaauknqU { position:relative;display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU { background-color: transparent; background-image: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container > .video-iframe-container { display: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row > .video-iframe-container { display: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .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); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU { border-width: 0; border-radius: 0; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .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; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .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:42rem;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; }#urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:39.0625rem;width:21rem;top:1.125rem;left:2rem;display:block; }
#Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { 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:6.25rem;width:6.25rem;top:2.568359375rem;left:4rem;overflow:hidden;display:block; }
#e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { color:rgba(var(--color-secondary-2),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.9990234375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6748046875rem;left:5.25048828125rem;height:2.16666675rem;font-style:italic;display:block; }
#RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.375rem;left:3.8125rem;display:block; }
#pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.312rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.375rem;left:4.5625rem;height:16.250000375rem;font-style:normal;display:block; }
#TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { color:rgba(var(--color-primary-2),1);display:block;width:13.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.0625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:39.1875rem;width:21rem;top:1.125rem;left:52rem;display:block; }
#BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { 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:6.25rem;width:6.25rem;top:2.568359375rem;left:53.5rem;overflow:hidden;display:block; }
#RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.10546875rem;left:55.25048828125rem;height:3.250000125rem;font-style:italic;display:block; }
#CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:0.24902375rem;top:10.375rem;left:53.3134765625rem;display:block; }
#WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:63.310546875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { color:rgba(var(--color-secondary-2),1);display:block;width:12.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:59.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E7lxentvGdcHfoEaluoa2c7BhT2sELFF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3110625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:54.3125rem;height:18.41666725rem;font-style:normal;display:block; }
#SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { position:absolute;display:block;z-index:15023;background-color:#f9f7f8;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:39.25rem;width:22.3125rem;top:1.125rem;left:26.34375rem;display:block; }
#KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.625rem;left:28rem;overflow:hidden;display:block; }
#KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8735375rem;width:0.24902375rem;top:10.32470703125rem;left:27.8134765625rem;display:block; }
#dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:10.4873046875rem;left:29.40673828125rem;height:4.3333335rem;font-style:italic;display:block; }
#Luhe0msDDngK49voOhnGTUf0XC76rr6V { color:rgba(var(--color-primary-2),1);display:block;width:13.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.6875rem;left:33.3125rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { color:rgba(var(--color-secondary-2),1);display:block;width:10.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.8125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pm9F9TMHm4VmDbzeNopv11kyH01M3stD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.6337890625rem;left:27.34326171875rem;height:19.500000375rem;font-style:normal;display:block; }
#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { position:relative;display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { background-color: transparent; background-image: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container > .video-iframe-container { display: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row > .video-iframe-container { display: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .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); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { border-width: 0; border-radius: 0; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .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; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .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:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:44rem;width:21rem;top:1.1875rem;left:2rem;display:block; }
#exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { 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:6.25rem;width:6.25rem;top:2.75rem;left:3.9375rem;overflow:hidden;display:block; }
#THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { color:rgba(var(--color-primary-2),1);display:block;width:13.18359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:9rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { color:rgba(var(--color-secondary-2),1);display:block;width:12.0598955rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.375rem;left:10.1875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1848965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4.875rem;height:5.416666875rem;font-style:italic;display:block; }
#lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.872396rem;width:0.2486979375rem;top:10.875rem;left:3.8125rem;display:block; }
#cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.99869725rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.9375rem;height:24.9166665rem;font-style:normal;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { 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:22.374875rem;width:14.874875rem;top:3.24951171875rem;left:8.0615234375rem;overflow:hidden;display:block; }
#ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:4.6875rem;top:21.125rem;left:25.5rem;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:rgba(var(--color-secondary-2),1);display:block;width:46.9995rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.24951171875rem;left:25.499267578125rem;height:3.33333325rem;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { 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: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.5625rem;left:25.5rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { color:rgba(var(--color-secondary-2),1);display:block;width:37.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.4869384765625rem;left:25.499267578125rem;height:1.416666625rem;display:block; }
#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { background-color: transparent; background-image: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .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); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { border-width: 0; border-radius: 0; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { z-index:15006;top:0.228271484375rem;left:30.551147460938rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89586325rem;height:3.27087575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { top:16.5rem;left:0rem;width:34.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { top:14.4375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:7.75rem;left:0rem;width:44.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:2.375rem;left:0rem;width:6.875rem;height:2.4150747452175rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { top:5.6875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { top:6.5625rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { top:5.375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { top:6.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { top:7.5625rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { top:1.5625rem;left:0rem;width:21rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:1.5625rem;left:10.875rem;width:20.875rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:3.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:5.625rem;left:5.8125rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:10.8125rem;left:0rem;width:14.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:11.4375rem;left:16.5615234375rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { top:10.6875rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { top:17.5rem;left:0rem;width:18rem;height:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { top:17.5rem;left:12.8125rem;width:18.9375rem;height:28.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { top:5.625rem;left:22.3125rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { top:3.0625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { top:3.6875rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { top:3.6875rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { top:1.5625rem;left:26.625rem;width:21rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { top:17.5625rem;left:30.9375rem;width:16.6875rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { top:10.9375rem;left:31.8125rem;width:15.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { top:5.625rem;left:35.6875rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { top:3.6875rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { top:7.5625rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbQEWUFsr4N1wznralN3KMcJGJzThlt { top:1.125rem;left:0rem;width:20.875rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { top:1.0625rem;left:26.625rem;width:21rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { top:11.0625rem;left:0rem;width:17.375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { top:10.25rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { top:11.625rem;left:30.75rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { top:10.3125rem;left:31.75rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { top:17.0625rem;left:0rem;width:19.75rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { top:17.0625rem;left:29.8125rem;width:17.8125rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { top:5.125rem;left:4rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { top:5.1875rem;left:36.625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { top:3.25rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { top:3.25rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { top:2.5625rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { top:1.125rem;left:10.6875rem;width:21.0625rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { top:2.5625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { top:2.125rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { top:10.3125rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { top:5.1875rem;left:20.75rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { top:11.625rem;left:14.875rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { top:17.0625rem;left:15.125rem;width:16.625rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FirJPCQCfJaSQRQpPbg5MFSncnxudoZs { display:block; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPWPzabv9w1SUqV2NHto08mmbFko8Kge { top:1.0625rem;left:10.875rem;width:20.875rem;height:63.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMW88cE8MdxUUdfVn7GRATCdxc0m4pyt { top:3.1875rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXyxaHBD6ikVqv0SidfkeynORR4TVd8K { top:10.25rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEhcOdEfJCd3UFZfRTA3I5aDXpPg9G1I { top:3.1875rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2IyWa1yGoFXWVNFHxQBxdR3sdpcR3O { top:11.5625rem;left:15.3125rem;width:16.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxzKXte5vUvOJuGWKF3VMbpnOOxfhHoq { top:5.4375rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Jg1mDAPcTHbI0ARIPhg416IUHilmw5 { top:17.375rem;left:15.1875rem;width:16.5625rem;height:40.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { top:1.4375rem;left:26.5625rem;width:21.0625rem;height:62.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { top:3.1875rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { top:10.5rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { top:11.5625rem;left:33.1875rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { top:3.1875rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { top:5.4375rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { top:17.375rem;left:30.0625rem;width:17.5625rem;height:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { top:1.0625rem;left:0rem;width:21rem;height:63.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { top:4rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { top:11.4375rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { top:10.1875rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { top:17rem;left:0rem;width:17.25rem;height:43.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { top:1.25rem;left:10.75rem;width:21rem;height:52.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { top:17.1875rem;left:13.3125rem;width:18.4375rem;height:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { top:10.375rem;left:14.875rem;width:16.875rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { top:10.375rem;left:16.3125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { top:2.8125rem;left:16.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { top:5.3125rem;left:20.75rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { top:2.25rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { top:1.25rem;left:26.75rem;width:20.875rem;height:52.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { top:2.75rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { top:10.375rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { top:10.4375rem;left:32.625rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { top:2.1875rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { top:5.3125rem;left:35.5625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { top:17.1875rem;left:29.6875rem;width:17.9375rem;height:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { top:1.25rem;left:0rem;width:21.9375rem;height:52.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { top:2.75rem;left:0.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { top:10.3125rem;left:0.0625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { top:10.5625rem;left:0rem;width:16.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { top:2.1875rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { top:17.1875rem;left:0rem;width:20.25rem;height:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { top:5.3125rem;left:3.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDC7xHMWsn5RqFObuGJnpIQykuATnMri { top:1.5625rem;left:0rem;width:21rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwU85DdvQtpONvq5kGfTLZXTThazt26 { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { top:4.5625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { top:11.4375rem;left:0.68706703186037rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { top:17.5625rem;left:0rem;width:18.375rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoXcPz26R92UeslSTwD4QeppBLDTREe { top:3.125rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { top:1.625rem;left:10.875rem;width:20.875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { top:12.625rem;left:15.75rem;width:16rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { top:10.6875rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { top:5.625rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { top:3.125rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { top:3.5rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { top:17.5625rem;left:13.75rem;width:18rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { top:1.625rem;left:26.625rem;width:21rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { top:4rem;left:34.5rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { top:6.8125rem;left:35.375rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { top:12.625rem;left:32.4375rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { top:10.6875rem;left:31.75rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { top:17.5625rem;left:30.3125rem;width:17.3125rem;height:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2VTy4gGQLfucLAJArq6KMiHM918Trai { top:1.5rem;left:0rem;width:21rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { top:17.375rem;left:0rem;width:18.125rem;height:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { top:3rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { top:10.75rem;left:0rem;width:16.9375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { top:3.5625rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xui24fVIywQ7b68SDcvO13faFDaxDFwF { top:6.6875rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { top:1.5rem;left:10.75rem;width:21rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { top:3.0625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { top:3rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtUtcXSKnerlATZqB60WZa0gPpbavLxM { top:6.6875rem;left:19.75rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { top:10.125rem;left:15.625rem;width:16.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { top:10rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { top:17.375rem;left:13.3125rem;width:18.4375rem;height:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBAcn3EqLbLBuETXFyJ5tGt50TuIOdEh { top:10rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { top:1.5rem;left:24.5rem;width:23.125rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { top:3rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { top:9.25rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { top:10rem;left:31.375rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { top:3.625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { top:17.4375rem;left:26.5rem;width:21.125rem;height:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { top:5.5625rem;left:36.5625rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { top:1.5625rem;left:0rem;width:21rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { top:3.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { top:5.625rem;left:3.5625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { top:11.4375rem;left:0rem;width:16.0625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { top:17.375rem;left:0rem;width:17.3125rem;height:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { top:3.6875rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { top:1.625rem;left:9.3125rem;width:22.4375rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { top:3.0625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQHWmBox974COFoVX5JLH71yp8mIeDE { top:10.0625rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { top:3.0625rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvqrxueWksndXRbtSzT4n5sovPfyRua { top:11.4375rem;left:15.5rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { top:6.8125rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { top:17.625rem;left:11.9375rem;width:19.8125rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { top:1.625rem;left:26.625rem;width:21rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { top:3.0625rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { top:12rem;left:31.5rem;width:16.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { top:10.75rem;left:32.125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { top:3.0625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { top:17.625rem;left:30.125rem;width:17.5rem;height:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { top:1.5625rem;left:10.875rem;width:20.875rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { top:1.5625rem;left:26.5625rem;width:21.0625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { top:10.3125rem;left:14.8125rem;width:16.9375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQilFbzUQnfEept55nvOUcKo5bZNKZU { top:11.375rem;left:30.5rem;width:17.25rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { top:10.8125rem;left:31.75rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { top:17.5rem;left:13.75rem;width:18rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { top:17.5rem;left:30.0625rem;width:17.5625rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { top:5.625rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { top:3.0625rem;left:16.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { top:3.0625rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { top:3.125rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { top:3.125rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { top:1.625rem;left:0rem;width:21rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { top:5.625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { top:10.9375rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { top:3.125rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { top:17.5625rem;left:0rem;width:17.3125rem;height:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE5RTbkK03vi91bX13GpfAciDoi3ZScE { top:1.8125rem;left:0rem;width:22.3125rem;height:63.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { top:3.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enogthtPiW8rD8p6weZMSQllJrOUixUy { top:10.5625rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { top:10.6875rem;left:0rem;width:16.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { top:3.0625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfZisfT4vucadrbWg5LI7L99AKeDJXi { top:4.5625rem;left:4.8125rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { top:20.125rem;left:0rem;width:19.5625rem;height:44.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { top:1.625rem;left:10.875rem;width:20.875rem;height:64.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { top:3.0625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { top:3.5rem;left:18.625rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { top:6.8125rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { top:10.5625rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { top:12.625rem;left:15.1875rem;width:16.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { top:20.125rem;left:12.375rem;width:19.375rem;height:40.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { top:1.5625rem;left:26.625rem;width:21rem;height:63.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiv3XB36SENV738abGwF6SkDlI9eh1WD { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { top:10.5625rem;left:30.6875rem;width:15.3125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { top:11.5rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { top:3.0625rem;left:34.5rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { top:5.6875rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { top:20.125rem;left:29.6875rem;width:17.9375rem;height:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZo0DViLECL2LXpTBOn44VksDd8bqSiR { top:1.5625rem;left:26.8125rem;width:20.8125rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { top:3.1875rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { top:3.1875rem;left:38rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { top:10.1875rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { top:11.4375rem;left:31.375rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznDoDUmamDCNo1ixt2TWNKMVtETypKT { top:5.75rem;left:35.5625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUmnPe3cdebothg6Tot3WB55RLdvCPt { top:17.625rem;left:29.125rem;width:18.5rem;height:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { top:1.5625rem;left:0rem;width:21rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { top:3.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { top:10.1875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { top:5.75rem;left:3.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { top:3.1875rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { top:10.875rem;left:0.53173828125rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { top:17.5rem;left:0rem;width:17.5625rem;height:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REPsHwvH83UFgltK6NQoCeIHPOZ8szPi { top:1.5625rem;left:10.8125rem;width:21rem;height:47.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOodRLZpTamSNa5GsgqntLhZMtuhfAK { top:3.0625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJIAgiBGsTdnCq27PACOw0yxF8mPSdKc { top:3.1875rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ31RUMJay6zoAUDvOuiIqsVLTGFalqT { top:5.75rem;left:19.75rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iraf81p06mDDJru0sUZ2wWxSPpEBE5Uz { top:10.5625rem;left:14.8125rem;width:16.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUqkS0ng1Pde2iC3GBw7N8KdBcNZHi0 { top:10.6875rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHl8IZhWeqUK5BgdiqNztuBQh9ZU09bz { top:17.625rem;left:13.8125rem;width:17.9375rem;height:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { top:1.625rem;left:26.8125rem;width:20.875rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { top:3.125rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { top:12rem;left:31.375rem;width:16.25rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { top:10.6875rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { top:3.125rem;left:38rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { top:6.8125rem;left:36.625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { top:19.75rem;left:29.8125rem;width:17.8125rem;height:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { top:1.625rem;left:0rem;width:20.875rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { top:3.125rem;left:0.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { top:3.125rem;left:2.75rem;width:8.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { top:11.3125rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { top:11.4375rem;left:0rem;width:16.25rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { top:5.625rem;left:4.75rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { top:19.75rem;left:0rem;width:17.9375rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { top:1.8125rem;left:10.9375rem;width:20.875rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { top:3.3125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { top:9.75rem;left:14.3125rem;width:17.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { top:3.75rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { top:10.75rem;left:15.875rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { top:19.75rem;left:13.625rem;width:18.125rem;height:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { top:5.875rem;left:21.6875rem;width:10.0625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { top:1.625rem;left:0rem;width:21.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { top:11.5rem;left:0rem;width:16.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { top:10.6875rem;left:0.375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { top:17.5625rem;left:0rem;width:17.5rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSec9RxSIgkeT06XvLCTSwbxeinESon5 { top:5.6875rem;left:3.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { top:3.125rem;left:0.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0voRN31890AvdCzOr4tTa6M3UQOCMD { top:2.625rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { top:1.625rem;left:26.5625rem;width:21.0625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { top:5.6875rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { top:2.625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { top:12.0625rem;left:30.9375rem;width:16.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { top:10.6875rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { top:17.5rem;left:29.3125rem;width:18.3125rem;height:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { top:1.625rem;left:10.875rem;width:20.875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { top:3.125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { top:2.625rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { top:5.6875rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { top:11.3125rem;left:15.5rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { top:10.75rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { top:17.5625rem;left:13.8125rem;width:17.9375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myktTDRkT4zgPkHcARp9JmxVJaauknqU { display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { top:1.125rem;left:0rem;width:21rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { top:5.125rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { top:11.625rem;left:0.68798828125rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { top:10.375rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { top:18.375rem;left:0rem;width:17.25rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { top:2.625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { top:1.125rem;left:26.625rem;width:21rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { top:2.5625rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { top:11.0625rem;left:32.43798828125rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { top:10.375rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { top:2.5625rem;left:38.875rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { top:5.1875rem;left:35.375rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7lxentvGdcHfoEaluoa2c7BhT2sELFF { top:17.0625rem;left:30.375rem;width:17.25rem;height:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { top:1.125rem;left:9.4375rem;width:22.3125rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { top:2.625rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { top:10.3125rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { top:10.4375rem;left:15.625rem;width:16.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luhe0msDDngK49voOhnGTUf0XC76rr6V { top:2.6875rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { top:6.375rem;left:21.0625rem;width:10.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9F9TMHm4VmDbzeNopv11kyH01M3stD { top:17.625rem;left:11.0625rem;width:20.6875rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { top:1.1875rem;left:0rem;width:21rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { top:2.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { top:2.75rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { top:6.375rem;left:3.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { top:10.5625rem;left:0rem;width:16.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { top:10.875rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { top:17.9375rem;left:0rem;width:17.9375rem;height:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:3.1875rem;left:0rem;width:14.8125rem;height:22.281050155884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { top:21.125rem;left:11.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.1875rem;left:0.75rem;width:46.9375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:22.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { top:8.4375rem;left:9.875rem;width:37.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { top:0.1875rem;left:16.926147460938rem;width:13.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { background-color:transparent;background-image:url("https://images.assets-landingi.com/1akrsuDx/background_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { width:19.812rem;height:1.25rem;top:11.99951171875rem;left:0.18798828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { width:4.0625rem;height:0.24902375rem;top:9.749755859375rem;left:0rem;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:20rem;height:2.41666675rem;top:5.4998779296875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:5.1875rem;height:1.9375rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { width:4.6875rem;height:0.24902375rem;top:7.0611572265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { width:19.5rem;height:4rem;top:1.25rem;left:0.625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { width:20rem;height:23.75rem;top:9.622802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { width:4.6875rem;height:0.24902375rem;top:4.8114013671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { width:19.5rem;height:2rem;top:1.25rem;left:0.625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { width:20rem;height:7.0833335rem;top:6.6851806640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { width:19rem;height:1.916666625rem;top:1.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { width:4.6875rem;height:0.24902375rem;top:4.497802734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { width:18.75rem;height:37.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:43.5rem;top:38.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:5.6875rem;height:5.6875rem;top:1rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:11.8115rem;height:1.083333375rem;top:3.9375rem;left:6.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.498875rem;height:4.3333335rem;top:8.0625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.24902375rem;height:4.87426875rem;top:7.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.4980625rem;height:3.250000125rem;top:47.54345703125rem;left:4.93896484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { width:0.24902375rem;height:4.874025rem;top:46.81201171875rem;left:1.7021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { width:17.7480625rem;height:21.666666875rem;top:13.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { width:17.99869725rem;height:27.08333375rem;top:52.75rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { width:10.6860625rem;height:1.083333375rem;top:41.90771484375rem;left:7.4755859375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { width:6.25rem;height:6.25rem;top:39.8515625rem;left:1.88916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { width:13.125rem;height:1.083333375rem;top:1.6875rem;left:5.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { width:13.125rem;height:1.083333375rem;top:39.8515625rem;left:4.93896484375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { width:18.75rem;height:27.875rem;top:83.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { width:16.6855625rem;height:11.916666875rem;top:96.875rem;left:1.65673828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { width:16.5625rem;height:3.250000125rem;top:91.5rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { width:0.24902375rem;height:3.2495125rem;top:91.58056640625rem;left:1.41259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { width:5.3125rem;height:5.3125rem;top:84.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { width:11.9360625rem;height:1.083333375rem;top:86.712890625rem;left:6.25634765625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { width:13.125rem;height:1.083333375rem;top:85.4375rem;left:5.248046875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { width:19rem;height:3.83333325rem;top:1.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { width:4.6875rem;height:0.24902375rem;top:6.497802734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbQEWUFsr4N1wznralN3KMcJGJzThlt { width:18.75rem;height:40.625rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { width:18.75rem;height:28.0625rem;top:43.3125rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { width:16rem;height:3.250000125rem;top:10.26042175293rem;left:3.4583334922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { width:0.25rem;height:3.1875rem;top:10.3125rem;left:2.4583334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { width:17.375rem;height:2.16666675rem;top:81.8125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { width:0.1861979375rem;height:2.686198rem;top:81.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { width:17.4375rem;height:22.749999875rem;top:15.875076293945rem;left:1.2812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { width:18.25rem;height:16.249999875rem;top:85.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { width:11.06119825rem;height:1.083333375rem;top:5.29296875rem;left:7.8333339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { width:13.125rem;height:1.083333375rem;top:75.9375rem;left:5.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { width:13.125rem;height:1.083333375rem;top:2.7096405029297rem;left:5.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { width:13.125rem;height:1.083333375rem;top:73.875rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { width:6.25rem;height:6.25rem;top:2.73046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { width:6.25rem;height:6.25rem;top:73.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { width:19.4375rem;height:31.5625rem;top:72.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { width:6.25rem;height:6.25rem;top:44.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { width:13.125rem;height:1.083333375rem;top:44.9375rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { width:0.186035rem;height:2.6860375rem;top:52.375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { width:13.125rem;height:1.083333375rem;top:46.8125rem;left:5.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { width:17.375rem;height:2.16666675rem;top:52.58056640625rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { width:17.75rem;height:14.08333325rem;top:56.625rem;left:1.1250000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FirJPCQCfJaSQRQpPbg5MFSncnxudoZs { display:block; }#FirJPCQCfJaSQRQpPbg5MFSncnxudoZs > .row .container { width:20rem;height:183.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPWPzabv9w1SUqV2NHto08mmbFko8Kge { width:18.75rem;height:55rem;top:65.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMW88cE8MdxUUdfVn7GRATCdxc0m4pyt { width:6.25rem;height:6.25rem;top:66.625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXyxaHBD6ikVqv0SidfkeynORR4TVd8K { width:0.375rem;height:4.375rem;top:73.5654296875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEhcOdEfJCd3UFZfRTA3I5aDXpPg9G1I { width:13.125rem;height:1.083333375rem;top:67.26171875rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2IyWa1yGoFXWVNFHxQBxdR3sdpcR3O { width:15.875rem;height:2.16666675rem;top:74.615234375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxzKXte5vUvOJuGWKF3VMbpnOOxfhHoq { width:13.125rem;height:1.083333375rem;top:69.181640625rem;left:5.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #e6Jg1mDAPcTHbI0ARIPhg416IUHilmw5 { width:16.9345625rem;height:37.916666125rem;top:79.3125rem;left:1.5322265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { width:18.75rem;height:59.3125rem;top:122.42675rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { width:6.25rem;height:6.25rem;top:123.31298828125rem;left:1.5322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { width:0.3125rem;height:2.6235375rem;top:131.36376953125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { width:14.4985625rem;height:2.16666675rem;top:131.5380859375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { width:13.125rem;height:1.083333375rem;top:124.31298828125rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { width:13.125rem;height:1.083333375rem;top:126.42041015625rem;left:4.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { width:16.9355625rem;height:42.250000625rem;top:136.17626953125rem;left:1.53173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { width:18.75rem;height:60.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { width:5.9375rem;height:5.9375rem;top:2.462890625rem;left:1.6591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { width:10.9375rem;height:1.083333375rem;top:4.86328125rem;left:7.5341796875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { width:15.687rem;height:2.16666675rem;top:10.435546875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { width:0.3125rem;height:2.93505625rem;top:10.10595703125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { width:13.125rem;height:1.083333375rem;top:3.1640625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { width:16.875rem;height:45.50000025rem;top:13.9375rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container { width:20rem;height:155.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { width:18.6875rem;height:49.375rem;top:54.86083984375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { width:18.4375rem;height:31.41666725rem;top:70.640625rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { width:15.625rem;height:4.3333335rem;top:63.8515625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { width:0.186035rem;height:4.8110375rem;top:63.720703125rem;left:2.064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { width:6.25rem;height:6.25rem;top:55.828125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { width:10.9985625rem;height:1.083333375rem;top:58.384765625rem;left:7.1884765625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { width:13.125rem;height:1.083333375rem;top:56.640625rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { width:19.3125rem;height:47.8125rem;top:105.93115234375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { width:6.25rem;height:6.25rem;top:107.18115234375rem;left:2.064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { width:0.248046875rem;height:4.8735375rem;top:114.1181640625rem;left:2.033203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { width:14.5625rem;height:4.3333335rem;top:114.28076171875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { width:13.125rem;height:1.083333375rem;top:107.18115234375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { width:13.125rem;height:1.083333375rem;top:109.05029296875rem;left:5.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { width:18.6223965rem;height:31.416666rem;top:121.22268676757rem;left:0.68750005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { width:18.75rem;height:51.8125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { width:6.25rem;height:6.25rem;top:2.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { width:0.24902375rem;height:4.186525rem;top:9.9990234375rem;left:1.37548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { width:15.9995rem;height:4.3333335rem;top:9.818359375rem;left:2.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { width:9.6875rem;height:2.16666675rem;top:3.09521484375rem;left:8.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { width:17.3735625rem;height:34.66666675rem;top:15.625rem;left:1.31298828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { width:13.125rem;height:1.083333375rem;top:5.994140625rem;left:5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDC7xHMWsn5RqFObuGJnpIQykuATnMri { width:18.75rem;height:30.6875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwU85DdvQtpONvq5kGfTLZXTThazt26 { width:6.3125rem;height:6.3125rem;top:2.7529296875rem;left:1.81494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { width:18.3730625rem;height:1.083333375rem;top:4.74658203125rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { width:14.4975625rem;height:3.250000125rem;top:11.10791015625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { width:0.24902375rem;height:2.624025rem;top:11.501953125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { width:16.6840625rem;height:14.083333375rem;top:15.5654296875rem;left:1.65771484375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJoXcPz26R92UeslSTwD4QeppBLDTREe { width:13.125rem;height:1.083333375rem;top:2.7529296875rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { width:18.75rem;height:23.5rem;top:33.2241171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { width:14.4980625rem;height:2.16666675rem;top:42.2421875rem;left:3.56201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { width:0.187011875rem;height:2.2495125rem;top:42.34765234375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { width:13.125rem;height:1.083333375rem;top:37.2802734375rem;left:5.310546875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { width:6.25rem;height:6.25rem;top:34.7236328125rem;left:1.84619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { width:13.125rem;height:1.083333375rem;top:35.3876953125rem;left:5.310546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { width:16.9355625rem;height:8.666666875rem;top:45.7861328125rem;left:1.53173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { width:18.75rem;height:23.9375rem;top:58.375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { width:5.625rem;height:5.625rem;top:59.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { width:13.125rem;height:2.16666675rem;top:59.875rem;left:5.310546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { width:13.6860625rem;height:1.083333375rem;top:63.1875rem;left:4.7490234375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { width:14.499rem;height:1.083333375rem;top:68.181640625rem;left:3.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { width:0.4375rem;height:2.5rem;top:67.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { width:16.6850625rem;height:10.833333625rem;top:70.52734375rem;left:1.81494140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { width:20rem;height:132.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2VTy4gGQLfucLAJArq6KMiHM918Trai { width:20rem;height:38rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { width:18.125rem;height:20.58333325rem;top:17.125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { width:6.25rem;height:6.25rem;top:2.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { width:16.9975625rem;height:3.250000125rem;top:10.5rem;left:3.0024375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { width:13.125rem;height:2.16666675rem;top:3.44921875rem;left:5.93701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xui24fVIywQ7b68SDcvO13faFDaxDFwF { width:12.2480625rem;height:1.083333375rem;top:6.3125rem;left:6.375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { width:20rem;height:41.75rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { width:6.25rem;height:6.25rem;top:45.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { width:13.125rem;height:2.16666675rem;top:45.25rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtUtcXSKnerlATZqB60WZa0gPpbavLxM { width:12rem;height:1.083333375rem;top:48.9375rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { width:16.125rem;height:4.3333335rem;top:52.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { width:0.1875rem;height:4.8125rem;top:52.30517578125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { width:17.9375rem;height:23.83333425rem;top:59.625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBAcn3EqLbLBuETXFyJ5tGt50TuIOdEh { width:0.1875rem;height:4.8125rem;top:9.76904296875rem;left:1.626953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { width:20rem;height:43.375rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { width:6.25rem;height:6.25rem;top:88.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { width:0.187011875rem;height:4.8120125rem;top:95rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { width:16.25rem;height:3.250000125rem;top:95.69970703125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { width:13.125rem;height:1.083333375rem;top:89.3125rem;left:5.93701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { width:17.9360625rem;height:26.000000375rem;top:101.375rem;left:1.03173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { width:11.0615rem;height:1.083333375rem;top:91.306640625rem;left:7.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { width:20rem;height:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { width:18.75rem;height:39.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { width:5.9375rem;height:5.9375rem;top:2.7529296875rem;left:1.8486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { width:13.4375rem;height:1.083333375rem;top:5.1533203125rem;left:5.15869140625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { width:14.4980625rem;height:4.3333335rem;top:10.54052734375rem;left:2.75048828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { width:0.249511875rem;height:4.8745125rem;top:10.3779296875rem;left:1.8486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { width:16.6850625rem;height:21.66666675rem;top:17.00390625rem;left:1.8486328125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { width:13.125rem;height:1.083333375rem;top:3.3837890625rem;left:5.47119140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { width:20rem;height:37.375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { width:6.25rem;height:6.25rem;top:43.6240234375rem;left:1.59423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQHWmBox974COFoVX5JLH71yp8mIeDE { width:0.187011875rem;height:4.811525rem;top:50.580078125rem;left:1.59423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { width:13.125rem;height:2.16666675rem;top:43.6240234375rem;left:5.31494140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvqrxueWksndXRbtSzT4n5sovPfyRua { width:16.25rem;height:2.16666675rem;top:51.84814453125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { width:12.25rem;height:1.083333375rem;top:47.1298828125rem;left:6.40869140625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { width:17.9365rem;height:20.58333375rem;top:56.8125rem;left:1.03173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { width:19.9375rem;height:33.6875rem;top:80.73193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { width:6.25rem;height:6.25rem;top:81.91845703125rem;left:1.6923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { width:16.374rem;height:2.16666675rem;top:91.40478515625rem;left:3.0634765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { width:0.24902375rem;height:4.8735375rem;top:90.10546875rem;left:1.66162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { width:13.125rem;height:1.083333375rem;top:83.04345703125rem;left:5.31494140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { width:13.125rem;height:1.083333375rem;top:84.47509765625rem;left:5.31494140625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { width:17.562rem;height:16.2500005rem;top:96.16943359375rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { width:18.75rem;height:31.5625rem;top:35.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { width:18.75rem;height:34rem;top:68.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { width:16.1875rem;height:5.416666875rem;top:45rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { width:0.24963375rem;height:4.874875rem;top:44.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQilFbzUQnfEept55nvOUcKo5bZNKZU { width:14.4989815rem;height:4.3333335rem;top:77.125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { width:0.24963375rem;height:4.874875rem;top:76.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { width:16.9360625rem;height:14.083333375rem;top:52rem;left:1.53173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { width:16.9365rem;height:17.33333325rem;top:83.25rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { width:13.125rem;height:1.083333375rem;top:40.056640625rem;left:5.24853515625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { width:6.25rem;height:6.25rem;top:37.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { width:13.125rem;height:1.083333375rem;top:71.25rem;left:4.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { width:6.25rem;height:6.25rem;top:69.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { width:13.125rem;height:1.083333375rem;top:38.125rem;left:5.24853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { width:13.125rem;height:1.083333375rem;top:69.375rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { width:18.75rem;height:32.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { width:5.9375rem;height:5.9375rem;top:2.2216796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { width:10.9375rem;height:1.083333375rem;top:6.074462890625rem;left:7.4999998807906rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#080852;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { width:15.25rem;height:4.3333335rem;top:9.5220947265625rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { width:0.3125rem;height:2.936580875rem;top:10.283813476562rem;left:1.5602020025253rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { width:8.998046875rem;height:2.16666675rem;top:2.2216796875rem;left:9.501953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { width:16.875rem;height:17.33333325rem;top:15.00732421875rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container { width:20rem;height:194.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE5RTbkK03vi91bX13GpfAciDoi3ZScE { width:20rem;height:66.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { width:6.25rem;height:6.25rem;top:2.474609375rem;left:1.845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enogthtPiW8rD8p6weZMSQllJrOUixUy { width:0.187011875rem;height:4.811525rem;top:9.9921875rem;left:1.845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { width:17.3115rem;height:4.3333335rem;top:10.154296875rem;left:2.6885rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { width:13.125rem;height:1.083333375rem;top:2.474609375rem;left:6.24609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfZisfT4vucadrbWg5LI7L99AKeDJXi { width:11.0600625rem;height:1.083333375rem;top:4.14453125rem;left:8.095703125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { width:17.9345625rem;height:47.66666675rem;top:16.84375rem;left:1.0322265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { width:18.75rem;height:60.9375rem;top:70.817749023438rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { width:6.25rem;height:6.25rem;top:72.261234375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { width:10.2480625rem;height:2.16666675rem;top:72.79443359375rem;left:8.095703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { width:13.125rem;height:1.083333375rem;top:75.95458984375rem;left:4.78125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { width:0.43652375rem;height:3.1870125rem;top:79.7788125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { width:9.25rem;height:2.16666675rem;top:80.23486328125rem;left:3.6259765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { width:17.4365rem;height:45.50000075rem;top:84.06787109375rem;left:1.28173828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { width:18.75rem;height:56.8125rem;top:135.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiv3XB36SENV738abGwF6SkDlI9eh1WD { width:6.25rem;height:6.25rem;top:137.1875rem;left:1.845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { width:16.3735625rem;height:6.50000025rem;top:144.6875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { width:0.4375rem;height:6.25rem;top:144.9736328125rem;left:2.03271484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { width:13.125rem;height:2.16666675rem;top:137.1875rem;left:5.9033203125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { width:13.125rem;height:1.083333375rem;top:140.4375rem;left:5.9033203125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { width:17.8125rem;height:35.75000075rem;top:153.14208984375rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { width:20rem;height:148.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZo0DViLECL2LXpTBOn44VksDd8bqSiR { width:20rem;height:46.5625rem;top:99.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { width:6.25rem;height:6.25rem;top:101.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { width:13.125rem;height:1.083333375rem;top:101.9375rem;left:5.5927734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { width:0.187011875rem;height:4.8120125rem;top:108.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { width:16.25rem;height:2.16666675rem;top:109.5810546875rem;left:3.185546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznDoDUmamDCNo1ixt2TWNKMVtETypKT { width:12.0615rem;height:1.083333375rem;top:103.869140625rem;left:6.71875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OoUmnPe3cdebothg6Tot3WB55RLdvCPt { width:18.5610625rem;height:29.25000025rem;top:114.4375rem;left:0.71923828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { width:19.875rem;height:45.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { width:6.25rem;height:6.25rem;top:2.880859375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { width:0.248046875rem;height:2.24805rem;top:10.6181640625rem;left:2.189453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { width:13.125rem;height:1.083333375rem;top:5.4375rem;left:5.5927734375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { width:13.125rem;height:2.16666675rem;top:2.880859375rem;left:5.5927734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { width:15.4995rem;height:3.250000125rem;top:10.0361328125rem;left:3.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { width:17.5rem;height:29.25000025rem;top:14.8125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REPsHwvH83UFgltK6NQoCeIHPOZ8szPi { width:18.75rem;height:48rem;top:49.141625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOodRLZpTamSNa5GsgqntLhZMtuhfAK { width:6.25rem;height:6.25rem;top:50.641625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJIAgiBGsTdnCq27PACOw0yxF8mPSdKc { width:13.125rem;height:2.16666675rem;top:50.6416015625rem;left:5.1240234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ31RUMJay6zoAUDvOuiIqsVLTGFalqT { width:13.125rem;height:1.083333375rem;top:53.9541015625rem;left:5.1240234375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Iraf81p06mDDJru0sUZ2wWxSPpEBE5Uz { width:16.3735625rem;height:4.3333335rem;top:59.11669921875rem;left:3.6259765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUqkS0ng1Pde2iC3GBw7N8KdBcNZHi0 { width:0.4375rem;height:6.25rem;top:58.266625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHl8IZhWeqUK5BgdiqNztuBQh9ZU09bz { width:17.8125rem;height:29.24999975rem;top:65.18701171875rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container { width:20rem;height:120.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { width:19.9375rem;height:40.1875rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { width:6.25rem;height:6.25rem;top:79.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { width:15.1865234375rem;height:3.250000125rem;top:88.125rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { width:0.24902375rem;height:4.874025rem;top:87.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { width:9.375rem;height:2.16666675rem;top:80.5rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { width:13.125rem;height:1.083333375rem;top:83.4375rem;left:6.125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { width:17.875rem;height:22.750000375rem;top:94.25rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { width:20rem;height:34.875rem;top:1.25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { width:6.25rem;height:6.25rem;top:2.3736572265625rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { width:13.4375rem;height:1.083333375rem;top:3.375rem;left:5.0302734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { width:0.24816175rem;height:4.873621rem;top:9.5462036132812rem;left:1.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { width:14.4975625rem;height:4.3333335rem;top:9.7080078125rem;left:2.7509765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { width:13.125rem;height:1.083333375rem;top:4.93017578125rem;left:5.4677734375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { width:18.1875rem;height:17.33333325rem;top:16.6875rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { width:20rem;height:39.25rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { width:6.25rem;height:6.25rem;top:38.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { width:17.25rem;height:7.583333625rem;top:46.1875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { width:13.125rem;height:1.083333375rem;top:39.75rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { width:0.24956625rem;height:6.7496875rem;top:46.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { width:18.125rem;height:20.583334rem;top:54.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { width:10.0610625rem;height:2.16666675rem;top:41.5rem;left:9.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { width:18.75rem;height:26.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { width:14.4970703125rem;height:3.250000125rem;top:11.1240234375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { width:0.2490234375rem;height:2.4365234375rem;top:11.59375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { width:17.1875rem;height:10.833333rem;top:15.6875rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSec9RxSIgkeT06XvLCTSwbxeinESon5 { width:13.125rem;height:1.083333375rem;top:6.158203125rem;left:5.498046875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { width:6.25rem;height:6.25rem;top:2.783203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0voRN31890AvdCzOr4tTa6M3UQOCMD { width:13.125rem;height:2.16666675rem;top:3.158203125rem;left:5.498046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { width:18.75rem;height:29.6875rem;top:55.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { width:6.25rem;height:6.25rem;top:56.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { width:13.125rem;height:1.083333375rem;top:60rem;left:5.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { width:13.125rem;height:1.083333375rem;top:57.625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { width:16.3125rem;height:2.16666675rem;top:64.875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { width:0.1865234375rem;height:2.6240234375rem;top:64.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { width:16.935546875rem;height:15.166667rem;top:68.6875rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { width:18.75rem;height:24.2497691875rem;top:30.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { width:6.25rem;height:6.25rem;top:31.506225585938rem;left:1.3752297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { width:13.125rem;height:2.16666675rem;top:31.449951171875rem;left:5.5101097822189rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { width:13.125rem;height:1.083333375rem;top:34.624389648438rem;left:5.5101097822189rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { width:15.7490806875rem;height:3.250000125rem;top:39.429077148438rem;left:3.2329961061478rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { width:0.2493106875rem;height:4.873621rem;top:38.702880859375rem;left:1.8704043626785rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { width:16.9358901875rem;height:7.5833335rem;top:44.499145507812rem;left:1.5326286554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myktTDRkT4zgPkHcARp9JmxVJaauknqU { display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { width:18.75rem;height:30.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { width:6.25rem;height:6.25rem;top:2.0645751953125rem;left:2.0461856126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { width:10.625rem;height:1.083333375rem;top:5.3090209960938rem;left:8.22265625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { width:14.4990806875rem;height:2.16666675rem;top:10.252807617188rem;left:3.1847425699234rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { width:0.3125rem;height:2.1231618125rem;top:10.327514648438rem;left:2.0461856126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { width:17.2495403125rem;height:16.250000375rem;top:13.553466796875rem;left:1.3752297163009rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { width:13.125rem;height:1.083333375rem;top:2.064453125rem;left:5.78515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { width:18.75rem;height:32.6875rem;top:33.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { width:5.625rem;height:5.625rem;top:34.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { width:14.75rem;height:3.250000125rem;top:41.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { width:0.24902375rem;height:2.87305rem;top:41.75rem;left:1.85888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { width:13.125rem;height:1.083333375rem;top:35rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { width:8.3115234375rem;height:1.083333375rem;top:37.125rem;left:10.375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #E7lxentvGdcHfoEaluoa2c7BhT2sELFF { width:17.748046875rem;height:17.33333375rem;top:46.1875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { width:20rem;height:41.9375rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { width:6.25rem;height:6.25rem;top:68.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { width:0.4375rem;height:4.8125rem;top:77.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { width:14.875rem;height:4.3333335rem;top:77.625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luhe0msDDngK49voOhnGTUf0XC76rr6V { width:13.125rem;height:2.16666675rem;top:69.25rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { width:10.68619825rem;height:1.083333375rem;top:72.1875rem;left:8.75rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #pm9F9TMHm4VmDbzeNopv11kyH01M3stD { width:18.2485625rem;height:21.666666375rem;top:83.875rem;left:0.87548828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { width:18.75rem;height:43.6875rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { width:6.25rem;height:6.25rem;top:2.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { width:13.125rem;height:2.16666675rem;top:3.375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { width:13.125rem;height:1.083333375rem;top:6.375rem;left:5rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { width:16.37369725rem;height:5.416666875rem;top:10.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { width:0.4375rem;height:5.25rem;top:10.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { width:17.5625rem;height:24.9166665rem;top:16.75rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:9.4375rem;height:14.3125rem;top:0.8746337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { width:4.6875rem;height:0.24902375rem;top:12.841186523438rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:8.687125rem;height:7rem;top:4.4305419921875rem;left:11.0302734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:20.809936523438rem;left:4.84375rem;font-family:"open sans";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { width:20rem;height:2.83333325rem;top:16.560668945312rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { background-color:#0b1a43;background-image:none;display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { background-color: transparent; background-image: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .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); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { top:0.9375rem;left:2.9998779296875rem;width:14rem;height:3.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block; }
 }