.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:1,82,154;--color-secondary-0:255,244,224;--color-secondary-1:245,201,116;--color-secondary-2:254,199,98;--color-secondary-3:152,119,59;--color-secondary-4:51,40,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Georgia";--paragraphs-font-family:"Source Sans Pro"; }body { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0.125rem solid #009c18;border-right:0.125rem solid #009c18;border-bottom:0.0625rem solid #fec762;background-color:#073f82;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:4.875rem;width:75rem;position:relative;display:block; }#CkIo1pWDxqJXdsBgoTRAqgfzs7aMsyoh { 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:3.6875rem;width:13.125rem;top:0.59375rem;left:2.3125rem;overflow:hidden;display:block; }
#VQTZIOvmoawQ3Kc9XxkEN22sEhb1nBJT { position:absolute;display:block;z-index:15004;background-color:#f0ad45;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:2.75rem;width:13.25rem;top:1.0625rem;left:59.875rem;display:block; }
#kDzBWMO3RRONtq81sGKtg6ir5BG7FyM2 { color:#073f82;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.71875rem;left:59.875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C55XLlgUA6TaWtTfd6ggJZImXgZsTr7q { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:19.5625rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ao3FlMwMl5112moHUe6Dz5mwSTziG8a5 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.5625rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHOuXUvAPipKTk1GJ4LfdPlgzbdpIIgh { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:39.875rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqmkZmK4OI5aReO7c8lZdiCdsviZZLJS { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.75rem;left:48.625rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a7f9f38-7d67-4e87-b0b9-b94b41a75f83/viennaherophoto81600x800.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.adaptive-delivery-prevent-bg, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyload, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyloading { background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { background-color: transparent; background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,63,130,0.9); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,63,130,0.9); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .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); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { border-width: 0; border-radius: 0; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM::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; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:49.75rem;width:75rem;position:relative;display:block; }#s4Ecouc3Mp6GXtNdJPmITWOEu9v7NSeo { color:#434343;display:block;width:53.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T8XIa1OEVHB2zr3wyUQq5pBN0ImMB2RD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BPI5kawm1GGNb7X83TcdMoX4ftV5wSTU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ApTAQT4wqQJiCJyr6dmC6JobIIhzTWxt { box-sizing:content-box;height:0.0625rem;width:5.5rem;position:absolute;display:block;z-index:15001;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:0rem;display:block; }
#w79q2gQyLGaBRPZByeTLHQFfF4tO6Tzf { color:#f0ad45;display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:8rem;height:1.1875rem;display:block; }
#GLcHUHaiMNIy3MhAHtS5ZLt5PvFTzyeT { color:#f0ad45;display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.125rem;left:12.3125rem;height:1.1875rem;display:block; }
#a71SInt1hyJGD9rC0Ag5utxODqHrLspI { color:#f0ad45;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.0625rem;left:17rem;height:1.1875rem;display:block; }
#nsCsdRC20BET5a4lM8tIWXoNfuKLDQSH { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:11.6875rem;display:block; }
#TRghqNnIVOby11RWysgvTxoeEP9o5PT8 { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:16.3125rem;display:block; }
#pIQLxs9m2ym3io8oy1PSWDJkZv9LRttx { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.5625rem;left:0rem;height:14.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tyqEdROw816nhTdG047RZDVLw2c9LA7k { color:#ffffff;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5rem;left:0rem;height:4.875rem;display:block; }
#MT4EUvKEa0L9M9iqkO4S3b4HdA8w4Mp4 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:24.8125rem;left:69.125rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qd8Zpcubwcz97dWDG9zNVqFRX3v6495h { position:absolute;display:block;z-index:15007;background-color:#f0ad45;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:3.25rem;width:14.125rem;top:37.0625rem;left:0rem;display:block; }
#TVq5bq6n4VDuLRLAFcJuKf5iam63z6Rb { color:#073f82;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:37.875rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTJZJTLxO2QV1d9IaxKVcGOZQXQI3dxr { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.75rem;left:72.25rem;height:2.0625rem;display:block; }
#qgW8PZBUCi9Omgc2aTJJBFsRLXAG5ELK { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28rem;left:62.1875rem;height:1.375rem;text-align:right;text-align-last:right;display:block; }
#lrsJEANZvFl51Uhz5Hhma5kU88xv9E8w { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(240,173,69,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:62.5rem;display:block; }
#FM3McMHHIcXUErKGx874gG2lQIwUAXaH { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:30.4375rem;left:66.25rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#IqmrecWMcciWzNF3ZST8aVIrcFkTC5OZ { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.625rem;left:62.1875rem;height:1.375rem;text-align:right;text-align-last:right;display:block; }
#xupFIxrXfQlCWFOTZbSvUElbZAN0ULuU { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.1875rem;left:62.1875rem;height:1.375rem;text-align:right;text-align-last:right;display:block; }
#Vqul1DmPxSTbT4bNzX3htLWWS8pa4Jlc { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:36rem;left:66.25rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Dbpm0WImUfdPDck4k6lA4spMaHZB1kqB { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(240,173,69,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:62.4375rem;display:block; }
#sJffH0QUeJn3nvKiBrdP2tZoQmwrDiVT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:11.3125rem;left:62.1875rem;overflow:hidden;display:block; }
#V8AeO1wXsQTNHXWh9R3uVB1BfcHWdvAg { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#073f82;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.54);border-left:0.0625rem solid rgba(240,173,69,0.54);border-right:0.0625rem solid rgba(240,173,69,0.54);border-bottom:0.0625rem solid rgba(240,173,69,0.54);top:10.25rem;left:54.3125rem;display:block; }
#LLwkVlczivvNe7GUBqpbbooyaw357uTZ { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.75rem;top:11.6875rem;left:54.75rem;overflow:hidden;display:block; }
#CucCfMpiRveQnhSaqgtGxXGTD2nPSmQ1 { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#073f82;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.54);border-left:0.0625rem solid rgba(240,173,69,0.54);border-right:0.0625rem solid rgba(240,173,69,0.54);border-bottom:0.0625rem solid rgba(240,173,69,0.54);top:10.25rem;left:61.0625rem;display:block; }
#LX40U7en5RCXMJLh0C9Qww6CyW4I05hW { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#073f82;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.54);border-left:0.0625rem solid rgba(240,173,69,0.54);border-right:0.0625rem solid rgba(240,173,69,0.54);border-bottom:0.0625rem solid rgba(240,173,69,0.54);top:10.25rem;left:67.6875rem;display:block; }
#LEVF9xsrrcMSgIqV8us6rIZEVkSmXDqe { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.25rem;top:10.6875rem;left:68.875rem;overflow:hidden;display:block; }
#ce25Leh6F7SA7hi25Cgw0orNNxURryli { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(240,173,69,0.6);border-left:0.0625rem solid rgba(240,173,69,0.6);border-right:0.0625rem solid rgba(240,173,69,0.6);border-bottom:0.0625rem solid rgba(240,173,69,0.6);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.625rem;width:14.125rem;top:37.3125rem;left:15.125rem;display:block; }
#E5EDMAI06dGJiT4GzltwViLe9wsCVJrZ { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.8125rem;left:15.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DAN6mRVarzTAFKpOE7t66CiWvUdkUn6d { color:#ffffff;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:40.625rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container { background-color: transparent; background-image: none; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container > .video-iframe-container { display: none; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row > .video-iframe-container { display: none; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .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); }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container { border-width: 0; border-radius: 0; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:3.5rem;width:75rem;position:relative;display:block; }#oSnHhfbwGmzA0x0GPzCUanlJ6G1xTNaC { position:absolute;display:block;z-index:15000;height:3.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { background-color: transparent; background-image: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container > .video-iframe-container { display: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row > .video-iframe-container { display: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .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); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { border-width: 0; border-radius: 0; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:33.9375rem;width:75rem;position:relative;display:block; }#DHQZfCazTQbbudoOFRUX6Ohi9BDnR5mB { color:#1d5196;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3.5625rem;left:10.625rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XvcCly7ZtomLHKGag6Tb10ArG8pJF1oZ { color:#414b5c;display:block;width:62.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5625rem;left:7.75rem;height:18.75rem;text-align:left;text-align-last:left;display:block; }
#FyTon7DvFOQXEmFcWVc3JbIdXwcAv9zX { color:#1d5196;display:block;width:24.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LEMQVAWf8rKy2a4cngPRZkJaLgbDIElu { color:#f0ad45;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7rem;left:10.625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { background-color: transparent; background-image: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .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); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { border-width: 0; border-radius: 0; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:41.9375rem;width:75rem;position:relative;display:block; }#LAuvGfS0QzB2BNNKpWXK6OkDprHv0T3f { color:#1d5196;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:10.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHOhsWy60SRvMk54VwM6zsCETFVK8gIO { color:#414b5c;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:19.1875rem;left:0rem;height:6.25rem;display:block; }
#vuRhJ204Cqruc3wazGewKipA1TTHKMJ0 { position:absolute;display:block;z-index:14999;background-color:#073f82;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:26.875rem;width:33.6875rem;top:6rem;left:41.3125rem;display:block; }
#pmwUuTLdr7yXTM6zORZCIFnRn1ESKfBu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:21.4375rem;left:7.5rem;height:6.94445rem;display:none; }
#JhOEmGMf9uSZemqBTbuT7EPMlVLcSGon { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:21.4375rem;left:7.5rem;height:6.94445rem;display:none; }
#D1gU2GSAS265XO4rtzNOZymqCRx8CzmJ { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:29rem;top:8.375rem;left:43.6875rem;overflow:hidden;display:block; }
#xxNnPwpnpkEOMNiZXsmrteV36TK0P6Ma { position:absolute;display:block;z-index:15026;background-color:#f0ad45;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:1.9375rem;width:12.3125rem;top:7.25rem;left:42.4375rem;display:block; }
#XanVIV2iNSwnAHyqvzAdtv8cNEH1Trpz { color:#073f82;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.75rem;left:43.3125rem;height:1rem;display:block; }
#EakNBKLOCLbUPKlhfUoovHc7kikzpdAX { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:0rem;display:block; }
#TsLIQTUUWbooJanW5Hqq5NxyLamhNhbA { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.375rem;height:1.1875rem;display:block; }
#bwu9VzmWWNiWMmTDXTefnWmKKPpipeav { position:absolute;display:block;z-index:15027;background-color:#075496;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:3.125rem;width:29rem;top:27.0625rem;left:43.6875rem;display:block; }
#HlsAv1m9GI7Ml0L8eUsSXMqBmvTmz4lT { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:28.0625rem;left:49.6875rem;height:1.125rem;display:block; }
#JOfGGfu2pfbOPW3JZTRKk8lvSPvKkxBG { box-sizing:content-box;height:7.125rem;width:7.125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.81);top:28.9375rem;left:0rem;display:block; }
#OsCIXA1lcEuDXZrJq2yZ0OrUNy2O3XHO { box-sizing:content-box;height:7.125rem;width:7.125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.81);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.81);top:28.9375rem;left:9.1875rem;display:block; }
#N4qdFDyh3tekPFhhODq0CUgqAuQaP453 { color:#f0ad45;display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.8125rem;left:7.8125rem;height:1.6875rem;display:block; }
#KqHkTMhHszKDhazGETIp1vJEDrTNvq5D { color:#1d5196;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.75rem;left:19.25rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kxp9LzLpMkhgDKAZaHXqsTEdO4X7tuP8 { box-sizing:content-box;height:5.625rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:#f0ad45;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.875rem;left:18rem;display:block; }
#a7qPxJumxURIgZeKOH8dbNzo5ZvNRLcg { color:#414b5c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:32.625rem;left:19.25rem;height:2.375rem;display:block; }
#kQZfET1vtyeyN1nw9n8WA2V7s4oD9CQP { color:#414b5c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:29.9375rem;left:2.75rem;height:2.4375rem;display:block; }
#lWFilLse9yLM8wxhBZwT8FaCx4m52N18 { color:#1d5196;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:32.125rem;left:0.6875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zKF06BVhiFNppRsp8uO7JWP0xO2QyUsU { color:#414b5c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:29.875rem;left:12.125rem;height:2.4375rem;display:block; }
#MiTXg7KvqClFA6H7UpNhL6azXs8vFrqt { color:#1d5196;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:32.25rem;left:9.875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V67RvnTUe6TVnhxsIKluz7qwoaayy01k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container { background-color: transparent; background-image: none; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container > .video-iframe-container { display: none; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row > .video-iframe-container { display: none; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .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); }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container { border-width: 0; border-radius: 0; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:21.375rem;width:75rem;position:relative;display:block; }#hmMmtCdCrKBW9OaeMAFeEzKbRp2yfr90 { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:7.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DBG72bH9EIc622lLAVdDcMdtKPk0PWQB { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:4.375rem;height:1.1875rem;display:block; }
#MgwZX49TkweLXRPqvAta2rJvPxaLaeyU { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15006;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:0rem;display:block; }
#AHp47JqZ4moeoDK9RS3aBxdEUmhGXVHi { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:59.875rem;height:1.1875rem;display:block; }
#BP1w3oy2uNUJFf6CNODwn9e3DmVR6wCs { color:#f0ad45;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:69.8125rem;height:1.1875rem;display:block; }
#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container { background-color: transparent; background-image: none; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container > .video-iframe-container { display: none; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row > .video-iframe-container { display: none; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .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); }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container { border-width: 0; border-radius: 0; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#sPu0gyUmqLDXdSZNOK5RV4eWWHCC6a3e { box-sizing:content-box;height:29.375rem;width:24.3125rem;position:absolute;display:block;z-index:15031;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0.6875rem;left:0rem;display:block; }
#z7u4a11wfuuavImAoT8W6FX6mNZAqDz7 { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.4375rem;height:1.125rem;display:block; }
#lOlO6hp5Ptrd6ZLnG1ug2KZ1PVL83hzr { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc5aCvaBTl8WSP8cL61PVTHQNvWThbZO { box-sizing:content-box;height:1.5rem;width:5.125rem;position:absolute;display:block;z-index:15032;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:2.4375rem;display:block; }
#XNOBVhGl2EWEGTmLyWlqLXuVSMTpyukT { color:rgba(255,255,255,0.7);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.3125rem;height:0.9375rem;display:block; }
#woaLACxlncuwPEAfRkGZS2Dxi2Zs6yTM { box-sizing:content-box;height:1.5rem;width:5.875rem;position:absolute;display:block;z-index:15034;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:8.125rem;display:block; }
#agmHLGO1c6m4ppvHAPs15IorusVQPPGV { color:rgba(255,255,255,0.7);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.5625rem;left:9.0625rem;height:0.9375rem;display:block; }
#kmyPvNwZ7kQgDuTf8v173Jc98Svk1kCP { box-sizing:content-box;height:1.5rem;width:4.6875rem;position:absolute;display:block;z-index:15036;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:14.5625rem;display:block; }
#Gq15lkmxs8nmAo2lmhrIWg9iWWkHTEcF { color:rgba(255,255,255,0.7);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:9.5625rem;left:15.5rem;height:0.9375rem;display:block; }
#t65BWQnt0o9qzeNanporl8r9aTAIaxlW { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:2.4375rem;display:block; }
#uLs2Ey8PqwPtTEuJVpzb6FZ8v7Dx6In9 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:13.25rem;left:2.46875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aczZaw34Fk8c4PlmIplIXChi7E0Pblbg { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:2.4375rem;display:block; }
#kME5SNaQGZR2bqJIbAMVTLedVuG2mHHN { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:17.75rem;left:2.4375rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#niPM9xmv8eAMzF8y8MhZWuETnqgCWmfV { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.5rem;height:1.125rem;display:block; }
#PsRdmR1s75cKPsyAgHuTZNirzTuDRHW3 { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15033;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:25.25rem;left:2.375rem;display:block; }
#UTS4EIvHUfibOTKMUpAHJVETzIfN68FQ { box-sizing:content-box;height:29.375rem;width:24.3125rem;position:absolute;display:block;z-index:15046;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0.6875rem;left:25.3125rem;display:block; }
#COJrNmruhXqeLLU1N7cZGCqbVenZe5gE { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:25.6875rem;left:28.8125rem;height:1.125rem;display:block; }
#sObPCppNf7ephNN0MutSiDMsnKF6PXG6 { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15048;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:25.25rem;left:27.6875rem;display:block; }
#XsTGkULIBhUe1oOrkdOhlgpEJQTmtbgO { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:16.625rem;left:27.75rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IoDtg8wtmtWTGPvNc51nPH9FUMHT4IGc { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15056;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:27.75rem;display:block; }
#wnq2v5xrqzPTLmPOcqMvpc6prbR1kTds { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:13.25rem;left:27.75rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBO7SCZPqqqyok5uvFw0tnsoTMFukZQQ { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:27.75rem;display:block; }
#vmUTXHAdI6BlSwZgx3MqdSwRa9LVIB47 { box-sizing:content-box;height:1.5rem;width:5.125rem;position:absolute;display:block;z-index:15047;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:27.75rem;display:block; }
#FrwqFC9e0GgJTvppXIqJ24ZkTGVXOkBc { box-sizing:content-box;height:1.5rem;width:6.4375rem;position:absolute;display:block;z-index:15049;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:33.4375rem;display:block; }
#gVV8rXppgwSJeqK46G36BJypu6BOl2Nh { box-sizing:content-box;height:1.5rem;width:3.5625rem;position:absolute;display:block;z-index:15051;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:40.4375rem;display:block; }
#lLfNf6xsqioQJbuRx4q60NDPRgSM1nZ9 { color:rgba(255,255,255,0.7);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:9.5625rem;left:28.625rem;height:0.9375rem;display:block; }
#Q4XyBhKwHTmDgvDxoKxB3d8xpEy3ppi3 { color:rgba(255,255,255,0.7);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:9.5625rem;left:34.375rem;height:0.9375rem;display:block; }
#DQBT1GoBz4HDFo7tflFKtUProHfLh4P7 { color:rgba(255,255,255,0.7);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:9.59375rem;left:41.375rem;height:0.9375rem;display:block; }
#QMOSsT0bPMl1T47EWKkQRzIpRs1WgOfu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.75rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsDztOTFJhuJW1hb4bFWi9ZAXHsL4v0m { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:3.1875rem;left:27.75rem;height:1.125rem;display:block; }
#gSGGMnTRfSLomKDalVWIC2hLbWbyT2GE { box-sizing:content-box;height:29.375rem;width:24.3125rem;position:absolute;display:block;z-index:15061;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0.6875rem;left:50.5625rem;display:block; }
#ztFh4synNEOuEomvAagonRxfTEbDEh1R { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:25.6875rem;left:54.0625rem;height:1.125rem;display:block; }
#u8dw5C9M1ZmCphu1clT5ZcJ6HQ0eLakI { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15063;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:25.25rem;left:52.9375rem;display:block; }
#o3Z7pG0mPzHf0Kc2fTykd1QHFVEgTWyK { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:17.875rem;left:53rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXSr0qq2STCubVldpOo8KBEHyz45m6bS { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:53rem;display:block; }
#nA2e6oMbwkJNTpXrIGzeKyM6Krk7b82r { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:13.25rem;left:53rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qtgkEdG5ZMTT55Aix78VV1FFFltxrbtL { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:53rem;display:block; }
#kHL0iQKPJNVTf6GpTdaItOfL62o52dfe { box-sizing:content-box;height:1.5rem;width:3.875rem;position:absolute;display:block;z-index:15062;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:53rem;display:block; }
#wwwmF9XtiTnL2vNDdt5mUAFT8fZ0QHzW { box-sizing:content-box;height:1.5rem;width:4.625rem;position:absolute;display:block;z-index:15064;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:57.5rem;display:block; }
#bi0FmGCzyPZH1ybNEUOwa6I8yNhI7ORs { box-sizing:content-box;height:1.5rem;width:6.25rem;position:absolute;display:block;z-index:15066;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9.3125rem;left:62.75rem;display:block; }
#CqtKZzGKyT3CDzAuWbd5V3UAQTyXlAbf { color:rgba(255,255,255,0.7);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.59375rem;left:53.8125rem;height:0.9375rem;display:block; }
#tCxp8Eb1Lb3eleT8TULy1Fa5v4JVh23S { color:rgba(255,255,255,0.7);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:9.625rem;left:58.4375rem;height:0.9375rem;display:block; }
#qpH1zP9Ax4CLJ3BidacESTgTNBTwNstg { color:rgba(255,255,255,0.7);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:9.625rem;left:63.625rem;height:0.9375rem;display:block; }
#p80v27GXFu2wL3PrmhBM0cFvftmgO05D { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:5.125rem;left:53rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRmJM5B6EhQ0Gbn6kwZIuWLiqiXJevxc { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:3.1875rem;left:53rem;height:1.125rem;display:block; }
#cE3vaRpFMtbWfiCw0vBfai8PoPf3BK46 { box-sizing:content-box;height:29.375rem;width:24.3125rem;position:absolute;display:block;z-index:15059;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:31.125rem;left:0rem;display:block; }
#HwPAma9o6BO8GFxTmtPksRefsTMwLveD { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:48.75rem;left:2.4375rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wvELq06r27WxKOsQduXUeUZwS2dZeaMB { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15069;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.4375rem;left:2.4375rem;display:block; }
#ygFm3KhmV50Ene2VIUKazWIhMhCr5NVs { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:43.75rem;left:2.4375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liyXks3k36n3zaUEVo5cJXnz4hIRzT9X { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15068;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:2.34375rem;display:block; }
#gBTrOtyIF8ZG8LW1xrQcUSUrRnaeXAkT { box-sizing:content-box;height:1.5rem;width:7.0625rem;position:absolute;display:block;z-index:15064;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:14.375rem;display:block; }
#RmxeRlwC1SkoMqNyesKoNhECeolWlVd9 { color:rgba(255,255,255,0.7);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:40.0625rem;left:15.3125rem;height:0.9375rem;display:block; }
#zPBSNwV4Zb1G0Ulymk3rpB4TWL4Q2QdG { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15061;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:56.3125rem;left:2.375rem;display:block; }
#O1IhhDdISyLkC48RihvT5WHrnr4DIQ7L { box-sizing:content-box;height:1.5rem;width:5.0625rem;position:absolute;display:block;z-index:15062;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:8.71875rem;display:block; }
#mWTLleNmC7dCLpHnvHFutqt3bM6MseWm { color:rgba(255,255,255,0.7);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:40.0625rem;left:9.8125rem;height:0.9375rem;display:block; }
#Vo2TBBfqPEX8E3UuTm9dl5PDXB6F16UC { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:56.8125rem;left:3.5rem;height:1.125rem;display:block; }
#tQLsXPAOJvvmAqueXzG5r30XCVnq8CVT { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sDmUg2oLfs8MwDquOyNwklWN3Sw6airC { color:#f0ad45;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:33.625rem;left:2.375rem;height:1.125rem;display:block; }
#xbWsK9Wz4u1RhIr1GbnZW90U1cyFnMnf { box-sizing:content-box;height:1.5rem;width:5.75rem;position:absolute;display:block;z-index:15060;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:2.4375rem;display:block; }
#Iv7LReZXvp6fVgvBVLfUNp5ytT7WOFmR { color:rgba(255,255,255,0.7);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:40.0625rem;left:3.3125rem;height:0.9375rem;display:block; }
#cG6PNASsz85mTdR04KPqH8GcWnM3gVLP { box-sizing:content-box;height:29.375rem;width:24.3125rem;position:absolute;display:block;z-index:15074;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:31.125rem;left:25.3125rem;display:block; }
#qIOpLRuAQsHAv66kgmtzTdC7xXoR4Skm { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.4;letter-spacing:0;top:48.75rem;left:27.6875rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fiC4lMvt9DXATK9dBNSAnVdh7gBs2a8D { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15076;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:56.375rem;left:27.6875rem;display:block; }
#yfs2Wshfic1DTKJSnn46LyUKzrxrS7Hf { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:56.875rem;left:28.8125rem;height:1.125rem;display:block; }
#SekVplTlTI7ZTJdGw11hyxAykgBWU1Ie { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15084;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.4375rem;left:27.75rem;display:block; }
#ZsnUFGnhDLCtpMkhcZQUvw2EGWaA3bGl { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.4;letter-spacing:0;top:43.75rem;left:27.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJw7SKfRR5TSDhxc1FTXAbZOgOznLG6N { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15083;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:27.625rem;display:block; }
#ASouUSmSt8IJNxEIwbwq1f81pmkKrZ4v { box-sizing:content-box;height:1.5rem;width:6rem;position:absolute;display:block;z-index:15079;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:38.9375rem;display:block; }
#Z6TffAR4oNN3EFSNRiRaP0Bucd6ZsMhH { box-sizing:content-box;height:1.5rem;width:6.0625rem;position:absolute;display:block;z-index:15077;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:32.3125rem;display:block; }
#E5SgMWE3TsdWv7I4fKJRI5PqfGX5J0rR { color:rgba(255,255,255,0.7);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:40.0625rem;left:39.875rem;height:0.9375rem;display:block; }
#wO7NvKWtBCerA9fdgq9u4oCL27BH5R9Z { color:rgba(255,255,255,0.7);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:40.0625rem;left:33.4375rem;height:0.9375rem;display:block; }
#dDQ5EQxCOTkQm8BizCOlpvL9gIZ96T2u { box-sizing:content-box;height:1.5rem;width:4rem;position:absolute;display:block;z-index:15075;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.8125rem;left:27.75rem;display:block; }
#a41P9zbS7TBGMmOHEntcIuQ2cuBKqQW5 { color:rgba(255,255,255,0.7);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:40.0625rem;left:28.625rem;height:0.9375rem;display:block; }
#id8Z2cuMmRwOdKUN2bkbMlboy2ozIZIm { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:35.5625rem;left:27.6875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcTRKHQriMdR957gMr5wtLvZZblzrntb { color:#f0ad45;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:33.625rem;left:27.6875rem;height:1.125rem;display:block; }
#ITTbKV1RDUQZxDZhuBSRsfy1rUBVHBnf { color:#f0ad45;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:37.3125rem;left:27.75rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container { background-color: transparent; background-image: none; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container > .video-iframe-container { display: none; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row > .video-iframe-container { display: none; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .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); }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container { border-width: 0; border-radius: 0; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#asUwwg40SnkheAwyDvDpddgEDRtc7Xsh { box-sizing:content-box;height:27.375rem;width:36.9375rem;position:absolute;display:block;z-index:15046;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0rem;left:0rem;display:block; }
#NpwPU5zh6NdWknPFx753QTuUzrAqmgBu { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.4375rem;height:1.125rem;display:block; }
#yR75wHRLJU8VON741muUbDXklUGELU81 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PCpqCwSStsQipdhl06qdbTiWTG2q5bbX { box-sizing:content-box;height:1.5rem;width:6.625rem;position:absolute;display:block;z-index:15047;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:2.4375rem;display:block; }
#bkSJ02KCz41qsAd3f4bwG9QeExQaPQ64 { color:rgba(255,255,255,0.7);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.3125rem;height:0.9375rem;display:block; }
#fZLfuWFA4rLNLy3V0poA31nOOwJTmpnH { box-sizing:content-box;height:1.5rem;width:5.75rem;position:absolute;display:block;z-index:15049;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:9.625rem;display:block; }
#WtAIuPHw0twhmt7w4w9zD89pfAg7452n { color:rgba(255,255,255,0.7);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:9.25rem;left:10.5625rem;height:0.9375rem;display:block; }
#KzmKRilPMuldAa910feUovkLkQ3bvKbL { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12rem;left:2.4375rem;display:block; }
#huHeMoDpecT6yV2xhRnZ99xug5OaMaTy { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:12.9375rem;left:2.5rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iwCnhAITgmAOOvQCsDrfT6xIphaa8gGc { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:17.4375rem;left:2.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIzvALaGxXVRdhx49gT8Hr5PWvyU96a0 { box-sizing:content-box;height:1.5rem;width:8.625rem;position:absolute;display:block;z-index:15051;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:15.9375rem;display:block; }
#kRa0ZHyDmFx2nDc9KPhukyGUyGMaq5Vm { color:rgba(255,255,255,0.7);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:9.25rem;left:16.875rem;height:0.9375rem;display:block; }
#tHrMzvECW9xKz86zbfTIomU0Fla8JMuW { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15048;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:22.375rem;left:2.375rem;display:block; }
#SPXVJfcXDO7duzCpyqfZwKF06cmC5HIF { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:22.875rem;left:3.5rem;height:1.125rem;display:block; }
#nwvT2A0n93s0JXA62JxUpAPblMVqzqu4 { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15056;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:2.4375rem;display:block; }
#OxiyRAnLZpPhLX4ZRLHVf3cuMeFGnxut { box-sizing:content-box;height:27.375rem;width:36.9375rem;position:absolute;display:block;z-index:15061;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0rem;left:37.9375rem;display:block; }
#ry6Q5kkLO5gH1kw5uGKh8DpQy3TOmCaS { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:16.1875rem;left:40.375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWbJnxSf5Se14dWEivdKHiy1TuU9qFZC { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15063;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:22.375rem;left:40.3125rem;display:block; }
#Gm1ebUCsATL2WKpfS3kPOiHUMdCINvys { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.4375rem;height:1.125rem;display:block; }
#HTt945kaDIbspQ9WqSIHH6NBKCpLReHH { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15071;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:40.375rem;display:block; }
#wJm4q2nV52Jkzs9IHxXh3a5bKsXNHP65 { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:12.9375rem;left:40.4375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lLOyX0nQQ7XXNfFDX9K1UXJb43ApbUeD { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15070;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12rem;left:40.375rem;display:block; }
#PP6Zsy4Eld69cMEu4UL7IuqJAklRCNsn { box-sizing:content-box;height:1.5rem;width:6.625rem;position:absolute;display:block;z-index:15062;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:40.375rem;display:block; }
#FyxacX3UbqF9Wkwy3PNTMMEqgM2tLqPa { color:rgba(255,255,255,0.7);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.25rem;height:0.9375rem;display:block; }
#CHkP0S0yy8GfUy7QR1mqAttRvO8kMye2 { box-sizing:content-box;height:1.5rem;width:5.625rem;position:absolute;display:block;z-index:15064;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:47.5625rem;display:block; }
#KVVHWLmAIgp6W7007qNPOlHT1Nu16Cef { color:rgba(255,255,255,0.7);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:9.25rem;left:48.5rem;height:0.9375rem;display:block; }
#NkNFii7PC0cxvT0LtUT9I1ZqWU3VnBvp { box-sizing:content-box;height:1.5rem;width:6.4375rem;position:absolute;display:block;z-index:15066;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:9rem;left:53.75rem;display:block; }
#qgt58JwA4TuQvcsg67euqH1NtSgCEA4J { color:rgba(255,255,255,0.7);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:9.25rem;left:54.6875rem;height:0.9375rem;display:block; }
#KsbtXWan1P2hNzCXqUlr0ZOtLQBumuXp { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:4.8125rem;left:40.375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ttntky5LZ1uMBoBZsUSe9URETRn7gXeC { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:2.875rem;left:40.375rem;height:1.125rem;display:block; }
#O3RIvdO5qguA617fZLUbQE1C8KMLIBru { box-sizing:content-box;height:25.25rem;width:36.9375rem;position:absolute;display:block;z-index:15061;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:28.375rem;left:0rem;display:block; }
#NmaXC8rDXrBlvLCKIqWTvDaoqXyWEw47 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:43.75rem;left:2.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ECx4WALxXuTp16uNMkfdJqBckI5TJ88r { box-sizing:content-box;height:2.0625rem;width:11.9375rem;position:absolute;display:block;z-index:15063;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:48.8125rem;left:2.375rem;display:block; }
#LFFaeZQluXQrMPrqQ9m5T5Q5mzq2IqTV { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:49.3125rem;left:3.5rem;height:1.125rem;display:block; }
#VtAZhRefo9szfaVwwuA4ThIy1kddQdU8 { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:40rem;left:2.5rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s1zpxX5s5oPx4tZ9gMNzpabwxv7AaOee { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15071;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:2.4375rem;display:block; }
#ZRpsKeBQn9PbMdSfwchtnCRIUT6b2hOI { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15070;background-color:rgba(240,173,69,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.9375rem;left:2.4375rem;display:block; }
#moozv9trH35OhJKLkorvzGo93LOsbpuu { box-sizing:content-box;height:1.5rem;width:7.375rem;position:absolute;display:block;z-index:15064;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:35.9375rem;left:9.625rem;display:block; }
#isU3ywIaQGv73KN4vmsomx2SxDM3ax8S { color:rgba(255,255,255,0.7);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:36.1875rem;left:10.5625rem;height:0.9375rem;display:block; }
#tDq1guFcSnGW1gZcAdQ33JypqPsSoU43 { box-sizing:content-box;height:1.5rem;width:5.0625rem;position:absolute;display:block;z-index:15066;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:35.9375rem;left:17.5625rem;display:block; }
#Gd4VtTkt3GRcFvgJSc5q4q8gzSWgHeG8 { color:rgba(255,255,255,0.7);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:36.1875rem;left:18.5rem;height:0.9375rem;display:block; }
#ostc3zhnVgMoiNC21rPoOJ3KCtPotR2h { color:rgba(255,255,255,0.7);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:36.1875rem;left:3.3125rem;height:0.9375rem;display:block; }
#PPw50CNuJrRkqo34xpizgSDJU33dZLuD { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:33.1875rem;left:2.4375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uC6Wi82bsNcFFBbazaZIm8nM8EsDNamB { box-sizing:content-box;height:1.5rem;width:6.625rem;position:absolute;display:block;z-index:15062;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:35.9375rem;left:2.4375rem;display:block; }
#eiKwHbFOIVZPa2Oy3kDPHH01l952wtBF { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:31.25rem;left:2.4375rem;height:1.125rem;display:block; }
#xpHseMggnlmVBIsT2gS2oWlyfWKSHekT { position:absolute;display:block;z-index:15013;height:6.375rem;width:11.375rem;top:52.1875rem;left:61.3125rem;display:block; }
#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container { background-color: transparent; background-image: none; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container > .video-iframe-container { display: none; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row > .video-iframe-container { display: none; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .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); }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container { border-width: 0; border-radius: 0; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:75rem;position:relative;display:block; }#bOsiVGuXBxTxC1QfWKqvVi8GARXP7kmM { position:absolute;display:block;z-index:15000;height:42rem;width:75rem;top:0rem;left:0rem;display:block; }
#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container { background-color: transparent; background-image: none; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container > .video-iframe-container { display: none; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row > .video-iframe-container { display: none; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .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); }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container { border-width: 0; border-radius: 0; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#ECZV4Fo8LZ9n2lnTobVv2JDLfsDd6pRq { color:#1d5196;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bRUHMb74Q0hrARTBZ2TxQ0wGBsvPbW4K { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15004;background-color:#1d5196;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;display:block; }
#ea1PwTDqSgbaahZQSPlm7cgowXUzPNrw { color:#414b5c;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.625rem;left:0rem;height:3.125rem;display:block; }
#gcdWlihbMhDlIQ30uXCJvdxa88qZp6iI { color:#414b5c;display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:24rem;left:0rem;height:3.125rem;display:block; }
#hprTChHkB73yZ84a7RWECMKZdkOyWKot { color:#073f82;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pJQCi3sdT5wOfgxsn7IFggDd9ECNJ22m { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.4375rem;left:1.0625rem;height:1.25rem;display:block; }
#OSGuRoAxesJeaWJVMFrzzl7OBGSa6nCG { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:30.4375rem;left:26rem;height:1.25rem;display:block; }
#yBHunAa77yROaEXU5SUttdyiNimSXgP2 { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:30.5rem;left:50.875rem;height:1.25rem;display:block; }
#R2iWK9lhksQIzsMGRiAbdfWUM5B8GRsn { color:#414b5c;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:32.3125rem;left:1.0625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kq1Kv0IkBK0yeDaVNubV1aqc76uNq8lD { color:#414b5c;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:32.375rem;left:26rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OsvZkfVzQVqnhLIe0nlsC3gbo2m0eSlv { color:#414b5c;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:32.4375rem;left:50.875rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7T9BfSXlBhynQCPwsqEToeL3kZqZtoz { box-sizing:content-box;height:8.625rem;width:23.4375rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:29.125rem;left:49.8125rem;display:block; }
#y0lbdQcBlLPbg3FPsrtmFwDuOb3pyTVP { box-sizing:content-box;height:8.625rem;width:23.4375rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:29.125rem;left:24.875rem;display:block; }
#lLoMOf0WygG1sRPcCL8V7zE70IfgFGlT { box-sizing:content-box;height:8.625rem;width:23.4375rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:29.0625rem;left:0rem;display:block; }
#eTTJbWG2DX19UEBUURXoErJmu6VhcokC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container { background-color: transparent; background-image: none; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container > .video-iframe-container { display: none; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row > .video-iframe-container { display: none; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .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); }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container { border-width: 0; border-radius: 0; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#waGfSfvHuykWGvGrLz97G2sI617lOCsN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:34.875rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#STlXmKkLJcdCpCu0eMgTm9oyTTH8kiPd { color:#f0ad45;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:36.8125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf1uyNxUnniosOLh7HAdLVpsR3XaRnIt { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:8.8125rem;left:36.8125rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ulh94kKFzVJDXAm7UmqGfFAFXEZPllxw { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:13.8125rem;left:36.8125rem;height:1.25rem;display:block; }
#kTZqrKyOf8KFVzV41OzQuLGfxdeVbsgc { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:15.25rem;left:36.8125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhIOABl4XXaXV0EmaHXlb3RlNVSiKgc7 { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:18.5625rem;left:36.8125rem;height:1.25rem;display:block; }
#FmqzwrsZRZBH9le6f9hpISo6JPcTqLLC { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:20rem;left:36.875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lU2gpbTaqXP4Zw1dTTRyKwvkLCcXssd1 { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:25rem;left:36.8125rem;height:1.25rem;display:block; }
#H4OTmWkIfHmdRl1ywrmNf4rtAlbc5DSO { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.4;letter-spacing:0;top:26.5rem;left:36.8125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container { background-color: transparent; background-image: none; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container > .video-iframe-container { display: none; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row > .video-iframe-container { display: none; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .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); }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container { border-width: 0; border-radius: 0; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#hmeACwt70VwcK7ePfWxcOFEgh9rpgTUH { color:#073f82;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ScxMqG9hZxezGSgTLEf6fm1hRPhP7kxT { color:#414b5c;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:13.9375rem;left:0rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PRAys7rylJIeKnrlEKT3F0JVUwx44K1e { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:5.25rem;left:32.4375rem;height:1.25rem;display:block; }
#UJP8b0spNxSmFIcKDkScF4JeJGEn2zDg { color:#414b5c;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:7.25rem;left:32.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7lCXkuLB9OEWz3COfq3uQ8l69Ur7ZT9 { color:#414b5c;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:13.6875rem;left:32.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUhq66SXMxBlqtDRmvtUH4BvT4AVUoRN { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:11.6875rem;left:32.4375rem;height:1.25rem;display:block; }
#PnaFq3VMCprX6igHAadhzwEkyqhKg5zP { color:#414b5c;display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:20.0625rem;left:32.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x7RAb4FoT3sCzwQlPwbDFDgr0QhEGxTt { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:18.0625rem;left:32.4375rem;height:1.25rem;display:block; }
#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container { background-color: transparent; background-image: none; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container > .video-iframe-container { display: none; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row > .video-iframe-container { display: none; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .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); }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container { border-width: 0; border-radius: 0; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#MeriP48pBObTUVcmz4PfqcroTBpUE4R2 { color:#1d5196;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rls0D8E2FM4DG6FTyPb6BMwmvDPEAIKz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:3.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TpVvPxU1ZL44UE9hoKdQ3QemxOxwgGiS { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15007;background-color:#1d5196;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:45.0625rem;display:block; }
#T1PPflBFBcy7XnqOzu3XZqnJUTRKTpxS { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15008;background-color:#1d5196;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:27.6875rem;display:block; }
#bhsi7tp1TVK5bTKLp4NTyqqIJdZhf3Dk { box-sizing:content-box;height:22.25rem;width:36.25rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1dcdc;border-left:0.0625rem solid #e1dcdc;border-right:0.0625rem solid #e1dcdc;border-bottom:0.0625rem solid #e1dcdc;top:16.125rem;left:0rem;display:block; }
#xbGOr26tHLLJ8v1FeZPNDE8BZsLQhnnU { color:#1d5196;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:20.5rem;left:2.6875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SMzUnvzKHBuqeiUsnJUvhEmdoTCs1sU8 { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.6875rem;height:1.1875rem;display:block; }
#J2XQVkn6eC3UVZNr2s83nH8VsWmhR8Lm { color:#414b5c;display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:25.4375rem;left:2.6875rem;height:1.375rem;display:block; }
#XqQAwX5682MDlBEax56ySFzn6Fwlq1eB { color:#1d5196;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:29.6875rem;left:2.6875rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z4XwI7Q8P6KKlkTbDbrQ2xJNixelBG6c { color:#414b5c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#irZTSc95SQSqN0Uxb0DXfTfMzASXQwyq { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15067;background-color:rgba(171,171,171,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5rem;left:2.5625rem;display:block; }
#GFqJOEZI8cQJR0vuTt7LitwAGhad72G8 { color:#414b5c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:31.875rem;left:4.25rem;height:1.1875rem;display:block; }
#S502wUxbDfPvdA9kZiUv3g0Rxv3yuP0B { color:#414b5c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:33.375rem;left:4.25rem;height:1.1875rem;display:block; }
#orUtACHMQlOQnXwqiRd4tUIa2LV6uX47 { color:#f0ad45;display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.6875rem;height:2.3125rem;display:block; }
#FNXT2HoyqKrdRpN1bmHTp0M69grNQGm9 { color:#f0ad45;display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:32.875rem;left:2.6875rem;height:2.3125rem;display:block; }
#CCXnWeQHTNRPvScwffrhDsBO2ytkIu7J { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:18.625rem;left:41.3125rem;height:1.1875rem;display:block; }
#suQvMGt5dSM3MJZWqZT8lhcfii5s6o7B { color:#1d5196;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CexBUQsTyLmSuWot25dGRWIgRezr2fv8 { color:#414b5c;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.5;letter-spacing:0;top:25.4375rem;left:41.3125rem;height:1.375rem;display:block; }
#TryG4nNEhX8rpiEo2lLMGw47embkBhSJ { box-sizing:content-box;height:22.25rem;width:36.25rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1dcdc;border-left:0.0625rem solid #e1dcdc;border-right:0.0625rem solid #e1dcdc;border-bottom:0.0625rem solid #e1dcdc;top:16.125rem;left:38.625rem;display:block; }
#WTFkzhW8uuDKc96FMceJ6iWccBA7BfBB { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(171,171,171,0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:41.1875rem;display:block; }
#Kr6hPhvwItwTd1JWo8FW96lSV5AsuUX2 { color:#1d5196;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:29.6875rem;left:41.25rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hU73HBcEFp6QydG0TZqMSWdDdcTalbtB { color:#f0ad45;display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:31.3125rem;left:41.25rem;height:2.3125rem;display:block; }
#R4aueT5DV8mC1I8MXPWFOpf0nUb0cxMq { color:#414b5c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:31.875rem;left:42.8125rem;height:1.1875rem;display:block; }
#GTxIwZzfm64PPeg76nWtMpicZ3c87AGp { box-sizing:content-box;height:6.625rem;width:75rem;position:absolute;display:block;z-index:15063;background-color:rgba(22,85,151,0.9);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:41.9375rem;left:0rem;display:block; }
#Q8vqLcoetHMgyoCyKv3k9Jg9cbJFsO9t { color:#1d5196;display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:43.75rem;left:5.1875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rqe3fadWQJvPMlPWDUPd4vK3BdUUXcVS { color:#f0ad45;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:43.3125rem;left:8.5625rem;height:1.1875rem;display:block; }
#EOWmy7Uo0E1wDsO2DB2xbhQscbnT16zh { color:#ffffff;display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:44.625rem;left:8.5625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#QiRQcBDhRWdr961NLD3T1AKLAfasJq1C { position:absolute;display:block;z-index:15009;background-color:#f0ad45;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:3.25rem;width:14.125rem;top:50.5rem;left:30.4375rem;display:block; }
#zEq8GriO8QR8z4G5T7dySfwnXpObTEoy { color:#073f82;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:51.3125rem;left:30.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container { background-color: transparent; background-image: none; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container > .video-iframe-container { display: none; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row > .video-iframe-container { display: none; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .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); }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container { border-width: 0; border-radius: 0; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:27rem;width:75rem;position:relative;display:block; }#X17AsqMcIpLcN6FFTolsn4tGGOllasns { box-sizing:content-box;height:14.625rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(240,173,69,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.25rem;left:19.0625rem;display:block; }
#W7UXQX0FZ2Tx5uBgtOzdtSkApE5aHVZE { color:#f0ad45;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.8125rem;height:1.4375rem;display:block; }
#lbCq4L1pWtvl7w6aMOfBFXA9R81JQ0TE { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:12.1875rem;left:2.8125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gPI50qQzGmmV7yJbCcL319nQIm2TMT8F { color:#f0ad45;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.875rem;left:21.625rem;height:1.4375rem;display:block; }
#gKXWDO3T9XLWPNTKCg9Hgev48LMRd0XH { color:rgba(255,255,255,0.7);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:12.1875rem;left:21.625rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avynZDQ8EWdQ2zHC74D36vUVb5JlUmis { color:rgba(255,255,255,0.7);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:12.1875rem;left:40.0625rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmzlTMCOERbe3AQFEFgTwNTDLWzCV8WU { color:#f0ad45;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:9.875rem;left:40.0625rem;height:1.4375rem;display:block; }
#Z0mFnDiFwza8DPWVRAPodyyayVRkUUNa { box-sizing:content-box;height:14.625rem;width:0.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(240,173,69,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.25rem;left:37.5rem;display:block; }
#mDrpDtkFCDkbudPeeKNy8bwVSR2teqwn { color:rgba(255,255,255,0.7);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:12.1875rem;left:58.625rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#knog0lAST5zgKiAu9qM7ZJLrckhX3bOT { color:#f0ad45;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:9.875rem;left:58.625rem;height:1.4375rem;display:block; }
#ptes3IFbdZze44cD18UdJvCNWxLfpTii { box-sizing:content-box;height:14.625rem;width:0.125rem;position:absolute;display:block;z-index:15038;background-color:rgba(240,173,69,0.19);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.25rem;left:56.0625rem;display:block; }
#iil1WyCySFSyJwAWlzAKSNp9a37TZghx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container { background-color: transparent; background-image: none; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container > .video-iframe-container { display: none; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row > .video-iframe-container { display: none; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .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); }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container { border-width: 0; border-radius: 0; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#Th3IoiyzUz8WD5kTDhx8UysvG4slzpQ2 { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15009;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:0rem;display:block; }
#TdoGGT23mTF0An3tr7T7KBJDhPbfrQGf { color:#f0ad45;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.4375rem;left:4.375rem;height:1.1875rem;display:block; }
#i848zUXlS3mvBor72BDUAvHziOBngsNc { color:#f0ad45;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:7.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jlp6RrMi0IIdsc4x5WMSOIQWapuSs7u0 { box-sizing:content-box;height:21.125rem;width:23.8125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:0rem;display:block; }
#pwRZ9XPG0aHciEZnQ9pahzFQQpgDHFKc { box-sizing:content-box;height:21.125rem;width:23.8125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:25.625rem;display:block; }
#nhOaZwRu2lJTiZ1f1D04VNbLnrg9uakH { box-sizing:content-box;height:21.125rem;width:23.8125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:51.1875rem;display:block; }
#zoAy1lcD9NhTdqZCe9XWcxTTfTDSEUHo { box-sizing:content-box;height:0.25rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:0rem;display:block; }
#gyk11kDAgmiTUZCvDxNevRMQr0GVQHt5 { box-sizing:content-box;height:0.25rem;width:23.8125rem;position:absolute;display:block;z-index:15023;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:25.59375rem;display:block; }
#KzaERIgEaWa91n5BxNe3a7wGL2wuLKs7 { box-sizing:content-box;height:0.25rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:51.1875rem;display:block; }
#feERqyh6nb6RIwf9f06WEwpxppF2X0lc { color:#f0ad45;display:block;width:3.375rem;position:absolute;font-family:"cormorant garamond";font-size:4.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.625rem;left:2.25rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IJeVRFb5Q6Hur8XGZDVQ53pOblNPLWKR { color:#414b5c;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:24.3125rem;left:2.4375rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPTkgTAyAKi7A2rwxydKcQNtRAXKHh3y { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#073f82;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.375rem;left:2.375rem;display:block; }
#nTCL8ABOG8JvF2DfQkwOVxTphV4szc9A { color:#f0ad45;display:block;width:1.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:33.71875rem;left:3.4375rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H69JS40k9rrozMKVKZl7AlHnnATPymkT { color:#073f82;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:33.375rem;left:6.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eWFla3dzywW8eAACocpIhAPlxN6hN3pu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:34.8125rem;left:6.125rem; }
#JEVCGlJ9q1OkNvVWB1Ws5XTs6wCvbeqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:34.8125rem;left:7.375rem; }
#t2O7qHzflUwzZngPeQEHwgGIbRL0fof0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:34.8125rem;left:8.59375rem; }
#Va5xNNrxTNy95viI9b4cp8kzTgX2Tyy9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:34.8125rem;left:9.84375rem; }
#Buqyoyid9cFEGvmIehcuOPDSvqMgFJuh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.8125rem;left:11.09375rem; }
#ymiisq1hh566TP4EF8B818zQWPooMdx8 { color:#f0ad45;display:block;width:3.375rem;position:absolute;font-family:"cormorant garamond";font-size:4.375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:19.625rem;left:27.9375rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dzBtqSEG8UX8Xg2PR6NHTgbl9Io86Zgd { color:#414b5c;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:24.3125rem;left:28.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhcNMbdJ1ubG254mbm0SdXcwHOrIZgtS { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#073f82;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.375rem;left:28.0625rem;display:block; }
#NZKgXZmGB2oTDELEAHCiGPKLF0faoNKK { color:#f0ad45;display:block;width:1.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:33.75rem;left:29.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQkvh3HZlHzckbuNABpBxqTeH62uTdWb { color:#073f82;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:33.375rem;left:31.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMbtihtKuS9Bt33B6lrTqsAWCg9GDGI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:34.8125rem;left:31.8125rem; }
#wz70DvgAVum3P59ELICuir7ZG9R3Od5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:34.8125rem;left:33.0625rem; }
#eVrMaScrR3mxhnhZzyC1kRgbSasqRpTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:34.8125rem;left:34.3125rem; }
#W52u1diRSTQXUmNQcmPO18iaxbV95ghK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:34.8125rem;left:35.5625rem; }
#iP9RL2nmZTe9SUCMpZ1WGqddMcDhhzn7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:34.8125rem;left:36.8125rem; }
#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container { background-color: transparent; background-image: none; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container > .video-iframe-container { display: none; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row > .video-iframe-container { display: none; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .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); }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container { border-width: 0; border-radius: 0; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#B0u0J82Lk5Xa5EnClgV0lFImToe6Z3Ue { color:#f0ad45;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:3.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HwOX6loeiSMEL1ePJFvitErct6vMTXeC { color:#f0ad45;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:4.71875rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#BnOMbTc0RzhgPHcZdErEeqlW86GeeG7x { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15010;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:27.3125rem;display:block; }
#TsA5ixReNxPNLQE7xzzwCRoyX1kXOd0l { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15009;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:45.625rem;display:block; }
#gh6pv2ei3dxdwPL8p5X52cS9tp6Ugkog { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.25rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container { background-color: transparent; background-image: none; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container > .video-iframe-container { display: none; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row > .video-iframe-container { display: none; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .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); }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container { border-width: 0; border-radius: 0; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container { font-size:0.875rem;font-family:arial;height:81.125rem;width:75rem;position:relative;display:block; }#ZI5Ls5oRC8wWspOnM2p0JgibyOmzQfWL { position:absolute;display:block;z-index:15000;height:42.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container { background-color: transparent; background-image: none; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container > .video-iframe-container { display: none; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row > .video-iframe-container { display: none; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .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); }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container { border-width: 0; border-radius: 0; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#kP6HiisNtKvnkpylheCVxfsvKvi0t4iU { box-sizing:content-box;height:11.125rem;width:68.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:0rem;left:3.125rem;display:block; }
#w41t1Gdbc8Bd9GEwuanTwqfWwJebDsyk { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:6.5625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tT61ZX6KawroesPtTmUGBIXlX98yJK7C { color:rgba(255,255,255,0.7);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:4.75rem;left:6.5625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1wLrkOOzRFR9NG9TmDe7pTqTZx1h3wI { box-sizing:content-box;height:2.4375rem;width:17.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:4.34375rem;left:47.9375rem;display:block; }
#z29lrA5GVoiicTCoeBAD3DTAxWCAlKWK { color:#f0ad45;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.03125rem;left:49.1875rem;height:1.1875rem;display:block; }
#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container { background-color: transparent; background-image: none; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container > .video-iframe-container { display: none; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row > .video-iframe-container { display: none; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .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); }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container { border-width: 0; border-radius: 0; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#kN8ZodMcDLJ0MtFDQN6HBt6MaCnr31J3 { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15007;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:0rem;display:block; }
#vQM6Q1sv9ww2ywGwxAJbEg5Ug3DFVkq1 { color:#f0ad45;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.75rem;left:4.375rem;height:1.1875rem;display:block; }
#JTFa5xsfEdI5zrTXgX1txXQqdEQ6ApCW { color:#1d5196;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:7.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FKRelyRAcs7NoyhIdWPzA4SEfWvUvNov { color:#414b5c;display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.1875rem;left:0rem;height:4.6875rem;display:block; }
#ImeVBSdy7mfvpbHOHWhxWs0s0U8lAtGx { box-sizing:content-box;height:7.25rem;width:34.1875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:0rem;display:block; }
#Tg5oGPXnIuNG8yDvP0qvA1ixo5diLGXh { box-sizing:content-box;height:7.25rem;width:0.25rem;position:absolute;display:block;z-index:15018;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:0rem;display:block; }
#T8E5LNoCoB0GAXUpXC5bZGXiCvFnrrLJ { color:#414b5c;display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:23.1875rem;left:1.6875rem;height:1.875rem;display:block; }
#Su8gvEu6meARw4a0pCXNaT0ypR55kDLH { color:#073f82;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:23.25rem;left:4.0625rem;height:1.375rem;display:block; }
#vMz57W36Gx0V7TZb6BW7OpT04VVJ4a9i { color:#414b5c;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:24.625rem;left:4.0625rem;height:2.625rem;display:block; }
#KWPPqSED0oH2ZhZnrgaksTTpf92qQU3C { box-sizing:content-box;height:7.25rem;width:34.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.75rem;left:0rem;display:block; }
#oZ9V9IBCVNyGTdUw1l86FoCWhT5nzTJx { color:#414b5c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:32.75rem;left:4.0625rem;height:2.625rem;display:block; }
#QHJ5rDW2S18TJcztWvORcLCD1Z67UpTZ { color:#414b5c;display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:31.3125rem;left:1.6875rem;height:1.875rem;display:block; }
#NqfZtNUsZR8w74zs9ycEX5VFylTTlofF { color:#073f82;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:31.375rem;left:4.0625rem;height:1.375rem;display:block; }
#JsloiNAI2DLJyg68frO57PZ8T2TeT3n5 { box-sizing:content-box;height:7.25rem;width:0.25rem;position:absolute;display:block;z-index:15023;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.75rem;left:0rem;display:block; }
#bx2DEAtqWtaXbueCL0fL13yGtaGSD9o5 { box-sizing:content-box;height:7.25rem;width:34.1875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.875rem;left:0rem;display:block; }
#etmuPRR2yuNhHAAMNqp1XImfnd4P34hl { color:#414b5c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:40.875rem;left:4.0625rem;height:2.625rem;display:block; }
#snHwTAT7qO2BrKEhvgGfX9D1WoqwzfWV { color:#414b5c;display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:39.4375rem;left:1.6875rem;height:1.875rem;display:block; }
#asTCCmrAXGUohldA2mQyzg1lLy4idRVk { box-sizing:content-box;height:7.25rem;width:0.25rem;position:absolute;display:block;z-index:15028;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.875rem;left:0rem;display:block; }
#DIhHPGn1f5NMsrsASmx6G0ZMrn7rPm9U { color:#073f82;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:39.5rem;left:4.0625rem;height:1.375rem;display:block; }
#u9DALkfoTxFuHTX9bFo6s5oieCA2VnyV { box-sizing:content-box;height:7.25rem;width:34.1875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46rem;left:0rem;display:block; }
#TpZ4SMWpqp9W5WG1t58VWZDw0ZhQLgKQ { box-sizing:content-box;height:7.25rem;width:0.25rem;position:absolute;display:block;z-index:15033;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46rem;left:0rem;display:block; }
#rF2tncZLblESxThnCaiBQ4hzNk7T5CAT { color:#414b5c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:49rem;left:4.0625rem;height:2.625rem;display:block; }
#gGgcU2yRtZe8NtH5PUn9rOdfLhbivr2c { color:#414b5c;display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:47.5625rem;left:1.6875rem;height:1.875rem;display:block; }
#xko6b24bSW9SZgZxhqyo3Q9SvJbGSMH4 { color:#073f82;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:47.625rem;left:4.0625rem;height:1.375rem;display:block; }
#JN6XW75MLLbXbHlfdUhUFmPvRS5dawN2 { position:absolute;display:block;z-index:15000;background-color:#073f82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:33.6875rem;top:7.8125rem;left:41.3125rem;display:block; }
#pKmDmnBUzflOepTRyyt1ZifZibHF8VCS { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:26.8125rem;top:12.78125rem;left:44.75rem;overflow:hidden;display:block; }
#igSIXcc8xusHnaAdODFi6Pk48nngqiTU { position:absolute;display:block;z-index:15038;background-color:#f0ad45;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:10.4375rem;width:18.25rem;top:32.75rem;left:53.375rem;display:block; }
#y2lPTy3DtPeTRqKLfg6wMZhNMoOh7HvE { color:#073f82;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:33.875rem;left:61.0625rem;height:3.1875rem;display:block; }
#fnqVl0N7CkI8AfLW7q7vc9fdUHvp9xK9 { color:#073f82;display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:37rem;left:58.4375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#ieEmbUupoUURmnw9yTuBkHn7uzWrXbVv { color:rgba(7,63,130,0.61);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:39.9375rem;left:53.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#u8rNxZPUs3TSFAGTHR9X1QqKb5mzHyec { color:rgba(255,255,255,0.76);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:44.4375rem;left:45.3125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073f82;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; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container { background-color: transparent; background-image: none; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container > .video-iframe-container { display: none; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row > .video-iframe-container { display: none; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .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); }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container { border-width: 0; border-radius: 0; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#VmyCSRQc0LrLRKlLeTAiGqXgMNaCsZE0 { color:#f0ad45;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#QVdwJk73i8Jdk0PQNW1Q1IZslGEQTvuX { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15015;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:27.3125rem;display:block; }
#qEWCrzgnR0PFWuyCTZyd5TXGMxiTpXlL { color:#f0ad45;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S6BLu9mhpGUpKGTmtVTaEI9xLc7ruubn { box-sizing:content-box;height:0.0625rem;width:2.125rem;position:absolute;display:block;z-index:15014;background-color:#f0ad45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1875rem;left:45.625rem;display:block; }
#LdZ4yeuOFrNJ58R36RD8OSVCEFTTAMCl { color:rgba(255,255,255,0.7);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:14.0625rem;left:21.59375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q9d9IA7qLoi5AhOQxA1c5Me9BzdWnRuQ { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15032;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:19.5rem;left:0.25rem;display:block; }
#ZeR8OnDahK387yylvNKpRO8RxhnyxdUA { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:22.875rem;left:0.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TZJOQ873GcPR8M41ApvxbmwOLTWixbAs { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15033;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:19.5rem;left:15.25rem;display:block; }
#PDGqBgCQqGNs17dCbWTMJfg1V8vmXXcT { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15034;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:19.5rem;left:30.1875rem;display:block; }
#zzSm9r98iqmT4qWhSMmvR2Ph3TwTazUx { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15035;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:19.5rem;left:45.125rem;display:block; }
#Frl8uJi0n6QFlVwtIxxzdB0XVCx2b7db { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15036;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:19.5rem;left:60.0625rem;display:block; }
#F23VtXSnBsnrQ7ebDJ1I0XZSsfbT58x3 { color:rgba(255,255,255,0.54);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:22.875rem;left:15.1875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CT8izdr1ycwJryFbv19T3oVzi9imr6bL { color:rgba(255,255,255,0.54);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:22.21875rem;left:32.9375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DIO4KwofEMdJ6rK9go3ikk1iLcZx8VR0 { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:22.875rem;left:45.125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aOB8NXmk34mIx9qgNaL5p82fZTTTLRkk { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:22.875rem;left:60.3125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lDerxkDZxKvwtCAf5JDlptF5wrh4sos5 { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15042;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:27.8125rem;left:0.25rem;display:block; }
#lLkf7KyqPZTz7TTo37IGZuQZQ6H2quaa { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15043;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:27.8125rem;left:15.25rem;display:block; }
#TZMpodFgSNVfZTHNedJi4igAOTdIaB8w { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15044;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:27.8125rem;left:30.1875rem;display:block; }
#LK1x7lIiPQP8y5BGcuTTHb34iaAPgUF8 { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15045;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:27.8125rem;left:45.125rem;display:block; }
#iB4mM3ZPIe2HfikQPeG8JGW5cbrJxTld { box-sizing:content-box;height:7.9375rem;width:14.625rem;position:absolute;display:block;z-index:15046;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:27.8125rem;left:60.0625rem;display:block; }
#D4oogTK6HIxvoXINtvQVayrGBIaecIHS { color:rgba(255,255,255,0.54);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:31.1875rem;left:32.9375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GxkehqvO0TaKTo8JdRb6ai2bTB5pBNhq { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:31.1875rem;left:0.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LImBNTgczVKgfl0TQnXDNb6fHnJMJRdx { color:rgba(255,255,255,0.54);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:31.1875rem;left:15.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L2onCT9bQGxnWNp2e0Tov8oDSKVcqdID { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:31.1875rem;left:45.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LDnmmsmT3PWXfCpwNF35ThnPhWzbc2S1 { color:rgba(255,255,255,0.54);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:31.1875rem;left:60.1875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c1nPA4vUQ9P9kXixGuRMPy5OvnxeVCOm { box-sizing:content-box;height:10.3125rem;width:23.75rem;position:absolute;display:block;z-index:15043;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.375rem;left:0.25rem;display:block; }
#ycyt0PA4pU4XbpkRdRZC4oAzMfZLwEd3 { box-sizing:content-box;height:10.3125rem;width:23.75rem;position:absolute;display:block;z-index:15044;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.375rem;left:25.625rem;display:block; }
#H7A0IUhTfB8X1Gn5AsI4gVo1dx0qeN5F { box-sizing:content-box;height:10.3125rem;width:23.75rem;position:absolute;display:block;z-index:15045;background-color:#165597;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(240,173,69,0.24);border-left:0.0625rem solid rgba(240,173,69,0.24);border-right:0.0625rem solid rgba(240,173,69,0.24);border-bottom:0.0625rem solid rgba(240,173,69,0.24);top:39.375rem;left:50.9375rem;display:block; }
#O1LDzCMSTcdTgSCDTvZ7whkmiihLFT2s { color:#f0ad45;display:block;width:9.0625rem;position:absolute;font-family:"cormorant garamond";font-size:3.125rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:40.75rem;left:0.25rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yIlbivWNumKTS6wH61mQkyE8buWmH3Qt { color:rgba(255,255,255,0.54);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:45.0625rem;left:2.375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HgplcBKl2Nhnqe7mtk1FwUudLuFSB80m { color:#f0ad45;display:block;width:9.0625rem;position:absolute;font-family:"cormorant garamond";font-size:3.125rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:40.9375rem;left:25.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Nu3TR6qInMl3q1wWb1bTT5kPg7xQcKRm { color:rgba(255,255,255,0.54);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:45.25rem;left:27.9375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vrLwlyqtkBXyBNRA9bfaXWcyQ7JSSDI7 { color:#f0ad45;display:block;width:7.125rem;position:absolute;font-family:"cormorant garamond";font-size:3.125rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:40.9375rem;left:51rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MtPccCNwZuKBHOuObg9vNw2ua5LgvhVL { color:rgba(255,255,255,0.54);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:45.25rem;left:53.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d5196;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; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container { background-color: transparent; background-image: none; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container > .video-iframe-container { display: none; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row > .video-iframe-container { display: none; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .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); }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container { border-width: 0; border-radius: 0; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:6.0625rem;width:75rem;position:relative;display:block; }#gFIc4hruDT3HbvS5WLSlAJzaT1o7b8cI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.515625rem;left:57.75rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#ZTUmQM9GNxI9AmoTRmWVFxuWSVpfoWKZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.25rem;top:1.21875rem;left:1.8125rem;overflow:hidden;display:block; }
#U8siXxx47FogrO5wMuyh7x1NTKL3Tr4t { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.515625rem;left:19.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LA0JTDgldnelwt9JzyoVmx0778fqFQSW { 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:9rem;width:31.25rem;display:none; }
#FbkxC7S1bg333JtxFWpDXDL9Cqt4T0pL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.03125rem;left:19.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT { position:relative;display:none; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT { border-width: 0; border-radius: 0; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .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; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tsovhTzZxvrly63m0UyPXTzRsQ4l8qrX { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#y2sDJCBprRliIJSzzHCxuDyheNeyR9SH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkpGypHQH3ZbEtRS5yalTpadUbL3VBvE { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#D4UU0kSxahuDD0eTCLA0JotTd13cWN1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CkIo1pWDxqJXdsBgoTRAqgfzs7aMsyoh { width:10.9375rem;height:3.0625rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQTZIOvmoawQ3Kc9XxkEN22sEhb1nBJT { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDzBWMO3RRONtq81sGKtg6ir5BG7FyM2 { width:4.25rem;height:1.375rem;top:1.5rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C55XLlgUA6TaWtTfd6ggJZImXgZsTr7q { width:10.875rem;height:1.5rem;top:7.6875rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ao3FlMwMl5112moHUe6Dz5mwSTziG8a5 { width:10.875rem;height:1.5rem;top:7.6875rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHOuXUvAPipKTk1GJ4LfdPlgzbdpIIgh { width:10.875rem;height:1.5rem;top:7.6875rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqmkZmK4OI5aReO7c8lZdiCdsviZZLJS { width:10.875rem;height:1.5rem;top:7.6875rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rtddvrnr/Management.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.adaptive-delivery-prevent-bg, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyload, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyloading { background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { background-color: transparent; background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .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); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s4Ecouc3Mp6GXtNdJPmITWOEu9v7NSeo { width:20rem;height:;top:5.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T8XIa1OEVHB2zr3wyUQq5pBN0ImMB2RD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BPI5kawm1GGNb7X83TcdMoX4ftV5wSTU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ApTAQT4wqQJiCJyr6dmC6JobIIhzTWxt { width:5.5rem;height:0.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w79q2gQyLGaBRPZByeTLHQFfF4tO6Tzf { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLcHUHaiMNIy3MhAHtS5ZLt5PvFTzyeT { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a71SInt1hyJGD9rC0Ag5utxODqHrLspI { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsCsdRC20BET5a4lM8tIWXoNfuKLDQSH { width:0.125rem;height:0.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRghqNnIVOby11RWysgvTxoeEP9o5PT8 { width:0.125rem;height:0.125rem;top:11.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIQLxs9m2ym3io8oy1PSWDJkZv9LRttx { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tyqEdROw816nhTdG047RZDVLw2c9LA7k { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT4EUvKEa0L9M9iqkO4S3b4HdA8w4Mp4 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Qd8Zpcubwcz97dWDG9zNVqFRX3v6495h { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVq5bq6n4VDuLRLAFcJuKf5iam63z6Rb { width:4.25rem;height:1.375rem;top:1.5rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTJZJTLxO2QV1d9IaxKVcGOZQXQI3dxr { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgW8PZBUCi9Omgc2aTJJBFsRLXAG5ELK { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrsJEANZvFl51Uhz5Hhma5kU88xv9E8w { width:10.8125rem;height:0.0625rem;top:30.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FM3McMHHIcXUErKGx874gG2lQIwUAXaH { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IqmrecWMcciWzNF3ZST8aVIrcFkTC5OZ { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xupFIxrXfQlCWFOTZbSvUElbZAN0ULuU { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqul1DmPxSTbT4bNzX3htLWWS8pa4Jlc { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbpm0WImUfdPDck4k6lA4spMaHZB1kqB { width:10.8125rem;height:0.0625rem;top:35.75rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJffH0QUeJn3nvKiBrdP2tZoQmwrDiVT { width:6.125rem;height:6.25rem;top:1.59375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8AeO1wXsQTNHXWh9R3uVB1BfcHWdvAg { width:5.5rem;height:5.5rem;top:10.25rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLwkVlczivvNe7GUBqpbbooyaw357uTZ { width:4.75rem;height:2.75rem;top:11.6875rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CucCfMpiRveQnhSaqgtGxXGTD2nPSmQ1 { width:5.5rem;height:5.5rem;top:10.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LX40U7en5RCXMJLh0C9Qww6CyW4I05hW { width:5.5rem;height:5.5rem;top:10.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEVF9xsrrcMSgIqV8us6rIZEVkSmXDqe { width:3.25rem;height:4.1875rem;top:10.6875rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce25Leh6F7SA7hi25Cgw0orNNxURryli { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5EDMAI06dGJiT4GzltwViLe9wsCVJrZ { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAN6mRVarzTAFKpOE7t66CiWvUdkUn6d { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt { display:block; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oSnHhfbwGmzA0x0GPzCUanlJ6G1xTNaC { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi { display:block; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DHQZfCazTQbbudoOFRUX6Ohi9BDnR5mB { width:23.125rem;height:2.75rem;top:2.5rem;left:12.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvcCly7ZtomLHKGag6Tb10ArG8pJF1oZ { width:35.6875rem;height:21.875rem;top:7.5625rem;left:6.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyTon7DvFOQXEmFcWVc3JbIdXwcAv9zX { width:16.1875rem;height:;top:2.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LEMQVAWf8rKy2a4cngPRZkJaLgbDIElu { width:23.125rem;height:2.75rem;top:2.5rem;left:12.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { display:block; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { width:47.75rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LAuvGfS0QzB2BNNKpWXK6OkDprHv0T3f { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #HHOhsWy60SRvMk54VwM6zsCETFVK8gIO { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuRhJ204Cqruc3wazGewKipA1TTHKMJ0 { width:32.5625rem;height:4.25rem;top:42.561855316162rem;left:7.6247829198838rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmwUuTLdr7yXTM6zORZCIFnRn1ESKfBu { width:34.375rem;height:4.6875rem;top:15.170572280884rem;left:7.9375rem;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #JhOEmGMf9uSZemqBTbuT7EPMlVLcSGon { width:31.9375rem;height:0;top:16.499572753906rem;left:7.999132514rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D1gU2GSAS265XO4rtzNOZymqCRx8CzmJ { width:29rem;height:21.75rem;top:8.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxNnPwpnpkEOMNiZXsmrteV36TK0P6Ma { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XanVIV2iNSwnAHyqvzAdtv8cNEH1Trpz { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EakNBKLOCLbUPKlhfUoovHc7kikzpdAX { width:3.4375rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsLIQTUUWbooJanW5Hqq5NxyLamhNhbA { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwu9VzmWWNiWMmTDXTefnWmKKPpipeav { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlsAv1m9GI7Ml0L8eUsSXMqBmvTmz4lT { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOfGGfu2pfbOPW3JZTRKk8lvSPvKkxBG { width:7.125rem;height:7.125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OsCIXA1lcEuDXZrJq2yZ0OrUNy2O3XHO { width:7.125rem;height:7.125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4qdFDyh3tekPFhhODq0CUgqAuQaP453 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqHkTMhHszKDhazGETIp1vJEDrTNvq5D { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Kxp9LzLpMkhgDKAZaHXqsTEdO4X7tuP8 { width:0.125rem;height:5.625rem;top:29.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7qPxJumxURIgZeKOH8dbNzo5ZvNRLcg { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQZfET1vtyeyN1nw9n8WA2V7s4oD9CQP { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWFilLse9yLM8wxhBZwT8FaCx4m52N18 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zKF06BVhiFNppRsp8uO7JWP0xO2QyUsU { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiTXg7KvqClFA6H7UpNhL6azXs8vFrqt { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #V67RvnTUe6TVnhxsIKluz7qwoaayy01k { display:block; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container { width:47.75rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hmMmtCdCrKBW9OaeMAFeEzKbRp2yfr90 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #DBG72bH9EIc622lLAVdDcMdtKPk0PWQB { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgwZX49TkweLXRPqvAta2rJvPxaLaeyU { width:3.4375rem;height:0.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHp47JqZ4moeoDK9RS3aBxdEUmhGXVHi { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BP1w3oy2uNUJFf6CNODwn9e3DmVR6wCs { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cExx5O4gBmihUWzZnuBTDudySlfoWaa8 { display:block; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sPu0gyUmqLDXdSZNOK5RV4eWWHCC6a3e { width:24.3125rem;height:29.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7u4a11wfuuavImAoT8W6FX6mNZAqDz7 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOlO6hp5Ptrd6ZLnG1ug2KZ1PVL83hzr { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc5aCvaBTl8WSP8cL61PVTHQNvWThbZO { width:5.125rem;height:1.5rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNOBVhGl2EWEGTmLyWlqLXuVSMTpyukT { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woaLACxlncuwPEAfRkGZS2Dxi2Zs6yTM { width:5.875rem;height:1.5rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agmHLGO1c6m4ppvHAPs15IorusVQPPGV { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmyPvNwZ7kQgDuTf8v173Jc98Svk1kCP { width:4.6875rem;height:1.5rem;top:9.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gq15lkmxs8nmAo2lmhrIWg9iWWkHTEcF { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t65BWQnt0o9qzeNanporl8r9aTAIaxlW { width:19.75rem;height:0.0625rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLs2Ey8PqwPtTEuJVpzb6FZ8v7Dx6In9 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #aczZaw34Fk8c4PlmIplIXChi7E0Pblbg { width:19.75rem;height:0.0625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kME5SNaQGZR2bqJIbAMVTLedVuG2mHHN { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #niPM9xmv8eAMzF8y8MhZWuETnqgCWmfV { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsRdmR1s75cKPsyAgHuTZNirzTuDRHW3 { width:11.9375rem;height:2.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTS4EIvHUfibOTKMUpAHJVETzIfN68FQ { width:24.3125rem;height:29.375rem;top:0.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COJrNmruhXqeLLU1N7cZGCqbVenZe5gE { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sObPCppNf7ephNN0MutSiDMsnKF6PXG6 { width:11.9375rem;height:2.0625rem;top:25.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsTGkULIBhUe1oOrkdOhlgpEJQTmtbgO { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IoDtg8wtmtWTGPvNc51nPH9FUMHT4IGc { width:19.75rem;height:0.0625rem;top:15.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnq2v5xrqzPTLmPOcqMvpc6prbR1kTds { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fBO7SCZPqqqyok5uvFw0tnsoTMFukZQQ { width:19.75rem;height:0.0625rem;top:12.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmUTXHAdI6BlSwZgx3MqdSwRa9LVIB47 { width:5.125rem;height:1.5rem;top:9.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrwqFC9e0GgJTvppXIqJ24ZkTGVXOkBc { width:6.4375rem;height:1.5rem;top:9.3125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVV8rXppgwSJeqK46G36BJypu6BOl2Nh { width:3.5625rem;height:1.5rem;top:9.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLfNf6xsqioQJbuRx4q60NDPRgSM1nZ9 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4XyBhKwHTmDgvDxoKxB3d8xpEy3ppi3 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQBT1GoBz4HDFo7tflFKtUProHfLh4P7 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMOSsT0bPMl1T47EWKkQRzIpRs1WgOfu { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #dsDztOTFJhuJW1hb4bFWi9ZAXHsL4v0m { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSGGMnTRfSLomKDalVWIC2hLbWbyT2GE { width:24.3125rem;height:29.375rem;top:0.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztFh4synNEOuEomvAagonRxfTEbDEh1R { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8dw5C9M1ZmCphu1clT5ZcJ6HQ0eLakI { width:11.9375rem;height:2.0625rem;top:25.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3Z7pG0mPzHf0Kc2fTykd1QHFVEgTWyK { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cXSr0qq2STCubVldpOo8KBEHyz45m6bS { width:19.75rem;height:0.0625rem;top:16.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nA2e6oMbwkJNTpXrIGzeKyM6Krk7b82r { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qtgkEdG5ZMTT55Aix78VV1FFFltxrbtL { width:19.75rem;height:0.0625rem;top:12.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHL0iQKPJNVTf6GpTdaItOfL62o52dfe { width:3.875rem;height:1.5rem;top:9.3125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwwmF9XtiTnL2vNDdt5mUAFT8fZ0QHzW { width:4.625rem;height:1.5rem;top:9.3125rem;left:43rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bi0FmGCzyPZH1ybNEUOwa6I8yNhI7ORs { width:6.25rem;height:1.5rem;top:9.3125rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqtKZzGKyT3CDzAuWbd5V3UAQTyXlAbf { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCxp8Eb1Lb3eleT8TULy1Fa5v4JVh23S { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpH1zP9Ax4CLJ3BidacESTgTNBTwNstg { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p80v27GXFu2wL3PrmhBM0cFvftmgO05D { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #dRmJM5B6EhQ0Gbn6kwZIuWLiqiXJevxc { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cE3vaRpFMtbWfiCw0vBfai8PoPf3BK46 { width:24.3125rem;height:29.375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwPAma9o6BO8GFxTmtPksRefsTMwLveD { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wvELq06r27WxKOsQduXUeUZwS2dZeaMB { width:19.75rem;height:0.0625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygFm3KhmV50Ene2VIUKazWIhMhCr5NVs { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #liyXks3k36n3zaUEVo5cJXnz4hIRzT9X { width:19.75rem;height:0.0625rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBTrOtyIF8ZG8LW1xrQcUSUrRnaeXAkT { width:7.0625rem;height:1.5rem;top:39.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmxeRlwC1SkoMqNyesKoNhECeolWlVd9 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPBSNwV4Zb1G0Ulymk3rpB4TWL4Q2QdG { width:11.9375rem;height:2.0625rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1IhhDdISyLkC48RihvT5WHrnr4DIQ7L { width:5.0625rem;height:1.5rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWTLleNmC7dCLpHnvHFutqt3bM6MseWm { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vo2TBBfqPEX8E3UuTm9dl5PDXB6F16UC { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQLsXPAOJvvmAqueXzG5r30XCVnq8CVT { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sDmUg2oLfs8MwDquOyNwklWN3Sw6airC { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbWsK9Wz4u1RhIr1GbnZW90U1cyFnMnf { width:5.75rem;height:1.5rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iv7LReZXvp6fVgvBVLfUNp5ytT7WOFmR { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cG6PNASsz85mTdR04KPqH8GcWnM3gVLP { width:24.3125rem;height:29.375rem;top:31.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIOpLRuAQsHAv66kgmtzTdC7xXoR4Skm { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fiC4lMvt9DXATK9dBNSAnVdh7gBs2a8D { width:11.9375rem;height:2.0625rem;top:56.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfs2Wshfic1DTKJSnn46LyUKzrxrS7Hf { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SekVplTlTI7ZTJdGw11hyxAykgBWU1Ie { width:19.75rem;height:0.0625rem;top:47.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsnUFGnhDLCtpMkhcZQUvw2EGWaA3bGl { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xJw7SKfRR5TSDhxc1FTXAbZOgOznLG6N { width:19.75rem;height:0.0625rem;top:42.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASouUSmSt8IJNxEIwbwq1f81pmkKrZ4v { width:6rem;height:1.5rem;top:39.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6TffAR4oNN3EFSNRiRaP0Bucd6ZsMhH { width:6.0625rem;height:1.5rem;top:39.8125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5SgMWE3TsdWv7I4fKJRI5PqfGX5J0rR { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wO7NvKWtBCerA9fdgq9u4oCL27BH5R9Z { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDQ5EQxCOTkQm8BizCOlpvL9gIZ96T2u { width:4rem;height:1.5rem;top:39.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a41P9zbS7TBGMmOHEntcIuQ2cuBKqQW5 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id8Z2cuMmRwOdKUN2bkbMlboy2ozIZIm { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #JcTRKHQriMdR957gMr5wtLvZZblzrntb { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITTbKV1RDUQZxDZhuBSRsfy1rUBVHBnf { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd { display:block; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #asUwwg40SnkheAwyDvDpddgEDRtc7Xsh { width:36.9375rem;height:27.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpwPU5zh6NdWknPFx753QTuUzrAqmgBu { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yR75wHRLJU8VON741muUbDXklUGELU81 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PCpqCwSStsQipdhl06qdbTiWTG2q5bbX { width:6.625rem;height:1.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkSJ02KCz41qsAd3f4bwG9QeExQaPQ64 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZLfuWFA4rLNLy3V0poA31nOOwJTmpnH { width:5.75rem;height:1.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtAIuPHw0twhmt7w4w9zD89pfAg7452n { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzmKRilPMuldAa910feUovkLkQ3bvKbL { width:32.1875rem;height:0.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huHeMoDpecT6yV2xhRnZ99xug5OaMaTy { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iwCnhAITgmAOOvQCsDrfT6xIphaa8gGc { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vIzvALaGxXVRdhx49gT8Hr5PWvyU96a0 { width:8.625rem;height:1.5rem;top:9rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRa0ZHyDmFx2nDc9KPhukyGUyGMaq5Vm { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHrMzvECW9xKz86zbfTIomU0Fla8JMuW { width:11.9375rem;height:2.0625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPXVJfcXDO7duzCpyqfZwKF06cmC5HIF { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwvT2A0n93s0JXA62JxUpAPblMVqzqu4 { width:32.1875rem;height:0.0625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OxiyRAnLZpPhLX4ZRLHVf3cuMeFGnxut { width:36.9375rem;height:27.375rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ry6Q5kkLO5gH1kw5uGKh8DpQy3TOmCaS { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QWbJnxSf5Se14dWEivdKHiy1TuU9qFZC { width:11.9375rem;height:2.0625rem;top:22.375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm1ebUCsATL2WKpfS3kPOiHUMdCINvys { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTt945kaDIbspQ9WqSIHH6NBKCpLReHH { width:32.1875rem;height:0.0625rem;top:15.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJm4q2nV52Jkzs9IHxXh3a5bKsXNHP65 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lLOyX0nQQ7XXNfFDX9K1UXJb43ApbUeD { width:32.1875rem;height:0.0625rem;top:12rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PP6Zsy4Eld69cMEu4UL7IuqJAklRCNsn { width:6.625rem;height:1.5rem;top:9rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyxacX3UbqF9Wkwy3PNTMMEqgM2tLqPa { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHkP0S0yy8GfUy7QR1mqAttRvO8kMye2 { width:5.625rem;height:1.5rem;top:9rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVVHWLmAIgp6W7007qNPOlHT1Nu16Cef { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkNFii7PC0cxvT0LtUT9I1ZqWU3VnBvp { width:6.4375rem;height:1.5rem;top:9rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgt58JwA4TuQvcsg67euqH1NtSgCEA4J { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsbtXWan1P2hNzCXqUlr0ZOtLQBumuXp { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttntky5LZ1uMBoBZsUSe9URETRn7gXeC { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3RIvdO5qguA617fZLUbQE1C8KMLIBru { width:36.9375rem;height:25.25rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmaXC8rDXrBlvLCKIqWTvDaoqXyWEw47 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ECx4WALxXuTp16uNMkfdJqBckI5TJ88r { width:11.9375rem;height:2.0625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFFaeZQluXQrMPrqQ9m5T5Q5mzq2IqTV { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VtAZhRefo9szfaVwwuA4ThIy1kddQdU8 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #s1zpxX5s5oPx4tZ9gMNzpabwxv7AaOee { width:32.1875rem;height:0.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRpsKeBQn9PbMdSfwchtnCRIUT6b2hOI { width:32.1875rem;height:0.0625rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moozv9trH35OhJKLkorvzGo93LOsbpuu { width:7.375rem;height:1.5rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #isU3ywIaQGv73KN4vmsomx2SxDM3ax8S { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDq1guFcSnGW1gZcAdQ33JypqPsSoU43 { width:5.0625rem;height:1.5rem;top:35.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gd4VtTkt3GRcFvgJSc5q4q8gzSWgHeG8 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ostc3zhnVgMoiNC21rPoOJ3KCtPotR2h { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPw50CNuJrRkqo34xpizgSDJU33dZLuD { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #uC6Wi82bsNcFFBbazaZIm8nM8EsDNamB { width:6.625rem;height:1.5rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiKwHbFOIVZPa2Oy3kDPHH01l952wtBF { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpHseMggnlmVBIsT2gS2oWlyfWKSHekT { width:11.375rem;height:6.375rem;top:52.1875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq { display:block; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bOsiVGuXBxTxC1QfWKqvVi8GARXP7kmM { width:47.75rem;height:42rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX { display:block; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ECZV4Fo8LZ9n2lnTobVv2JDLfsDd6pRq { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #bRUHMb74Q0hrARTBZ2TxQ0wGBsvPbW4K { width:3.4375rem;height:0.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ea1PwTDqSgbaahZQSPlm7cgowXUzPNrw { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcdWlihbMhDlIQ30uXCJvdxa88qZp6iI { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hprTChHkB73yZ84a7RWECMKZdkOyWKot { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pJQCi3sdT5wOfgxsn7IFggDd9ECNJ22m { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSGuRoAxesJeaWJVMFrzzl7OBGSa6nCG { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBHunAa77yROaEXU5SUttdyiNimSXgP2 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2iWK9lhksQIzsMGRiAbdfWUM5B8GRsn { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Kq1Kv0IkBK0yeDaVNubV1aqc76uNq8lD { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OsvZkfVzQVqnhLIe0nlsC3gbo2m0eSlv { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #g7T9BfSXlBhynQCPwsqEToeL3kZqZtoz { width:23.4375rem;height:8.625rem;top:29.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0lbdQcBlLPbg3FPsrtmFwDuOb3pyTVP { width:23.4375rem;height:8.625rem;top:29.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLoMOf0WygG1sRPcCL8V7zE70IfgFGlT { width:23.4375rem;height:8.625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTTJbWG2DX19UEBUURXoErJmu6VhcokC { display:block; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #waGfSfvHuykWGvGrLz97G2sI617lOCsN { width:34.875rem;height:26.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STlXmKkLJcdCpCu0eMgTm9oyTTH8kiPd { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cf1uyNxUnniosOLh7HAdLVpsR3XaRnIt { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Ulh94kKFzVJDXAm7UmqGfFAFXEZPllxw { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTZqrKyOf8KFVzV41OzQuLGfxdeVbsgc { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xhIOABl4XXaXV0EmaHXlb3RlNVSiKgc7 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FmqzwrsZRZBH9le6f9hpISo6JPcTqLLC { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lU2gpbTaqXP4Zw1dTTRyKwvkLCcXssd1 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4OTmWkIfHmdRl1ywrmNf4rtAlbc5DSO { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT { display:block; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hmeACwt70VwcK7ePfWxcOFEgh9rpgTUH { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ScxMqG9hZxezGSgTLEf6fm1hRPhP7kxT { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PRAys7rylJIeKnrlEKT3F0JVUwx44K1e { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJP8b0spNxSmFIcKDkScF4JeJGEn2zDg { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #K7lCXkuLB9OEWz3COfq3uQ8l69Ur7ZT9 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mUhq66SXMxBlqtDRmvtUH4BvT4AVUoRN { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnaFq3VMCprX6igHAadhzwEkyqhKg5zP { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #x7RAb4FoT3sCzwQlPwbDFDgr0QhEGxTt { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA { display:block; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MeriP48pBObTUVcmz4PfqcroTBpUE4R2 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rls0D8E2FM4DG6FTyPb6BMwmvDPEAIKz { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #TpVvPxU1ZL44UE9hoKdQ3QemxOxwgGiS { width:2.125rem;height:0.0625rem;top:5.3125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1PPflBFBcy7XnqOzu3XZqnJUTRKTpxS { width:2.125rem;height:0.0625rem;top:5.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhsi7tp1TVK5bTKLp4NTyqqIJdZhf3Dk { width:36.25rem;height:22.25rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbGOr26tHLLJ8v1FeZPNDE8BZsLQhnnU { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SMzUnvzKHBuqeiUsnJUvhEmdoTCs1sU8 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2XQVkn6eC3UVZNr2s83nH8VsWmhR8Lm { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XqQAwX5682MDlBEax56ySFzn6Fwlq1eB { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4XwI7Q8P6KKlkTbDbrQ2xJNixelBG6c { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irZTSc95SQSqN0Uxb0DXfTfMzASXQwyq { width:31.25rem;height:0.0625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFqJOEZI8cQJR0vuTt7LitwAGhad72G8 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S502wUxbDfPvdA9kZiUv3g0Rxv3yuP0B { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orUtACHMQlOQnXwqiRd4tUIa2LV6uX47 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNXT2HoyqKrdRpN1bmHTp0M69grNQGm9 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCXnWeQHTNRPvScwffrhDsBO2ytkIu7J { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suQvMGt5dSM3MJZWqZT8lhcfii5s6o7B { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CexBUQsTyLmSuWot25dGRWIgRezr2fv8 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TryG4nNEhX8rpiEo2lLMGw47embkBhSJ { width:36.25rem;height:22.25rem;top:16.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTFkzhW8uuDKc96FMceJ6iWccBA7BfBB { width:31.25rem;height:0.0625rem;top:28.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kr6hPhvwItwTd1JWo8FW96lSV5AsuUX2 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hU73HBcEFp6QydG0TZqMSWdDdcTalbtB { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4aueT5DV8mC1I8MXPWFOpf0nUb0cxMq { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTxIwZzfm64PPeg76nWtMpicZ3c87AGp { width:47.75rem;height:6.625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8vqLcoetHMgyoCyKv3k9Jg9cbJFsO9t { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rqe3fadWQJvPMlPWDUPd4vK3BdUUXcVS { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOWmy7Uo0E1wDsO2DB2xbhQscbnT16zh { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiRQcBDhRWdr961NLD3T1AKLAfasJq1C { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEq8GriO8QR8z4G5T7dySfwnXpObTEoy { width:4.25rem;height:1.375rem;top:1.5rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA { display:block; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container { width:47.75rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X17AsqMcIpLcN6FFTolsn4tGGOllasns { width:0.125rem;height:14.625rem;top:6.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7UXQX0FZ2Tx5uBgtOzdtSkApE5aHVZE { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbCq4L1pWtvl7w6aMOfBFXA9R81JQ0TE { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gPI50qQzGmmV7yJbCcL319nQIm2TMT8F { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKXWDO3T9XLWPNTKCg9Hgev48LMRd0XH { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #avynZDQ8EWdQ2zHC74D36vUVb5JlUmis { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zmzlTMCOERbe3AQFEFgTwNTDLWzCV8WU { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0mFnDiFwza8DPWVRAPodyyayVRkUUNa { width:0.125rem;height:14.625rem;top:6.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDrpDtkFCDkbudPeeKNy8bwVSR2teqwn { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #knog0lAST5zgKiAu9qM7ZJLrckhX3bOT { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptes3IFbdZze44cD18UdJvCNWxLfpTii { width:0.125rem;height:14.625rem;top:6.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iil1WyCySFSyJwAWlzAKSNp9a37TZghx { display:block; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Th3IoiyzUz8WD5kTDhx8UysvG4slzpQ2 { width:3.4375rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdoGGT23mTF0An3tr7T7KBJDhPbfrQGf { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i848zUXlS3mvBor72BDUAvHziOBngsNc { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Jlp6RrMi0IIdsc4x5WMSOIQWapuSs7u0 { width:23.8125rem;height:21.125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwRZ9XPG0aHciEZnQ9pahzFQQpgDHFKc { width:23.8125rem;height:21.125rem;top:18.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhOaZwRu2lJTiZ1f1D04VNbLnrg9uakH { width:23.8125rem;height:21.125rem;top:18.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zoAy1lcD9NhTdqZCe9XWcxTTfTDSEUHo { width:23.8125rem;height:0.25rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyk11kDAgmiTUZCvDxNevRMQr0GVQHt5 { width:23.8125rem;height:0.25rem;top:18.375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzaERIgEaWa91n5BxNe3a7wGL2wuLKs7 { width:23.8125rem;height:0.25rem;top:18.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feERqyh6nb6RIwf9f06WEwpxppF2X0lc { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IJeVRFb5Q6Hur8XGZDVQ53pOblNPLWKR { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pPTkgTAyAKi7A2rwxydKcQNtRAXKHh3y { width:3rem;height:3rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTCL8ABOG8JvF2DfQkwOVxTphV4szc9A { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H69JS40k9rrozMKVKZl7AlHnnATPymkT { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #eWFla3dzywW8eAACocpIhAPlxN6hN3pu { width:1.0625rem;height:1.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEVCGlJ9q1OkNvVWB1Ws5XTs6wCvbeqT { width:1.0625rem;height:1.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2O7qHzflUwzZngPeQEHwgGIbRL0fof0 { width:1.0625rem;height:1.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Va5xNNrxTNy95viI9b4cp8kzTgX2Tyy9 { width:1.0625rem;height:1.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Buqyoyid9cFEGvmIehcuOPDSvqMgFJuh { width:1.0625rem;height:1.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymiisq1hh566TP4EF8B818zQWPooMdx8 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #dzBtqSEG8UX8Xg2PR6NHTgbl9Io86Zgd { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zhcNMbdJ1ubG254mbm0SdXcwHOrIZgtS { width:3rem;height:3rem;top:33.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZKgXZmGB2oTDELEAHCiGPKLF0faoNKK { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SQkvh3HZlHzckbuNABpBxqTeH62uTdWb { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IMbtihtKuS9Bt33B6lrTqsAWCg9GDGI7 { width:1.0625rem;height:1.125rem;top:34.8125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wz70DvgAVum3P59ELICuir7ZG9R3Od5a { width:1.0625rem;height:1.125rem;top:34.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVrMaScrR3mxhnhZzyC1kRgbSasqRpTl { width:1.0625rem;height:1.125rem;top:34.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W52u1diRSTQXUmNQcmPO18iaxbV95ghK { width:1.0625rem;height:1.125rem;top:34.8125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iP9RL2nmZTe9SUCMpZ1WGqddMcDhhzn7 { width:1.0625rem;height:1.125rem;top:34.8125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 { display:block; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B0u0J82Lk5Xa5EnClgV0lFImToe6Z3Ue { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #HwOX6loeiSMEL1ePJFvitErct6vMTXeC { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnOMbTc0RzhgPHcZdErEeqlW86GeeG7x { width:2.125rem;height:0.0625rem;top:5.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsA5ixReNxPNLQE7xzzwCRoyX1kXOd0l { width:2.125rem;height:0.0625rem;top:5.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gh6pv2ei3dxdwPL8p5X52cS9tp6Ugkog { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoPZySUN5eNDf8b4zqiKcx5sUZET68TS { display:block; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZI5Ls5oRC8wWspOnM2p0JgibyOmzQfWL { width:47.75rem;height:42.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD { display:block; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kP6HiisNtKvnkpylheCVxfsvKvi0t4iU { width:47.625rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w41t1Gdbc8Bd9GEwuanTwqfWwJebDsyk { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tT61ZX6KawroesPtTmUGBIXlX98yJK7C { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #R1wLrkOOzRFR9NG9TmDe7pTqTZx1h3wI { width:17.125rem;height:2.4375rem;top:4.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z29lrA5GVoiicTCoeBAD3DTAxWCAlKWK { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz { display:block; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kN8ZodMcDLJ0MtFDQN6HBt6MaCnr31J3 { width:3.4375rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQM6Q1sv9ww2ywGwxAJbEg5Ug3DFVkq1 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTFa5xsfEdI5zrTXgX1txXQqdEQ6ApCW { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #FKRelyRAcs7NoyhIdWPzA4SEfWvUvNov { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImeVBSdy7mfvpbHOHWhxWs0s0U8lAtGx { width:34.1875rem;height:7.25rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg5oGPXnIuNG8yDvP0qvA1ixo5diLGXh { width:0.25rem;height:7.25rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8E5LNoCoB0GAXUpXC5bZGXiCvFnrrLJ { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Su8gvEu6meARw4a0pCXNaT0ypR55kDLH { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMz57W36Gx0V7TZb6BW7OpT04VVJ4a9i { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWPPqSED0oH2ZhZnrgaksTTpf92qQU3C { width:34.1875rem;height:7.25rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZ9V9IBCVNyGTdUw1l86FoCWhT5nzTJx { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHJ5rDW2S18TJcztWvORcLCD1Z67UpTZ { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqfZtNUsZR8w74zs9ycEX5VFylTTlofF { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsloiNAI2DLJyg68frO57PZ8T2TeT3n5 { width:0.25rem;height:7.25rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx2DEAtqWtaXbueCL0fL13yGtaGSD9o5 { width:34.1875rem;height:7.25rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etmuPRR2yuNhHAAMNqp1XImfnd4P34hl { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snHwTAT7qO2BrKEhvgGfX9D1WoqwzfWV { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asTCCmrAXGUohldA2mQyzg1lLy4idRVk { width:0.25rem;height:7.25rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIhHPGn1f5NMsrsASmx6G0ZMrn7rPm9U { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9DALkfoTxFuHTX9bFo6s5oieCA2VnyV { width:34.1875rem;height:7.25rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpZ4SMWpqp9W5WG1t58VWZDw0ZhQLgKQ { width:0.25rem;height:7.25rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rF2tncZLblESxThnCaiBQ4hzNk7T5CAT { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGgcU2yRtZe8NtH5PUn9rOdfLhbivr2c { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xko6b24bSW9SZgZxhqyo3Q9SvJbGSMH4 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN6XW75MLLbXbHlfdUhUFmPvRS5dawN2 { width:32.5625rem;height:4.25rem;top:42.561855316162rem;left:7.6247829198838rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKmDmnBUzflOepTRyyt1ZifZibHF8VCS { width:26.8125rem;height:24.9375rem;top:12.75rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igSIXcc8xusHnaAdODFi6Pk48nngqiTU { width:15.875rem;height:2.75rem;top:0.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2lPTy3DtPeTRqKLfg6wMZhNMoOh7HvE { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnqVl0N7CkI8AfLW7q7vc9fdUHvp9xK9 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieEmbUupoUURmnw9yTuBkHn7uzWrXbVv { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8rNxZPUs3TSFAGTHR9X1QqKb5mzHyec { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 { display:block; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VmyCSRQc0LrLRKlLeTAiGqXgMNaCsZE0 { width:15.8125rem;height:1.375rem;top:9.25rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVdwJk73i8Jdk0PQNW1Q1IZslGEQTvuX { width:2.125rem;height:0.0625rem;top:5.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEWCrzgnR0PFWuyCTZyd5TXGMxiTpXlL { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #S6BLu9mhpGUpKGTmtVTaEI9xLc7ruubn { width:2.125rem;height:0.0625rem;top:5.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdZ4yeuOFrNJ58R36RD8OSVCEFTTAMCl { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #q9d9IA7qLoi5AhOQxA1c5Me9BzdWnRuQ { width:14.625rem;height:7.9375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeR8OnDahK387yylvNKpRO8RxhnyxdUA { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #TZJOQ873GcPR8M41ApvxbmwOLTWixbAs { width:14.625rem;height:7.9375rem;top:19.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDGqBgCQqGNs17dCbWTMJfg1V8vmXXcT { width:14.625rem;height:7.9375rem;top:19.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzSm9r98iqmT4qWhSMmvR2Ph3TwTazUx { width:14.625rem;height:7.9375rem;top:19.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Frl8uJi0n6QFlVwtIxxzdB0XVCx2b7db { width:14.625rem;height:7.9375rem;top:19.5rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F23VtXSnBsnrQ7ebDJ1I0XZSsfbT58x3 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CT8izdr1ycwJryFbv19T3oVzi9imr6bL { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #DIO4KwofEMdJ6rK9go3ikk1iLcZx8VR0 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #aOB8NXmk34mIx9qgNaL5p82fZTTTLRkk { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lDerxkDZxKvwtCAf5JDlptF5wrh4sos5 { width:14.625rem;height:7.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLkf7KyqPZTz7TTo37IGZuQZQ6H2quaa { width:14.625rem;height:7.9375rem;top:27.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZMpodFgSNVfZTHNedJi4igAOTdIaB8w { width:14.625rem;height:7.9375rem;top:27.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LK1x7lIiPQP8y5BGcuTTHb34iaAPgUF8 { width:14.625rem;height:7.9375rem;top:27.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iB4mM3ZPIe2HfikQPeG8JGW5cbrJxTld { width:14.625rem;height:7.9375rem;top:27.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4oogTK6HIxvoXINtvQVayrGBIaecIHS { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GxkehqvO0TaKTo8JdRb6ai2bTB5pBNhq { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LImBNTgczVKgfl0TQnXDNb6fHnJMJRdx { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #L2onCT9bQGxnWNp2e0Tov8oDSKVcqdID { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LDnmmsmT3PWXfCpwNF35ThnPhWzbc2S1 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #c1nPA4vUQ9P9kXixGuRMPy5OvnxeVCOm { width:23.75rem;height:10.3125rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycyt0PA4pU4XbpkRdRZC4oAzMfZLwEd3 { width:23.75rem;height:10.3125rem;top:39.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7A0IUhTfB8X1Gn5AsI4gVo1dx0qeN5F { width:23.75rem;height:10.3125rem;top:39.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1LDzCMSTcdTgSCDTvZ7whkmiihLFT2s { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yIlbivWNumKTS6wH61mQkyE8buWmH3Qt { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #HgplcBKl2Nhnqe7mtk1FwUudLuFSB80m { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Nu3TR6qInMl3q1wWb1bTT5kPg7xQcKRm { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vrLwlyqtkBXyBNRA9bfaXWcyQ7JSSDI7 { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MtPccCNwZuKBHOuObg9vNw2ua5LgvhVL { width:24.5625rem;height:2.5625rem;top:3.25rem;left:5.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IcBXh9h82JVJ5AblAvXx2olzKoySbs0f { display:block; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gFIc4hruDT3HbvS5WLSlAJzaT1o7b8cI { width:10.875rem;height:1.125rem;top:2.5rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTUmQM9GNxI9AmoTRmWVFxuWSVpfoWKZ { width:13.25rem;height:3.625rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U8siXxx47FogrO5wMuyh7x1NTKL3Tr4t { width:26.3125rem;height:1.25rem;top:2.46875rem;left:10.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LA0JTDgldnelwt9JzyoVmx0778fqFQSW { top:1.96875rem;left:0rem;width:9.625rem;height:2.75rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #FbkxC7S1bg333JtxFWpDXDL9Cqt4T0pL { width:26.3125rem;height:1.25rem;top:3.75rem;left:10.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT { display:none; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tsovhTzZxvrly63m0UyPXTzRsQ4l8qrX { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y2sDJCBprRliIJSzzHCxuDyheNeyR9SH { display:block; }
 }@media only screen and (max-width: 1199px) { #UkpGypHQH3ZbEtRS5yalTpadUbL3VBvE { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D4UU0kSxahuDD0eTCLA0JotTd13cWN1E { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;background-color:#1d5196;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkIo1pWDxqJXdsBgoTRAqgfzs7aMsyoh { width:12.4375rem;height:3.5rem;top:0.75rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTZIOvmoawQ3Kc9XxkEN22sEhb1nBJT { width:18.5rem;height:2.75rem;top:6.3125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDzBWMO3RRONtq81sGKtg6ir5BG7FyM2 { width:16rem;height:0;top:5.5rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C55XLlgUA6TaWtTfd6ggJZImXgZsTr7q { width:5.8125rem;height:1.4375rem;top:5.5rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ao3FlMwMl5112moHUe6Dz5mwSTziG8a5 { width:7.6875rem;height:1.5rem;top:8.1875rem;left:6.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHOuXUvAPipKTk1GJ4LfdPlgzbdpIIgh { width:5.3125rem;height:1.5rem;top:10.9375rem;left:7.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqmkZmK4OI5aReO7c8lZdiCdsviZZLJS { width:5.375rem;height:1.5rem;top:13.6875rem;left:7.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rtddvrnr/Management.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.adaptive-delivery-prevent-bg, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyload, #X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM.lazyloading { background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { background-color: transparent; background-image: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row > .video-iframe-container { display: none; }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .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); }#X0Ow0Lv75pJsA7J7GUhs2LwLoc2tvwLM > .row .container { width:20rem;height:108.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4Ecouc3Mp6GXtNdJPmITWOEu9v7NSeo { width:20rem;height:;top:5.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15012;color:#01529a;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #T8XIa1OEVHB2zr3wyUQq5pBN0ImMB2RD { top:15.375rem;left:0rem;width:20rem;height:21.3125rem;z-index:14999;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BPI5kawm1GGNb7X83TcdMoX4ftV5wSTU { top:3.375rem;left:0rem;width:20rem;height:14.375rem;z-index:14998;background-color:rgba(255,255,255,0.79);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) { #ApTAQT4wqQJiCJyr6dmC6JobIIhzTWxt { width:5.5rem;height:0.0625rem;top:76.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79q2gQyLGaBRPZByeTLHQFfF4tO6Tzf { width:3.375rem;height:1.1875rem;top:38.25rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLcHUHaiMNIy3MhAHtS5ZLt5PvFTzyeT { width:3.375rem;height:1.375rem;top:40.6875rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a71SInt1hyJGD9rC0Ag5utxODqHrLspI { width:5.25rem;height:1.375rem;top:43.3125rem;left:7.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsCsdRC20BET5a4lM8tIWXoNfuKLDQSH { width:0.125rem;height:0.125rem;top:76.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRghqNnIVOby11RWysgvTxoeEP9o5PT8 { width:0.125rem;height:0.125rem;top:76.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIQLxs9m2ym3io8oy1PSWDJkZv9LRttx { width:20rem;height:7.125rem;top:19rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyqEdROw816nhTdG047RZDVLw2c9LA7k { width:20rem;height:9.75rem;top:45.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MT4EUvKEa0L9M9iqkO4S3b4HdA8w4Mp4 { width:5.875rem;height:2.375rem;top:27.375rem;left:7.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qd8Zpcubwcz97dWDG9zNVqFRX3v6495h { width:17.3125rem;height:3.5rem;top:37.0625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVq5bq6n4VDuLRLAFcJuKf5iam63z6Rb { width:14.0625rem;height:auto;top:37.875rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JTJZJTLxO2QV1d9IaxKVcGOZQXQI3dxr { width:2.25rem;height:1.625rem;top:56.9375rem;left:8.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgW8PZBUCi9Omgc2aTJJBFsRLXAG5ELK { width:11.0625rem;height:3.25rem;top:59.8125rem;left:4.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrsJEANZvFl51Uhz5Hhma5kU88xv9E8w { width:10.8125rem;height:0.0625rem;top:98.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM3McMHHIcXUErKGx874gG2lQIwUAXaH { width:7rem;height:2.375rem;top:31rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqmrecWMcciWzNF3ZST8aVIrcFkTC5OZ { width:11.0625rem;height:3.25rem;top:64.3125rem;left:4.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xupFIxrXfQlCWFOTZbSvUElbZAN0ULuU { width:11.0625rem;height:3.25rem;top:68.8125rem;left:4.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vqul1DmPxSTbT4bNzX3htLWWS8pa4Jlc { width:7rem;height:2.375rem;top:34.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dbpm0WImUfdPDck4k6lA4spMaHZB1kqB { width:10.8125rem;height:0.0625rem;top:99.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJffH0QUeJn3nvKiBrdP2tZoQmwrDiVT { width:3.5625rem;height:3.625rem;top:1.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8AeO1wXsQTNHXWh9R3uVB1BfcHWdvAg { width:5.5rem;height:5.5rem;top:77.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLwkVlczivvNe7GUBqpbbooyaw357uTZ { width:4.75rem;height:2.75rem;top:79.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CucCfMpiRveQnhSaqgtGxXGTD2nPSmQ1 { width:5.5rem;height:5.5rem;top:84.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX40U7en5RCXMJLh0C9Qww6CyW4I05hW { width:5.5rem;height:5.5rem;top:91.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEVF9xsrrcMSgIqV8us6rIZEVkSmXDqe { width:3.25rem;height:4.1875rem;top:78.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce25Leh6F7SA7hi25Cgw0orNNxURryli { width:14.125rem;height:2.875rem;top:37.3125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5EDMAI06dGJiT4GzltwViLe9wsCVJrZ { width:9.625rem;height:1.625rem;top:73.3125rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DAN6mRVarzTAFKpOE7t66CiWvUdkUn6d { width:20rem;height:0;top:100.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt { display:block; }#X4zCUfKWTAMdJw9fTDCHVsC3zTiumrrt > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSnHhfbwGmzA0x0GPzCUanlJ6G1xTNaC { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi { background-color:#ffffff;background-image:none;display:block; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { background-color: transparent; background-image: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container > .video-iframe-container { display: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row > .video-iframe-container { display: none; }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .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); }#gTCzZiTu58PPrd9XM0ACf5gGQTJQ4Pbi > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHQZfCazTQbbudoOFRUX6Ohi9BDnR5mB { width:14.875rem;height:3.125rem;top:13.375rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XvcCly7ZtomLHKGag6Tb10ArG8pJF1oZ { width:20rem;height:42.1875rem;top:7.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyTon7DvFOQXEmFcWVc3JbIdXwcAv9zX { width:16.1875rem;height:4.375rem;top:1.5654296875rem;left:1.90625rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15001;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #LEMQVAWf8rKy2a4cngPRZkJaLgbDIElu { width:20rem;height:2.1875rem;top:50.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { display:block; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { width:20rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAuvGfS0QzB2BNNKpWXK6OkDprHv0T3f { width:20rem;height:6.5625rem;top:1.5rem;left:0.03125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHOhsWy60SRvMk54VwM6zsCETFVK8gIO { width:16.4375rem;height:12.5rem;top:7.3116302490238rem;left:2.7495660781861rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vuRhJ204Cqruc3wazGewKipA1TTHKMJ0 { width:20rem;height:9rem;top:37.24934387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmwUuTLdr7yXTM6zORZCIFnRn1ESKfBu { width:20rem;height:auto;top:17.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JhOEmGMf9uSZemqBTbuT7EPMlVLcSGon { width:17.4370625rem;height:6.25rem;top:17.185547351837rem;left:2.5629341602326rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #D1gU2GSAS265XO4rtzNOZymqCRx8CzmJ { width:20rem;height:15rem;top:97.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxNnPwpnpkEOMNiZXsmrteV36TK0P6Ma { width:12.3125rem;height:1.9375rem;top:7.25rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XanVIV2iNSwnAHyqvzAdtv8cNEH1Trpz { width:11.5625rem;height:1rem;top:62.5615234375rem;left:4.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EakNBKLOCLbUPKlhfUoovHc7kikzpdAX { width:3.4375rem;height:0.0625rem;top:47.4990234375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLIQTUUWbooJanW5Hqq5NxyLamhNhbA { width:10rem;height:1.1875rem;top:64.8115234375rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwu9VzmWWNiWMmTDXTefnWmKKPpipeav { width:20rem;height:3.125rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlsAv1m9GI7Ml0L8eUsSXMqBmvTmz4lT { width:16.9375rem;height:1rem;top:67.2490234375rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOfGGfu2pfbOPW3JZTRKk8lvSPvKkxBG { width:7.125rem;height:7.125rem;top:80.8740234375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCIXA1lcEuDXZrJq2yZ0OrUNy2O3XHO { width:7.125rem;height:7.125rem;top:89.3740234375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4qdFDyh3tekPFhhODq0CUgqAuQaP453 { width:1.1875rem;height:1.625rem;top:69.4990234375rem;left:9.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqHkTMhHszKDhazGETIp1vJEDrTNvq5D { width:8.75rem;height:2.5rem;top:48.8115234375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kxp9LzLpMkhgDKAZaHXqsTEdO4X7tuP8 { width:0.125rem;height:5.625rem;top:81.8115234375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qPxJumxURIgZeKOH8dbNzo5ZvNRLcg { width:14.9375rem;height:2.375rem;top:72.3740234375rem;left:2.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQZfET1vtyeyN1nw9n8WA2V7s4oD9CQP { width:2.3125rem;height:1.1875rem;top:75.9990234375rem;left:8.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWFilLse9yLM8wxhBZwT8FaCx4m52N18 { width:5.875rem;height:3.75rem;top:52.5615234375rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKF06BVhiFNppRsp8uO7JWP0xO2QyUsU { width:2.3125rem;height:1.1875rem;top:78.4365234375rem;left:8.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MiTXg7KvqClFA6H7UpNhL6azXs8vFrqt { width:5.875rem;height:3.75rem;top:57.5615234375rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V67RvnTUe6TVnhxsIKluz7qwoaayy01k { display:block; }#V67RvnTUe6TVnhxsIKluz7qwoaayy01k > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmMmtCdCrKBW9OaeMAFeEzKbRp2yfr90 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBG72bH9EIc622lLAVdDcMdtKPk0PWQB { width:10rem;height:1.1875rem;top:8.1875rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MgwZX49TkweLXRPqvAta2rJvPxaLaeyU { width:3.4375rem;height:0.0625rem;top:6.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHp47JqZ4moeoDK9RS3aBxdEUmhGXVHi { width:10rem;height:1.1875rem;top:10.625rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BP1w3oy2uNUJFf6CNODwn9e3DmVR6wCs { width:5.1875rem;height:1.1875rem;top:13.0625rem;left:7.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cExx5O4gBmihUWzZnuBTDudySlfoWaa8 { display:block; }#cExx5O4gBmihUWzZnuBTDudySlfoWaa8 > .row .container { width:20rem;height:335.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPu0gyUmqLDXdSZNOK5RV4eWWHCC6a3e { width:19.875rem;height:29.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7u4a11wfuuavImAoT8W6FX6mNZAqDz7 { width:10rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOlO6hp5Ptrd6ZLnG1ug2KZ1PVL83hzr { width:9.9375rem;height:4.375rem;top:32rem;left:5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc5aCvaBTl8WSP8cL61PVTHQNvWThbZO { width:5.125rem;height:1.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNOBVhGl2EWEGTmLyWlqLXuVSMTpyukT { width:3.8125rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #woaLACxlncuwPEAfRkGZS2Dxi2Zs6yTM { width:5.875rem;height:1.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agmHLGO1c6m4ppvHAPs15IorusVQPPGV { width:4.5625rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmyPvNwZ7kQgDuTf8v173Jc98Svk1kCP { width:4.6875rem;height:1.5rem;top:9.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq15lkmxs8nmAo2lmhrIWg9iWWkHTEcF { width:3.6875rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t65BWQnt0o9qzeNanporl8r9aTAIaxlW { width:19.75rem;height:0.0625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs2Ey8PqwPtTEuJVpzb6FZ8v7Dx6In9 { width:18.375rem;height:9.25rem;top:37.625rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aczZaw34Fk8c4PlmIplIXChi7E0Pblbg { width:19.75rem;height:0.0625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kME5SNaQGZR2bqJIbAMVTLedVuG2mHHN { width:18.375rem;height:20.8125rem;top:48.125rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niPM9xmv8eAMzF8y8MhZWuETnqgCWmfV { width:10rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsRdmR1s75cKPsyAgHuTZNirzTuDRHW3 { width:11.9375rem;height:2.0625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTS4EIvHUfibOTKMUpAHJVETzIfN68FQ { width:19.875rem;height:29.375rem;top:212.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COJrNmruhXqeLLU1N7cZGCqbVenZe5gE { width:10rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sObPCppNf7ephNN0MutSiDMsnKF6PXG6 { width:11.9375rem;height:2.0625rem;top:25.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTGkULIBhUe1oOrkdOhlgpEJQTmtbgO { width:18.375rem;height:20.8125rem;top:70.1875rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoDtg8wtmtWTGPvNc51nPH9FUMHT4IGc { width:19.75rem;height:0.0625rem;top:227.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnq2v5xrqzPTLmPOcqMvpc6prbR1kTds { width:18.375rem;height:6.9375rem;top:92.25rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBO7SCZPqqqyok5uvFw0tnsoTMFukZQQ { width:19.75rem;height:0.0625rem;top:224.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUTXHAdI6BlSwZgx3MqdSwRa9LVIB47 { width:5.125rem;height:1.5rem;top:9.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrwqFC9e0GgJTvppXIqJ24ZkTGVXOkBc { width:6.4375rem;height:1.5rem;top:221.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVV8rXppgwSJeqK46G36BJypu6BOl2Nh { width:3.5625rem;height:1.5rem;top:221.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLfNf6xsqioQJbuRx4q60NDPRgSM1nZ9 { width:3.8125rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XyBhKwHTmDgvDxoKxB3d8xpEy3ppi3 { width:4.9375rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQBT1GoBz4HDFo7tflFKtUProHfLh4P7 { width:2.25rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMOSsT0bPMl1T47EWKkQRzIpRs1WgOfu { width:12.5rem;height:4.375rem;top:100.4375rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsDztOTFJhuJW1hb4bFWi9ZAXHsL4v0m { width:10rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSGGMnTRfSLomKDalVWIC2hLbWbyT2GE { width:19.875rem;height:29.375rem;top:243.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztFh4synNEOuEomvAagonRxfTEbDEh1R { width:10rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8dw5C9M1ZmCphu1clT5ZcJ6HQ0eLakI { width:11.9375rem;height:2.0625rem;top:267.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Z7pG0mPzHf0Kc2fTykd1QHFVEgTWyK { width:18.375rem;height:16.1875rem;top:106.0625rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXSr0qq2STCubVldpOo8KBEHyz45m6bS { width:19.75rem;height:0.0625rem;top:259.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2e6oMbwkJNTpXrIGzeKyM6Krk7b82r { width:18.375rem;height:6.9375rem;top:123.5rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtgkEdG5ZMTT55Aix78VV1FFFltxrbtL { width:19.75rem;height:0.0625rem;top:255rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHL0iQKPJNVTf6GpTdaItOfL62o52dfe { width:3.875rem;height:1.5rem;top:252rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwmF9XtiTnL2vNDdt5mUAFT8fZ0QHzW { width:4.625rem;height:1.5rem;top:252rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi0FmGCzyPZH1ybNEUOwa6I8yNhI7ORs { width:6.25rem;height:1.5rem;top:252rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqtKZzGKyT3CDzAuWbd5V3UAQTyXlAbf { width:3.8125rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tCxp8Eb1Lb3eleT8TULy1Fa5v4JVh23S { width:3.3125rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpH1zP9Ax4CLJ3BidacESTgTNBTwNstg { width:5rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p80v27GXFu2wL3PrmhBM0cFvftmgO05D { width:12.5rem;height:2.1875rem;top:131.6875rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRmJM5B6EhQ0Gbn6kwZIuWLiqiXJevxc { width:10rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cE3vaRpFMtbWfiCw0vBfai8PoPf3BK46 { width:19.875rem;height:29.375rem;top:274.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwPAma9o6BO8GFxTmtPksRefsTMwLveD { width:18.375rem;height:23.125rem;top:135.125rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvELq06r27WxKOsQduXUeUZwS2dZeaMB { width:19.75rem;height:0.0625rem;top:290.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFm3KhmV50Ene2VIUKazWIhMhCr5NVs { width:18.375rem;height:6.9375rem;top:159.5rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liyXks3k36n3zaUEVo5cJXnz4hIRzT9X { width:19.75rem;height:0.0625rem;top:285.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTrOtyIF8ZG8LW1xrQcUSUrRnaeXAkT { width:7.0625rem;height:1.5rem;top:282.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmxeRlwC1SkoMqNyesKoNhECeolWlVd9 { width:3.6875rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zPBSNwV4Zb1G0Ulymk3rpB4TWL4Q2QdG { width:11.9375rem;height:2.0625rem;top:299.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1IhhDdISyLkC48RihvT5WHrnr4DIQ7L { width:5.0625rem;height:1.5rem;top:282.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTLleNmC7dCLpHnvHFutqt3bM6MseWm { width:3.3125rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vo2TBBfqPEX8E3UuTm9dl5PDXB6F16UC { width:10rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQLsXPAOJvvmAqueXzG5r30XCVnq8CVT { width:9.9375rem;height:4.375rem;top:167.6875rem;left:5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDmUg2oLfs8MwDquOyNwklWN3Sw6airC { width:16.5625rem;height:1.1875rem;top:9.8125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xbWsK9Wz4u1RhIr1GbnZW90U1cyFnMnf { width:5.75rem;height:1.5rem;top:282.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv7LReZXvp6fVgvBVLfUNp5ytT7WOFmR { width:4.6875rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cG6PNASsz85mTdR04KPqH8GcWnM3gVLP { width:19.875rem;height:29.375rem;top:304.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOpLRuAQsHAv66kgmtzTdC7xXoR4Skm { width:18.375rem;height:20.8125rem;top:173.3125rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fiC4lMvt9DXATK9dBNSAnVdh7gBs2a8D { width:11.9375rem;height:2.0625rem;top:299.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfs2Wshfic1DTKJSnn46LyUKzrxrS7Hf { width:10rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SekVplTlTI7ZTJdGw11hyxAykgBWU1Ie { width:19.75rem;height:0.0625rem;top:321.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsnUFGnhDLCtpMkhcZQUvw2EGWaA3bGl { width:18.375rem;height:6.9375rem;top:195.375rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJw7SKfRR5TSDhxc1FTXAbZOgOznLG6N { width:19.75rem;height:0.0625rem;top:316.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASouUSmSt8IJNxEIwbwq1f81pmkKrZ4v { width:6rem;height:1.5rem;top:313.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TffAR4oNN3EFSNRiRaP0Bucd6ZsMhH { width:6.0625rem;height:1.5rem;top:313.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5SgMWE3TsdWv7I4fKJRI5PqfGX5J0rR { width:4.625rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wO7NvKWtBCerA9fdgq9u4oCL27BH5R9Z { width:4.5rem;height:2.375rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDQ5EQxCOTkQm8BizCOlpvL9gIZ96T2u { width:4rem;height:1.5rem;top:282.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a41P9zbS7TBGMmOHEntcIuQ2cuBKqQW5 { width:4.6875rem;height:1.1875rem;top:9.8125rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #id8Z2cuMmRwOdKUN2bkbMlboy2ozIZIm { width:14.75rem;height:2.1875rem;top:203.5625rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcTRKHQriMdR957gMr5wtLvZZblzrntb { width:16.5625rem;height:1.1875rem;top:9.8125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITTbKV1RDUQZxDZhuBSRsfy1rUBVHBnf { width:14.75rem;height:4.375rem;top:207rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd { display:block; }#MdWi3PDlSt7OkQGUH9ofdgOSBoRgn5Pd > .row .container { width:20rem;height:128.4560546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asUwwg40SnkheAwyDvDpddgEDRtc7Xsh { width:19.875rem;height:27.375rem;top:44.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwPU5zh6NdWknPFx753QTuUzrAqmgBu { width:19.1875rem;height:0;top:53.9560546875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yR75wHRLJU8VON741muUbDXklUGELU81 { width:12.8125rem;height:0;top:47.9560546875rem;left:5.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCpqCwSStsQipdhl06qdbTiWTG2q5bbX { width:6.625rem;height:1.5rem;top:53.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkSJ02KCz41qsAd3f4bwG9QeExQaPQ64 { width:5.9375rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZLfuWFA4rLNLy3V0poA31nOOwJTmpnH { width:5.75rem;height:1.5rem;top:53.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtAIuPHw0twhmt7w4w9zD89pfAg7452n { width:4.5625rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KzmKRilPMuldAa910feUovkLkQ3bvKbL { width:20rem;height:0.0625rem;top:56.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huHeMoDpecT6yV2xhRnZ99xug5OaMaTy { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwCnhAITgmAOOvQCsDrfT6xIphaa8gGc { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIzvALaGxXVRdhx49gT8Hr5PWvyU96a0 { width:8.625rem;height:1.5rem;top:53.7060546875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRa0ZHyDmFx2nDc9KPhukyGUyGMaq5Vm { width:8.25rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tHrMzvECW9xKz86zbfTIomU0Fla8JMuW { width:11.9375rem;height:2.0625rem;top:67.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXVJfcXDO7duzCpyqfZwKF06cmC5HIF { width:10rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwvT2A0n93s0JXA62JxUpAPblMVqzqu4 { width:20rem;height:0.0625rem;top:61.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxiyRAnLZpPhLX4ZRLHVf3cuMeFGnxut { width:19.875rem;height:27.375rem;top:73.3310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry6Q5kkLO5gH1kw5uGKh8DpQy3TOmCaS { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWbJnxSf5Se14dWEivdKHiy1TuU9qFZC { width:11.9375rem;height:2.0625rem;top:67.0810546875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm1ebUCsATL2WKpfS3kPOiHUMdCINvys { width:10rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTt945kaDIbspQ9WqSIHH6NBKCpLReHH { width:20rem;height:0.0625rem;top:88.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJm4q2nV52Jkzs9IHxXh3a5bKsXNHP65 { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLOyX0nQQ7XXNfFDX9K1UXJb43ApbUeD { width:20rem;height:0.0625rem;top:85.3310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP6Zsy4Eld69cMEu4UL7IuqJAklRCNsn { width:6.625rem;height:1.5rem;top:82.3310546875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyxacX3UbqF9Wkwy3PNTMMEqgM2tLqPa { width:5.9375rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHkP0S0yy8GfUy7QR1mqAttRvO8kMye2 { width:5.625rem;height:1.5rem;top:82.3310546875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVVHWLmAIgp6W7007qNPOlHT1Nu16Cef { width:4.5625rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkNFii7PC0cxvT0LtUT9I1ZqWU3VnBvp { width:6.4375rem;height:1.5rem;top:82.3310546875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgt58JwA4TuQvcsg67euqH1NtSgCEA4J { width:5.1875rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsbtXWan1P2hNzCXqUlr0ZOtLQBumuXp { width:12.8125rem;height:0;top:47.9560546875rem;left:5.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttntky5LZ1uMBoBZsUSe9URETRn7gXeC { width:19.1875rem;height:0;top:53.9560546875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3RIvdO5qguA617fZLUbQE1C8KMLIBru { width:19.875rem;height:25.25rem;top:101.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmaXC8rDXrBlvLCKIqWTvDaoqXyWEw47 { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECx4WALxXuTp16uNMkfdJqBckI5TJ88r { width:11.9375rem;height:2.0625rem;top:122.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFFaeZQluXQrMPrqQ9m5T5Q5mzq2IqTV { width:10rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtAZhRefo9szfaVwwuA4ThIy1kddQdU8 { width:20rem;height:0;top:47.9560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1zpxX5s5oPx4tZ9gMNzpabwxv7AaOee { width:20rem;height:0.0625rem;top:116.0185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRpsKeBQn9PbMdSfwchtnCRIUT6b2hOI { width:20rem;height:0.0625rem;top:112.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moozv9trH35OhJKLkorvzGo93LOsbpuu { width:7.375rem;height:1.5rem;top:109.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isU3ywIaQGv73KN4vmsomx2SxDM3ax8S { width:5.875rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tDq1guFcSnGW1gZcAdQ33JypqPsSoU43 { width:5.0625rem;height:1.5rem;top:109.5185546875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd4VtTkt3GRcFvgJSc5q4q8gzSWgHeG8 { width:3.625rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ostc3zhnVgMoiNC21rPoOJ3KCtPotR2h { width:5.9375rem;height:0;top:53.9560546875rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPw50CNuJrRkqo34xpizgSDJU33dZLuD { width:12.8125rem;height:0;top:47.9560546875rem;left:5.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uC6Wi82bsNcFFBbazaZIm8nM8EsDNamB { width:6.625rem;height:1.5rem;top:109.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiKwHbFOIVZPa2Oy3kDPHH01l952wtBF { width:19.1875rem;height:0;top:53.9560546875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpHseMggnlmVBIsT2gS2oWlyfWKSHekT { width:11.375rem;height:6.375rem;top:37.0810546875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq { display:block; }#IqsiaeQT9xOTuMJlpEW9G8fhRC9y9dlq > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOsiVGuXBxTxC1QfWKqvVi8GARXP7kmM { width:20rem;height:42rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX { display:block; }#Nt8TGdtTqdVZ7Tgt3FuQbIHmFuo3JDHX > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECZV4Fo8LZ9n2lnTobVv2JDLfsDd6pRq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRUHMb74Q0hrARTBZ2TxQ0wGBsvPbW4K { width:3.4375rem;height:0.0625rem;top:23rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea1PwTDqSgbaahZQSPlm7cgowXUzPNrw { width:20rem;height:0;top:24.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcdWlihbMhDlIQ30uXCJvdxa88qZp6iI { width:20rem;height:0;top:28.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hprTChHkB73yZ84a7RWECMKZdkOyWKot { width:20rem;height:0;top:6.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJQCi3sdT5wOfgxsn7IFggDd9ECNJ22m { width:19.1875rem;height:0;top:33.0625rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSGuRoAxesJeaWJVMFrzzl7OBGSa6nCG { width:19.1875rem;height:0;top:35.5625rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBHunAa77yROaEXU5SUttdyiNimSXgP2 { width:19.1875rem;height:0;top:38.0625rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R2iWK9lhksQIzsMGRiAbdfWUM5B8GRsn { width:20rem;height:0;top:9.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kq1Kv0IkBK0yeDaVNubV1aqc76uNq8lD { width:20rem;height:0;top:13.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsvZkfVzQVqnhLIe0nlsC3gbo2m0eSlv { width:20rem;height:0;top:17.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7T9BfSXlBhynQCPwsqEToeL3kZqZtoz { width:19.875rem;height:8.625rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0lbdQcBlLPbg3FPsrtmFwDuOb3pyTVP { width:19.875rem;height:8.625rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLoMOf0WygG1sRPcCL8V7zE70IfgFGlT { width:19.875rem;height:8.625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTJbWG2DX19UEBUURXoErJmu6VhcokC { display:block; }#eTTJbWG2DX19UEBUURXoErJmu6VhcokC > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waGfSfvHuykWGvGrLz97G2sI617lOCsN { width:20rem;height:14.982078853047rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlXmKkLJcdCpCu0eMgTm9oyTTH8kiPd { width:20rem;height:0;top:-1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cf1uyNxUnniosOLh7HAdLVpsR3XaRnIt { width:20rem;height:0;top:-1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ulh94kKFzVJDXAm7UmqGfFAFXEZPllxw { width:19.1875rem;height:0;top:4.5625rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTZqrKyOf8KFVzV41OzQuLGfxdeVbsgc { width:20rem;height:0;top:-1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhIOABl4XXaXV0EmaHXlb3RlNVSiKgc7 { width:19.1875rem;height:0;top:4.5625rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmqzwrsZRZBH9le6f9hpISo6JPcTqLLC { width:20rem;height:0;top:-1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lU2gpbTaqXP4Zw1dTTRyKwvkLCcXssd1 { width:19.1875rem;height:0;top:4.5625rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4OTmWkIfHmdRl1ywrmNf4rtAlbc5DSO { width:20rem;height:0;top:-1.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT { display:block; }#xGqPTfgGGyWd7DeDe0KgG4vi48NhrSkT > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeACwt70VwcK7ePfWxcOFEgh9rpgTUH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScxMqG9hZxezGSgTLEf6fm1hRPhP7kxT { width:20rem;height:0;top:4.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRAys7rylJIeKnrlEKT3F0JVUwx44K1e { width:19.1875rem;height:0;top:20.75rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJP8b0spNxSmFIcKDkScF4JeJGEn2zDg { width:20rem;height:0;top:8.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7lCXkuLB9OEWz3COfq3uQ8l69Ur7ZT9 { width:20rem;height:0;top:12.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUhq66SXMxBlqtDRmvtUH4BvT4AVUoRN { width:19.1875rem;height:0;top:23.25rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnaFq3VMCprX6igHAadhzwEkyqhKg5zP { width:20rem;height:0;top:16.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7RAb4FoT3sCzwQlPwbDFDgr0QhEGxTt { width:19.1875rem;height:0;top:25.75rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA { display:block; }#n6B8CXnWxm9Dod3OVoIJPI9rcksd5OLA > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeriP48pBObTUVcmz4PfqcroTBpUE4R2 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rls0D8E2FM4DG6FTyPb6BMwmvDPEAIKz { width:20rem;height:0;top:3.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpVvPxU1ZL44UE9hoKdQ3QemxOxwgGiS { width:2.125rem;height:0.0625rem;top:29.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1PPflBFBcy7XnqOzu3XZqnJUTRKTpxS { width:2.125rem;height:0.0625rem;top:29.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsi7tp1TVK5bTKLp4NTyqqIJdZhf3Dk { width:19.875rem;height:22.25rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbGOr26tHLLJ8v1FeZPNDE8BZsLQhnnU { width:13.375rem;height:0;top:8.5625rem;left:3.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMzUnvzKHBuqeiUsnJUvhEmdoTCs1sU8 { width:19.1875rem;height:0;top:30.6875rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2XQVkn6eC3UVZNr2s83nH8VsWmhR8Lm { width:20rem;height:0;top:33.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqQAwX5682MDlBEax56ySFzn6Fwlq1eB { width:15rem;height:0;top:14.6875rem;left:2.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XwI7Q8P6KKlkTbDbrQ2xJNixelBG6c { width:20rem;height:0;top:35.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irZTSc95SQSqN0Uxb0DXfTfMzASXQwyq { width:20rem;height:0.0625rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFqJOEZI8cQJR0vuTt7LitwAGhad72G8 { width:19.1875rem;height:0;top:38.375rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S502wUxbDfPvdA9kZiUv3g0Rxv3yuP0B { width:19.1875rem;height:0;top:40.8125rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orUtACHMQlOQnXwqiRd4tUIa2LV6uX47 { width:1.5rem;height:0;top:43.25rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNXT2HoyqKrdRpN1bmHTp0M69grNQGm9 { width:1.5rem;height:0;top:46.8125rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCXnWeQHTNRPvScwffrhDsBO2ytkIu7J { width:19.1875rem;height:0;top:50.375rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suQvMGt5dSM3MJZWqZT8lhcfii5s6o7B { width:13.375rem;height:0;top:17.125rem;left:3.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CexBUQsTyLmSuWot25dGRWIgRezr2fv8 { width:20rem;height:0;top:52.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TryG4nNEhX8rpiEo2lLMGw47embkBhSJ { width:19.875rem;height:22.25rem;top:91rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFkzhW8uuDKc96FMceJ6iWccBA7BfBB { width:20rem;height:0.0625rem;top:103.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6hPhvwItwTd1JWo8FW96lSV5AsuUX2 { width:15rem;height:0;top:23.25rem;left:2.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hU73HBcEFp6QydG0TZqMSWdDdcTalbtB { width:1.5rem;height:0;top:55.4375rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4aueT5DV8mC1I8MXPWFOpf0nUb0cxMq { width:19.1875rem;height:0;top:59rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTxIwZzfm64PPeg76nWtMpicZ3c87AGp { width:20rem;height:6.625rem;top:114.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vqLcoetHMgyoCyKv3k9Jg9cbJFsO9t { width:5.0625rem;height:0;top:25.6875rem;left:7.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqe3fadWQJvPMlPWDUPd4vK3BdUUXcVS { width:19.1875rem;height:0;top:61.4375rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EOWmy7Uo0E1wDsO2DB2xbhQscbnT16zh { width:20rem;height:0;top:63.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QiRQcBDhRWdr961NLD3T1AKLAfasJq1C { width:14.125rem;height:3.25rem;top:50.5rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEq8GriO8QR8z4G5T7dySfwnXpObTEoy { width:14.0625rem;height:auto;top:51.3125rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA { display:block; }#avAWb80THhCV3CRcN7pm8s6Tbr5UiLTA > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X17AsqMcIpLcN6FFTolsn4tGGOllasns { width:0.125rem;height:14.625rem;top:32.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UXQX0FZ2Tx5uBgtOzdtSkApE5aHVZE { width:14.6875rem;height:0;top:48.375rem;left:2.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbCq4L1pWtvl7w6aMOfBFXA9R81JQ0TE { width:13.75rem;height:0;top:1.25rem;left:3.125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPI50qQzGmmV7yJbCcL319nQIm2TMT8F { width:9.375rem;height:0;top:51.0625rem;left:5.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKXWDO3T9XLWPNTKCg9Hgev48LMRd0XH { width:13.625rem;height:0;top:7.75rem;left:3.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avynZDQ8EWdQ2zHC74D36vUVb5JlUmis { width:13.625rem;height:0;top:15.5625rem;left:3.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmzlTMCOERbe3AQFEFgTwNTDLWzCV8WU { width:12.5rem;height:0;top:53.75rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0mFnDiFwza8DPWVRAPodyyayVRkUUNa { width:0.125rem;height:14.625rem;top:59.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDrpDtkFCDkbudPeeKNy8bwVSR2teqwn { width:13.625rem;height:0;top:23.375rem;left:3.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knog0lAST5zgKiAu9qM7ZJLrckhX3bOT { width:12.5rem;height:0;top:56.4375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ptes3IFbdZze44cD18UdJvCNWxLfpTii { width:0.125rem;height:14.625rem;top:75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iil1WyCySFSyJwAWlzAKSNp9a37TZghx { display:block; }#iil1WyCySFSyJwAWlzAKSNp9a37TZghx > .row .container { width:20rem;height:124.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th3IoiyzUz8WD5kTDhx8UysvG4slzpQ2 { width:3.4375rem;height:0.0625rem;top:53.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdoGGT23mTF0An3tr7T7KBJDhPbfrQGf { width:10rem;height:0;top:54.8125rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i848zUXlS3mvBor72BDUAvHziOBngsNc { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jlp6RrMi0IIdsc4x5WMSOIQWapuSs7u0 { width:20rem;height:21.125rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwRZ9XPG0aHciEZnQ9pahzFQQpgDHFKc { width:20rem;height:21.125rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOaZwRu2lJTiZ1f1D04VNbLnrg9uakH { width:20rem;height:21.125rem;top:102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoAy1lcD9NhTdqZCe9XWcxTTfTDSEUHo { width:20rem;height:0.25rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyk11kDAgmiTUZCvDxNevRMQr0GVQHt5 { width:20rem;height:0.25rem;top:79.625rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzaERIgEaWa91n5BxNe3a7wGL2wuLKs7 { width:20rem;height:0.25rem;top:102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feERqyh6nb6RIwf9f06WEwpxppF2X0lc { width:3.375rem;height:0;top:9.75rem;left:8.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJeVRFb5Q6Hur8XGZDVQ53pOblNPLWKR { width:18.875rem;height:0;top:16.6875rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPTkgTAyAKi7A2rwxydKcQNtRAXKHh3y { width:3rem;height:3rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCL8ABOG8JvF2DfQkwOVxTphV4szc9A { width:1.125rem;height:0;top:25.4375rem;left:9.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H69JS40k9rrozMKVKZl7AlHnnATPymkT { width:18.875rem;height:0;top:28.875rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWFla3dzywW8eAACocpIhAPlxN6hN3pu { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JEVCGlJ9q1OkNvVWB1Ws5XTs6wCvbeqT { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t2O7qHzflUwzZngPeQEHwgGIbRL0fof0 { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Va5xNNrxTNy95viI9b4cp8kzTgX2Tyy9 { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Buqyoyid9cFEGvmIehcuOPDSvqMgFJuh { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ymiisq1hh566TP4EF8B818zQWPooMdx8 { width:3.375rem;height:0;top:31.625rem;left:8.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzBtqSEG8UX8Xg2PR6NHTgbl9Io86Zgd { width:18.875rem;height:0;top:38.5625rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhcNMbdJ1ubG254mbm0SdXcwHOrIZgtS { width:3rem;height:3rem;top:72.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZKgXZmGB2oTDELEAHCiGPKLF0faoNKK { width:1.125rem;height:0;top:47.3125rem;left:9.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQkvh3HZlHzckbuNABpBxqTeH62uTdWb { width:18.875rem;height:0;top:50.75rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMbtihtKuS9Bt33B6lrTqsAWCg9GDGI7 { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #wz70DvgAVum3P59ELICuir7ZG9R3Od5a { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:18.9375rem; }
 }@media only screen and (max-width: 763px) { #eVrMaScrR3mxhnhZzyC1kRgbSasqRpTl { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:18.9375rem; }
 }@media only screen and (max-width: 763px) { #W52u1diRSTQXUmNQcmPO18iaxbV95ghK { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:18.9375rem; }
 }@media only screen and (max-width: 763px) { #iP9RL2nmZTe9SUCMpZ1WGqddMcDhhzn7 { display:flex;width:1.0625rem;height:1.125rem;top:73.6875rem;left:18.9375rem; }
 }@media only screen and (max-width: 763px) { #IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 { display:block; }#IzxXWiyVGgNUCTlW4IXtTcUq8n684A21 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0u0J82Lk5Xa5EnClgV0lFImToe6Z3Ue { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwOX6loeiSMEL1ePJFvitErct6vMTXeC { width:20rem;height:0;top:8.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnOMbTc0RzhgPHcZdErEeqlW86GeeG7x { width:2.125rem;height:0.0625rem;top:7.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsA5ixReNxPNLQE7xzzwCRoyX1kXOd0l { width:2.125rem;height:0.0625rem;top:6.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh6pv2ei3dxdwPL8p5X52cS9tp6Ugkog { width:20rem;height:0;top:11.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoPZySUN5eNDf8b4zqiKcx5sUZET68TS { display:block; }#AoPZySUN5eNDf8b4zqiKcx5sUZET68TS > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5Ls5oRC8wWspOnM2p0JgibyOmzQfWL { width:20rem;height:42.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD { display:block; }#XyvlxPvs3tB2wrUR6T55Wp1IPrkxyCbD > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP6HiisNtKvnkpylheCVxfsvKvi0t4iU { width:19.875rem;height:11.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w41t1Gdbc8Bd9GEwuanTwqfWwJebDsyk { width:20rem;height:0;top:4.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT61ZX6KawroesPtTmUGBIXlX98yJK7C { width:20rem;height:0;top:4.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1wLrkOOzRFR9NG9TmDe7pTqTZx1h3wI { width:17.125rem;height:2.4375rem;top:5.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z29lrA5GVoiicTCoeBAD3DTAxWCAlKWK { width:15.1875rem;height:0;top:10.5rem;left:4.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz { display:block; }#ExP4HGm8eTK4b4Ipo7nSRvknRa29UJTz > .row .container { width:20rem;height:168.2263986014rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN8ZodMcDLJ0MtFDQN6HBt6MaCnr31J3 { width:3.4375rem;height:0.0625rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQM6Q1sv9ww2ywGwxAJbEg5Ug3DFVkq1 { width:19.875rem;height:0;top:11.0625rem;left:0.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTFa5xsfEdI5zrTXgX1txXQqdEQ6ApCW { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKRelyRAcs7NoyhIdWPzA4SEfWvUvNov { width:20rem;height:0;top:13.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImeVBSdy7mfvpbHOHWhxWs0s0U8lAtGx { width:20rem;height:7.25rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5oGPXnIuNG8yDvP0qvA1ixo5diLGXh { width:0.25rem;height:7.25rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8E5LNoCoB0GAXUpXC5bZGXiCvFnrrLJ { width:2.75rem;height:0;top:19.4375rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Su8gvEu6meARw4a0pCXNaT0ypR55kDLH { width:12.9375rem;height:0;top:22.5625rem;left:3.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMz57W36Gx0V7TZb6BW7OpT04VVJ4a9i { width:20rem;height:0;top:25.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KWPPqSED0oH2ZhZnrgaksTTpf92qQU3C { width:20rem;height:7.25rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ9V9IBCVNyGTdUw1l86FoCWhT5nzTJx { width:20rem;height:0;top:29.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHJ5rDW2S18TJcztWvORcLCD1Z67UpTZ { width:2.75rem;height:0;top:32.9375rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqfZtNUsZR8w74zs9ycEX5VFylTTlofF { width:18.6875rem;height:0;top:36.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsloiNAI2DLJyg68frO57PZ8T2TeT3n5 { width:0.25rem;height:7.25rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx2DEAtqWtaXbueCL0fL13yGtaGSD9o5 { width:20rem;height:7.25rem;top:108.9763986014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etmuPRR2yuNhHAAMNqp1XImfnd4P34hl { width:20rem;height:0;top:38.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #snHwTAT7qO2BrKEhvgGfX9D1WoqwzfWV { width:2.75rem;height:0;top:42.5625rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asTCCmrAXGUohldA2mQyzg1lLy4idRVk { width:0.25rem;height:7.25rem;top:108.9763986014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhHPGn1f5NMsrsASmx6G0ZMrn7rPm9U { width:18.6875rem;height:0;top:45.6875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9DALkfoTxFuHTX9bFo6s5oieCA2VnyV { width:20rem;height:7.25rem;top:117.4763986014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZ4SMWpqp9W5WG1t58VWZDw0ZhQLgKQ { width:0.25rem;height:7.25rem;top:117.4763986014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF2tncZLblESxThnCaiBQ4hzNk7T5CAT { width:20rem;height:0;top:48.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gGgcU2yRtZe8NtH5PUn9rOdfLhbivr2c { width:2.75rem;height:0;top:52.1875rem;left:8.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xko6b24bSW9SZgZxhqyo3Q9SvJbGSMH4 { width:18.6875rem;height:0;top:55.3125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JN6XW75MLLbXbHlfdUhUFmPvRS5dawN2 { width:20rem;height:41rem;top:125.9763986014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKmDmnBUzflOepTRyyt1ZifZibHF8VCS { width:20rem;height:18.601398601399rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSIXcc8xusHnaAdODFi6Pk48nngqiTU { width:18.25rem;height:10.4375rem;top:32.75rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2lPTy3DtPeTRqKLfg6wMZhNMoOh7HvE { width:2.25rem;height:0;top:57.9375rem;left:8.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fnqVl0N7CkI8AfLW7q7vc9fdUHvp9xK9 { width:8.125rem;height:0;top:62.375rem;left:5.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieEmbUupoUURmnw9yTuBkHn7uzWrXbVv { width:18.375rem;height:0;top:66.375rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8rNxZPUs3TSFAGTHR9X1QqKb5mzHyec { width:20rem;height:0;top:68.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 { display:block; }#GimZO7JE9bzZvzg5yBRFVe1aTWvSHmA7 > .row .container { width:20rem;height:198.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmyCSRQc0LrLRKlLeTAiGqXgMNaCsZE0 { width:20rem;height:0;top:69.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QVdwJk73i8Jdk0PQNW1Q1IZslGEQTvuX { width:2.125rem;height:0.0625rem;top:68rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWCrzgnR0PFWuyCTZyd5TXGMxiTpXlL { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6BLu9mhpGUpKGTmtVTaEI9xLc7ruubn { width:2.125rem;height:0.0625rem;top:66.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZ4yeuOFrNJ58R36RD8OSVCEFTTAMCl { width:20rem;height:0;top:9.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9d9IA7qLoi5AhOQxA1c5Me9BzdWnRuQ { width:14.625rem;height:7.9375rem;top:71.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeR8OnDahK387yylvNKpRO8RxhnyxdUA { width:14.6875rem;height:0;top:13.125rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZJOQ873GcPR8M41ApvxbmwOLTWixbAs { width:14.625rem;height:7.9375rem;top:81.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDGqBgCQqGNs17dCbWTMJfg1V8vmXXcT { width:14.625rem;height:7.9375rem;top:90.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSm9r98iqmT4qWhSMmvR2Ph3TwTazUx { width:14.625rem;height:7.9375rem;top:99.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frl8uJi0n6QFlVwtIxxzdB0XVCx2b7db { width:14.625rem;height:7.9375rem;top:108.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F23VtXSnBsnrQ7ebDJ1I0XZSsfbT58x3 { width:14.8125rem;height:0;top:15.6875rem;left:2.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT8izdr1ycwJryFbv19T3oVzi9imr6bL { width:9.125rem;height:0;top:18.25rem;left:5.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIO4KwofEMdJ6rK9go3ikk1iLcZx8VR0 { width:14.6875rem;height:0;top:22.125rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOB8NXmk34mIx9qgNaL5p82fZTTTLRkk { width:14.6875rem;height:0;top:24.6875rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDerxkDZxKvwtCAf5JDlptF5wrh4sos5 { width:14.625rem;height:7.9375rem;top:117.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLkf7KyqPZTz7TTo37IGZuQZQ6H2quaa { width:14.625rem;height:7.9375rem;top:127.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMpodFgSNVfZTHNedJi4igAOTdIaB8w { width:14.625rem;height:7.9375rem;top:136.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK1x7lIiPQP8y5BGcuTTHb34iaAPgUF8 { width:14.625rem;height:7.9375rem;top:145.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB4mM3ZPIe2HfikQPeG8JGW5cbrJxTld { width:14.625rem;height:7.9375rem;top:154.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4oogTK6HIxvoXINtvQVayrGBIaecIHS { width:9.125rem;height:0;top:27.25rem;left:5.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxkehqvO0TaKTo8JdRb6ai2bTB5pBNhq { width:14.6875rem;height:0;top:29.8125rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LImBNTgczVKgfl0TQnXDNb6fHnJMJRdx { width:14.8125rem;height:0;top:32.375rem;left:2.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2onCT9bQGxnWNp2e0Tov8oDSKVcqdID { width:14.6875rem;height:0;top:34.9375rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDnmmsmT3PWXfCpwNF35ThnPhWzbc2S1 { width:14.6875rem;height:0;top:37.5rem;left:2.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1nPA4vUQ9P9kXixGuRMPy5OvnxeVCOm { width:19.875rem;height:10.3125rem;top:163.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycyt0PA4pU4XbpkRdRZC4oAzMfZLwEd3 { width:19.875rem;height:10.3125rem;top:175.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7A0IUhTfB8X1Gn5AsI4gVo1dx0qeN5F { width:19.875rem;height:10.3125rem;top:186.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1LDzCMSTcdTgSCDTvZ7whkmiihLFT2s { width:9.0625rem;height:0;top:40.0625rem;left:5.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIlbivWNumKTS6wH61mQkyE8buWmH3Qt { width:19.125rem;height:0;top:45.0625rem;left:0.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgplcBKl2Nhnqe7mtk1FwUudLuFSB80m { width:9.0625rem;height:0;top:48.9375rem;left:5.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3TR6qInMl3q1wWb1bTT5kPg7xQcKRm { width:20rem;height:0;top:53.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrLwlyqtkBXyBNRA9bfaXWcyQ7JSSDI7 { width:9.0625rem;height:0;top:57.8125rem;left:5.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtPccCNwZuKBHOuObg9vNw2ua5LgvhVL { width:18.9375rem;height:0;top:62.8125rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcBXh9h82JVJ5AblAvXx2olzKoySbs0f { display:block; }#IcBXh9h82JVJ5AblAvXx2olzKoySbs0f > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFIc4hruDT3HbvS5WLSlAJzaT1o7b8cI { width:9.8125rem;height:1rem;top:6.65625rem;left:10.1875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUmQM9GNxI9AmoTRmWVFxuWSVpfoWKZ { width:10.625rem;height:3rem;top:1.625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8siXxx47FogrO5wMuyh7x1NTKL3Tr4t { width:20rem;height:1.125rem;top:1.771484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LA0JTDgldnelwt9JzyoVmx0778fqFQSW { width:9.625rem;height:2.75rem;top:5.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbkxC7S1bg333JtxFWpDXDL9Cqt4T0pL { width:20rem;height:1.125rem;top:3.083984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#f5c974;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container { background-color: transparent; background-image: none; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container > .video-iframe-container { display: none; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row > .video-iframe-container { display: none; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .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); }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container { border-width: 0; border-radius: 0; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3go9QQh5QHSB7U6BMcQW7keG1Iem7PT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsovhTzZxvrly63m0UyPXTzRsQ4l8qrX { top:1.125rem;left:0.4375rem;width:8.8125rem;height:1.875rem;z-index:15000;background-color:#1d5196;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-family:georgia;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2sDJCBprRliIJSzzHCxuDyheNeyR9SH { display:block; }
 }@media only screen and (max-width: 763px) { #UkpGypHQH3ZbEtRS5yalTpadUbL3VBvE { top:1.125rem;left:10.59375rem;width:8.8125rem;height:1.875rem;z-index:15001;background-color:#1d5196;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-family:georgia;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4UU0kSxahuDD0eTCLA0JotTd13cWN1E { display:block; }
 }