.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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(11,26,67,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(11,26,67,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:#000000;display:block;width:34.249875rem;position:absolute;font-family:"open sans";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:#bc9234;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:#ffffff;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:#f8bc38;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:#0b1a43;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:#0b1a43;display:block;width:72.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:7.9166665rem;display:block; }
#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1a43;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:#f8bc38;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:#0b1a43;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:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:2rem;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:#ffffff;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:#0b1a43;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:#f8bc38;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;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:32.6875rem;width:21rem;top:1.6243515014649rem;left:1.9368495941162rem;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:32.5625rem;width:20.875rem;top:1.6243515014649rem;left:27.374676704407rem;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.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#0b1a43;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.7111663818359rem;left:10.998390197754rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:#000000;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.875rem;left:5.5625rem;height:4.3333335rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:3.250000125rem;font-style:italic;display:block; }
#AbSNc1HTQElX13LsCilgsT4i33rqLFgx { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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; }
#bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { color:#000000;display:block;width:18.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.561851501465rem;left:4.3115234375rem;height:13rem;font-style:normal;display:block; }
#ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { color:#000000;display:block;width:17.875rem;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.310913085938rem;height:10.833333rem;font-style:normal;display:block; }
#bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { color:#0b1a43;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6870422363281rem;left:36.437267303467rem;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.125rem;left:29.9375rem;overflow:hidden;display:block; }
#W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6116943359375rem;left:9.12353515625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6116943359375rem;left:34.5263671875rem;height:2.16666675rem;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:32.5rem;width:21rem;top:1.625rem;left:52.0625rem;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:54.6875rem;overflow:hidden;display:block; }
#bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { color:#0b1a43;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6870422363281rem;left:60.874309539795rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { color:#000000;display:block;width:15.625rem;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:11.5rem;left:55.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:54.6875rem;display:block; }
#mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { color:#f8bc38;display:block;width:13.18575rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:58.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { color:#000000;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:54.375rem;height:8.666667rem;font-style:normal;display:block; }
#atNo1gEak4al2ffG4Vcx5u2BurH14VxB { position:relative;display:block; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB { background-color: transparent; background-image: none; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row .container > .video-iframe-container { display: none; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row > .video-iframe-container { display: none; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .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); }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB { border-width: 0; border-radius: 0; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .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; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#EGBrsTps50ChXmfpbRWp1x9Fff1b45Ry { color:#0b1a43;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; }
#fKQObBaCsBxTuMLvggh8q6clFnDNxpEu { position:absolute;display:block;z-index:15008;background-color:#f8bc38;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;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:37.0625rem;width:20.875rem;top:1.375rem;left:2.0625rem;display:block; }
#VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.228515625rem;left:5.7490234375rem;height:3.250000125rem;font-style:italic;display:block; }
#URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:4.4375rem;display:block; }
#BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { color:#000000;display:block;width:18.8125rem;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:16.8125rem;left:3.15625rem;height:20.583334rem;font-style:normal;display:block; }
#bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { color:#0b1a43;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:10.9375rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.875rem;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.8854217529297rem;left:4.4375rem;overflow:hidden;display:block; }
#T7ZEnuOsyOpht0AzF69THM1BusBMquct { 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:37.0625rem;width:20.875rem;top:1.4362030029297rem;left:52.061195373535rem;display:block; }
#QtCGMKxEU2y8xOuOA8t6ILHgvxPzImQB { 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.9375rem;left:54.625rem;overflow:hidden;display:block; }
#vsOfh9MGCEl3tOC7R0MeZUrmdeMRlKnk { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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.5625rem;left:54.4375rem;display:block; }
#cDxReWTO4k6JihSmRV3AFcTIcpg8g8li { color:#f8bc38;display:block;width:13.1848955rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VTfQuKXOyi8Es0gBSvU4sZtwa2Gc48fh { color:#000000;display:block;width:14.49869825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:55.6875rem;height:3.250000125rem;font-style:italic;display:block; }
#RufLIHtEZFXr9IUKSlIOUncg3mtvGp7T { color:#0b1a43;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:60.9375rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzwOIlDp1tVtFotmy02qcZWmDDIW0t2z { color:#000000;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.375rem;left:54rem;height:15.166667rem;font-style:normal;display:block; }
#q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { 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:37.1875rem;width:20.875rem;top:1.3125rem;left:27.0625rem;display:block; }
#x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { 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.8125rem;left:29.625rem;overflow:hidden;display:block; }
#C8seEhDMy6SsOv9RD63qh7nk9imagrOw { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.76953125rem;left:30.143228530884rem;height:2.16666675rem;font-style:italic;display:block; }
#Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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.4375rem;left:29.4375rem;display:block; }
#tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { color:#f8bc38;display:block;width:13.1848955rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cIa3WSevh5EqM2s4793hom4wGydeIUGt { color:#0b1a43;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.375rem;left:35.75rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { color:#000000;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.25rem;left:29rem;height:15.166667rem;font-style:normal;display:block; }
#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z { position:relative;display:block; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z { background-color: transparent; background-image: none; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row .container > .video-iframe-container { display: none; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row > .video-iframe-container { display: none; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .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); }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z { border-width: 0; border-radius: 0; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .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; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZDF8BQsfA5aH0SgRxvka16xRJsxbbylB { 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:36.5rem;width:21rem;top:1.6224060058594rem;left:51.998695373535rem;display:block; }
#XZ6smWlFQTpmWG8PW6V3v8N2u43mptDN { color:#000000;display:block;width:16.312375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.049152374267rem;left:56.221791267395rem;height:2.16666675rem;font-style:italic;display:block; }
#ZisDE1fL67yetEKaVztF0pI5HfEOXbI2 { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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; }
#MDtADTTJWNe7tqnWl5LiVyAo9qm7nX3g { color:#000000;display:block;width:16.9995rem;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:9.75rem;font-style:normal;display:block; }
#TydlNP1Dwx4NkEwRe3g2rm6trheAkxRs { color:#0b1a43;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:61.4375rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8ymvyyGoIh7JzJo8Ori3XwEcw2SyaOB { 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; }
#om2J921IP3r9UcvRSJT20xBAzwnuyTAO { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mzr2QcySof3Mmmb9wg4kfdEb4CJlbak5 { 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:36.6875rem;width:20.875rem;top:1.6237030029297rem;left:27.061195373535rem;display:block; }
#TPTOqtxGizI8CzmEI4FEKX6lgO4T0uIM { color:#000000;display:block;width:14.49925rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.875rem;left:30.75rem;height:4.3333335rem;font-style:italic;display:block; }
#ytOVJf8R6QzAIUEBvi2HAG8MCuEmkKeI { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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.4375rem;display:block; }
#ExPnfeiz1hCtQuRt9iiRz6IVd8gEBpB0 { color:#000000;display:block;width:18rem;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.5625rem;left:29rem;height:13rem;font-style:normal;display:block; }
#tJi5Tl6nve6T4RgS9o74kX2o4B5U98uS { 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.125rem;left:29.625rem;overflow:hidden;display:block; }
#nmHkUoUQe6Uzr8n8mJyzSC0SgxoIDIXG { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z73OGSqbeN9QkBqNN1ZsTkAm90TW5o1v { color:#0b1a43;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:35.9375rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NlIA1MH51Rb8R3QhbWnFacuxpcshGNvL { 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:36.9375rem;width:21rem;top:1.125rem;left:2rem;display:block; }
#kg6zmzT72NE6o90lsdMqp5tEuJcVfPQZ { color:#000000;display:block;width:18.9375rem;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:16.8125rem;left:3.03125rem;height:20.583334rem;font-style:normal;display:block; }
#SPG3t3zyvtw3weAe7UZWT8MMlRRUh8cU { color:#000000;display:block;width:16.1848965rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.0625rem;height:4.3333335rem;font-style:italic;display:block; }
#WBn2TUTzQS132x5O4aEwb77QXgiNR4yT { color:#0b1a43;display:block;width:10.74869825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.1875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z2Xl0VUklK9mPyM6fm29RGN66OtkG2yP { 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.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#kvEyg7QEpxTkgU1TwSNsaMNIfIvO8QEf { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.9375rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iB9feVV96MdM51bk70eofuuVzTMUIlAb { position:absolute;display:block;z-index:15021;background-color:#f8bc38;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.61328125rem;left:3.9375rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:44.9375rem;width:21rem;top:1.6237030029297rem;left:51.998699188233rem;display:block; }
#VBLAHdsBWNcLBleft8F0n4p5XMXc907p { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.9375rem;height:2.16666675rem;font-style:italic;display:block; }
#OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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; }
#cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { color:#000000;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:23.8333335rem;font-style:normal;display:block; }
#teZNAMQphfza4CkvV9Fq5WlVKokHugDS { color:#0b1a43;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:61.25rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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.125rem;left:55.0625rem;overflow:hidden;display:block; }
#IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;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:44.9375rem;width:20.8125rem;top:1.6237030029297rem;left:27.123699188233rem;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:3.125rem;left:29.6875rem;overflow:hidden;display:block; }
#pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { color:#000000;display:block;width:14.4990234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:30.75rem;height:4.3333335rem;font-style:italic;display:block; }
#UttrobQLG2AltDTNBN3HenTduADTTgO5 { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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.8740234375rem;width:0.2490234375rem;top:10.75rem;left:29.5rem;display:block; }
#qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { color:#284d42;display:block;width:12.1240234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:35.8125rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { color:#f8bc38;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:36.625rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { color:#000000;display:block;width:17.9990234375rem;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:29.0625rem;height:14.083333rem;font-style:normal;display:block; }
#woZBu7Ur4erXI80uDaeW4DDbpzIcaHeo { 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:44.75rem;width:21rem;top:1.625rem;left:2rem;display:block; }
#KR90EsgfZrE3fu5NE5aq0a63afCA1mzW { color:#000000;display:block;width:17.3104324375rem;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:17rem;left:3.75rem;height:19.5rem;font-style:normal;display:block; }
#SCQoKErznOxtCOmwro7H8623yif092tZ { 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:2.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#xFP1QUqJyIcVBbzkpsSt2Qh74B60WDnM { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.1875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#smVA4kUN7b3F56lws5lselstWMhUEtu3 { color:#000000;display:block;width:14.4979315rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#oAcBFesfZaPZwyDQ3NzaVpWITvTSr7f9 { color:#0b1a43;display:block;width:12.3104315rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:10.75rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVbF0TF53V9d9mlOmpUB3XGEVh0dzwS7 { position:absolute;display:block;z-index:15017;background-color:#f8bc38;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.873621rem;width:0.24816175rem;top:10.125rem;left:4.25rem;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:#ffffff;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; }#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:36rem;width:21rem;top:1.62353515625rem;left:1.9989013671875rem;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:24.9375rem;width:20.875rem;top:1.6245269775391rem;left:27.374767303467rem;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.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { color:#0b1a43;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.711669921875rem;left:10.49951171875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { color:#000000;display:block;width:16.1246875rem;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:11.481121063233rem;left:5.5333127975464rem;height:3.250000125rem;font-style:italic;display:block; }
#xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.812377929688rem;left:30.74951171875rem;height:1.083333375rem;font-style:italic;display:block; }
#mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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; }
#AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { color:#000000;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.562255859375rem;left:4.3115234375rem;height:16.25rem;font-style:normal;display:block; }
#oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { color:#000000;display:block;width:17.9997691875rem;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.554000854493rem;left:28.498390197754rem;height:6.5rem;font-style:normal;display:block; }
#TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { color:#0b1a43;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:36.062377929688rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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:29.9375rem;overflow:hidden;display:block; }
#g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nNUsSUd2HalVNkeGwZsGa2Ztz1T7wPPo { 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:44.4375rem;width:20.875rem;top:1.6245269775391rem;left:51.061580657959rem;display:block; }
#B8GbcKiyRqIDJ7nISXU229sMTOEba0ih { 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.125rem;left:53.625rem;overflow:hidden;display:block; }
#TSnsTTbGmLNEMV7OHPo4WVtzudoIlb2J { color:#f8bc38;display:block;width:13.18525rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:57.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nB7rZvvrJix6WrVMNIHulxVcx2Et7SO2 { color:#0b1a43;display:block;width:10.999875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:59.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LtGRDiv3WTqKB3kXaVm47f4RK0vtu2DG { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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.4375rem;display:block; }
#efFdRLR2e01uhgRomQwFPxVaO6FBA0Ap { color:#000000;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.8125rem;left:54.4375rem;height:3.250000125rem;font-style:italic;display:block; }
#b66lK7HzESpET3GZ17KnFxNGIW0xnTA7 { color:#000000;display:block;width:17.9996875rem;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.5625rem;left:53rem;height:26rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#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:24.4375rem;width:21rem;top:1.6233825683594rem;left:1.997932434082rem;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:27.75rem;width:20.875rem;top:1.6245422363281rem;left:27.374767303467rem;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:31.8125rem;width:21.0625rem;top:1.624755859375rem;left:51.99951171875rem;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:4.5623779296875rem;overflow:hidden;display:block; }
#fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { color:#0b1a43;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.711669921875rem;left:10.49951171875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { color:#000000;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.875rem;left:5.5625rem;height:1.083333375rem;font-style:italic;display:block; }
#XGIle9M66hpHro352Phx7wCI1FqTwUTi { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:4.3333335rem;font-style:italic;display:block; }
#IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.938812255859rem;left:56.061197280884rem;height:3.250000125rem;font-style:italic;display:block; }
#flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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; }
#F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { color:#000000;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.562255859375rem;left:4.3115234375rem;height:6.5rem;font-style:normal;display:block; }
#SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { color:#000000;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:10.833333rem;font-style:normal;display:block; }
#HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { color:#000000;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:14.083333rem;font-style:normal;display:block; }
#WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { color:#0b1a43;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:36.062377929688rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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.125rem;left:29.9375rem;overflow:hidden;display:block; }
#s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { color:#0b1a43;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:61.25rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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.125rem;left:55.0625rem;overflow:hidden;display:block; }
#zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.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; }#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:28.875rem;width:21rem;top:1.6222534179688rem;left:1.9967823028564rem;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:4.5623779296875rem;overflow:hidden;display:block; }
#T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { color:#0b1a43;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.711669921875rem;left:10.49951171875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { color:#000000;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.875rem;left:5.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { color:#000000;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.562255859375rem;left:4.3115234375rem;height:11.916667rem;font-style:normal;display:block; }
#AJoXcPz26R92UeslSTwD4QeppBLDTREe { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WgBRAZDI5DHRh0WcL6G29MKbw0P5ZD3J { 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:41.9375rem;width:21rem;top:1.6245422363281rem;left:51.874997138977rem;display:block; }
#WC8DmLqbIT8O7z4fb6sITFHmTeakXaxA { 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:54.9375rem;overflow:hidden;display:block; }
#M98wrawuHZQABJd1r4Wlvs2aJW3OuIgl { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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.6875rem;left:54.9375rem;display:block; }
#DW74kqU8lB9sxmuvvVMaTR4M8FOmiDb5 { color:#000000;display:block;width:15.8735rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.874567031861rem;left:56.34548664093rem;height:4.3333335rem;font-style:italic;display:block; }
#nyu98RDotxcDT0txb9CANZUuG6K4hLsa { color:#f8bc38;display:block;width:13.18575rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:59rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O1d0TPSStxWsAVXxvMBqW4PJmV4eJ7dV { color:#000000;display:block;width:19.1873125rem;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:52.9375rem;height:24.916666rem;font-style:normal;display:block; }
#XKwhKTE09J5TpialRcbDUlZttSzNlwn1 { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:61.125rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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:32.125rem;width:21rem;top:1.5625rem;left:27.062267303467rem;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.0625rem;left:29.625rem;overflow:hidden;display:block; }
#XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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.8747701875rem;width:0.2493106875rem;top:10.6875rem;left:29.625rem;display:block; }
#Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { color:#000000;display:block;width:14.4990806875rem;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:11.9375rem;left:30.3125rem;height:2.16666675rem;font-style:italic;display:block; }
#o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { color:#0b1a43;display:block;width:12.3115806875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:35.5625rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { color:#000000;display:block;width:17.3115806875rem;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.5rem;left:29.375rem;height:14.083333rem;font-style:normal;display:block; }
#lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { color:#f8bc38;display:block;width:13.185891125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#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:31rem;width:21rem;top:1.6245422363281rem;left:51.999080657959rem;display:block; }
#DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.478881835938rem;left:56.287231445312rem;height:3.250000125rem;font-style:italic;display:block; }
#C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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; }
#lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { color:#000000;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:13rem;font-style:normal;display:block; }
#lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { color:#0b1a43;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:61.25rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XTOtTMuO6HzbTwUv4uI7wgXXxTG5Q8Ou { 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:33.625rem;width:20.875rem;top:1.6865844726562rem;left:27.06111907959rem;display:block; }
#KyPv4ITobCG9JDh58tQR6Ev760Jz6RnT { 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.1875rem;left:29.625rem;overflow:hidden;display:block; }
#w18aTD3WdXiaIu7tuCl2XwK7iIWpR8Uv { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.5rem;height:2.16666675rem;font-style:italic;display:block; }
#TMcayICyFasDzsR8WUTwgmMSLiRJIAWi { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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.8740234375rem;width:0.2490234375rem;top:10.8125rem;left:29.4375rem;display:block; }
#Rh72LZhDKUNJNXXbksk9EFv3BoiWUydO { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.25rem;left:33.875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dql79lMvhOgPRrNtOZHyDK3eNnpklWyM { color:#0b1a43;display:block;width:12.1231613125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.835693359375rem;left:35.883499145507rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0kTwV5HXP1sdCJoV74EXXx7oBKWonV0 { color:#000000;display:block;width:17.9990234375rem;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:29rem;height:15.166667rem;font-style:normal;display:block; }
#SOwQMqb9FcB82oMOhKflnQQeXTXhzVC7 { 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.5rem;width:20.875rem;top:1.625rem;left:2.0625rem;display:block; }
#IhfqBOTHSivzEhpOcQ7dRW5ocuoZtQm6 { 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.125rem;left:4.5625rem;overflow:hidden;display:block; }
#CyL6TRDyGM20HsqX6TDDUowJLiMHxZXc { color:#0b1a43;display:block;width:11.4372701875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:10.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#phldcfMxLVh6MgMhrmmQywL7C7EcS788 { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.8125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dVCeKOcpiEd3QHAUmu5zxPCHixS6eZdN { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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.873621rem;width:0.24816175rem;top:10.75rem;left:4.375rem;display:block; }
#l7ktxtyCcFUikzxbPX9RSl4rfQfd4Kra { color:#000000;display:block;width:17.5608901875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.375rem;height:4.3333335rem;font-style:italic;display:block; }
#aCDi7Fu0IH8alqe1a9ozgAmsngoiqkVT { color:#000000;display:block;width:17.998621rem;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.5625rem;left:3.9375rem;height:20.583334rem;font-style:normal;display:block; }
#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU { position:relative;display:block; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU { background-color: transparent; background-image: none; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row .container > .video-iframe-container { display: none; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row > .video-iframe-container { display: none; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .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); }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU { border-width: 0; border-radius: 0; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .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; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iwkiElhHfJs3Z3kTSVdRNaZnJ5UST5EZ { 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:31.3125rem;width:21rem;top:1.6222229003906rem;left:1.9979314804077rem;display:block; }
#HxGrRVv3hf7Cd6JxKrfFoQwM62ZyeLMT { 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.1875rem;width:20.875rem;top:1.6243591308594rem;left:27.374676704407rem;display:block; }
#JD1iJpBndtONo7NumOqG0TcxDEwoTAfA { 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.5623779296875rem;overflow:hidden;display:block; }
#pUHZr22CPTDfFTP2BCyGQdIdkmEOAQ1a { color:#0b1a43;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.711669921875rem;left:10.49951171875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXZhkUp4atPOzsHOa0PPTURFlfUwEOT3 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.91254401207rem;left:5.2495660781861rem;height:4.3333335rem;font-style:italic;display:block; }
#klT6wUIMDUHS7gC9CeFIqeVa1ToyvR0J { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#PpZmQ1XvmtOAQw4kGL1HEFkowAWVgeJz { color:#000000;display:block;width:16.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.618272781372rem;left:30.782338142395rem;height:1.083333375rem;font-style:italic;display:block; }
#RhwJh39Z3X0ELF8MSwA6T6VXh9xuy3Xs { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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; }
#FBTVtupxwiTpR0AFBiQ54nW3b3SKSdFV { color:#000000;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.562255859375rem;left:4.3115234375rem;height:14.083333rem;font-style:normal;display:block; }
#d2niIJieFP82uBypnzPBNghnGEFwUoIf { color:#000000;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:17.561859130859rem;left:28.374566078186rem;height:24.916666rem;font-style:normal;display:block; }
#C2O0s5quq7caxfX8cVEhnzcasyodLbUZ { color:#0b1a43;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:36.062377929688rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mktLyhs6SJWlKat5cho6nJMTF5d2Lt0U { 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.125013589859rem;left:29.749894142151rem;overflow:hidden;display:block; }
#DZ5eb48Mxlh4QcmWbtyLyAyLqTUsINLr { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vKIsF7VpW9wbukZ7U7EK86mxS1r1Kopf { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nwLWFivpphWNDKBAix8xPZlNNuP8Buba { 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:40.6875rem;width:20.875rem;top:1.6245422363281rem;left:52.062267303467rem;display:block; }
#Ua8VJPrMvZCEbGbbi4bXnlKsNzTGs5Ak { 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.125rem;left:54.625rem;overflow:hidden;display:block; }
#eVuT5wVQsHJ2tloUEVP0qweiLDQLoH2v { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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.87426875rem;width:0.24902375rem;top:10.75rem;left:54.4375rem;display:block; }
#GCqo9oRS7uFQFfgFmvKQRcT9uDuvBToK { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.1875rem;left:55.4375rem;height:2.16666675rem;font-style:italic;display:block; }
#squUBwCaK00ERAEBzdx423lLRNTqeslD { color:#f8bc38;display:block;width:13.1854375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CQE1QDkRrV1IdM4SxlwqOQ5VAm310Cq4 { color:#0b1a43;display:block;width:12.1234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:60rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UmKpAwRq1aku9m1oHq8f3eghvFQyclTb { color:#000000;display:block;width:19.624625rem;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.5625rem;left:52.8125rem;height:22.75rem;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:#ffffff;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; }#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:39.1873125rem;width:20.8745625rem;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:#000000;display:block;width:16.312375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.4375rem;height:2.16666675rem;font-style:italic;display:block; }
#KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:54.4375rem;display:block; }
#VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { color:#f8bc38;display:block;width:13.18575rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { color:#0b1a43;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60.75rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { color:#000000;display:block;width:17.9996875rem;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:16.8125rem;left:53.8125rem;height:21.666666rem;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:31.25rem;width:20.875rem;top:2.1242980957031rem;left:2.0622692108154rem;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.625rem;left:4.625rem;overflow:hidden;display:block; }
#FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { color:#0b1a43;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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.8740234375rem;width:0.2490234375rem;top:11.25rem;left:4.4375rem;display:block; }
#TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { color:#000000;display:block;width:17.5615234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.4375rem;height:4.3333335rem;font-style:italic;display:block; }
#xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { color:#000000;display:block;width:17.9990234375rem;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:18.0625rem;left:4rem;height:14.083333rem;font-style:normal;display:block; }
#vN6GXi3psF1o8urZ0Gk21x0KTDKgd0O4 { position:absolute;display:block;z-index:15022;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:34.562271125rem;width:20.8743095625rem;top:2.6875rem;left:27.0625rem;display:block; }
#qZ5WxQwSzrochChxRJw7GNbBLUWuhAVe { position:absolute;display:block;z-index:15026;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:4.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#cmS8TUxNZw101n7wCSPInLnvGFOHbKIg { position:absolute;display:block;z-index:15033;background-color:#f8bc38;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:7.7481613125rem;width:0.24816175rem;top:11.9375rem;left:28.1875rem;display:block; }
#caC69RR0DPXdOMMSqfhEnoH2vwOUHHTJ { color:#000000;display:block;width:17.5608901875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:11.6875rem;left:29.5rem;height:6.50000025rem;font-style:italic;display:block; }
#PGp3o1irvMKaek4h5Bi3LZg8SJqwbwiS { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.1875rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WGKJTb3AD9v0NtiPq0IZwMAMrMZQydfR { color:#000000;display:block;width:17.998621rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:21.3125rem;left:29.3125rem;height:14.083333rem;font-style:normal;display:block; }
#AkppWtxhJzop9x1cbEAZPXOSCnIBrqdP { color:#0b1a43;display:block;width:7.873391125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.75rem;left:39.1875rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#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:28.8125rem;width:21rem;top:1.6245422363281rem;left:1.875rem;display:block; }
#HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { color:#000000;display:block;width:14.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5rem;left:6.1875rem;height:3.250000125rem;font-style:italic;display:block; }
#AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:#000000;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:#0b1a43;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.125rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";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; }
#RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { color:#000000;display:block;width:14.498875rem;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.6875rem;left:30.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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.87426875rem;width:0.24902375rem;top:10.5625rem;left:29.5625rem;display:block; }
#gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { color:#0b1a43;display:block;width:12.311375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:35.5rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7lxentvGdcHfoEaluoa2c7BhT2sELFF { color:#000000;display:block;width:17.311375rem;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:29.3125rem;height:14.083333rem;font-style:normal;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:32.6875rem;width:21rem;top:1.4375rem;left:27.0625rem;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.9375rem;left:29.5625rem;overflow:hidden;display:block; }
#WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:33.875rem;height:1.083333375rem;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:31.125rem;width:21rem;top:1.6245422363281rem;left:51.811809539795rem;display:block; }
#rJbZVkiiq6uzni008qQ6uslyA2EI6FET { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:54.9375rem;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:54.9375rem;overflow:hidden;display:block; }
#WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:59rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.8125rem;height:2.16666675rem;font-style:italic;display:block; }
#hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { color:#0b1a43;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:61.125rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { color:#000000;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:53.8125rem;height:14.083333rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#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:33.125rem;width:21rem;top:1.62353515625rem;left:1.9989013671875rem;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:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { color:#0b1a43;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.711669921875rem;left:10.49951171875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { color:#000000;display:block;width:14.4998125rem;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:12.049140930176rem;left:5.2495660781861rem;height:2.16666675rem;font-style:italic;display:block; }
#RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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; }
#pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { color:#000000;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.562255859375rem;left:4.3115234375rem;height:15.166667rem;font-style:normal;display:block; }
#TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;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:24.4375rem;width:20.875rem;top:1.5625rem;left:27.062267303467rem;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.0625rem;left:29.625rem;overflow:hidden;display:block; }
#E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { color:#000000;display:block;width:16.6245403125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.75rem;left:30.4375rem;height:4.333333375rem;font-style:italic;display:block; }
#uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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.873621rem;width:0.2493106875rem;top:10.6875rem;left:29.4375rem;display:block; }
#KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:33.875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JD941TciTOsZ2Tx2WKrd5id33vmpogUf { color:#0b1a43;display:block;width:12.1243105rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:35.875rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { color:#000000;display:block;width:17.998621rem;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.5rem;left:29rem;height:7.5833335rem;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:31.75rem;width:21rem;top:1.5625rem;left:51.874996185302rem;display:block; }
#OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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.873621rem;width:0.2493106875rem;top:12.25rem;left:54.9375rem;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.125rem;left:54.9375rem;overflow:hidden;display:block; }
#q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { color:#000000;display:block;width:16.1868095625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.375rem;left:55.8125rem;height:2.16666675rem;font-style:italic;display:block; }
#hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { color:#000000;display:block;width:17.5620403125rem;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:19.125rem;left:53.875rem;height:13rem;font-style:normal;display:block; }
#o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:58.875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { color:#0b1a43;display:block;width:12.061121rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.25rem;left:61.125rem;height:1.083333375rem;font-style:normal;text-align:center;text-align-last:center;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#oQoAXe5Twz67lUTrpFUvcDWAyri3716G { 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:39.2497673125rem;width:20.9995403125rem;top:1.1875rem;left:2.0625rem;display:block; }
#kClzoVqR9C7e453iUX1T3TzKmGbFsbao { 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:5.0625rem;overflow:hidden;display:block; }
#huMlkNRTeLBTKmXXV8XpLOUBaXkAxo1T { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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.873621rem;width:0.2493106875rem;top:11.875rem;left:5.0625rem;display:block; }
#FKO6WTJpyWoTIgakSPrx6s7yltc5Skvl { color:#000000;display:block;width:16.1856613125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:6.0625rem;height:5.416666875rem;font-style:italic;display:block; }
#H3oRomlwVmB78T9KdbseE6gCG0p2IDor { color:#000000;display:block;width:17.5620403125rem;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:18.75rem;left:4rem;height:19.5rem;font-style:normal;display:block; }
#Usf16sAHPnK6NUd3ZBzgIHRFT3FPzAoJ { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";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; }
#TGzny9WWCZIWRg5JJPuOcG6cUBMFymgH { color:#0b1a43;display:block;width:10.7490806875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uXH3BbG8f3uMCDi7fu0OOWEGfn9vxHO3 { position:absolute;display:block;z-index:15016;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.2497673125rem;width:20.9995403125rem;top:1.5rem;left:51.9375rem;display:block; }
#DZMevPTliTneszzh7E1nbTUqNw055e9M { position:absolute;display:block;z-index:15021;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:54.9375rem;overflow:hidden;display:block; }
#a3rsI0wPXHg99brNQvhc0DHTCa7xnDDc { position:absolute;display:block;z-index:15028;background-color:#f8bc38;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.873621rem;width:0.2493106875rem;top:12.1875rem;left:54.9375rem;display:block; }
#ccWgBMEQpewDWCa1CEbHlKNrFfC1cOcN { color:#000000;display:block;width:16.1856613125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:12.375rem;left:55.9375rem;height:4.3333335rem;font-style:italic;display:block; }
#LL2RlHyOTeH0BDMvnMMbkiTJF2TZHJQX { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.0625rem;left:58.875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XfMwfreMqwihVG2sd5DrgiBHNbvAKEZR { color:#0b1a43;display:block;width:10.7490806875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1875rem;left:61.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ODf4242pxnP3RroABKce1atxZaU9BAIy { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.0625rem;left:53.875rem;height:17.333334rem;font-style:normal;display:block; }
#VnOTiEJ6VQqeJlVn6464rs3ex3FLdshC { 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:42.8125rem;width:21rem;top:1.1875rem;left:27rem;display:block; }
#wPbn51SvI22pUkkAHuTXSIcNRRUGrZB5 { 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.6875rem;left:28.9375rem;overflow:hidden;display:block; }
#wKl43oN48r3oTLkWQyiNHXppmuC7zXBy { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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.75rem;left:28.75rem;display:block; }
#fEGcbbcxoaqaK2WTC80FblechsOSRrDH { color:#000000;display:block;width:16.1848965rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.375rem;height:5.416666875rem;font-style:italic;display:block; }
#sRXUFLhP6KqtHvSZIz9tZhTtgCoqLhHa { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:33.9375rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fPWJB5EtPqEdt3HVlZXCmxngzK1ultIP { color:#0b1a43;display:block;width:10.74869825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:36.1875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R86qozPTZpaX8RABWOWnrCCbTqolq5Gh { color:#000000;display:block;width:17.5598965rem;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.875rem;left:28.625rem;height:24.916666rem;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:#f8bc38;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:#0b1a43;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:#0b1a43;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(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:#0b1a43;display:block;width:37.937rem;position:absolute;font-family:"open sans";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:#0b1a43;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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.4375rem;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.6875rem;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:2rem;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:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:1.5625rem;left:10.875rem;width:20.875rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:5.6875rem;left:4.1875rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:10.8125rem;left:0.9996337890625rem;width:14.4375rem;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:10.75rem;left:17.06201171875rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { top:17.5rem;left:0rem;width:18.3125rem;height:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { top:17.5rem;left:13.9375rem;width:17.8125rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { top:5.625rem;left:20.0625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { top:3.125rem;left:16.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { 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) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { top:2.5625rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { top:1.625rem;left:26.6875rem;width:21rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { top:3.125rem;left:31.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { top:5.625rem;left:35.6875rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { top:11.5rem;left:32rem;width:15.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { top:10.75rem;left:31.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { 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) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { top:17.5625rem;left:30.9375rem;width:16.6875rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atNo1gEak4al2ffG4Vcx5u2BurH14VxB { display:block; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGBrsTps50ChXmfpbRWp1x9Fff1b45Ry { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQObBaCsBxTuMLvggh8q6clFnDNxpEu { 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.375rem;left:0rem;width:20.875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { top:11.1875rem;left:0rem;width:16.3125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { top:10.5rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { top:16.8125rem;left:0rem;width:18.8125rem;height:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { top:5.4375rem;left:3.9375rem;width:11.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { top:2.3125rem;left:2.75rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { top:2.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZEnuOsyOpht0AzF69THM1BusBMquct { top:1.375rem;left:26.75rem;width:20.875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtCGMKxEU2y8xOuOA8t6ILHgvxPzImQB { top:2.9375rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsOfh9MGCEl3tOC7R0MeZUrmdeMRlKnk { top:10.5625rem;left:31.75rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxReWTO4k6JihSmRV3AFcTIcpg8g8li { top:2.375rem;left:34.5rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfQuKXOyi8Es0gBSvU4sZtwa2Gc48fh { top:11.25rem;left:32.875rem;width:14.4375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RufLIHtEZFXr9IUKSlIOUncg3mtvGp7T { top:5.5rem;left:35.75rem;width:11.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzwOIlDp1tVtFotmy02qcZWmDDIW0t2z { top:17.375rem;left:29.6875rem;width:18rem;height:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { top:1.3125rem;left:10.875rem;width:20.875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { top:2.8125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8seEhDMy6SsOv9RD63qh7nk9imagrOw { top:11.75rem;left:14.75rem;width:17rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { top:10.4375rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { top:2.3125rem;left:18.625rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3WSevh5EqM2s4793hom4wGydeIUGt { top:5.375rem;left:19.625rem;width:12.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { top:17.25rem;left:13.75rem;width:18rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z { display:block; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDF8BQsfA5aH0SgRxvka16xRJsxbbylB { top:1.5625rem;left:26.625rem;width:21rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ6smWlFQTpmWG8PW6V3v8N2u43mptDN { top:12rem;left:31.375rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZisDE1fL67yetEKaVztF0pI5HfEOXbI2 { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtADTTJWNe7tqnWl5LiVyAo9qm7nX3g { top:17.5rem;left:30.6875rem;width:16.9375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydlNP1Dwx4NkEwRe3g2rm6trheAkxRs { top:5.625rem;left:36.625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ymvyyGoIh7JzJo8Ori3XwEcw2SyaOB { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2J921IP3r9UcvRSJT20xBAzwnuyTAO { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzr2QcySof3Mmmb9wg4kfdEb4CJlbak5 { top:1.5625rem;left:10.875rem;width:20.875rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTOqtxGizI8CzmEI4FEKX6lgO4T0uIM { top:10.8125rem;left:17.06233215332rem;width:14.4375rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytOVJf8R6QzAIUEBvi2HAG8MCuEmkKeI { top:10.75rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPnfeiz1hCtQuRt9iiRz6IVd8gEBpB0 { top:17.5625rem;left:13.8125rem;width:17.9375rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJi5Tl6nve6T4RgS9o74kX2o4B5U98uS { top:3.125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmHkUoUQe6Uzr8n8mJyzSC0SgxoIDIXG { top:2.5rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OGSqbeN9QkBqNN1ZsTkAm90TW5o1v { top:5.6875rem;left:19.875rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlIA1MH51Rb8R3QhbWnFacuxpcshGNvL { top:1.125rem;left:0rem;width:21rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6zmzT72NE6o90lsdMqp5tEuJcVfPQZ { top:16.8125rem;left:0rem;width:18.9375rem;height:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPG3t3zyvtw3weAe7UZWT8MMlRRUh8cU { top:10.875rem;left:0rem;width:16.125rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBn2TUTzQS132x5O4aEwb77QXgiNR4yT { top:6.75rem;left:5.1875rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xl0VUklK9mPyM6fm29RGN66OtkG2yP { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvEyg7QEpxTkgU1TwSNsaMNIfIvO8QEf { top:2.625rem;left:2.75rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9feVV96MdM51bk70eofuuVzTMUIlAb { top:10.5625rem;left:0rem;width:0.1875rem;height:4.8125rem;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) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { top:1.5625rem;left:26.625rem;width:21rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { top:10.75rem;left:33.125rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { top:17.5rem;left:30.0625rem;width:17.5625rem;height:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { top:1.5625rem;left:10.9375rem;width:20.8125rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { top:3.125rem;left:16rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { top:10.875rem;left:17.0625rem;width:14.4375rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { top:10.75rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { top:5.6875rem;left:19.6875rem;width:12.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { top:2.5625rem;left:21.375rem;width:10.375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { top:17.5625rem;left:13.8125rem;width:17.9375rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woZBu7Ur4erXI80uDaeW4DDbpzIcaHeo { top:1.625rem;left:0rem;width:21rem;height:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR90EsgfZrE3fu5NE5aq0a63afCA1mzW { top:17rem;left:0rem;width:17.25rem;height:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCQoKErznOxtCOmwro7H8623yif092tZ { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFP1QUqJyIcVBbzkpsSt2Qh74B60WDnM { top:2.5625rem;left:2.75rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smVA4kUN7b3F56lws5lselstWMhUEtu3 { top:10.3125rem;left:1rem;width:14.4375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcBFesfZaPZwyDQ3NzaVpWITvTSr7f9 { top:6.3125rem;left:3.625rem;width:12.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVbF0TF53V9d9mlOmpUB3XGEVh0dzwS7 { top:10.125rem;left:0rem;width:0.1875rem;height:4.8125rem;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:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { top:1.5625rem;left:10.875rem;width:20.875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { top:5.6875rem;left:3.625rem;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.375rem;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) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { top:10.75rem;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:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { top:17.5rem;left:0rem;width:17.25rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { top:17.5rem;left:13.8125rem;width:17.9375rem;height:6.5625rem;font-size:0.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:16.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { 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) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNUsSUd2HalVNkeGwZsGa2Ztz1T7wPPo { top:1.5625rem;left:26.8125rem;width:20.875rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8GbcKiyRqIDJ7nISXU229sMTOEba0ih { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnsTTbGmLNEMV7OHPo4WVtzudoIlb2J { 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) { #nB7rZvvrJix6WrVMNIHulxVcx2Et7SO2 { top:5.625rem;left:36.6875rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtGRDiv3WTqKB3kXaVm47f4RK0vtu2DG { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efFdRLR2e01uhgRomQwFPxVaO6FBA0Ap { top:10.8125rem;left:30.125rem;width:17.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b66lK7HzESpET3GZ17KnFxNGIW0xnTA7 { top:17.5625rem;left:29.6875rem;width:17.9375rem;height:28.375rem;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) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { top:1.5625rem;left:0rem;width:21rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { top:1.5625rem;left:10.875rem;width:20.875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { top:1.5625rem;left:26.5625rem;width:21.0625rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { top:5.6875rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { top:10.8125rem;left:0.9996337890625rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { top:10.8125rem;left:15.1875rem;width:16.5625rem;height:5.375rem;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.9375rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { top:17.5rem;left:0rem;width:17.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { top:17.5rem;left:13.8125rem;width:17.9375rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { top:17.5rem;left:30.125rem;width:17.5rem;height:15.875rem;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.125rem;left:16.25rem;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.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { 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) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { top:2.5625rem;left:34.5rem;width:13.125rem;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:28.875rem;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:5.6875rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { top:10.8125rem;left:0.9996337890625rem;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.5rem;left:0rem;width:17.25rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoXcPz26R92UeslSTwD4QeppBLDTREe { 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) { #WgBRAZDI5DHRh0WcL6G29MKbw0P5ZD3J { top:1.5625rem;left:26.625rem;width:21rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC8DmLqbIT8O7z4fb6sITFHmTeakXaxA { top:3.125rem;left:32.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M98wrawuHZQABJd1r4Wlvs2aJW3OuIgl { top:10.6875rem;left:32.125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW74kqU8lB9sxmuvvVMaTR4M8FOmiDb5 { top:10.8125rem;left:31.8125rem;width:15.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyu98RDotxcDT0txb9CANZUuG6K4hLsa { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1d0TPSStxWsAVXxvMBqW4PJmV4eJ7dV { top:17.5625rem;left:28.5rem;width:19.125rem;height:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwhKTE09J5TpialRcbDUlZttSzNlwn1 { top:5.6875rem;left:35.625rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { top:1.5625rem;left:10.8125rem;width:21rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { top:3.0625rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { top:10.6875rem;left:15.9375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { top:11.9375rem;left:16.625001907349rem;width:14.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { top:5.625rem;left:19.5rem;width:12.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { top:17.5rem;left:14.5rem;width:17.25rem;height:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { top:2.5rem;left:18.625rem;width:13.125rem;height:1.0625rem;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) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { top:1.5625rem;left:26.625rem;width:21rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { top:11.4375rem;left:32.3125rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { top:17.5rem;left:30.125rem;width:17.5rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { top:2.5625rem;left:34.5rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOtTMuO6HzbTwUv4uI7wgXXxTG5Q8Ou { top:1.625rem;left:10.875rem;width:20.875rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPv4ITobCG9JDh58tQR6Ev760Jz6RnT { top:3.1875rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w18aTD3WdXiaIu7tuCl2XwK7iIWpR8Uv { top:11.4375rem;left:15.125rem;width:16.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMcayICyFasDzsR8WUTwgmMSLiRJIAWi { top:10.8125rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh72LZhDKUNJNXXbksk9EFv3BoiWUydO { top:3.25rem;left:18.625rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dql79lMvhOgPRrNtOZHyDK3eNnpklWyM { top:6.8125rem;left:19.6875rem;width:12.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0kTwV5HXP1sdCJoV74EXXx7oBKWonV0 { top:17.625rem;left:13.8125rem;width:17.9375rem;height:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOwQMqb9FcB82oMOhKflnQQeXTXhzVC7 { top:1.625rem;left:0rem;width:20.875rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhfqBOTHSivzEhpOcQ7dRW5ocuoZtQm6 { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyL6TRDyGM20HsqX6TDDUowJLiMHxZXc { top:5.6875rem;left:4.4375rem;width:11.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phldcfMxLVh6MgMhrmmQywL7C7EcS788 { top:2.625rem;left:2.75rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVCeKOcpiEd3QHAUmu5zxPCHixS6eZdN { top:10.75rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ktxtyCcFUikzxbPX9RSl4rfQfd4Kra { top:10.8125rem;left:0rem;width:17.5rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCDi7Fu0IH8alqe1a9ozgAmsngoiqkVT { top:17.5625rem;left:0rem;width:17.9375rem;height:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU { display:block; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwkiElhHfJs3Z3kTSVdRNaZnJ5UST5EZ { top:1.5625rem;left:0rem;width:21rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxGrRVv3hf7Cd6JxKrfFoQwM62ZyeLMT { top:1.5625rem;left:10.875rem;width:20.875rem;height:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD1iJpBndtONo7NumOqG0TcxDEwoTAfA { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHZr22CPTDfFTP2BCyGQdIdkmEOAQ1a { top:5.6875rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXZhkUp4atPOzsHOa0PPTURFlfUwEOT3 { top:10.875rem;left:0rem;width:16.875rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klT6wUIMDUHS7gC9CeFIqeVa1ToyvR0J { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpZmQ1XvmtOAQw4kGL1HEFkowAWVgeJz { top:12.5625rem;left:15.1875rem;width:16.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwJh39Z3X0ELF8MSwA6T6VXh9xuy3Xs { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTVtupxwiTpR0AFBiQ54nW3b3SKSdFV { top:17.5rem;left:0rem;width:17.25rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2niIJieFP82uBypnzPBNghnGEFwUoIf { top:17.5rem;left:12.375rem;width:19.375rem;height:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2O0s5quq7caxfX8cVEhnzcasyodLbUZ { 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) { #mktLyhs6SJWlKat5cho6nJMTF5d2Lt0U { top:3.125rem;left:16.062394142151rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ5eb48Mxlh4QcmWbtyLyAyLqTUsINLr { 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) { #vKIsF7VpW9wbukZ7U7EK86mxS1r1Kopf { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwLWFivpphWNDKBAix8xPZlNNuP8Buba { top:1.5625rem;left:26.75rem;width:20.875rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8VJPrMvZCEbGbbi4bXnlKsNzTGs5Ak { top:3.125rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVuT5wVQsHJ2tloUEVP0qweiLDQLoH2v { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCqo9oRS7uFQFfgFmvKQRcT9uDuvBToK { top:12.1875rem;left:31.6875rem;width:15.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #squUBwCaK00ERAEBzdx423lLRNTqeslD { 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) { #CQE1QDkRrV1IdM4SxlwqOQ5VAm310Cq4 { top:5.8125rem;left:35.5625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmKpAwRq1aku9m1oHq8f3eghvFQyclTb { top:17.5625rem;left:28rem;width:19.5625rem;height:25rem;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.75rem;width:20.8125rem;height:39.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:10.8125rem;left:31.375rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { 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) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { top:5.6875rem;left:35.5625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { top:16.8125rem;left:29.6875rem;width:17.9375rem;height:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { top:2.0625rem;left:0rem;width:20.875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { top:3.625rem;left:0.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { top:6.1875rem;left:4.4375rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { 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) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { top:11.25rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { top:11.3125rem;left:0rem;width:17.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { top:18.0625rem;left:0rem;width:17.9375rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN6GXi3psF1o8urZ0Gk21x0KTDKgd0O4 { top:2.6875rem;left:10.875rem;width:20.8125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ5WxQwSzrochChxRJw7GNbBLUWuhAVe { top:4.1875rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmS8TUxNZw101n7wCSPInLnvGFOHbKIg { top:11.9375rem;left:15.875rem;width:0.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caC69RR0DPXdOMMSqfhEnoH2vwOUHHTJ { top:11.6875rem;left:14.25rem;width:17.5rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGp3o1irvMKaek4h5Bi3LZg8SJqwbwiS { top:4.1875rem;left:18.625rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKJTb3AD9v0NtiPq0IZwMAMrMZQydfR { top:21.3125rem;left:13.8125rem;width:17.9375rem;height:14.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkppWtxhJzop9x1cbEAZPXOSCnIBrqdP { top:6.75rem;left:23.9375rem;width:7.8125rem;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.5625rem;left:0rem;width:21rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { top:11.5rem;left:1.4375rem;width:14.4375rem;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:12.5rem;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) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { top:10.6875rem;left:16.875rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { top:10.5625rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { top:5.5rem;left:19.5rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7lxentvGdcHfoEaluoa2c7BhT2sELFF { top:17.375rem;left:14.5rem;width:17.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { top:1.4375rem;left:10.75rem;width:20.9375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { top:2.9375rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { top:2.4375rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { top:1.5625rem;left:26.5625rem;width:21rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { top:10.6875rem;left:32.125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { top:3.125rem;left:32.125rem;width:6.25rem;height:6.25rem;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:10.8125rem;left:33rem;width:14.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { top:5.6875rem;left:35.625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { top:17.5625rem;left:30.125rem;width:17.5625rem;height:14.625rem;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.5625rem;left:0rem;width:21rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { top:5.6875rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { top:12rem;left:0.68706607818606rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { top:17.5rem;left:0rem;width:17.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { 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) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { top:1.5625rem;left:10.875rem;width:20.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { top:3.0625rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { top:10.75rem;left:15.125rem;width:16.5625rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { top:10.6875rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { top:3.125rem;left:18.625rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { top:7.25rem;left:19.6875rem;width:12.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { top:17.5rem;left:13.8125rem;width:17.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { top:1.5625rem;left:26.625rem;width:21rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { top:12.25rem;left:32.125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { top:3.125rem;left:32.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { top:12.375rem;left:31.5rem;width:16.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { top:19.125rem;left:30.125rem;width:17.5rem;height:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { top:3.125rem;left:34.5rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { top:7.25rem;left:35.625rem;width:12rem;height:1.0625rem;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) { #oQoAXe5Twz67lUTrpFUvcDWAyri3716G { top:1.1875rem;left:0rem;width:20.9375rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kClzoVqR9C7e453iUX1T3TzKmGbFsbao { top:2.75rem;left:0.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMlkNRTeLBTKmXXV8XpLOUBaXkAxo1T { top:11.875rem;left:0.5rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKO6WTJpyWoTIgakSPrx6s7yltc5Skvl { top:12.0625rem;left:0rem;width:16.125rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3oRomlwVmB78T9KdbseE6gCG0p2IDor { top:18.75rem;left:0rem;width:17.5rem;height:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usf16sAHPnK6NUd3ZBzgIHRFT3FPzAoJ { top:2.75rem;left:2.75rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzny9WWCZIWRg5JJPuOcG6cUBMFymgH { top:6.875rem;left:5.125rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXH3BbG8f3uMCDi7fu0OOWEGfn9vxHO3 { top:1.5rem;left:26.6875rem;width:20.9375rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMevPTliTneszzh7E1nbTUqNw055e9M { top:3.0625rem;left:32.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rsI0wPXHg99brNQvhc0DHTCa7xnDDc { top:12.1875rem;left:32.125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWgBMEQpewDWCa1CEbHlKNrFfC1cOcN { top:12.375rem;left:31.5rem;width:16.125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL2RlHyOTeH0BDMvnMMbkiTJF2TZHJQX { top:3.0625rem;left:34.5rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfMwfreMqwihVG2sd5DrgiBHNbvAKEZR { top:7.1875rem;left:36.9375rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODf4242pxnP3RroABKce1atxZaU9BAIy { top:19.0625rem;left:29.375rem;width:18.25rem;height:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOTiEJ6VQqeJlVn6464rs3ex3FLdshC { top:1.1875rem;left:10.75rem;width:21rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbn51SvI22pUkkAHuTXSIcNRRUGrZB5 { top:2.6875rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKl43oN48r3oTLkWQyiNHXppmuC7zXBy { top:10.75rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEGcbbcxoaqaK2WTC80FblechsOSRrDH { top:10.4375rem;left:15.625rem;width:16.125rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRXUFLhP6KqtHvSZIz9tZhTtgCoqLhHa { top:2.75rem;left:18.625rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPWJB5EtPqEdt3HVlZXCmxngzK1ultIP { top:6.875rem;left:21.0625rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R86qozPTZpaX8RABWOWnrCCbTqolq5Gh { top:17.875rem;left:14.25rem;width:17.5rem;height:24.875rem;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.8125rem;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:34.6875rem;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:22.5rem;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:5.6666665rem;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.25048828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { width:18.75rem;height:30.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:28.375rem;top:34.357125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:5.6875rem;height:5.6875rem;top:2.2363271713257rem;left:1.1604818701744rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:11.8120625rem;height:1.083333375rem;top:5.1491975784302rem;left:6.9091799855231rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.4998125rem;height:4.3333335rem;top:9.7254781723025rem;left:3.0002172589302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.24956625rem;height:4.874675rem;top:9.56271648407rem;left:2.0355904698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.49925rem;height:3.250000125rem;top:43.54494543457rem;left:4.0001106262207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { width:0.24956625rem;height:4.874675rem;top:42.813045978546rem;left:2.7853735089302rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { width:17.749rem;height:15.166667rem;top:15.989583015442rem;left:1.1252171397209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { width:17.3123125rem;height:11.916667rem;top:49.444448947906rem;left:1.3433161377907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { width:10.6863125rem;height:1.083333375rem;top:39.294163227081rem;left:7.4712460637094rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { width:6.25rem;height:6.25rem;top:35.343970298767rem;left:2.0355904698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { width:13.125rem;height:1.083333375rem;top:2.2347002029419rem;left:6.2847226262094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { width:13.125rem;height:2.16666675rem;top:36.031361103058rem;left:5.6298831105232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { width:18.75rem;height:26.4375rem;top:64.0533125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { width:5.3125rem;height:5.3125rem;top:65.053173065187rem;left:2.0355904698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { width:11.936875rem;height:1.083333375rem;top:67.990453720094rem;left:6.9091799855231rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { width:15.999875rem;height:3.250000125rem;top:73.097332000731rem;left:4.0001085400581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { width:0.24956625rem;height:3.24978125rem;top:73.178173065187rem;left:2.7853735089302rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { width:13.125rem;height:1.083333375rem;top:65.92773628235rem;left:5.6298831105232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { width:16.685625rem;height:9.75rem;top:78.365341186525rem;left:1.6569011807442rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atNo1gEak4al2ffG4Vcx5u2BurH14VxB { display:block; }#atNo1gEak4al2ffG4Vcx5u2BurH14VxB > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGBrsTps50ChXmfpbRWp1x9Fff1b45Ry { width:19rem;height:5.75rem;top:1.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQObBaCsBxTuMLvggh8q6clFnDNxpEu { width:4.6875rem;height:0.24902375rem;top:7.872314453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbQEWUFsr4N1wznralN3KMcJGJzThlt { width:18.75rem;height:36.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { width:16.1848965rem;height:3.250000125rem;top:11.102874755859rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { width:0.2486979375rem;height:4.872396rem;top:10.29167175293rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { width:18.0598965rem;height:20.583334rem;top:16.6875rem;left:1.71875rem;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.3125rem;left:7.5208339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { width:13.125rem;height:1.083333375rem;top:2.7291717529297rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { width:6.25rem;height:6.25rem;top:2.7291717529297rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZEnuOsyOpht0AzF69THM1BusBMquct { width:20rem;height:32.75rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtCGMKxEU2y8xOuOA8t6ILHgvxPzImQB { width:6.25rem;height:6.25rem;top:72.626296997069rem;left:2.5638046264649rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsOfh9MGCEl3tOC7R0MeZUrmdeMRlKnk { width:0.2486979375rem;height:4.872396rem;top:80.251296997069rem;left:2.3763046264649rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxReWTO4k6JihSmRV3AFcTIcpg8g8li { width:13.125rem;height:1.083333375rem;top:73.145828247069rem;left:6.2708334922787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfQuKXOyi8Es0gBSvU4sZtwa2Gc48fh { width:16.1848965rem;height:3.250000125rem;top:81.01953125rem;left:3.2721354961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RufLIHtEZFXr9IUKSlIOUncg3mtvGp7T { width:11.06119825rem;height:1.083333375rem;top:75.166671752931rem;left:8.3958339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #vzwOIlDp1tVtFotmy02qcZWmDDIW0t2z { width:18.0598965rem;height:16.25rem;top:85.958328247069rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { width:18.75rem;height:31.1875rem;top:38.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { width:6.25rem;height:6.25rem;top:40.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8seEhDMy6SsOv9RD63qh7nk9imagrOw { width:16.3125rem;height:2.16666675rem;top:48.21875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { width:0.3125rem;height:3.0625rem;top:47.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { width:13.125rem;height:1.083333375rem;top:40.22917175293rem;left:5.7369794845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3WSevh5EqM2s4793hom4wGydeIUGt { width:13.125rem;height:1.083333375rem;top:42.770843505859rem;left:5.7369794845581rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { width:17.25rem;height:15.166667rem;top:52.25rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z { display:block; }#nJz3fmZMNgBdOvbEDEoZGgIApQH4X38z > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDF8BQsfA5aH0SgRxvka16xRJsxbbylB { width:20rem;height:24.5rem;top:74.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ6smWlFQTpmWG8PW6V3v8N2u43mptDN { width:16.3723965rem;height:2.16666675rem;top:84.0625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZisDE1fL67yetEKaVztF0pI5HfEOXbI2 { width:0.3125rem;height:3.3125rem;top:83.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtADTTJWNe7tqnWl5LiVyAo9qm7nX3g { width:17.9375rem;height:9.75rem;top:88.5rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TydlNP1Dwx4NkEwRe3g2rm6trheAkxRs { width:13.875rem;height:1.083333375rem;top:78.4375rem;left:4.875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #u8ymvyyGoIh7JzJo8Ori3XwEcw2SyaOB { width:6.25rem;height:6.25rem;top:75.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2J921IP3r9UcvRSJT20xBAzwnuyTAO { width:13.125rem;height:1.083333375rem;top:76.4375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzr2QcySof3Mmmb9wg4kfdEb4CJlbak5 { width:20rem;height:29.9375rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTOqtxGizI8CzmEI4FEKX6lgO4T0uIM { width:14.43619825rem;height:4.3333335rem;top:51.9375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytOVJf8R6QzAIUEBvi2HAG8MCuEmkKeI { width:0.1875rem;height:4.8125rem;top:51.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPnfeiz1hCtQuRt9iiRz6IVd8gEBpB0 { width:17.9348965rem;height:14.083333rem;top:57.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJi5Tl6nve6T4RgS9o74kX2o4B5U98uS { width:6.25rem;height:6.25rem;top:44.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmHkUoUQe6Uzr8n8mJyzSC0SgxoIDIXG { width:13.125rem;height:1.083333375rem;top:44.166687011719rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OGSqbeN9QkBqNN1ZsTkAm90TW5o1v { width:11.1875rem;height:1.083333375rem;top:46.75rem;left:7.875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #NlIA1MH51Rb8R3QhbWnFacuxpcshGNvL { width:20rem;height:39.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6zmzT72NE6o90lsdMqp5tEuJcVfPQZ { width:17.5rem;height:22.75rem;top:16.9375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPG3t3zyvtw3weAe7UZWT8MMlRRUh8cU { width:16.125rem;height:4.3333335rem;top:11rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBn2TUTzQS132x5O4aEwb77QXgiNR4yT { width:10.6875rem;height:1.083333375rem;top:6.625rem;left:7.75rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xl0VUklK9mPyM6fm29RGN66OtkG2yP { width:6.25rem;height:6.25rem;top:2.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvEyg7QEpxTkgU1TwSNsaMNIfIvO8QEf { width:13.125rem;height:2.16666675rem;top:2.64453125rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9feVV96MdM51bk70eofuuVzTMUIlAb { width:0.1875rem;height:4.8125rem;top:10.73828125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { width:20rem;height:38.4375rem;top:70.936218261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { width:14.4979315rem;height:2.16666675rem;top:80.101104736325rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { width:0.3125rem;height:2.624080875rem;top:79.903503417969rem;left:1.2614889144898rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { width:18.4995403125rem;height:23.8333335rem;top:83.936126708988rem;left:0.74908089637756rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { width:13.125rem;height:1.083333375rem;top:75.006896972656rem;left:5.8513325452804rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { width:6.25rem;height:6.25rem;top:72.445770263675rem;left:1.5004595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { width:13.125rem;height:1.083333375rem;top:72.43338012695rem;left:5.8536299467087rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { width:20rem;height:31.9370403125rem;top:37.7493095625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { width:6.25rem;height:6.25rem;top:39.200164794922rem;left:1.5004595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { width:14.4979315rem;height:4.3333335rem;top:46.999080680664rem;left:3.6247711181641rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { width:0.24816175rem;height:4.873621rem;top:46.734832763672rem;left:1.5004595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { width:13.125rem;height:1.083333375rem;top:41.739440917969rem;left:5.3205417394638rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { width:8.5615806875rem;height:2.16666675rem;top:38.6868095625rem;left:9.5002288818363rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { width:17.9365806875rem;height:15.166667rem;top:52.862335205078rem;left:1.0317095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woZBu7Ur4erXI80uDaeW4DDbpzIcaHeo { width:20rem;height:35.2493095625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR90EsgfZrE3fu5NE5aq0a63afCA1mzW { width:17.2483901875rem;height:19.5rem;top:15.389251708984rem;left:1.3763786554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCQoKErznOxtCOmwro7H8623yif092tZ { width:6.25rem;height:6.25rem;top:2.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFP1QUqJyIcVBbzkpsSt2Qh74B60WDnM { width:13.125rem;height:2.16666675rem;top:2.1875rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smVA4kUN7b3F56lws5lselstWMhUEtu3 { width:14.435891125rem;height:3.250000125rem;top:10.453826904297rem;left:3.9682902097702rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcBFesfZaPZwyDQ3NzaVpWITvTSr7f9 { width:12.0625rem;height:1.083333375rem;top:5.9995422363281rem;left:7.0094207525256rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #eVbF0TF53V9d9mlOmpUB3XGEVh0dzwS7 { width:0.1861213125rem;height:4.8104319375rem;top:9.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { width:18.75rem;height:33.9995625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { width:18.75rem;height:21.25rem;top:36.632473632812rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { width:5.9375rem;height:5.9375rem;top:2.2205948829651rem;left:1.9368491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { width:13.4375rem;height:1.083333375rem;top:5.5875649452209rem;left:4.5290802121163rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { width:14.4986875rem;height:3.250000125rem;top:10.409614086151rem;left:2.7501085400581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { width:0.24956625rem;height:4.874675rem;top:9.6782774925231rem;left:1.7214627861977rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { width:14.498125rem;height:2.16666675rem;top:44.682077407837rem;left:2.7506511807442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { width:0.187174375rem;height:2.24989375rem;top:44.694555282593rem;left:1.7849393486977rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { width:16.685625rem;height:17.333334rem;top:15.626086711884rem;left:1.6569011807442rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { width:16.93575rem;height:7.5833335rem;top:48.069122314453rem;left:1.5321181416511rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { width:13.125rem;height:1.083333375rem;top:40.157878875733rem;left:5.4063590168953rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { width:6.25rem;height:6.25rem;top:37.601991176605rem;left:1.7805991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { width:13.125rem;height:1.083333375rem;top:2.7826609611511rem;left:4.8763025403022rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { width:13.125rem;height:1.083333375rem;top:38.351238250733rem;left:5.4063590168953rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNUsSUd2HalVNkeGwZsGa2Ztz1T7wPPo { width:20rem;height:43.1875rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8GbcKiyRqIDJ7nISXU229sMTOEba0ih { width:6.25rem;height:6.25rem;top:60.630426406861rem;left:1.6590712666511rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnsTTbGmLNEMV7OHPo4WVtzudoIlb2J { width:13.125rem;height:1.083333375rem;top:60.630426406861rem;left:6.2847226262094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7rZvvrJix6WrVMNIHulxVcx2Et7SO2 { width:10.999375rem;height:1.083333375rem;top:63.186849594119rem;left:8.4098313450812rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #LtGRDiv3WTqKB3kXaVm47f4RK0vtu2DG { width:0.187174375rem;height:4.81228125rem;top:66.880426406862rem;left:1.5695529580116rem;display:block; }
 }@media only screen and (max-width: 763px) { #efFdRLR2e01uhgRomQwFPxVaO6FBA0Ap { width:17.5rem;height:3.250000125rem;top:67.580297470094rem;left:2.4994576573372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b66lK7HzESpET3GZ17KnFxNGIW0xnTA7 { width:17.9365234375rem;height:27.083334rem;top:72.8115234375rem;left:1.03125rem;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:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { width:18.75rem;height:21.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { width:18.9375rem;height:29.1875rem;top:23.1875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { width:18.75rem;height:30.875rem;top:53.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { width:5.625rem;height:5.625rem;top:2.7508544921875rem;left:2.0013427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { width:13.625rem;height:1.083333375rem;top:4.9940319061279rem;left:4.7162545323372rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { width:14.4990234375rem;height:1.083333375rem;top:10.8740234375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { width:0.3125rem;height:2.125rem;top:10.3740234375rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { width:16.5625rem;height:5.416666875rem;top:31.936218261719rem;left:2.2994792461395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { width:0.2490234375rem;height:4.8740234375rem;top:32.25rem;left:1.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQilFbzUQnfEept55nvOUcKo5bZNKZU { width:15.1875rem;height:3.250000125rem;top:62.186218261719rem;left:2.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { width:0.24963375rem;height:4.874875rem;top:61.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { width:16.685546875rem;height:7.5833335rem;top:13.25rem;left:1.6572265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { width:16.936625rem;height:11.916667rem;top:38rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { width:16.936625rem;height:15.166667rem;top:67.375rem;left:1.5625rem;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:27.3125rem;left:4.625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { width:6.25rem;height:6.25rem;top:24.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { width:13.125rem;height:1.083333375rem;top:56.458312988281rem;left:4.9661459922791rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { width:6.25rem;height:6.25rem;top:54.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { width:13.125rem;height:1.083333375rem;top:2.7708435058594rem;left:5.2994794845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { width:13.125rem;height:1.083333375rem;top:24.75rem;left:4.9661459922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { width:13.125rem;height:1.083333375rem;top:54.4375rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDC7xHMWsn5RqFObuGJnpIQykuATnMri { width:18.75rem;height:26.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwU85DdvQtpONvq5kGfTLZXTThazt26 { width:5.1240806875rem;height:5.1240806875rem;top:2.1691284179688rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { width:18.3743095625rem;height:1.083333375rem;top:4.1279907226562rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { width:14.4979315rem;height:3.250000125rem;top:8.8235473632812rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { width:0.2493106875rem;height:2.624080875rem;top:8.875244140625rem;left:1.4487591981888rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { width:16.6854324375rem;height:13rem;top:13.37548828125rem;left:1.6567095518112rem;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.117431640625rem;left:5.5721505880356rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBRAZDI5DHRh0WcL6G29MKbw0P5ZD3J { width:18.75rem;height:44.2497673125rem;top:60.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC8DmLqbIT8O7z4fb6sITFHmTeakXaxA { width:6.25rem;height:6.25rem;top:61.013366699219rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #M98wrawuHZQABJd1r4Wlvs2aJW3OuIgl { width:0.2493106875rem;height:2.248391375rem;top:70.407897949219rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW74kqU8lB9sxmuvvVMaTR4M8FOmiDb5 { width:14.873621rem;height:4.3333335rem;top:69.27734375rem;left:2.5631891489029rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyu98RDotxcDT0txb9CANZUuG6K4hLsa { width:9.8115806875rem;height:2.16666675rem;top:60.965087890625rem;left:8.6339606046675rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1d0TPSStxWsAVXxvMBqW4PJmV4eJ7dV { width:16.934742rem;height:28.166666rem;top:75.060913085938rem;left:1.5326286554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKwhKTE09J5TpialRcbDUlZttSzNlwn1 { width:7.9997701875rem;height:2.16666675rem;top:64.373840332031rem;left:10.445771098137rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { width:18.75rem;height:30.1872691875rem;top:28.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { width:5.9375rem;height:5.9375rem;top:29.756469726562rem;left:1.2166819572449rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { width:0.3125rem;height:2.9354319375rem;top:37.562072753906rem;left:1.385569691658rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { width:14.4979315rem;height:2.16666675rem;top:37.87109375rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { width:10.9375rem;height:1.083333375rem;top:32.686157226562rem;left:7.5080422163013rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { width:16.875rem;height:15.166667rem;top:41.576049804688rem;left:1.5291818380356rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { width:13.125rem;height:1.083333375rem;top:30.311401367188rem;left:5.2585014104843rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { width:18.75rem;height:28.4995403125rem;top:77.2495384375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { width:15.4997701875rem;height:3.250000125rem;top:85.729553222656rem;left:3.3398436307907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { width:0.24816175rem;height:2.248391375rem;top:86.310852050781rem;left:1.5130974054336rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { width:16.934742rem;height:14.083333rem;top:90.623840332031rem;left:1.5326286554336rem;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:81.186767578125rem;left:5.6548708677292rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { width:6.25rem;height:6.25rem;top:78.157653808594rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { width:13.125rem;height:2.16666675rem;top:78.107727050781rem;left:5.6548708677292rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOtTMuO6HzbTwUv4uI7wgXXxTG5Q8Ou { width:20rem;height:32.5625rem;top:42.3747673125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPv4ITobCG9JDh58tQR6Ev760Jz6RnT { width:6.25rem;height:6.25rem;top:43.802856445312rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #w18aTD3WdXiaIu7tuCl2XwK7iIWpR8Uv { width:14.625rem;height:3.250000125rem;top:52.051879882812rem;left:1.6877297163009rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMcayICyFasDzsR8WUTwgmMSLiRJIAWi { width:0.1872701875rem;height:4.8115806875rem;top:51.337280273438rem;left:1.0730698108673rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh72LZhDKUNJNXXbksk9EFv3BoiWUydO { width:13.125rem;height:2.16666675rem;top:43.839599609375rem;left:5.6548708677292rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dql79lMvhOgPRrNtOZHyDK3eNnpklWyM { width:12.0622701875rem;height:1.083333375rem;top:47.373596191406rem;left:6.8738507032394rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #g0kTwV5HXP1sdCJoV74EXXx7oBKWonV0 { width:17.9365806875rem;height:16.25rem;top:57.369873046875rem;left:1.0317095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOwQMqb9FcB82oMOhKflnQQeXTXhzVC7 { width:20rem;height:38.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhfqBOTHSivzEhpOcQ7dRW5ocuoZtQm6 { width:6.25rem;height:6.25rem;top:2.7044677734375rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyL6TRDyGM20HsqX6TDDUowJLiMHxZXc { width:11.3729315rem;height:1.083333375rem;top:5.2412719726562rem;left:7.7814797163013rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #phldcfMxLVh6MgMhrmmQywL7C7EcS788 { width:13.125rem;height:1.083333375rem;top:2.2495422363281rem;left:6.0622711181641rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVCeKOcpiEd3QHAUmu5zxPCHixS6eZdN { width:0.1872701875rem;height:4.8115806875rem;top:10.202209472656rem;left:1.7612591981888rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ktxtyCcFUikzxbPX9RSl4rfQfd4Kra { width:17.1875rem;height:4.3333335rem;top:10.437713623047rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCDi7Fu0IH8alqe1a9ozgAmsngoiqkVT { width:17.9354324375rem;height:21.666666rem;top:16.5625rem;left:1.0317095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU { display:block; }#WegHwvJr6xi5XAasMmhiKbUbkDpMXfkU > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwkiElhHfJs3Z3kTSVdRNaZnJ5UST5EZ { width:18.75rem;height:29.3125rem;top:1.3310546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxGrRVv3hf7Cd6JxKrfFoQwM62ZyeLMT { width:18.75rem;height:45.125rem;top:31.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD1iJpBndtONo7NumOqG0TcxDEwoTAfA { width:5.9375rem;height:5.9375rem;top:2.2216796875rem;left:1.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHZr22CPTDfFTP2BCyGQdIdkmEOAQ1a { width:10.9375rem;height:1.083333375rem;top:4.02587890625rem;left:7.562255859375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #gXZhkUp4atPOzsHOa0PPTURFlfUwEOT3 { width:15.9375rem;height:4.3333335rem;top:9.1302490234375rem;left:3.1640625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klT6wUIMDUHS7gC9CeFIqeVa1ToyvR0J { width:0.3125rem;height:2.9364rem;top:9.93896484375rem;left:1.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpZmQ1XvmtOAQw4kGL1HEFkowAWVgeJz { width:9.56175rem;height:2.16666675rem;top:41.1875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwJh39Z3X0ELF8MSwA6T6VXh9xuy3Xs { width:0.24902375rem;height:4.87426875rem;top:39.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTVtupxwiTpR0AFBiQ54nW3b3SKSdFV { width:17.24975rem;height:14.083333rem;top:14.813842773438rem;left:1.37451171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2niIJieFP82uBypnzPBNghnGEFwUoIf { width:16.9360625rem;height:29.25rem;top:45.8125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2O0s5quq7caxfX8cVEhnzcasyodLbUZ { width:13.125rem;height:1.083333375rem;top:36.375rem;left:5.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #mktLyhs6SJWlKat5cho6nJMTF5d2Lt0U { width:6.25rem;height:6.25rem;top:33rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ5eb48Mxlh4QcmWbtyLyAyLqTUsINLr { width:10.249rem;height:1.083333375rem;top:2.2216796875rem;left:8.350830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIsF7VpW9wbukZ7U7EK86mxS1r1Kopf { width:10.2484375rem;height:1.083333375rem;top:33.8125rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwLWFivpphWNDKBAix8xPZlNNuP8Buba { width:20rem;height:40.0625rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua8VJPrMvZCEbGbbi4bXnlKsNzTGs5Ak { width:6.25rem;height:6.25rem;top:78.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVuT5wVQsHJ2tloUEVP0qweiLDQLoH2v { width:0.187378125rem;height:4.8120125rem;top:85.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCqo9oRS7uFQFfgFmvKQRcT9uDuvBToK { width:15.9375rem;height:2.16666675rem;top:86.875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #squUBwCaK00ERAEBzdx423lLRNTqeslD { width:13.125rem;height:1.083333375rem;top:79.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQE1QDkRrV1IdM4SxlwqOQ5VAm310Cq4 { width:12.06175rem;height:1.083333375rem;top:81.8125rem;left:7rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #UmKpAwRq1aku9m1oHq8f3eghvFQyclTb { width:18.4375rem;height:23.833334rem;top:92.25rem;left:0.75rem;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:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { width:18.75rem;height:38.75rem;top:70.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { width:6.25rem;height:6.25rem;top:71.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { width:15.3125rem;height:2.16666675rem;top:80.875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { width:0.2490234375rem;height:4.873046875rem;top:79.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { width:13.6875rem;height:1.083333375rem;top:71.9375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { width:13.125rem;height:1.083333375rem;top:74.5rem;left:5.6875rem;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.8125rem;height:21.666666rem;top:85.6875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { width:18.75rem;height:31.5625rem;top:1.53857421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { width:6.25rem;height:6.25rem;top:2.6920776367188rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { width:13.125rem;height:1.083333375rem;top:5.3125rem;left:5.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { width:13.125rem;height:1.083333375rem;top:2.75rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { width:0.2490234375rem;height:4.8740234375rem;top:10.4375rem;left:2.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { width:16.4993095625rem;height:5.416666875rem;top:10.083862304688rem;left:3.5006889104843rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { width:18.0606613125rem;height:14.083333rem;top:16.357971191406rem;left:0.96966910362244rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN6GXi3psF1o8urZ0Gk21x0KTDKgd0O4 { width:18.4375rem;height:33.625rem;top:34.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ5WxQwSzrochChxRJw7GNbBLUWuhAVe { width:6.25rem;height:6.25rem;top:35.392944335938rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmS8TUxNZw101n7wCSPInLnvGFOHbKIg { width:0.2493106875rem;height:7.7481613125rem;top:42.817016601562rem;left:2.0117186307907rem;display:block; }
 }@media only screen and (max-width: 763px) { #caC69RR0DPXdOMMSqfhEnoH2vwOUHHTJ { width:15.5618105rem;height:7.583333625rem;top:42.787231445312rem;left:3.4041818380356rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGp3o1irvMKaek4h5Bi3LZg8SJqwbwiS { width:11.25rem;height:2.16666675rem;top:35.4375rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKJTb3AD9v0NtiPq0IZwMAMrMZQydfR { width:17.4368095625rem;height:15.166667rem;top:51.623413085938rem;left:1.2798712253571rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkppWtxhJzop9x1cbEAZPXOSCnIBrqdP { width:7.8125rem;height:2.16666675rem;top:38.638000488281rem;left:10.635339617729rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { width:18.75rem;height:29.1865234375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { width:14.498046875rem;height:3.250000125rem;top:10.09375rem;left:2.7509765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { width:0.2490234375rem;height:2.4365234375rem;top:10.5634765625rem;left:1.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { width:16.9345703125rem;height:13rem;top:14.5634765625rem;left:1.5322265625rem;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.0634765625rem;left:5.6240234375rem;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.7509765625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0voRN31890AvdCzOr4tTa6M3UQOCMD { width:10.1240234375rem;height:2.16666675rem;top:2.7509765625rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { width:16.1240234375rem;height:2.16666675rem;top:41.1884765625rem;left:3.8759765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { width:0.2490234375rem;height:2.8740234375rem;top:40.626953125rem;left:2.564453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { width:8.3115234375rem;height:1.083333375rem;top:35.8759765625rem;left:10.2177734375rem;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:14.083333rem;top:44.8759765625rem;left:1.1259765625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { width:18.75rem;height:29rem;top:31.9384765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { width:5.625rem;height:5.625rem;top:32.9384765625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { width:13.125rem;height:1.083333375rem;top:33.6259765625rem;left:5.404296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { width:18.75rem;height:30.3125rem;top:63.7509765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { width:0.1865234375rem;height:2.6240234375rem;top:72.626953125rem;left:2.626953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { width:6.25rem;height:6.25rem;top:64.7509765625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { width:13.125rem;height:1.083333375rem;top:65.3759765625rem;left:5.404296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { width:14.4990234375rem;height:2.16666675rem;top:72.9384765625rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { width:13.125rem;height:1.083333375rem;top:67.3134765625rem;left:5.404296875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { width:16.9365234375rem;height:15.166667rem;top:77.3759765625rem;left:1.53125rem;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:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { width:18.75rem;height:29.7495403125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { width:6.25rem;height:6.25rem;top:2.19677734375rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { width:10.625rem;height:1.083333375rem;top:4.747314453125rem;left:7.7596501111981rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { width:14.4990806875rem;height:2.16666675rem;top:10.49755859375rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { width:0.3125rem;height:2.1231618125rem;top:10.561889648438rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { width:17.2495403125rem;height:15.166667rem;top:13.720581054688rem;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.172607421875rem;left:5.2596505880356rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { width:18.75rem;height:24.1865806875rem;top:33.879775070312rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { width:6.25rem;height:6.25rem;top:34.4677734375rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { width:15.3745403125rem;height:4.333333375rem;top:42.944702148438rem;left:3.143382191658rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { width:0.2493106875rem;height:4.873621rem;top:42.7138671875rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { width:13.125rem;height:2.16666675rem;top:35.128784179688rem;left:5.3308819532394rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { width:13.125rem;height:1.083333375rem;top:38.752319335938rem;left:5.3308819532394rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { width:16.9358901875rem;height:7.5833335rem;top:48.591430664062rem;left:1.5326286554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { width:18.75rem;height:28.0618095625rem;top:59.316355757813rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { width:0.3125rem;height:2.8745403125rem;top:68.25146484375rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { width:6.25rem;height:6.25rem;top:59.957275390625rem;left:1.6877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { width:16.3729324375rem;height:2.16666675rem;top:68.581176757812rem;left:2.1449908018112rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { width:16.934742rem;height:14.083333rem;top:72.377075195312rem;left:1.5326286554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { width:13.125rem;height:2.16666675rem;top:60.627319335938rem;left:5.3308819532394rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { width:13.125rem;height:1.083333375rem;top:63.752319335938rem;left:5.3308819532394rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { width:20rem;height:122.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQoAXe5Twz67lUTrpFUvcDWAyri3716G { width:18.75rem;height:36.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kClzoVqR9C7e453iUX1T3TzKmGbFsbao { width:6.25rem;height:6.25rem;top:2.76953125rem;left:1.7513022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMlkNRTeLBTKmXXV8XpLOUBaXkAxo1T { width:0.4375rem;height:5.1875rem;top:10.018310546875rem;left:1.3982319560228rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKO6WTJpyWoTIgakSPrx6s7yltc5Skvl { width:16.3723965rem;height:5.416666875rem;top:10.061279296875rem;left:2.8424479961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3oRomlwVmB78T9KdbseE6gCG0p2IDor { width:16.93359375rem;height:20.583334rem;top:16.375rem;left:1.5325522422791rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Usf16sAHPnK6NUd3ZBzgIHRFT3FPzAoJ { width:13.125rem;height:2.16666675rem;top:2.7265625rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzny9WWCZIWRg5JJPuOcG6cUBMFymgH { width:13.125rem;height:1.083333375rem;top:6.375rem;left:5.21875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #uXH3BbG8f3uMCDi7fu0OOWEGfn9vxHO3 { width:20rem;height:36rem;top:84.583334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMevPTliTneszzh7E1nbTUqNw055e9M { width:6.25rem;height:6.25rem;top:86.145874023438rem;left:1.7513022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rsI0wPXHg99brNQvhc0DHTCa7xnDDc { width:0.1875rem;height:4.8125rem;top:94.520874023438rem;left:1.6471354961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWgBMEQpewDWCa1CEbHlKNrFfC1cOcN { width:16.12369725rem;height:4.3333335rem;top:94.760498046875rem;left:2.9674479961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL2RlHyOTeH0BDMvnMMbkiTJF2TZHJQX { width:13.125rem;height:2.16666675rem;top:86.770874023438rem;left:6.1106772422791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfMwfreMqwihVG2sd5DrgiBHNbvAKEZR { width:10.68619825rem;height:1.083333375rem;top:89.895874023438rem;left:8.7708339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #ODf4242pxnP3RroABKce1atxZaU9BAIy { width:18.24869725rem;height:18.416666rem;top:100.64587402344rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VnOTiEJ6VQqeJlVn6464rs3ex3FLdshC { width:18.75rem;height:41.6875rem;top:40.645834rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbn51SvI22pUkkAHuTXSIcNRRUGrZB5 { width:6.25rem;height:6.25rem;top:41.291748046875rem;left:1.7513022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKl43oN48r3oTLkWQyiNHXppmuC7zXBy { width:0.25rem;height:5.0625rem;top:48.958374023438rem;left:1.5846354961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEGcbbcxoaqaK2WTC80FblechsOSRrDH { width:16.3723965rem;height:5.416666875rem;top:48.78125rem;left:3.0846354961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRXUFLhP6KqtHvSZIz9tZhTtgCoqLhHa { width:13.125rem;height:2.16666675rem;top:42.083374023438rem;left:5.3619794845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPWJB5EtPqEdt3HVlZXCmxngzK1ultIP { width:13.125rem;height:1.083333375rem;top:45.333374023438rem;left:5.3619794845581rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #R86qozPTZpaX8RABWOWnrCCbTqolq5Gh { width:16.93359375rem;height:26rem;top:55.520874023438rem;left:1.5325522422791rem;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:1.75rem;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:1.416666625rem;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; }
 }