.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { background-color: transparent; background-image: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .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); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { border-width: 0; border-radius: 0; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { 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; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { background-color: transparent; background-image: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container > .video-iframe-container { display: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container { display: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .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); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { border-width: 0; border-radius: 0; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { color:#000000;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:26.4375rem;height:;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; }
#xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { color:rgba(0,0,0,0.7);display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.6875rem;left:25.875rem;height:15.39355rem;font-style:normal;display:block; }
#AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { 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:27.5rem;width:22.8125rem;top:6.125rem;left:1.9375rem;overflow:hidden;display:block; }
#FTICAbqqtqIxmm2blP2uwbnT23TR0moM { color:#262d3c;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:6.7109375rem;left:25.875rem;height:6.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; }
#krMnnQMcfoinMOkFOFnR5fWW9aeRqiEJ { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.8125rem;left:25.875rem;display:block; }
#Z5yqZLIPKWq8Gd18gxZhC3TM7i5cXA8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bbkyyk0C2O1eWyxKww5xp7GvPrgvn639 { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.8125rem;left:39.9375rem;display:block; }
#gaPPtcPZTxWF5aKK1d9wPauDCyp8SQeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zN76le1cZgwokEscH91Im8PP2rqWNUxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container { background-color: transparent; background-image: none; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container > .video-iframe-container { display: none; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row > .video-iframe-container { display: none; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .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); }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container { border-width: 0; border-radius: 0; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#ARubvQ1pL9NfOwiuwaluKhHsHACM54od { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.732421875rem;left:29.123046875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#larOAD0yWCzTkB59VN0gS1C85ywndKZU { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.96875rem;left:29.123046875rem;height:11.8945rem;display:block; }
#X42RmpCB5v9fdMKZkhLCuWRWxFICqTan { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0009765625rem;left:29.123046875rem;display:block; }
#naIAUxGaXHO5hLoQTwvkKasuRzgdgA5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0562QLQN4Wq4XvW1v5X7JJh4SZh9tt1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.936525rem;width:3.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3388671875rem;left:22.62109375rem; }
#RqGqiV511Bea6qX0aSOAsg2Tq2eAUyPL { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1318359375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#D89WKHJxoXFcOuaFuH7sMEWsvMBPvEBs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#As8JG6F86gk5PPHdrFE75UuNvtlu1rC6 { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#a3c4f3;background-image:none;top:5.8125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AD9LMTGyMSixZpoqr3z1ZI9l1Da0rf1o { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.193359375rem;left:29.123046875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container { background-color: transparent; background-image: none; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container > .video-iframe-container { display: none; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row > .video-iframe-container { display: none; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .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); }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container { border-width: 0; border-radius: 0; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#NLradHAdvzlBl4ph15wPsM0UIfkCm3ko { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.732421875rem;left:29.123046875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gR3F4glTI11WuDJyehpk0gT4l62dPUZG { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.96875rem;left:29.123046875rem;height:11.8984375rem;display:block; }
#etdTIpNxcSR60PNDMaFPyzMea0sWulTo { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0009765625rem;left:29.123046875rem;display:block; }
#KBKRwlEApPFNTyt63yL02VFw1Whw6QLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NaTfZcRDFBKGhOykRg5SyZTsdzAa4VHe { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1318359375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#fuaTPq7gqm5n8pBoqwon9UfXIAGQhoyG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#BcTWeyOQLqQUDgMtQC5T0lFwTBsddurF { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#a3c4f3;background-image:none;top:5.8125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#F7KNGoeg99yx3mtz3RtmKbxIWRMBJ34E { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.193359375rem;left:29.123046875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container { background-color: transparent; background-image: none; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container > .video-iframe-container { display: none; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row > .video-iframe-container { display: none; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .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); }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container { border-width: 0; border-radius: 0; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#N6sTm41PRFV7GAovdGEu5hEHlmRp7iso { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Pq7doRfzSg3rwK1uUu5chHE5GPbbCMsU { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:6.998046875rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uL5LLlewdp1Ehly1IrfHZMNc7e2TDVtn { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.99609375rem;left:29.123046875rem;height:11.15625rem;display:block; }
#gv5Jg2rRMmRfTIwUKu2iRmsg789uDVcS { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0009765625rem;left:29.123046875rem;display:block; }
#QlCbaOpAxKtUU5nuqH6Qz5Km405vhfX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTvEpXnTr0ix93fTz89zTG0c1w4b8yGi { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1318359375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#XfqTSNMvqXTQsSbqsDgpVEueP25T0iXC { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.37890625rem;left:29.123046875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hAeRsxG87kJFrJcA2aOSptcAU8h863k4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container { background-color: transparent; background-image: none; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container > .video-iframe-container { display: none; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row > .video-iframe-container { display: none; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .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); }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container { border-width: 0; border-radius: 0; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#HqFUlD4ClEoxDiFmEuvCe5mMNofkatTE { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ub2Q0lCCsHU1mB5TXDkWP2G6dXJ7bEis { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:6.998046875rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Zq6mWp3x1kSDvIHUT5Zdd5Glo373a49P { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.99609375rem;left:29.123046875rem;height:11.15625rem;display:block; }
#tulSTqTCgiPRO2TpvFqbDlCqhN4QD5A6 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.0009765625rem;left:29.123046875rem;display:block; }
#MoxikrvwLlZBSPfdtKhkFCxTxs0wFx3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTRuaKqA8tSXm2KUHIL3xxffDWuWMcS4 { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1318359375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#tHpFv4P3gzhpHmoBUT655unTsI5ggENX { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.37890625rem;left:29.123046875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xAwb4Hz3aMcTitr69msqVAfmRQk7eEqr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#mhkvxe3wc7qSnTtM4duh7863ezwie2eL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container { background-color: transparent; background-image: none; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container > .video-iframe-container { display: none; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row > .video-iframe-container { display: none; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .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); }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container { border-width: 0; border-radius: 0; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#sP3n2vNo2Tw86XAKl8vkUb3KgbTdsON0 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Rw6lgndEod7fA8wS135hFZ6LQgKqLEJl { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.392578125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uh7HO2nUCRrg93QRDNSMT3lKRTKOS2wB { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.4375rem;left:29.123046875rem;height:11.472625rem;display:block; }
#KbouoBwS78iFmZIwEpsFOcQRWV8Hr2xG { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.4384765625rem;left:29.123046875rem;display:block; }
#dxs0cmTNd76vHEFvXCtznDNVsNXCb7oN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2so8UJvUXDsThHwBsTR8EmBTx2fg2SS { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8349609375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#U3OVnffw303HzSK5cPLe9A9pfdCzgJff { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:29.123046875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lCwQc7p4fZPqs5kMgsTrKTImB96Oig8N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container { background-color: transparent; background-image: none; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container > .video-iframe-container { display: none; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row > .video-iframe-container { display: none; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .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); }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container { border-width: 0; border-radius: 0; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#LFRhZOeIZT9RVG8t8BaHnHF2k6MUecFL { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#u1t36UuEsh16VIczZAnlJKHmPV5lNgrW { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.392578125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EsfOQ96kzbuLLNZcHNpMti7rDSLAaIeh { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.4375rem;left:29.123046875rem;height:14.445325rem;display:block; }
#RwPm4t6aKVoUTHRAhA47269pHxo3ZC7G { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.4384765625rem;left:29.123046875rem;display:block; }
#mQsZ5uwkueV5IXh8eaXgu2V4flcuDdVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4dAoKGWWNd3OrRHhBcpfinZMs097z6W { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8349609375rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#GcXd718zwoRviA6KRdgbNTHHWX2aHqgD { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:29.123046875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZ2LixnseKk21X3TwDaosN247TxgU2lH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container { background-color: transparent; background-image: none; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container > .video-iframe-container { display: none; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row > .video-iframe-container { display: none; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .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); }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container { border-width: 0; border-radius: 0; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#bGyzKKAQFcpNKfw42pWLP34tfdHWl5fS { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VzMmAKXG2EZh2M6gERP5yBvL7wH5Otd1 { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.392578125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QkudoocU0Fy19vmpqouh3JVt7IvpvD3S { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.4267578125rem;left:29.123046875rem;height:12.75rem;display:block; }
#FpovcQ8gdSHpZXpXZsnIIONrSKS2Q6ZR { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.4384765625rem;left:29.123046875rem;display:block; }
#tRh6JmJJMFwE5LmATixH8kf1yhGuGTiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIZUZ0MTZekX0p22XLZRB5g3GOooRTci { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.8330078125rem;left:29.123046875rem;height:2.111325rem;font-style:italic;display:block; }
#oKUtzgbNtzQRZDNM3rch4fhTUOXG7uqx { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:29.123046875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApX96X04CJSbIf4SKiqZE99ZZT5tR3xo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#XHekhwi4GWlLmxBuSH709S96h0oGKT02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container { background-color: transparent; background-image: none; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container > .video-iframe-container { display: none; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row > .video-iframe-container { display: none; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .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); }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container { border-width: 0; border-radius: 0; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#OkSSOgDKvrqQ56uqhO256qctZTATbLC4 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#b6MVro5LQep1gtoBuyHwqvSEeuE3xeb7 { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.392578125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kCt6fgvxouESoHc0Sp1P40zgBmNGQ1IV { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.4267578125rem;left:29.123046875rem;height:11.8945rem;display:block; }
#TfN7MlfmozVxzKGo2zvZacThUqnGdTbc { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5517578125rem;left:29.123046875rem;display:block; }
#mMvvwdwMNTivpTdxdtGF7R9dusSpJzIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlNTBx1WuTaQFTOceTNu92GAmX7Br57R { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.4033203125rem;left:29.123046875rem;height:2.2734375rem;font-style:italic;display:block; }
#eIW4lcQya4vkQbW6PUWat92Oc8qULkd9 { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:29.123046875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V5hfDIWrVLdv3v554h5VNcnzQdiPiprM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.8125rem;left:0.74609375rem;overflow:hidden;display:block; }
#E1367cCWoLi1731QG2grwNWyRFvMz3po { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container { background-color: transparent; background-image: none; }#E1367cCWoLi1731QG2grwNWyRFvMz3po::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container > .video-iframe-container { display: none; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row > .video-iframe-container { display: none; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .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); }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container { border-width: 0; border-radius: 0; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#I5nBLb7NSwIWGqnHDLLJLzTISRTF7R9O { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ecESAtxtl1Eb3TBDoZEbS14sfl9oTinw { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:7.294921875rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Xzzb1vL4w37l8FHl9J2P71UQ3qBBzVZW { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.7392578125rem;left:29.123046875rem;height:8.496125rem;display:block; }
#JJMpDyz08MB99F7I3FR0kxvthQxG7oJa { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5517578125rem;left:29.123046875rem;display:block; }
#iP4moTfTErViFF60ubOB3LfrFlVpECsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSIf2QOGIp2GKEeRZfwctT9Twia2xHM8 { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9658203125rem;left:29.123046875rem;height:2.2734375rem;font-style:italic;display:block; }
#uJP4f8gq6giaAqDdEBlXKkA09P7UMX1E { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#cW1NZnXbPZO81UKmsNbgmMVBAbxxW0n3 { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.634765625rem;left:29.123046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container { background-color: transparent; background-image: none; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container > .video-iframe-container { display: none; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row > .video-iframe-container { display: none; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .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); }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container { border-width: 0; border-radius: 0; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#Vu5Hx1xDXtck6tKeAU6QobMgPFRZo2Ps { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#URanPO7aTl2WJqBUyRf77NNkXLmyhCek { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:7.294921875rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IntG3c69NWL9bG72Tesq7eDCOKB0Zgvt { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.7392578125rem;left:29.123046875rem;height:9.666rem;display:block; }
#aU66AJHboXR4bhntmgWkC9JHwxgqDHCO { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3105625rem;height:2.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5517578125rem;left:29.123046875rem;display:block; }
#roJCKwxkPHzuLHamkeIzHLEHoX4HcVG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1nELTS8x9rGwT1JihIGTkPHA06Gd6SH { color:#000000;display:block;width:27.6855625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.90234375rem;left:29.123046875rem;height:2.2734375rem;font-style:italic;display:block; }
#ch7EGCGmzClriRquNmZhCz5IZw7y8V7W { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#iDVg47GhMWBZTxtWMhfPeIfDEZrVZBDr { color:#fdffff;display:block;width:12.3105625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.634765625rem;left:29.123046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container { background-color: transparent; background-image: none; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container > .video-iframe-container { display: none; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row > .video-iframe-container { display: none; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .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); }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container { border-width: 0; border-radius: 0; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#rG3ACF3HXe3mK4GDrLuUPKNmFTxJK9b7 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PUIPel8EJCeTlatKfeZGxRGlUr42f58m { box-sizing:content-box;height:2.3046875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:6.134765625rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EG2qBWI2kzXIsm7Jyhm4baEhdgHgqFhT { color:#000000;display:block;width:28.499rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.419921875rem;left:29.123046875rem;height:6.9043125rem;display:block; }
#NNyCFIrq9sMrTIxbxyx9y2K3Av4hlADt { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.31125rem;height:2.6234rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.549006462097rem;left:29.122869491577rem;display:block; }
#szOCKtKvR9NEI9T6Wz2F4eM3db93iJ07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwI3fHeGWWITsuVp3mlfRT7OLAWUeF8z { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.652163505554rem;left:29.122869491577rem;height:2.2734375rem;font-style:italic;display:block; }
#lFSzZy7ANw2gzQaOktrtttVnpmvT7TsT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#qnnH0OD721cxIC6Ud2PfLE7Hi4wDwTMm { color:#fdffff;display:block;width:12.3115rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.474609375rem;left:29.123046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uzw2LqtpXVwXlbFzwm5PJHkZgMKtznCE { color:#000000;display:block;width:28.4980625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.93359375rem;left:29.123046875rem;height:4.142575rem;display:block; }
#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container { background-color: transparent; background-image: none; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container > .video-iframe-container { display: none; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row > .video-iframe-container { display: none; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .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); }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container { border-width: 0; border-radius: 0; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#E3fi80wvQNMTrb5hg1aTfU2J80mPs2PP { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#zAZTKZ3mzUwrCN1VV4c6x4sduG8NexDu { box-sizing:content-box;height:2.305575rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.0379972457888rem;left:29.122869491577rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eyTIoRc0dx5exVfb3zMJenAsTuWSur27 { color:#000000;display:block;width:28.499625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.420454978943rem;left:29.122869491577rem;height:9.666rem;display:block; }
#y2cWEOnXe0EfivuCs39NJ30hW6h48cpM { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.31125rem;height:2.6234rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.549006462097rem;left:29.122869491577rem;display:block; }
#frOzF3xGZ7oSMIleQRrBepzJi0WqOwd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFAQHigA0piL2NnrNpHnUwcf5NT8OA9T { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.652163505554rem;left:29.122869491577rem;height:2.2734375rem;font-style:italic;display:block; }
#y9tVVgL1elH3aSNB1ptm3DuhZnlu2N2u { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.1875rem;width:26.3125rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#qqrLas1azZZGgIT8HI5dtTVSVor5NZUs { color:#fdffff;display:block;width:12.3115rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.376953125rem;left:29.123046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container { background-color: transparent; background-image: none; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container > .video-iframe-container { display: none; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row > .video-iframe-container { display: none; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .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); }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container { border-width: 0; border-radius: 0; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#WWFita410UiAFwrZfoFXF2cf1nuC6dpa { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DnVOGmbSyoUEJzJVX1VZbhnCnQqAXHZ8 { box-sizing:content-box;height:2.305575rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.0379972457888rem;left:29.122869491577rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x09P0lvLpFsgPSViWqmLIK7dq1RdNpgK { color:#000000;display:block;width:28.499625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.420454978943rem;left:29.122869491577rem;height:9.5625rem;display:block; }
#OfCQGG83MZqgythoUv4W3cAE0KAy8TGt { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#Bqg630ZdI7NVXVFpg0xnvwHbcyMcRTWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJpy4TXSF3G8hJwWluTCyueDa7fyMJt1 { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.641512870789rem;left:29.122869491577rem;height:2.2734375rem;font-style:italic;display:block; }
#BP3QgIkF3ouweaEvp4rqZn15eHJSR2Uu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.25rem;width:26.375rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#B5rSN3HdBrq4zkUaizTafX6MB3s6S8lG { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3771295547488rem;left:29.122869491577rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container { background-color: transparent; background-image: none; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container > .video-iframe-container { display: none; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row > .video-iframe-container { display: none; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .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); }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container { border-width: 0; border-radius: 0; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#b6amQzBl4tC8J5svdMZVRW15scJ9DhPe { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.3396644592285rem;left:29.123756408691rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#rsdopFvtE2rp62eEnPX0g4AirQTopQMq { box-sizing:content-box;height:2.3064625rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:4.0083456039429rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LtA1dSkzZ6q9DNqugQULbuckLSfQx2KT { color:#000000;display:block;width:28.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.3970165252688rem;left:29.123756408691rem;height:13.38571875rem;display:block; }
#liLJ0rmrCKWWfU4q0uOiJ8Fp5U7BOCN6 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#l2CMoFyJk9ZbcsyGUWhDqIHi1Rs5nUqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgOcNAkXoqmi9vfLq9QgvCZKgzHGCpS4 { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.51722240448rem;left:29.123756408691rem;height:2.2734375rem;font-style:italic;display:block; }
#cwEN7vGqwdMPVMrA2uHmShm5mRabsnAE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.3125rem;width:26.4375rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#VxogQAUN1AsdFpTOnr8RSZLzOgU6Sbw5 { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3483667373658rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container { background-color: transparent; background-image: none; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container > .video-iframe-container { display: none; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row > .video-iframe-container { display: none; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .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); }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container { border-width: 0; border-radius: 0; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#wAZNCtzNhEzcKx1mXaJPWF15pQKMvpX0 { color:#000000;display:block;width:29.437125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.3396663665771rem;left:29.123756408691rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RLlUwBQEJCagxPzTPGv8z3AbdxAf5ZpB { box-sizing:content-box;height:2.30735rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.9161920547486rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iiEru2395X0GZxGCxdySgGWF63W6Xea0 { color:#000000;display:block;width:30.2485625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.0846948623656rem;left:29.123756408691rem;height:11.8984375rem;display:block; }
#kO7JrpnQrHrhavwHchMXIkZiZkZdzBBG { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#LdeHUxyN2uD5cW0iOUidJTmX6O6TM2tK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGFgm7LVGHPE8ZgPDfICemU7qHskZXMh { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.51722240448rem;left:29.123756408691rem;height:2.2734375rem;font-style:italic;display:block; }
#rWVEorP6I8Sz1DlUeSVKParmZZKS6fan { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.375rem;width:26.5625rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#cpoSn4AqAoRBLPsq8aBycNSC9rd7RA0l { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.2588777542112rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container { background-color: transparent; background-image: none; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container > .video-iframe-container { display: none; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row > .video-iframe-container { display: none; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .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); }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container { border-width: 0; border-radius: 0; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#OZuDkkxyw6vlJf78khTk5GHDl2Ol6NbK { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.2473335266113rem;left:29.123756408691rem;height:5.173825rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D9H401MGV4P3yEo36HdAiZcTqhlnfBVZ { box-sizing:content-box;height:2.3082375rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:7.10582447052rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#B2IQ6X8acDTwxFe6kHg5aBAAmUJk505J { color:#000000;display:block;width:30.2494375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:10.522904396057rem;left:29.123756408691rem;height:10.1953125rem;display:block; }
#w6VK9sIx3wpB7I5yM9VeXizliZyDVF61 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#u6vibg6atuvTq0tSsuJfks6TJOck52rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwQNpp9wUkMenueO1XDvbSCeIg3sVo2w { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.51722240448rem;left:29.123756408691rem;height:2.2734375rem;font-style:italic;display:block; }
#Lfhz3TswtrXFqxINtlz3rbR2uMgpJu5c { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.4375rem;width:26.625rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#XbPy1NOMRG6XpkqcHGfOTg51tOS8sL2F { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4467315673825rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container { background-color: transparent; background-image: none; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container > .video-iframe-container { display: none; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row > .video-iframe-container { display: none; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .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); }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container { border-width: 0; border-radius: 0; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#g2Nai50bGAgM9QuSvepQ3pcJzaqIp5PX { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.2482242584229rem;left:29.123756408691rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#H9M7yHfz1HBArvZlrbHnETS6HFvWp2sD { box-sizing:content-box;height:2.309125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.42613697052rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#c69UTZEaG2v4llutosp9CUpKxcatwVBn { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.7473363876344rem;left:29.123756408691rem;height:9.66601875rem;display:block; }
#WKGk3U3R1UvtB5scPTHsnRn6N8GBdK9c { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#bx07PXN4CdCbiPqlpcvbpOHLf7BZtaTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrRLchMovzCkkCgdKiSugWbF7PaFzp8L { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.142577171326rem;left:29.123756408691rem;height:2.5996125rem;font-style:italic;display:block; }
#rKuKvNtgUUdQT2zyGzEcK7pt9slBhXMf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5rem;width:26.6875rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#mN66bUdmQzRCp7dn689GHmen6fWVhemo { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7705965042114rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container { background-color: transparent; background-image: none; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container > .video-iframe-container { display: none; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row > .video-iframe-container { display: none; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .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); }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container { border-width: 0; border-radius: 0; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#MS3kGUyzOebbGtUuH2DgCvCWaADoq6tV { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.2491130828857rem;left:29.123756408691rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TFDHTCDy1w33KyNhfkWcT0ZIpCi4iUST { box-sizing:content-box;height:2.3100125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.7705965042114rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aFghCwcR9vNkBioHVmX0t8Pn6F894TAT { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:9.2489347457888rem;left:29.123756408691rem;height:10.51171875rem;display:block; }
#cKFqtDGBQto6QMLfX2cuDl7ietTCicZB { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.868607521057rem;left:29.123756408691rem;display:block; }
#XA64xqiAqdTM4Oca5Gq18uT3GOKoMrbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0C7UQCd4SLmmvEUBgT5Vq4PTXmhRCEp { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.142577171326rem;left:29.123756408691rem;height:2.5996125rem;font-style:italic;display:block; }
#pc5SOVTlCm53AnrEsMNRnHAtFmwWrmdp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:26.75rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#fyM14M2cbs1WSOe68SveVtkqB4D1RZC4 { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1123943328858rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container { background-color: transparent; background-image: none; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container > .video-iframe-container { display: none; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row > .video-iframe-container { display: none; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .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); }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container { border-width: 0; border-radius: 0; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#ugOqLATRisvTZpgsZRdwP6y4aAhsBdy2 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2499990463257rem;left:29.123756408691rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZqL42z8hbuClbd4ECr8G8dkOOQdFLzwg { box-sizing:content-box;height:2.3100125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:5.7705965042114rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rDe5BtOHJfDxUPCClSvCMkuQUKicnK6d { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1115055084229rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y1pTTAeeUoIW4Rewa7LN4HiWP1QmIMQM { color:#000000;display:block;width:27.6864375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2489347457888rem;left:29.123756408691rem;height:11.046875rem;display:block; }
#yOZ3qgWBump2OwKn6PPOcMsLObzaDPVO { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#EB4TMoTSphiM0wxWr8mLwyH9OFkQ6AT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSCNUMAD9XUwffJpVWDqd83ZzgIdgQPk { color:#000000;display:block;width:27.6873125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.447974205017rem;left:29.123756408691rem;height:2.5996125rem;font-style:italic;display:block; }
#WdI3eCBhM08VsNQ8ldoK7boL658o022Q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.625rem;width:26.875rem;top:0.87357902526856rem;left:0.74928855895994rem;overflow:hidden;display:block; }
#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container { background-color: transparent; background-image: none; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container > .video-iframe-container { display: none; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row > .video-iframe-container { display: none; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .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); }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container { border-width: 0; border-radius: 0; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#LpZZQhHwEyGUJ6ctsIdfTPaO65ur0E0q { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#tHHzqJO9fUeyXHkVE3oMSZngN5f9Jt0b { box-sizing:content-box;height:2.3109rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:7.6828832626344rem;left:29.123756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HCtheaHNqHHqEABT1UT72c05sAkufpz4 { color:#fdffff;display:block;width:12.3118125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.02379322052rem;left:29.123756408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u6J7gXNibzoozEnZoJkTSoT2nZQwPNwk { color:#000000;display:block;width:27.6873125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.436789512634rem;left:29.123756408691rem;height:9.5625rem;display:block; }
#t887c3wVxv9nmrFdTdfpXFx2GxCPJaAf { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#AKRN6g69yW9Csfbc1QWaRTmGMgchsHK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5at1HTNCGyTGxbzQsR7RTJAneIe6MSg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.625rem;width:26.875rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#QlooHasfl3TOaFIkTsTxOLgCiMGiRR8w { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.88671875rem;left:29.125rem;height:2.5996125rem;font-style:italic;display:block; }
#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container { background-color: transparent; background-image: none; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container > .video-iframe-container { display: none; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row > .video-iframe-container { display: none; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .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); }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container { border-width: 0; border-radius: 0; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#AkoOtFqTKTLZKdxb9Z0BiP8qg6yiLRm6 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#klK5p36wHNDbkGnkbp3zGQbkoRoVFwTT { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:6.11328125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#X98VwlBO9rCUeqQurG0v09k49cbyZiK3 { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.45703125rem;left:29.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E5TUxCq45uDI1aTCCr8GCTxdV5eKvi45 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.8125rem;left:29.125rem;height:9.5625rem;display:block; }
#uSTIzkhQGXM1LCFz0BV5pcXF07ZZXDZp { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#lthI4npPcSkllvdyiZfdokgHpyDndxiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvZnVmTLNmSDp3MfiPl5shfLqXpJBZ57 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:26.9375rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#B9qWFLOE4EUPe52TLABHoAFpJSUfotXd { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.88671875rem;left:29.125rem;height:2.5996125rem;font-style:italic;display:block; }
#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container { background-color: transparent; background-image: none; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container > .video-iframe-container { display: none; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row > .video-iframe-container { display: none; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .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); }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container { border-width: 0; border-radius: 0; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#Ke4AtZMC6r6u0xf0J1LmpUIOLGE1R1og { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RHOPS88zUUUgT2asVyGeSqMlqhcv6JmS { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cHTvWu7V5XEvPpzGMPcQsS1SrDIFG89N { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#urwoQ6rfeFzeTvS9BT8oGxnRh5bW37vK { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.02734375rem;left:29.125rem;height:9.5625rem;display:block; }
#Cg075dTCkLkp2T1mMRv9ZB9PvspTdksa { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#vxTEZTQELl3ZAQeTmn38AI1LkbkCJbV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTCnTvmyZgIbRiwnbkFowMfxFHewnGEK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#U6txafPZZFSzMtcyTdBcKHRhgDkilQ7x { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.63671875rem;left:29.125rem;height:2.5996125rem;font-style:italic;display:block; }
#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container { background-color: transparent; background-image: none; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container > .video-iframe-container { display: none; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row > .video-iframe-container { display: none; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .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); }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container { border-width: 0; border-radius: 0; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#omxMTM136r4Zcv6CS7udyT0PCFbKawgn { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PLqNXqoToT62xuptm4dxP1om0kXHyxf4 { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xvQV0LVnnyQakMwBP2P1rZNbhy7EDTIB { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#stUXi4uGWPoUxfcFMTfQwTaRAssqtPOM { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:11.02734375rem;left:29.125rem;height:9.34375rem;display:block; }
#GJRnsubuaGhCVXr6Wt3R8tv4nHAglKSc { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#f7L5BoBANTilpx9STXBc6Q0MRa10UrHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScnknDRREL2TvubJLXoG2o3mQLWMiSR9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#SQPOIakbdzcsQeMm6SuOWHqZExRJcf0s { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.63671875rem;left:29.125rem;height:2.5996125rem;font-style:italic;display:block; }
#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container { background-color: transparent; background-image: none; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container > .video-iframe-container { display: none; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row > .video-iframe-container { display: none; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .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); }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container { border-width: 0; border-radius: 0; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#TLVXS4CRDSuq2MQNq9O14lL6nbJmGXLO { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ICRZuHbktqlirVnxgM3vQDegSLPZvzSS { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oPHvX9FrPL4oc3SaAH1MvpST5C4Bsnua { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnOiFm9Lf2Flp5pcUiQXidKmXiWFtyVX { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.091796875rem;left:29.125rem;height:12.4277125rem;display:block; }
#ZJI22iHnCf0yLggVKLrBnEl1iEKzl3Bv { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#QB3yeTlaQ0DtyyonKOngN9P0wf8NJaF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BEa1zoJagU3HtTPX7TFwgckZQqrLb77n { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container { background-color: transparent; background-image: none; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container > .video-iframe-container { display: none; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row > .video-iframe-container { display: none; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .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); }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container { border-width: 0; border-radius: 0; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#XqAnJoQrrQQm2f6OC8BKMzgkOksgRTQN { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#nRGT2gn4QlfiFPHVuCzhdhQzBGgnUVMX { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RealnVtycdNe2xLaZLcwEWJKVGawVToW { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywCMb6Kv90q2AEwR3zhcSDCotDaNwSwM { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.091796875rem;left:29.125rem;height:11.89841875rem;display:block; }
#m6kMXq8NJyTaqmzc9hSmWqGhW79Drsk4 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#rdxbeWnyMQHgKs9GsG1RbvcdrqDs1NXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9gA3EPJSCK5w59Z1zNxTepevd38za78 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container { background-color: transparent; background-image: none; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container > .video-iframe-container { display: none; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row > .video-iframe-container { display: none; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .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); }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container { border-width: 0; border-radius: 0; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#rfaAQLAI74BL8ERdN0FlyqeoZhBV9M5f { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#uCkJ0bWHToTqKT2cHyMFKEZrfD4svTHZ { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GoeVOAU3W5xa1TBOK92RLEsSz0S1dJaR { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tivfytnoGeiUutrfC7ic2oZgv2n0ldLd { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.091796875rem;left:29.125rem;height:11.89841875rem;display:block; }
#t2dyl7JEbuGO1VuBZcEttb7eFX0uerTc { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.75rem;left:29.125rem;display:block; }
#PTQAr9qmk56HP6WuC0PTUKT2hDDfA8Pw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzCgHkguHrvkxwSORTRDBMp5PtB6sFHR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container { background-color: transparent; background-image: none; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container > .video-iframe-container { display: none; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row > .video-iframe-container { display: none; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .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); }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container { border-width: 0; border-radius: 0; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#nsGwGD6xhtD8Nshz6T27vkney4yvFBJV { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HKdTUxVxJ1SXOeUWMePkWd1OPTrie0bR { box-sizing:content-box;height:2.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#a3c4f3;background-image:none;top:8.01953125rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g8PavMtD9p6Pc8DIggWFvZS9C28rZxlX { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:29.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pp3IIfrQoQ7ivxvgWX3gSIFc8JHriLt0 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.091796875rem;left:29.125rem;height:13.38573125rem;display:block; }
#NZn73iiyORFObev0P8ZicGa69ZD6fBpe { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.4375rem;left:29.125rem;display:block; }
#Pg9dkzJsfhuX6rd4BSluZ50eWXvFZds6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHo6ccBw2KUn9O0mavcyaRck5PQNHU9m { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.6875rem;width:27.125rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy { 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; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { background-color: transparent; background-image: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container > .video-iframe-container { display: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row > .video-iframe-container { display: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .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); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { border-width: 0; border-radius: 0; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { font-size:0.875rem;font-family:arial;height:176.8125rem;width:60rem;position:relative;display:block; }#c1FyOWoVDOf1lkxTKxNrsgFfmlrItkuk { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:127.46875rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pc5AHA6UT0Fz7onIKGrdrdkihDvXfW8y { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#zI1t3GXEGyxPrDitU04fsU5J8KaeF47g { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#ZroekQZV2yWOuwZgXdXQb2dKxEFsQpB0 { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#wgoLJzxpFWyDWGH51SrN832xMsRvfvOg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#mZUA10TeNLitU0GAyaTxux7dGavlOC6d { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:141.25rem;left:44.34375rem;display:block; }
#MFK8AmxXwXCeXCBktoyKnFnHEV8OWP9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a65zvqXo6ud6niUNM1i94vb0fZzGi3ql { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#xWGDNRcv6ZTq1Pgr2vlZfOMHeaIz9vH8 { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#bGngmiyBexxAz9p7CqLy1NtOctNWuk2T { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#IXhOXg4Wf9dzfLJnJ1ayQxG53KHzyEbh { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#Ukqer3EJqZRviOGiiBpIMOUf71mB7FXh { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0fSS9otyqtKeqTPZBHB6Uz92yTK5rNg { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;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; }
#ycrLeToG21Jrkmv86f6pqW4wCe3E4mZA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#H4tQJsNWO1vWedLn06fTJBcJnAgQhtWs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#XA0MV1oO4po1GPHTwtxzHASZRRrt3Tur { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#xDKENypl306sexPKNQSFP35qkn95PgTQ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGfHI1vKGFTCxOMvH6oAV0hcyFpeenXt { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyrBiGT2wZ5oRTKzruoTkiEv7sqMNGxb { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzxxcSxEvMdzfW5zGMQu0krImT1hkeGZ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXIRLvMbsf9AbHkleI5TeoZcUymbXsr0 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cq68qWyTbCT4Xet0J0k24wfBSrcupUTW { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRDwEzx7DyfC9KIpCimcfg22I15EaEg7 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#sUkAPisoWdZx45Ao60xB6l1EprBZxzRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFCvHPyunImwXOEgPHSabkWhMXTGlzGr { color:#42464d;display:block;width:19.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:131.125rem;left:40.375rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jn3BrA8McP515AzLSqFRCOdhwWTQaBAD { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azZuJtTDFJKAZhB2gMIJrLJzO3irJudA { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZcZumy72M7CLtLG3pTKIrtHtpuTwheN { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPNhidLMEH6OPZZQCa27rRlowub8pcoI { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:10.51175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0gnaCovdbXmdR1H2ptTpVCETQgmCnWW { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#Ut5WnzkA7ebhHqmIdtQaGSZ4mBkSXtNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7vlTggEqvXVmwAFUbm5iOxrvtLVU8o5 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#uIM6bGBC80HitDzynQbt7cSfxED3gZsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qB96DedEsRwp7unuyHqFHwBJOtNnaR3x { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#NKli9dQKIwEhxFPvtEeWO56TOqn74MOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyMTAcPOw91eVJEsf7enBs6PmxGusyf9 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#Loh7hmP9LWKHZSoDGGPibKpZV5ezZwkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPN7IdwOWWusuoQH4EGiEdIsO6Acm99O { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:20rem;display:block; }
#KOwvLgUolOaeFy6HHwuValTqEsED4FZd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.625rem;top:76.625rem;left:20.125rem;overflow:hidden;display:block; }
#Nqhfa0GZ4tGrZWuwRELT2VIZn66hDHWB { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:90.875rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeqgapGDcExh5LFLqGsuEOhHlVwf3NLS { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:20.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsHNf1rve9pwiOc674tLT5R5U7EATrrL { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.75rem;left:24.34375rem;display:block; }
#LCJ75NcU8gT3CriGXx2UghSeWkfTrAeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuavrtZ8MMabQECMzdaPvho5uEbOZKyH { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:0rem;display:block; }
#guChG0nHEPUeTXFyIFdbht1XMtIZLURl { 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:13.25rem;width:19.8125rem;top:76.625rem;left:-0.03125rem;overflow:hidden;display:block; }
#wBMy6uKsWtKP1lBoRO1H5cTafptzK04P { color:#000000;display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:90.875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1P5HlwD20TLJbZJdvRn90xTfyUds7Uk { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:0.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTuXb6RictSWWThOHCS5ImJIoGWodT4e { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:4.34375rem;display:block; }
#CTuJeumdQ34mrk9i4pAuavHplLC3FTN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGm8PgsB3xRC7MqhJsiLAZ0zdGkJkDro { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:40rem;display:block; }
#MNmEpTGTwPdNWT6TfLdhGlw9dK7QmUFx { 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:13.375rem;width:19.6875rem;top:76.625rem;left:40rem;overflow:hidden;display:block; }
#dJpB6V7uepdBTgI5rEB7qqzm3EP5FtM3 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:90.875rem;left:40rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftJCfWw5irWSKx1JGpilioPmBypVNxhc { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:96.1328125rem;left:40.78125rem;height:11.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTG6xZOOkUJmeTGFAGu7rWM00ZK2HRlM { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:44.34375rem;display:block; }
#nuk80F3bSSnDdWa55CHSLzHP8F8zJ6Io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MI69NEBh65D7ZWFfir8ky6I47ZFDb8G5 { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.6875rem;width:19.75rem;top:113.125rem;left:20rem;display:block; }
#cwvX7gHLNewwQTSI9gE80VPi09quq3v7 { 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:13.375rem;width:19.6875rem;top:113.125rem;left:20rem;overflow:hidden;display:block; }
#rr5kVDaoHO2Irrab580EhbBT9flUmQ8I { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:127.375rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoRBRotnnNrTVsHhVhf8wU6G5Ff0KD1l { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:132.2578125rem;left:20rem;height:7.0078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OD4usBAGBQgQ0ROFrAfyUQE0pZt1Fozu { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:141.25rem;left:24.34375rem;display:block; }
#DOeF2TodLWA3bZcTDlHHUa09wqRHEpmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oG0pB6wpXgOyEWVHwaeG3mxR614xgaeW { position:absolute;display:block;z-index:15004;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.25rem;width:19.75rem;top:113.5625rem;left:0rem;display:block; }
#D5AZlRNKTcfN37AFu8XGrB3BeL66FkAm { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:127.375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kolyiN5sME5wlvKgn7idEnFbv89nzgPc { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:133.0625rem;left:0.78125rem;height:5.83984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t04JL3qvwyWiP8Ft8EAVBiQcNSW1SVTg { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:141.25rem;left:4.125rem;display:block; }
#MVkKbzU3KkL5IRxgBCSqLngPoLX4wEX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMsPO9s9y6u5lDgcfd64IwqUHxGNVQob { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:113.1875rem;left:0.15625rem;overflow:hidden;display:block; }
#DCE9cPE07qsMhTGmK2C5Fui8Fv797uqm { position:absolute;display:block;z-index:14997;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.25rem;width:19.75rem;top:112.5rem;left:40rem;display:block; }
#b3hK7y7Oo5nUxvGUJR0fulXhLwGmUMsR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:113.125rem;left:40rem;overflow:hidden;display:block; }
#piVFGe4eTDLNNLGCuJuO2IpPAu0UJCiA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#DQ6LAAwG2vyMTb783FQbEg5GNwZzkdho { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5983KGf94BFr8x1UlQxtZf9BlAqJxCp { color:#42464d;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:25.1875rem;left:0.78125rem;height:10.5166125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#isDqVQu15bbENQ3SRQrF3qmANgNLElrZ { background-color:#dc4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#Dp4GaVB2q5oX0LrOC3DRP2TDbnVXrCCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kK2oU6LrJDBl5F0ok8O0fyaQ96H0G7Oy { position:absolute;display:block;z-index:15005;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.75rem;width:19.75rem;top:145.4375rem;left:20rem;display:block; }
#uRZsDlMdRsOxRB8TcmkO2QeV9OcNsuQQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:145.4375rem;left:20.21875rem;overflow:hidden;display:block; }
#D9XSOdXsw8NdUS1S7v9ZnZTZaWITdJJZ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:159.1875rem;left:20rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgVqyFkucgMbAhMZbfXf6Z9txVFX9a7O { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:165.0625rem;left:20.78125rem;height:6.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D39cw4Fb2JNICS3s1yCSsc3pAtQsB2vi { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:172.3125rem;left:24.21875rem;display:block; }
#J7S07LoBODubWmgAGTU4hAsEE9HNsQHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7TgO0xJKc78Fd0PTsP0hvOgPsDwTdy1 { position:absolute;display:block;z-index:15006;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.75rem;width:19.75rem;top:145.4375rem;left:0rem;display:block; }
#abLw9WqQfGorpVWPXAPK6kWCqHrXS4z5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:145.4375rem;left:0.21875rem;overflow:hidden;display:block; }
#Thpy47Q4IOfCz6R7ZEdgWwXNPs4xG6T8 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:159.578125rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsNXUvrWu9eQ0KnbLfyisl756uUdqXuy { color:#42464d;display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:165.0625rem;left:0.5rem;height:6.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FahQzxetLE2viHfe5yTcXaXlULVzWUS7 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:172.3125rem;left:4.34375rem;display:block; }
#vHo6GtZf2lckvfXPN48uMH0lqBwGPWLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P { 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; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container { background-color: transparent; background-image: none; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container > .video-iframe-container { display: none; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row > .video-iframe-container { display: none; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .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); }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container { border-width: 0; border-radius: 0; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#XWUbMFEfTOmHldLGusLLx9HeTxCn3JKJ { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19993125rem;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; }
#GFpMGsblCBifU6bKBuNrxEO7o8Ftezu8 { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;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; }
#kVNh3ZvuFDeCNB28mPUAGRJM8VVXklqs { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#mQtbyNO9zqlfEgOC4rIvuoRrspoisSVt { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#sl2naRT2L5cCEDHs2BlwSCZrQuBqv9pO { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#I1pUxSu8iDDfwQANA6RfcU8oO7IkkKtO { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container { background-color: transparent; background-image: none; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container > .video-iframe-container { display: none; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row > .video-iframe-container { display: none; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .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); }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container { border-width: 0; border-radius: 0; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#b0UiwLMZTSFEm4EgLkUrA0ETuWdEsXPa { color:rgba(0,0,0,0.7);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.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;text-align:left;text-align-last:left;display:block; }
#wzmVacG03JroL7tlEPlIVBhiHFz5O3ki { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;height:2.19993125rem;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; }
#SSQvL0Co2LFZs0E2deQFc1b0n1FTa18Q { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#Z0hP6LJ2TqIGJlEmnXD4wO6AgFPJWVh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#daefGOkIqkn2l2BZGVBcCQ8HUTGRA5sm { 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:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#fWwrmJrslGxSepgFtcqV0Venow4iIC2y { position:relative;display:block; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y { background-color: transparent; background-image: none; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row .container > .video-iframe-container { display: none; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row > .video-iframe-container { display: none; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .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); }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y { border-width: 0; border-radius: 0; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .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; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTW9OSOcSvTX7vCuP5L84TaBnvldeouf { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQ73HtF2fsh2SFXVLFJ9wfCNCb4l6NFV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#kCqLxvGbhn4JX930Op5I3hcOdklFOhal { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#i1UH9RcSv047TOklI9lrkhqIyXZDyIg4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#sLk3sBvM6XFtXibMv4xRx9Sg1prUPrrZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#qlOv4TBE0WoNmn7hxl0rhDTk39zsRqpD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#wIcdsILVJHJblMbCLUITBdR8dsBcne9z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#iHIVqkIvwNc66OA9ciDGECioFAZi8t8h { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;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; }
#vXe1Vqw3zJlciPhyN8k5Na6gmCbUxXWz { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#ElS2dWAvvy3udWi0bsc5B3kiRiMQTkn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { background-color: transparent; background-image: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container > .video-iframe-container { display: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row > .video-iframe-container { display: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .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); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { border-width: 0; border-radius: 0; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#FhTaohnxDNaQqOMCqWM7ZP8oGl78tKVH { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zotfPK63vW1De0XnIIDxxzGbuULDgZRv { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#T0wnMXe9l6KIUlkKRmNlTuBnLsWiDyno { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#iIX2wPcnfaKJfvDsmBCsITGWJN3ow4wy { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#lal3r5dVXuT5s48y3BkEp4HriF4WTGos { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#oeyWVOVGB9MNX0thRRaaa1yCd5M04IiO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { display:block; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { width:8.125rem;height:;top:2.5rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { width:30.875rem;height:15.375rem;top:13.6875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { width:22.8125rem;height:27.5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTICAbqqtqIxmm2blP2uwbnT23TR0moM { width:33.3125rem;height:6.1875rem;top:6.6875rem;left:14.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMnnQMcfoinMOkFOFnR5fWW9aeRqiEJ { width:12.4375rem;height:2.9375rem;top:29.8125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yqZLIPKWq8Gd18gxZhC3TM7i5cXA8H { display:block; }
 }@media only screen and (max-width: 763px) { #Bbkyyk0C2O1eWyxKww5xp7GvPrgvn639 { width:12.4375rem;height:2.9375rem;top:29.8125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaPPtcPZTxWF5aKK1d9wPauDCyp8SQeT { display:block; }
 }@media only screen and (max-width: 763px) { #zN76le1cZgwokEscH91Im8PP2rqWNUxF { display:block; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARubvQ1pL9NfOwiuwaluKhHsHACM54od { top:1.6875rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #larOAD0yWCzTkB59VN0gS1C85ywndKZU { top:8.9375rem;left:19.3125rem;width:28.4375rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42RmpCB5v9fdMKZkhLCuWRWxFICqTan { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIAUxGaXHO5hLoQTwvkKasuRzgdgA5A { display:block; }
 }@media only screen and (max-width: 763px) { #b0562QLQN4Wq4XvW1v5X7JJh4SZh9tt1 { top:1.3125rem;left:16.49609375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqGqiV511Bea6qX0aSOAsg2Tq2eAUyPL { top:22.125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D89WKHJxoXFcOuaFuH7sMEWsvMBPvEBs { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8JG6F86gk5PPHdrFE75UuNvtlu1rC6 { top:5.8125rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9LMTGyMSixZpoqr3z1ZI9l1Da0rf1o { top:6.1875rem;left:22.998046875rem;width:12.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK { display:block; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLradHAdvzlBl4ph15wPsM0UIfkCm3ko { top:1.6875rem;left:17.8125rem;width:29.9375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR3F4glTI11WuDJyehpk0gT4l62dPUZG { top:8.9375rem;left:19.3125rem;width:28.4375rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etdTIpNxcSR60PNDMaFPyzMea0sWulTo { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKRwlEApPFNTyt63yL02VFw1Whw6QLx { display:block; }
 }@media only screen and (max-width: 763px) { #NaTfZcRDFBKGhOykRg5SyZTsdzAa4VHe { top:22.125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuaTPq7gqm5n8pBoqwon9UfXIAGQhoyG { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTWeyOQLqQUDgMtQC5T0lFwTBsddurF { top:5.8125rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KNGoeg99yx3mtz3RtmKbxIWRMBJ34E { top:6.1875rem;left:22.998046875rem;width:12.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO { display:block; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6sTm41PRFV7GAovdGEu5hEHlmRp7iso { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7doRfzSg3rwK1uUu5chHE5GPbbCMsU { top:6.9375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL5LLlewdp1Ehly1IrfHZMNc7e2TDVtn { top:9.9375rem;left:19.3125rem;width:28.4375rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv5Jg2rRMmRfTIwUKu2iRmsg789uDVcS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlCbaOpAxKtUU5nuqH6Qz5Km405vhfX4 { display:block; }
 }@media only screen and (max-width: 763px) { #JTvEpXnTr0ix93fTz89zTG0c1w4b8yGi { top:22.125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqTSNMvqXTQsSbqsDgpVEueP25T0iXC { top:7.375rem;left:22.998046875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAeRsxG87kJFrJcA2aOSptcAU8h863k4 { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a { display:block; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqFUlD4ClEoxDiFmEuvCe5mMNofkatTE { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Q0lCCsHU1mB5TXDkWP2G6dXJ7bEis { top:6.9375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq6mWp3x1kSDvIHUT5Zdd5Glo373a49P { top:9.9375rem;left:19.3125rem;width:28.4375rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulSTqTCgiPRO2TpvFqbDlCqhN4QD5A6 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxikrvwLlZBSPfdtKhkFCxTxs0wFx3F { display:block; }
 }@media only screen and (max-width: 763px) { #dTRuaKqA8tSXm2KUHIL3xxffDWuWMcS4 { top:22.125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHpFv4P3gzhpHmoBUT655unTsI5ggENX { top:7.375rem;left:22.998046875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwb4Hz3aMcTitr69msqVAfmRQk7eEqr { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhkvxe3wc7qSnTtM4duh7863ezwie2eL { display:block; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP3n2vNo2Tw86XAKl8vkUb3KgbTdsON0 { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6lgndEod7fA8wS135hFZ6LQgKqLEJl { top:5.375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh7HO2nUCRrg93QRDNSMT3lKRTKOS2wB { top:8.4375rem;left:19.3125rem;width:28.4375rem;height:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbouoBwS78iFmZIwEpsFOcQRWV8Hr2xG { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxs0cmTNd76vHEFvXCtznDNVsNXCb7oN { display:block; }
 }@media only screen and (max-width: 763px) { #i2so8UJvUXDsThHwBsTR8EmBTx2fg2SS { top:20.8125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OVnffw303HzSK5cPLe9A9pfdCzgJff { top:5.75rem;left:22.998046875rem;width:12.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCwQc7p4fZPqs5kMgsTrKTImB96Oig8N { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 { display:block; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFRhZOeIZT9RVG8t8BaHnHF2k6MUecFL { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1t36UuEsh16VIczZAnlJKHmPV5lNgrW { top:5.375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfOQ96kzbuLLNZcHNpMti7rDSLAaIeh { top:8.4375rem;left:19.3125rem;width:28.4375rem;height:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwPm4t6aKVoUTHRAhA47269pHxo3ZC7G { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQsZ5uwkueV5IXh8eaXgu2V4flcuDdVW { display:block; }
 }@media only screen and (max-width: 763px) { #v4dAoKGWWNd3OrRHhBcpfinZMs097z6W { top:20.8125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXd718zwoRviA6KRdgbNTHHWX2aHqgD { top:5.75rem;left:22.998046875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ2LixnseKk21X3TwDaosN247TxgU2lH { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yavySmUS9QkebPIx7Ad98NUvWyTp4ebU { display:block; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGyzKKAQFcpNKfw42pWLP34tfdHWl5fS { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzMmAKXG2EZh2M6gERP5yBvL7wH5Otd1 { top:5.375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkudoocU0Fy19vmpqouh3JVt7IvpvD3S { top:8.375rem;left:19.3125rem;width:28.4375rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpovcQ8gdSHpZXpXZsnIIONrSKS2Q6ZR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRh6JmJJMFwE5LmATixH8kf1yhGuGTiv { display:block; }
 }@media only screen and (max-width: 763px) { #yIZUZ0MTZekX0p22XLZRB5g3GOooRTci { top:21.8125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKUtzgbNtzQRZDNM3rch4fhTUOXG7uqx { top:5.75rem;left:22.998046875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApX96X04CJSbIf4SKiqZE99ZZT5tR3xo { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHekhwi4GWlLmxBuSH709S96h0oGKT02 { display:block; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSSOgDKvrqQ56uqhO256qctZTATbLC4 { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6MVro5LQep1gtoBuyHwqvSEeuE3xeb7 { top:5.375rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCt6fgvxouESoHc0Sp1P40zgBmNGQ1IV { top:8.375rem;left:19.3125rem;width:28.4375rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfN7MlfmozVxzKGo2zvZacThUqnGdTbc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMvvwdwMNTivpTdxdtGF7R9dusSpJzIF { display:block; }
 }@media only screen and (max-width: 763px) { #LlNTBx1WuTaQFTOceTNu92GAmX7Br57R { top:21.375rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIW4lcQya4vkQbW6PUWat92Oc8qULkd9 { top:5.75rem;left:22.998046875rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hfDIWrVLdv3v554h5VNcnzQdiPiprM { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1367cCWoLi1731QG2grwNWyRFvMz3po { display:block; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5nBLb7NSwIWGqnHDLLJLzTISRTF7R9O { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecESAtxtl1Eb3TBDoZEbS14sfl9oTinw { top:7.25rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzzb1vL4w37l8FHl9J2P71UQ3qBBzVZW { top:10.6875rem;left:19.3125rem;width:28.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMpDyz08MB99F7I3FR0kxvthQxG7oJa { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP4moTfTErViFF60ubOB3LfrFlVpECsQ { display:block; }
 }@media only screen and (max-width: 763px) { #eSIf2QOGIp2GKEeRZfwctT9Twia2xHM8 { top:20.9375rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJP4f8gq6giaAqDdEBlXKkA09P7UMX1E { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1NZnXbPZO81UKmsNbgmMVBAbxxW0n3 { top:7.625rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 { display:block; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu5Hx1xDXtck6tKeAU6QobMgPFRZo2Ps { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URanPO7aTl2WJqBUyRf77NNkXLmyhCek { top:7.25rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntG3c69NWL9bG72Tesq7eDCOKB0Zgvt { top:10.6875rem;left:19.3125rem;width:28.4375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU66AJHboXR4bhntmgWkC9JHwxgqDHCO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJCKwxkPHzuLHamkeIzHLEHoX4HcVG9 { display:block; }
 }@media only screen and (max-width: 763px) { #P1nELTS8x9rGwT1JihIGTkPHA06Gd6SH { top:21.875rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7EGCGmzClriRquNmZhCz5IZw7y8V7W { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDVg47GhMWBZTxtWMhfPeIfDEZrVZBDr { top:7.625rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk { display:block; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG3ACF3HXe3mK4GDrLuUPKNmFTxJK9b7 { top:1.3125rem;left:17.8125rem;width:29.9375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIPel8EJCeTlatKfeZGxRGlUr42f58m { top:6.125rem;left:22.998046875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2qBWI2kzXIsm7Jyhm4baEhdgHgqFhT { top:9.375rem;left:19.3125rem;width:28.4375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNyCFIrq9sMrTIxbxyx9y2K3Av4hlADt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szOCKtKvR9NEI9T6Wz2F4eM3db93iJ07 { display:block; }
 }@media only screen and (max-width: 763px) { #gwI3fHeGWWITsuVp3mlfRT7OLAWUeF8z { top:21.625rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFSzZy7ANw2gzQaOktrtttVnpmvT7TsT { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnH0OD721cxIC6Ud2PfLE7Hi4wDwTMm { top:6.4375rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzw2LqtpXVwXlbFzwm5PJHkZgMKtznCE { top:16.875rem;left:19.3125rem;width:28.4375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 { display:block; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3fi80wvQNMTrb5hg1aTfU2J80mPs2PP { top:1.3125rem;left:17.875rem;width:29.875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAZTKZ3mzUwrCN1VV4c6x4sduG8NexDu { top:8rem;left:22.997869491577rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTIoRc0dx5exVfb3zMJenAsTuWSur27 { top:11.375rem;left:19.3125rem;width:28.4375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2cWEOnXe0EfivuCs39NJ30hW6h48cpM { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOzF3xGZ7oSMIleQRrBepzJi0WqOwd5 { display:block; }
 }@media only screen and (max-width: 763px) { #pFAQHigA0piL2NnrNpHnUwcf5NT8OA9T { top:21.625rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9tVVgL1elH3aSNB1ptm3DuhZnlu2N2u { top:0.8125rem;left:0rem;width:26.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrLas1azZZGgIT8HI5dtTVSVor5NZUs { top:8.375rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C { display:block; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWFita410UiAFwrZfoFXF2cf1nuC6dpa { top:1.3125rem;left:17.875rem;width:29.875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnVOGmbSyoUEJzJVX1VZbhnCnQqAXHZ8 { top:8rem;left:22.997869491577rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x09P0lvLpFsgPSViWqmLIK7dq1RdNpgK { top:11.375rem;left:19.3125rem;width:28.4375rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfCQGG83MZqgythoUv4W3cAE0KAy8TGt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqg630ZdI7NVXVFpg0xnvwHbcyMcRTWp { display:block; }
 }@media only screen and (max-width: 763px) { #cJpy4TXSF3G8hJwWluTCyueDa7fyMJt1 { top:21.625rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3QgIkF3ouweaEvp4rqZn15eHJSR2Uu { top:0.8125rem;left:0rem;width:26.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rSN3HdBrq4zkUaizTafX6MB3s6S8lG { top:8.375rem;left:22.9970703125rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5ByzTJKda5URSZwESFadcdlmIAoS3r { display:block; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6amQzBl4tC8J5svdMZVRW15scJ9DhPe { top:1.3125rem;left:17.8125rem;width:29.875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdopFvtE2rp62eEnPX0g4AirQTopQMq { top:4rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtA1dSkzZ6q9DNqugQULbuckLSfQx2KT { top:7.375rem;left:17.5625rem;width:28.5rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liLJ0rmrCKWWfU4q0uOiJ8Fp5U7BOCN6 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CMoFyJk9ZbcsyGUWhDqIHi1Rs5nUqL { display:block; }
 }@media only screen and (max-width: 763px) { #hgOcNAkXoqmi9vfLq9QgvCZKgzHGCpS4 { top:21.5rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEN7vGqwdMPVMrA2uHmShm5mRabsnAE { top:0.8125rem;left:0rem;width:26.4375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxogQAUN1AsdFpTOnr8RSZLzOgU6Sbw5 { top:4.3125rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH { display:block; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAZNCtzNhEzcKx1mXaJPWF15pQKMvpX0 { top:1.3125rem;left:18.375rem;width:29.375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLlUwBQEJCagxPzTPGv8z3AbdxAf5ZpB { top:5.875rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEru2395X0GZxGCxdySgGWF63W6Xea0 { top:9.0625rem;left:17.5625rem;width:30.1875rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO7JrpnQrHrhavwHchMXIkZiZkZdzBBG { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeHUxyN2uD5cW0iOUidJTmX6O6TM2tK { display:block; }
 }@media only screen and (max-width: 763px) { #OGFgm7LVGHPE8ZgPDfICemU7qHskZXMh { top:21.5rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWVEorP6I8Sz1DlUeSVKParmZZKS6fan { top:0.8125rem;left:0rem;width:26.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoSn4AqAoRBLPsq8aBycNSC9rd7RA0l { top:6.25rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s { display:block; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZuDkkxyw6vlJf78khTk5GHDl2Ol6NbK { top:1.1875rem;left:18.3125rem;width:29.4375rem;height:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9H401MGV4P3yEo36HdAiZcTqhlnfBVZ { top:7.0625rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IQ6X8acDTwxFe6kHg5aBAAmUJk505J { top:10.5rem;left:17.5625rem;width:30.1875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6VK9sIx3wpB7I5yM9VeXizliZyDVF61 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6vibg6atuvTq0tSsuJfks6TJOck52rt { display:block; }
 }@media only screen and (max-width: 763px) { #WwQNpp9wUkMenueO1XDvbSCeIg3sVo2w { top:21.5rem;left:20.125rem;width:27.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfhz3TswtrXFqxINtlz3rbR2uMgpJu5c { top:0.8125rem;left:0rem;width:26.625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbPy1NOMRG6XpkqcHGfOTg51tOS8sL2F { top:7.4375rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 { display:block; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2Nai50bGAgM9QuSvepQ3pcJzaqIp5PX { top:1.1875rem;left:18.9375rem;width:28.8125rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7yHfz1HBArvZlrbHnETS6HFvWp2sD { top:5.375rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69UTZEaG2v4llutosp9CUpKxcatwVBn { top:8.6875rem;left:22.998756408691rem;width:22.8125rem;height:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGk3U3R1UvtB5scPTHsnRn6N8GBdK9c { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx07PXN4CdCbiPqlpcvbpOHLf7BZtaTn { display:block; }
 }@media only screen and (max-width: 763px) { #QrRLchMovzCkkCgdKiSugWbF7PaFzp8L { top:21.125rem;left:20.125rem;width:27.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuKvNtgUUdQT2zyGzEcK7pt9slBhXMf { top:0.8125rem;left:0rem;width:26.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN66bUdmQzRCp7dn689GHmen6fWVhemo { top:5.75rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO { display:block; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS3kGUyzOebbGtUuH2DgCvCWaADoq6tV { top:1.1875rem;left:16.375rem;width:31.375rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDHTCDy1w33KyNhfkWcT0ZIpCi4iUST { top:5.75rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFghCwcR9vNkBioHVmX0t8Pn6F894TAT { top:9.1875rem;left:20.125rem;width:27.625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKFqtDGBQto6QMLfX2cuDl7ietTCicZB { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA64xqiAqdTM4Oca5Gq18uT3GOKoMrbL { display:block; }
 }@media only screen and (max-width: 763px) { #n0C7UQCd4SLmmvEUBgT5Vq4PTXmhRCEp { top:21.125rem;left:20.125rem;width:27.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc5SOVTlCm53AnrEsMNRnHAtFmwWrmdp { top:0.8125rem;left:0rem;width:26.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyM14M2cbs1WSOe68SveVtkqB4D1RZC4 { top:6.0625rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 { display:block; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugOqLATRisvTZpgsZRdwP6y4aAhsBdy2 { top:1.1875rem;left:19.3125rem;width:28.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqL42z8hbuClbd4ECr8G8dkOOQdFLzwg { top:5.75rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDe5BtOHJfDxUPCClSvCMkuQUKicnK6d { top:6.0625rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1pTTAeeUoIW4Rewa7LN4HiWP1QmIMQM { top:9.1875rem;left:20.125rem;width:27.625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOZ3qgWBump2OwKn6PPOcMsLObzaDPVO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4TMoTSphiM0wxWr8mLwyH9OFkQ6AT6 { display:block; }
 }@media only screen and (max-width: 763px) { #fSCNUMAD9XUwffJpVWDqd83ZzgIdgQPk { top:21.4375rem;left:20.125rem;width:27.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdI3eCBhM08VsNQ8ldoK7boL658o022Q { top:0.8125rem;left:0rem;width:26.875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx { display:block; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpZZQhHwEyGUJ6ctsIdfTPaO65ur0E0q { top:1.1875rem;left:19.3125rem;width:28.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHzqJO9fUeyXHkVE3oMSZngN5f9Jt0b { top:7.625rem;left:22.998756408691rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtheaHNqHHqEABT1UT72c05sAkufpz4 { top:8rem;left:22.998046875rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6J7gXNibzoozEnZoJkTSoT2nZQwPNwk { top:10.375rem;left:20.125rem;width:27.625rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t887c3wVxv9nmrFdTdfpXFx2GxCPJaAf { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRN6g69yW9Csfbc1QWaRTmGMgchsHK6 { display:block; }
 }@media only screen and (max-width: 763px) { #T5at1HTNCGyTGxbzQsR7RTJAneIe6MSg { top:1.25rem;left:0rem;width:26.875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlooHasfl3TOaFIkTsTxOLgCiMGiRR8w { top:20.875rem;left:20.125rem;width:27.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThEmfuRnsTUEOost1DepCX8LeaHWaTcs { display:block; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkoOtFqTKTLZKdxb9Z0BiP8qg6yiLRm6 { top:1.25rem;left:19.3125rem;width:28.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klK5p36wHNDbkGnkbp3zGQbkoRoVFwTT { top:6.0625rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98VwlBO9rCUeqQurG0v09k49cbyZiK3 { top:6.4375rem;left:23rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TUxCq45uDI1aTCCr8GCTxdV5eKvi45 { top:9.8125rem;left:20.0625rem;width:27.6875rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTIzkhQGXM1LCFz0BV5pcXF07ZZXDZp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lthI4npPcSkllvdyiZfdokgHpyDndxiT { display:block; }
 }@media only screen and (max-width: 763px) { #xvZnVmTLNmSDp3MfiPl5shfLqXpJBZ57 { top:1.25rem;left:0rem;width:26.9375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qWFLOE4EUPe52TLABHoAFpJSUfotXd { top:20.875rem;left:20.0625rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR { display:block; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke4AtZMC6r6u0xf0J1LmpUIOLGE1R1og { top:1.25rem;left:19.3125rem;width:28.4375rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOPS88zUUUgT2asVyGeSqMlqhcv6JmS { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTvWu7V5XEvPpzGMPcQsS1SrDIFG89N { top:8.3125rem;left:23rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwoQ6rfeFzeTvS9BT8oGxnRh5bW37vK { top:11rem;left:20.0625rem;width:27.6875rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg075dTCkLkp2T1mMRv9ZB9PvspTdksa { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTEZTQELl3ZAQeTmn38AI1LkbkCJbV7 { display:block; }
 }@media only screen and (max-width: 763px) { #pTCnTvmyZgIbRiwnbkFowMfxFHewnGEK { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6txafPZZFSzMtcyTdBcKHRhgDkilQ7x { top:21.625rem;left:20.0625rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf { display:block; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omxMTM136r4Zcv6CS7udyT0PCFbKawgn { top:1.25rem;left:23rem;width:22.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLqNXqoToT62xuptm4dxP1om0kXHyxf4 { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQV0LVnnyQakMwBP2P1rZNbhy7EDTIB { top:8.3125rem;left:23rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stUXi4uGWPoUxfcFMTfQwTaRAssqtPOM { top:11rem;left:20.0625rem;width:27.6875rem;height:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJRnsubuaGhCVXr6Wt3R8tv4nHAglKSc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7L5BoBANTilpx9STXBc6Q0MRa10UrHE { display:block; }
 }@media only screen and (max-width: 763px) { #ScnknDRREL2TvubJLXoG2o3mQLWMiSR9 { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQPOIakbdzcsQeMm6SuOWHqZExRJcf0s { top:21.625rem;left:20.0625rem;width:27.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ { display:block; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLVXS4CRDSuq2MQNq9O14lL6nbJmGXLO { top:1.25rem;left:23rem;width:22.0625rem;height:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICRZuHbktqlirVnxgM3vQDegSLPZvzSS { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHvX9FrPL4oc3SaAH1MvpST5C4Bsnua { top:8.3125rem;left:23rem;width:12.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOiFm9Lf2Flp5pcUiQXidKmXiWFtyVX { top:11.0625rem;left:20.0625rem;width:27.6875rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJI22iHnCf0yLggVKLrBnEl1iEKzl3Bv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB3yeTlaQ0DtyyonKOngN9P0wf8NJaF9 { display:block; }
 }@media only screen and (max-width: 763px) { #BEa1zoJagU3HtTPX7TFwgckZQqrLb77n { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy { display:block; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqAnJoQrrQQm2f6OC8BKMzgkOksgRTQN { top:1.25rem;left:23rem;width:21.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGT2gn4QlfiFPHVuCzhdhQzBGgnUVMX { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RealnVtycdNe2xLaZLcwEWJKVGawVToW { top:8.3125rem;left:23rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCMb6Kv90q2AEwR3zhcSDCotDaNwSwM { top:11.0625rem;left:20.0625rem;width:27.6875rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kMXq8NJyTaqmzc9hSmWqGhW79Drsk4 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxbeWnyMQHgKs9GsG1RbvcdrqDs1NXT { display:block; }
 }@media only screen and (max-width: 763px) { #q9gA3EPJSCK5w59Z1zNxTepevd38za78 { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR { display:block; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaAQLAI74BL8ERdN0FlyqeoZhBV9M5f { top:1.25rem;left:18.6875rem;width:29.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCkJ0bWHToTqKT2cHyMFKEZrfD4svTHZ { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoeVOAU3W5xa1TBOK92RLEsSz0S1dJaR { top:8.3125rem;left:23rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivfytnoGeiUutrfC7ic2oZgv2n0ldLd { top:11.0625rem;left:20.0625rem;width:27.6875rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dyl7JEbuGO1VuBZcEttb7eFX0uerTc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQAr9qmk56HP6WuC0PTUKT2hDDfA8Pw { display:block; }
 }@media only screen and (max-width: 763px) { #NzCgHkguHrvkxwSORTRDBMp5PtB6sFHR { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8yc9DThSZaxBV36lGH6UNw4mRah7aE { display:block; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsGwGD6xhtD8Nshz6T27vkney4yvFBJV { top:1.25rem;left:18.6875rem;width:29.0625rem;height:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKdTUxVxJ1SXOeUWMePkWd1OPTrie0bR { top:8rem;left:23rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PavMtD9p6Pc8DIggWFvZS9C28rZxlX { top:8.3125rem;left:23rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp3IIfrQoQ7ivxvgWX3gSIFc8JHriLt0 { top:11.0625rem;left:20.0625rem;width:27.6875rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZn73iiyORFObev0P8ZicGa69ZD6fBpe { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9dkzJsfhuX6rd4BSluZ50eWXvFZds6 { display:block; }
 }@media only screen and (max-width: 763px) { #lHo6ccBw2KUn9O0mavcyaRck5PQNHU9m { top:1.25rem;left:0rem;width:27.125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy { display:block; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1FyOWoVDOf1lkxTKxNrsgFfmlrItkuk { width:19.875rem;height:3.125rem;top:127.4375rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc5AHA6UT0Fz7onIKGrdrdkihDvXfW8y { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1t3GXEGyxPrDitU04fsU5J8KaeF47g { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroekQZV2yWOuwZgXdXQb2dKxEFsQpB0 { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgoLJzxpFWyDWGH51SrN832xMsRvfvOg { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUA10TeNLitU0GAyaTxux7dGavlOC6d { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFK8AmxXwXCeXCBktoyKnFnHEV8OWP9f { display:block; }
 }@media only screen and (max-width: 763px) { #a65zvqXo6ud6niUNM1i94vb0fZzGi3ql { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWGDNRcv6ZTq1Pgr2vlZfOMHeaIz9vH8 { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGngmiyBexxAz9p7CqLy1NtOctNWuk2T { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhOXg4Wf9dzfLJnJ1ayQxG53KHzyEbh { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukqer3EJqZRviOGiiBpIMOUf71mB7FXh { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0fSS9otyqtKeqTPZBHB6Uz92yTK5rNg { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycrLeToG21Jrkmv86f6pqW4wCe3E4mZA { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tQJsNWO1vWedLn06fTJBcJnAgQhtWs { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0MV1oO4po1GPHTwtxzHASZRRrt3Tur { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDKENypl306sexPKNQSFP35qkn95PgTQ { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGfHI1vKGFTCxOMvH6oAV0hcyFpeenXt { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrBiGT2wZ5oRTKzruoTkiEv7sqMNGxb { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzxxcSxEvMdzfW5zGMQu0krImT1hkeGZ { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXIRLvMbsf9AbHkleI5TeoZcUymbXsr0 { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq68qWyTbCT4Xet0J0k24wfBSrcupUTW { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDwEzx7DyfC9KIpCimcfg22I15EaEg7 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkAPisoWdZx45Ao60xB6l1EprBZxzRT { display:block; }
 }@media only screen and (max-width: 763px) { #PFCvHPyunImwXOEgPHSabkWhMXTGlzGr { width:19.25rem;height:9.3125rem;top:131.125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3BrA8McP515AzLSqFRCOdhwWTQaBAD { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azZuJtTDFJKAZhB2gMIJrLJzO3irJudA { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZcZumy72M7CLtLG3pTKIrtHtpuTwheN { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNhidLMEH6OPZZQCa27rRlowub8pcoI { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gnaCovdbXmdR1H2ptTpVCETQgmCnWW { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5WnzkA7ebhHqmIdtQaGSZ4mBkSXtNK { display:block; }
 }@media only screen and (max-width: 763px) { #R7vlTggEqvXVmwAFUbm5iOxrvtLVU8o5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIM6bGBC80HitDzynQbt7cSfxED3gZsv { display:block; }
 }@media only screen and (max-width: 763px) { #qB96DedEsRwp7unuyHqFHwBJOtNnaR3x { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKli9dQKIwEhxFPvtEeWO56TOqn74MOT { display:block; }
 }@media only screen and (max-width: 763px) { #nyMTAcPOw91eVJEsf7enBs6PmxGusyf9 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loh7hmP9LWKHZSoDGGPibKpZV5ezZwkg { display:block; }
 }@media only screen and (max-width: 763px) { #aPN7IdwOWWusuoQH4EGiEdIsO6Acm99O { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwvLgUolOaeFy6HHwuValTqEsED4FZd { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqhfa0GZ4tGrZWuwRELT2VIZn66hDHWB { width:19.875rem;height:3.75rem;top:90.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqgapGDcExh5LFLqGsuEOhHlVwf3NLS { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHNf1rve9pwiOc674tLT5R5U7EATrrL { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJ75NcU8gT3CriGXx2UghSeWkfTrAeH { display:block; }
 }@media only screen and (max-width: 763px) { #SuavrtZ8MMabQECMzdaPvho5uEbOZKyH { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guChG0nHEPUeTXFyIFdbht1XMtIZLURl { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBMy6uKsWtKP1lBoRO1H5cTafptzK04P { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1P5HlwD20TLJbZJdvRn90xTfyUds7Uk { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTuXb6RictSWWThOHCS5ImJIoGWodT4e { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTuJeumdQ34mrk9i4pAuavHplLC3FTN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DGm8PgsB3xRC7MqhJsiLAZ0zdGkJkDro { width:19.75rem;height:35.875rem;top:76.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNmEpTGTwPdNWT6TfLdhGlw9dK7QmUFx { width:19.6875rem;height:13.375rem;top:76.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpB6V7uepdBTgI5rEB7qqzm3EP5FtM3 { width:19.875rem;height:3.75rem;top:90.875rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftJCfWw5irWSKx1JGpilioPmBypVNxhc { width:18.4375rem;height:11.6875rem;top:96.125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTG6xZOOkUJmeTGFAGu7rWM00ZK2HRlM { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuk80F3bSSnDdWa55CHSLzHP8F8zJ6Io { display:block; }
 }@media only screen and (max-width: 763px) { #MI69NEBh65D7ZWFfir8ky6I47ZFDb8G5 { width:19.75rem;height:31.6875rem;top:113.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwvX7gHLNewwQTSI9gE80VPi09quq3v7 { width:19.6875rem;height:13.375rem;top:113.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr5kVDaoHO2Irrab580EhbBT9flUmQ8I { width:19.875rem;height:3.75rem;top:127.375rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoRBRotnnNrTVsHhVhf8wU6G5Ff0KD1l { width:18.4375rem;height:7rem;top:132.25rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD4usBAGBQgQ0ROFrAfyUQE0pZt1Fozu { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOeF2TodLWA3bZcTDlHHUa09wqRHEpmn { display:block; }
 }@media only screen and (max-width: 763px) { #oG0pB6wpXgOyEWVHwaeG3mxR614xgaeW { width:19.75rem;height:31.25rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AZlRNKTcfN37AFu8XGrB3BeL66FkAm { width:19.875rem;height:3.75rem;top:127.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kolyiN5sME5wlvKgn7idEnFbv89nzgPc { width:18.4375rem;height:5.8125rem;top:133.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04JL3qvwyWiP8Ft8EAVBiQcNSW1SVTg { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkKbzU3KkL5IRxgBCSqLngPoLX4wEX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fMsPO9s9y6u5lDgcfd64IwqUHxGNVQob { width:19.5625rem;height:13.375rem;top:113.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCE9cPE07qsMhTGmK2C5Fui8Fv797uqm { width:19.75rem;height:32.25rem;top:112.5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3hK7y7Oo5nUxvGUJR0fulXhLwGmUMsR { width:19.5625rem;height:13.375rem;top:113.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piVFGe4eTDLNNLGCuJuO2IpPAu0UJCiA { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6LAAwG2vyMTb783FQbEg5GNwZzkdho { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5983KGf94BFr8x1UlQxtZf9BlAqJxCp { width:18.375rem;height:10.5rem;top:25.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDqVQu15bbENQ3SRQrF3qmANgNLElrZ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp4GaVB2q5oX0LrOC3DRP2TDbnVXrCCS { display:block; }
 }@media only screen and (max-width: 763px) { #kK2oU6LrJDBl5F0ok8O0fyaQ96H0G7Oy { width:19.75rem;height:30.75rem;top:145.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZsDlMdRsOxRB8TcmkO2QeV9OcNsuQQ { width:19.5625rem;height:13.375rem;top:145.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9XSOdXsw8NdUS1S7v9ZnZTZaWITdJJZ { width:19.875rem;height:5rem;top:159.1875rem;left:11.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgVqyFkucgMbAhMZbfXf6Z9txVFX9a7O { width:18.4375rem;height:6.3125rem;top:165.0625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39cw4Fb2JNICS3s1yCSsc3pAtQsB2vi { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7S07LoBODubWmgAGTU4hAsEE9HNsQHW { display:block; }
 }@media only screen and (max-width: 763px) { #E7TgO0xJKc78Fd0PTsP0hvOgPsDwTdy1 { width:19.75rem;height:30.75rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abLw9WqQfGorpVWPXAPK6kWCqHrXS4z5 { width:19.5625rem;height:13.375rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thpy47Q4IOfCz6R7ZEdgWwXNPs4xG6T8 { width:19.875rem;height:4.1875rem;top:159.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNXUvrWu9eQ0KnbLfyisl756uUdqXuy { width:18.625rem;height:6.375rem;top:165.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahQzxetLE2viHfe5yTcXaXlULVzWUS7 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHo6GtZf2lckvfXPN48uMH0lqBwGPWLc { display:block; }
 }@media only screen and (max-width: 763px) { #tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P { display:block; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWUbMFEfTOmHldLGusLLx9HeTxCn3JKJ { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpMGsblCBifU6bKBuNrxEO7o8Ftezu8 { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVNh3ZvuFDeCNB28mPUAGRJM8VVXklqs { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQtbyNO9zqlfEgOC4rIvuoRrspoisSVt { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl2naRT2L5cCEDHs2BlwSCZrQuBqv9pO { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pUxSu8iDDfwQANA6RfcU8oO7IkkKtO { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ { display:block; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0UiwLMZTSFEm4EgLkUrA0ETuWdEsXPa { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmVacG03JroL7tlEPlIVBhiHFz5O3ki { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSQvL0Co2LFZs0E2deQFc1b0n1FTa18Q { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0hP6LJ2TqIGJlEmnXD4wO6AgFPJWVh2 { display:block; }
 }@media only screen and (max-width: 763px) { #daefGOkIqkn2l2BZGVBcCQ8HUTGRA5sm { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWwrmJrslGxSepgFtcqV0Venow4iIC2y { display:block; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTW9OSOcSvTX7vCuP5L84TaBnvldeouf { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ73HtF2fsh2SFXVLFJ9wfCNCb4l6NFV { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqLxvGbhn4JX930Op5I3hcOdklFOhal { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UH9RcSv047TOklI9lrkhqIyXZDyIg4 { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLk3sBvM6XFtXibMv4xRx9Sg1prUPrrZ { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlOv4TBE0WoNmn7hxl0rhDTk39zsRqpD { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIcdsILVJHJblMbCLUITBdR8dsBcne9z { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHIVqkIvwNc66OA9ciDGECioFAZi8t8h { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXe1Vqw3zJlciPhyN8k5Na6gmCbUxXWz { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElS2dWAvvy3udWi0bsc5B3kiRiMQTkn5 { display:block; }
 }@media only screen and (max-width: 763px) { #zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v { display:block; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhTaohnxDNaQqOMCqWM7ZP8oGl78tKVH { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zotfPK63vW1De0XnIIDxxzGbuULDgZRv { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wnMXe9l6KIUlkKRmNlTuBnLsWiDyno { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIX2wPcnfaKJfvDsmBCsITGWJN3ow4wy { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lal3r5dVXuT5s48y3BkEp4HriF4WTGos { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyWVOVGB9MNX0thRRaaa1yCd5M04IiO { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { display:block; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { width:7.4375rem;height:1.29980625rem;top:1.25rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { width:19.125rem;height:24rem;top:33.4873046875rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { width:15.0625rem;height:18rem;top:15.4873046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTICAbqqtqIxmm2blP2uwbnT23TR0moM { width:18.0625rem;height:6.597625rem;top:7.8623046875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMnnQMcfoinMOkFOFnR5fWW9aeRqiEJ { width:12.4375rem;height:2.9375rem;top:58.146484375rem;left:3.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yqZLIPKWq8Gd18gxZhC3TM7i5cXA8H { display:block; }
 }@media only screen and (max-width: 763px) { #Bbkyyk0C2O1eWyxKww5xp7GvPrgvn639 { width:12.4375rem;height:2.9375rem;top:61.896484375rem;left:3.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaPPtcPZTxWF5aKK1d9wPauDCyp8SQeT { display:block; }
 }@media only screen and (max-width: 763px) { #zN76le1cZgwokEscH91Im8PP2rqWNUxF { display:block; }#zN76le1cZgwokEscH91Im8PP2rqWNUxF > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARubvQ1pL9NfOwiuwaluKhHsHACM54od { width:19.25rem;height:4.3125rem;top:22.375rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #larOAD0yWCzTkB59VN0gS1C85ywndKZU { width:18.5625rem;height:15.3935625rem;top:31.1484375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X42RmpCB5v9fdMKZkhLCuWRWxFICqTan { width:11.308625rem;height:2.6171875rem;top:50.314453125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIAUxGaXHO5hLoQTwvkKasuRzgdgA5A { display:block; }
 }@media only screen and (max-width: 763px) { #b0562QLQN4Wq4XvW1v5X7JJh4SZh9tt1 { display:flex;width:2.5rem;height:2.5rem;top:1.7763671875rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #RqGqiV511Bea6qX0aSOAsg2Tq2eAUyPL { width:20rem;height:2.111325rem;top:47.3916015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D89WKHJxoXFcOuaFuH7sMEWsvMBPvEBs { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8JG6F86gk5PPHdrFE75UuNvtlu1rC6 { width:12.5rem;height:2.25rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9LMTGyMSixZpoqr3z1ZI9l1Da0rf1o { width:12.25rem;height:1.4619125rem;top:28.33203125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK { display:block; }#fJ2kInGGx2Mwp6kMer9Rkf69s2XhcfCK > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLradHAdvzlBl4ph15wPsM0UIfkCm3ko { width:19.25rem;height:4.3125rem;top:22.375rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gR3F4glTI11WuDJyehpk0gT4l62dPUZG { width:18.5625rem;height:13.99413125rem;top:31.1484375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etdTIpNxcSR60PNDMaFPyzMea0sWulTo { width:11.308625rem;height:2.6171875rem;top:50.314453125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKRwlEApPFNTyt63yL02VFw1Whw6QLx { display:block; }
 }@media only screen and (max-width: 763px) { #NaTfZcRDFBKGhOykRg5SyZTsdzAa4VHe { width:20rem;height:2.111325rem;top:46.7666015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuaTPq7gqm5n8pBoqwon9UfXIAGQhoyG { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTWeyOQLqQUDgMtQC5T0lFwTBsddurF { width:12.5rem;height:2.25rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KNGoeg99yx3mtz3RtmKbxIWRMBJ34E { width:12.25rem;height:1.4619125rem;top:28.33203125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO { display:block; }#VfKfhFSwAVxhykG6yW4l5bRn1Wwc4CRO > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6sTm41PRFV7GAovdGEu5hEHlmRp7iso { width:19.25rem;height:5.75rem;top:22.375rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7doRfzSg3rwK1uUu5chHE5GPbbCMsU { width:12.5rem;height:2.30761875rem;top:29.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL5LLlewdp1Ehly1IrfHZMNc7e2TDVtn { width:18.5625rem;height:12.59475rem;top:32.5810546875rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gv5Jg2rRMmRfTIwUKu2iRmsg789uDVcS { width:11.308625rem;height:2.6171875rem;top:49.2861328125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlCbaOpAxKtUU5nuqH6Qz5Km405vhfX4 { display:block; }
 }@media only screen and (max-width: 763px) { #JTvEpXnTr0ix93fTz89zTG0c1w4b8yGi { width:20rem;height:2.111325rem;top:46.11328125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfqTSNMvqXTQsSbqsDgpVEueP25T0iXC { width:12.25rem;height:1.4619125rem;top:29.7978515625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAeRsxG87kJFrJcA2aOSptcAU8h863k4 { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a { display:block; }#N0IVI8Qz2dAevUIiM1OrE8Pt8WHmZ36a > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqFUlD4ClEoxDiFmEuvCe5mMNofkatTE { width:19.25rem;height:4.3125rem;top:22.375rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Q0lCCsHU1mB5TXDkWP2G6dXJ7bEis { width:12.5rem;height:2.30761875rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq6mWp3x1kSDvIHUT5Zdd5Glo373a49P { width:18.5625rem;height:13.994125rem;top:31.580078125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tulSTqTCgiPRO2TpvFqbDlCqhN4QD5A6 { width:11.308625rem;height:2.6171875rem;top:49.1845703125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxikrvwLlZBSPfdtKhkFCxTxs0wFx3F { display:block; }
 }@media only screen and (max-width: 763px) { #dTRuaKqA8tSXm2KUHIL3xxffDWuWMcS4 { width:20rem;height:2.111325rem;top:46.19921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHpFv4P3gzhpHmoBUT655unTsI5ggENX { width:12.25rem;height:1.4619125rem;top:28.3603515625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwb4Hz3aMcTitr69msqVAfmRQk7eEqr { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhkvxe3wc7qSnTtM4duh7863ezwie2eL { display:block; }#mhkvxe3wc7qSnTtM4duh7863ezwie2eL > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP3n2vNo2Tw86XAKl8vkUb3KgbTdsON0 { width:19.25rem;height:4.3125rem;top:22.375rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6lgndEod7fA8wS135hFZ6LQgKqLEJl { width:12.5rem;height:2.30761875rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh7HO2nUCRrg93QRDNSMT3lKRTKOS2wB { width:18.5625rem;height:13.994125rem;top:30.8935546875rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KbouoBwS78iFmZIwEpsFOcQRWV8Hr2xG { width:11.308625rem;height:2.6171875rem;top:48.6220703125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxs0cmTNd76vHEFvXCtznDNVsNXCb7oN { display:block; }
 }@media only screen and (max-width: 763px) { #i2so8UJvUXDsThHwBsTR8EmBTx2fg2SS { width:20rem;height:2.111325rem;top:45.51171875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3OVnffw303HzSK5cPLe9A9pfdCzgJff { width:12.25rem;height:1.4619125rem;top:28.3603515625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCwQc7p4fZPqs5kMgsTrKTImB96Oig8N { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 { display:block; }#KELDGTKfQWyaMpJoQJsBLbcmDrpUUDS7 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFRhZOeIZT9RVG8t8BaHnHF2k6MUecFL { width:19.25rem;height:2.875rem;top:20.6875rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u1t36UuEsh16VIczZAnlJKHmPV5lNgrW { width:12.5rem;height:2.30761875rem;top:24.451171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfOQ96kzbuLLNZcHNpMti7rDSLAaIeh { width:18.5625rem;height:15.393575rem;top:27.3017578125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RwPm4t6aKVoUTHRAhA47269pHxo3ZC7G { width:11.308625rem;height:2.6171875rem;top:44.2001953125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQsZ5uwkueV5IXh8eaXgu2V4flcuDdVW { display:block; }
 }@media only screen and (max-width: 763px) { #v4dAoKGWWNd3OrRHhBcpfinZMs097z6W { width:20rem;height:2.111325rem;top:40.6474609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcXd718zwoRviA6KRdgbNTHHWX2aHqgD { width:12.25rem;height:1.4619125rem;top:24.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ2LixnseKk21X3TwDaosN247TxgU2lH { width:20rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yavySmUS9QkebPIx7Ad98NUvWyTp4ebU { display:block; }#yavySmUS9QkebPIx7Ad98NUvWyTp4ebU > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGyzKKAQFcpNKfw42pWLP34tfdHWl5fS { width:19.25rem;height:2.875rem;top:20.75rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VzMmAKXG2EZh2M6gERP5yBvL7wH5Otd1 { width:12.5rem;height:2.30761875rem;top:24.451171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkudoocU0Fy19vmpqouh3JVt7IvpvD3S { width:18.5625rem;height:15.3935625rem;top:27.9892578125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FpovcQ8gdSHpZXpXZsnIIONrSKS2Q6ZR { width:11.308625rem;height:2.6171875rem;top:47.6376953125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRh6JmJJMFwE5LmATixH8kf1yhGuGTiv { display:block; }
 }@media only screen and (max-width: 763px) { #yIZUZ0MTZekX0p22XLZRB5g3GOooRTci { width:20rem;height:2.111325rem;top:44.2548828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKUtzgbNtzQRZDNM3rch4fhTUOXG7uqx { width:12.25rem;height:1.4619125rem;top:24.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApX96X04CJSbIf4SKiqZE99ZZT5tR3xo { width:20rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHekhwi4GWlLmxBuSH709S96h0oGKT02 { display:block; }#XHekhwi4GWlLmxBuSH709S96h0oGKT02 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSSOgDKvrqQ56uqhO256qctZTATbLC4 { width:19.25rem;height:2.5rem;top:21.4375rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #b6MVro5LQep1gtoBuyHwqvSEeuE3xeb7 { width:12.5rem;height:2.30761875rem;top:24.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCt6fgvxouESoHc0Sp1P40zgBmNGQ1IV { width:18.5625rem;height:13.994125rem;top:27.9892578125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TfN7MlfmozVxzKGo2zvZacThUqnGdTbc { width:11.308625rem;height:2.6171875rem;top:46.5751953125rem;left:4.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMvvwdwMNTivpTdxdtGF7R9dusSpJzIF { display:block; }
 }@media only screen and (max-width: 763px) { #LlNTBx1WuTaQFTOceTNu92GAmX7Br57R { width:20rem;height:2.111325rem;top:43.5673828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIW4lcQya4vkQbW6PUWat92Oc8qULkd9 { width:12.25rem;height:1.4619125rem;top:25.2978515625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hfDIWrVLdv3v554h5VNcnzQdiPiprM { width:20rem;height:19.904988123516rem;top:0.6923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1367cCWoLi1731QG2grwNWyRFvMz3po { display:block; }#E1367cCWoLi1731QG2grwNWyRFvMz3po > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5nBLb7NSwIWGqnHDLLJLzTISRTF7R9O { width:19.375rem;height:3.75rem;top:21.8125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ecESAtxtl1Eb3TBDoZEbS14sfl9oTinw { width:12.5rem;height:2.30761875rem;top:26.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzzb1vL4w37l8FHl9J2P71UQ3qBBzVZW { width:18.5625rem;height:9.795875rem;top:30.37011875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JJMpDyz08MB99F7I3FR0kxvthQxG7oJa { width:11.308625rem;height:2.6171875rem;top:44.9501953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP4moTfTErViFF60ubOB3LfrFlVpECsQ { display:block; }
 }@media only screen and (max-width: 763px) { #eSIf2QOGIp2GKEeRZfwctT9Twia2xHM8 { width:20rem;height:2.111325rem;top:41.52734375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJP4f8gq6giaAqDdEBlXKkA09P7UMX1E { width:19.4375rem;height:19.3125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1NZnXbPZO81UKmsNbgmMVBAbxxW0n3 { width:12.25rem;height:1.4619125rem;top:27.15234375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 { display:block; }#TXb5frkDn0dgEmAJO1nQ8Mqvqwln89o4 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vu5Hx1xDXtck6tKeAU6QobMgPFRZo2Ps { width:19.375rem;height:3.75rem;top:21.8125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #URanPO7aTl2WJqBUyRf77NNkXLmyhCek { width:12.5rem;height:2.30761875rem;top:26.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntG3c69NWL9bG72Tesq7eDCOKB0Zgvt { width:18.5625rem;height:12.59475rem;top:30.37011875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aU66AJHboXR4bhntmgWkC9JHwxgqDHCO { width:11.308625rem;height:2.6171875rem;top:46.8876953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJCKwxkPHzuLHamkeIzHLEHoX4HcVG9 { display:block; }
 }@media only screen and (max-width: 763px) { #P1nELTS8x9rGwT1JihIGTkPHA06Gd6SH { width:20rem;height:2.111325rem;top:44.02734375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch7EGCGmzClriRquNmZhCz5IZw7y8V7W { width:19.4375rem;height:19.3125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDVg47GhMWBZTxtWMhfPeIfDEZrVZBDr { width:12.25rem;height:1.4619125rem;top:27.15234375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk { display:block; }#xU7kGMFgeXaMDB0ZkeQoRTu93gMUupbk > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG3ACF3HXe3mK4GDrLuUPKNmFTxJK9b7 { width:19.375rem;height:2.5rem;top:21.8125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PUIPel8EJCeTlatKfeZGxRGlUr42f58m { width:12.5rem;height:2.30761875rem;top:25.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2qBWI2kzXIsm7Jyhm4baEhdgHgqFhT { width:18.5625rem;height:9.795875rem;top:29.12011875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NNyCFIrq9sMrTIxbxyx9y2K3Av4hlADt { width:11.308625rem;height:2.6171875rem;top:49.373046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szOCKtKvR9NEI9T6Wz2F4eM3db93iJ07 { display:block; }
 }@media only screen and (max-width: 763px) { #gwI3fHeGWWITsuVp3mlfRT7OLAWUeF8z { width:20rem;height:2.111325rem;top:46.3251953125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFSzZy7ANw2gzQaOktrtttVnpmvT7TsT { width:19.4375rem;height:19.3125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnH0OD721cxIC6Ud2PfLE7Hi4wDwTMm { width:12.25rem;height:1.4619125rem;top:25.90234375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzw2LqtpXVwXlbFzwm5PJHkZgMKtznCE { width:19.3125rem;height:5.59765625rem;top:39.7900390625rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 { display:block; }#Dw3dXsGdfba7gFvVLW2dbNFTT6HaDAy7 > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3fi80wvQNMTrb5hg1aTfU2J80mPs2PP { width:19.375rem;height:5rem;top:20.61079454422rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zAZTKZ3mzUwrCN1VV4c6x4sduG8NexDu { width:12.5rem;height:2.3082375rem;top:26.326454639435rem;left:2.9983260631561rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTIoRc0dx5exVfb3zMJenAsTuWSur27 { width:18.5625rem;height:13.994125rem;top:29.4580078125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y2cWEOnXe0EfivuCs39NJ30hW6h48cpM { width:11.3095625rem;height:2.6171875rem;top:47.435546875rem;left:3.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOzF3xGZ7oSMIleQRrBepzJi0WqOwd5 { display:block; }
 }@media only screen and (max-width: 763px) { #pFAQHigA0piL2NnrNpHnUwcf5NT8OA9T { width:20rem;height:2.111325rem;top:44.3642578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9tVVgL1elH3aSNB1ptm3DuhZnlu2N2u { width:19.4375rem;height:19.3125rem;top:0.62233448028564rem;left:0.25035506486893rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrLas1azZZGgIT8HI5dtTVSVor5NZUs { width:12.25rem;height:1.4619125rem;top:26.7490234375rem;left:3.123046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C { display:block; }#xJcHa3hOTGvRQ6uPyTT5TM6O3iRq3g7C > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWFita410UiAFwrZfoFXF2cf1nuC6dpa { width:19.375rem;height:3.75rem;top:20.799004673958rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DnVOGmbSyoUEJzJVX1VZbhnCnQqAXHZ8 { width:12.5rem;height:2.309125rem;top:25.4083776474rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #x09P0lvLpFsgPSViWqmLIK7dq1RdNpgK { width:18.497875rem;height:10.5rem;top:28.333634495735rem;left:0.74928975105287rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OfCQGG83MZqgythoUv4W3cAE0KAy8TGt { width:11.310375rem;height:2.618075rem;top:42.811610221863rem;left:4.3439272642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqg630ZdI7NVXVFpg0xnvwHbcyMcRTWp { display:block; }
 }@media only screen and (max-width: 763px) { #cJpy4TXSF3G8hJwWluTCyueDa7fyMJt1 { width:20rem;height:2.111325rem;top:39.712355613709rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BP3QgIkF3ouweaEvp4rqZn15eHJSR2Uu { width:19.5rem;height:19.4375rem;top:0.62233448028564rem;left:0.25035506486893rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rSN3HdBrq4zkUaizTafX6MB3s6S8lG { width:12.247875rem;height:1.46218125rem;top:25.830968022346rem;left:3.462357878685rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5ByzTJKda5URSZwESFadcdlmIAoS3r { display:block; }#Xa5ByzTJKda5URSZwESFadcdlmIAoS3r > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6amQzBl4tC8J5svdMZVRW15scJ9DhPe { width:19.375rem;height:2.5rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rsdopFvtE2rp62eEnPX0g4AirQTopQMq { width:12.5rem;height:2.3100125rem;top:24.307528138161rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtA1dSkzZ6q9DNqugQULbuckLSfQx2KT { width:18.497875rem;height:15.75rem;top:27.375710129738rem;left:0.75017756223681rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #liLJ0rmrCKWWfU4q0uOiJ8Fp5U7BOCN6 { width:11.310375rem;height:2.6189625rem;top:46.437320709229rem;left:4.3439274430275rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CMoFyJk9ZbcsyGUWhDqIHi1Rs5nUqL { display:block; }
 }@media only screen and (max-width: 763px) { #hgOcNAkXoqmi9vfLq9QgvCZKgzHGCpS4 { width:20rem;height:2.111325rem;top:43.774856567382rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwEN7vGqwdMPVMrA2uHmShm5mRabsnAE { width:19.6875rem;height:19.5rem;top:0.62233448028564rem;left:0.25035506486893rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxogQAUN1AsdFpTOnr8RSZLzOgU6Sbw5 { width:12.24875rem;height:1.46218125rem;top:24.730112671852rem;left:3.8751774430275rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH { display:block; }#nCJBfryRN4JaL6pFgwsvBEAbqigpmuvH > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAZNCtzNhEzcKx1mXaJPWF15pQKMvpX0 { width:19.375rem;height:2.5rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RLlUwBQEJCagxPzTPGv8z3AbdxAf5ZpB { width:12.5rem;height:2.3100125rem;top:24.307528138161rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEru2395X0GZxGCxdySgGWF63W6Xea0 { width:18.497875rem;height:14.4375rem;top:27.375710129738rem;left:0.75017756223681rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kO7JrpnQrHrhavwHchMXIkZiZkZdzBBG { width:11.310375rem;height:2.61985rem;top:45.688920021057rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeHUxyN2uD5cW0iOUidJTmX6O6TM2tK { display:block; }
 }@media only screen and (max-width: 763px) { #OGFgm7LVGHPE8ZgPDfICemU7qHskZXMh { width:20rem;height:2.111325rem;top:42.650917649269rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWVEorP6I8Sz1DlUeSVKParmZZKS6fan { width:19.749625rem;height:19.5623125rem;top:0.62233448028564rem;left:0.25035506486893rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoSn4AqAoRBLPsq8aBycNSC9rd7RA0l { width:12.24875rem;height:1.46218125rem;top:24.730112671852rem;left:3.8751774430275rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s { display:block; }#BEn0dPOcRhyuZDxQvngQLeNkS4HkZC1s > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZuDkkxyw6vlJf78khTk5GHDl2Ol6NbK { width:19.375rem;height:5rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D9H401MGV4P3yEo36HdAiZcTqhlnfBVZ { width:12.5rem;height:2.3109rem;top:27.143997192382rem;left:3.1551845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IQ6X8acDTwxFe6kHg5aBAAmUJk505J { width:18.49875rem;height:14.4375rem;top:30.564629554749rem;left:0.75017756223681rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w6VK9sIx3wpB7I5yM9VeXizliZyDVF61 { width:11.310375rem;height:2.6207375rem;top:49.002128601074rem;left:3.7491121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6vibg6atuvTq0tSsuJfks6TJOck52rt { display:block; }
 }@media only screen and (max-width: 763px) { #WwQNpp9wUkMenueO1XDvbSCeIg3sVo2w { width:20rem;height:2.111325rem;top:45.775922775269rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lfhz3TswtrXFqxINtlz3rbR2uMgpJu5c { width:19.8125rem;height:19.625rem;top:0.54332542419434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbPy1NOMRG6XpkqcHGfOTg51tOS8sL2F { width:12.249625rem;height:1.46218125rem;top:27.566584587097rem;left:3.2794743180275rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 { display:block; }#A6EIL0ieIO40HQ1mq2EN6wMlSfTCBxB8 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2Nai50bGAgM9QuSvepQ3pcJzaqIp5PX { width:19.375rem;height:3.75rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7yHfz1HBArvZlrbHnETS6HFvWp2sD { width:12.5rem;height:2.3117875rem;top:25.795454025269rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69UTZEaG2v4llutosp9CUpKxcatwVBn { width:18.499625rem;height:9.75rem;top:28.940873146057rem;left:0.74928969144819rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WKGk3U3R1UvtB5scPTHsnRn6N8GBdK9c { width:11.310375rem;height:2.621625rem;top:43.087712287903rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx07PXN4CdCbiPqlpcvbpOHLf7BZtaTn { display:block; }
 }@media only screen and (max-width: 763px) { #QrRLchMovzCkkCgdKiSugWbF7PaFzp8L { width:20rem;height:2.2734375rem;top:39.588955879211rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKuKvNtgUUdQT2zyGzEcK7pt9slBhXMf { width:19.875rem;height:19.75rem;top:0.54332542419434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN66bUdmQzRCp7dn689GHmen6fWVhemo { width:12.249625rem;height:1.46218125rem;top:26.218930244446rem;left:3.8742895722389rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO { display:block; }#p7e1USGwdxNvEOzl7FRRgOSbQCiVXMXO > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS3kGUyzOebbGtUuH2DgCvCWaADoq6tV { width:19.375rem;height:3.75rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TFDHTCDy1w33KyNhfkWcT0ZIpCi4iUST { width:12.5rem;height:2.3117875rem;top:25.795454025269rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFghCwcR9vNkBioHVmX0t8Pn6F894TAT { width:18.499625rem;height:13.40625rem;top:28.940873146057rem;left:0.74928969144819rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cKFqtDGBQto6QMLfX2cuDl7ietTCicZB { width:11.310375rem;height:2.6225125rem;top:46.525210380554rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA64xqiAqdTM4Oca5Gq18uT3GOKoMrbL { display:block; }
 }@media only screen and (max-width: 763px) { #n0C7UQCd4SLmmvEUBgT5Vq4PTXmhRCEp { width:20rem;height:2.2734375rem;top:43.276808738709rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pc5SOVTlCm53AnrEsMNRnHAtFmwWrmdp { width:20rem;height:19.8125rem;top:0.54332542419434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyM14M2cbs1WSOe68SveVtkqB4D1RZC4 { width:12.249625rem;height:1.46218125rem;top:26.218930244446rem;left:3.8742895722389rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 { display:block; }#cODcApTCTTT1xWtTkmuJa4gnewtBvTf5 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugOqLATRisvTZpgsZRdwP6y4aAhsBdy2 { width:19.375rem;height:3.75rem;top:21.049362182618rem;left:0.31161218881607rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZqL42z8hbuClbd4ECr8G8dkOOQdFLzwg { width:12.5rem;height:2.3117875rem;top:25.795454025269rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDe5BtOHJfDxUPCClSvCMkuQUKicnK6d { width:12.3118125rem;height:1.46218125rem;top:26.218926429749rem;left:3.8423295617104rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1pTTAeeUoIW4Rewa7LN4HiWP1QmIMQM { width:18.499625rem;height:12.1875rem;top:28.940873146057rem;left:0.74928969144819rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yOZ3qgWBump2OwKn6PPOcMsLObzaDPVO { width:11.31125rem;height:2.6234rem;top:45.525567054749rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4TMoTSphiM0wxWr8mLwyH9OFkQ6AT6 { display:block; }
 }@media only screen and (max-width: 763px) { #fSCNUMAD9XUwffJpVWDqd83ZzgIdgQPk { width:20rem;height:2.2734375rem;top:41.816405296326rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdI3eCBhM08VsNQ8ldoK7boL658o022Q { width:20rem;height:19.813953488372rem;top:0.54332542419434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx { display:block; }#PtJgiJWLfF7CvZ67KXLXvhADVIwqWeTx > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpZZQhHwEyGUJ6ctsIdfTPaO65ur0E0q { width:19.375rem;height:5rem;top:20.30078125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tHHzqJO9fUeyXHkVE3oMSZngN5f9Jt0b { width:12.5rem;height:2.3117875rem;top:25.795454025269rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtheaHNqHHqEABT1UT72c05sAkufpz4 { width:12.3118125rem;height:1.46218125rem;top:26.218926429749rem;left:3.8423295617104rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6J7gXNibzoozEnZoJkTSoT2nZQwPNwk { width:18.499625rem;height:10.96875rem;top:28.940873146057rem;left:0.74928969144819rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t887c3wVxv9nmrFdTdfpXFx2GxCPJaAf { width:11.312125rem;height:2.6242875rem;top:44.46377658844rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRN6g69yW9Csfbc1QWaRTmGMgchsHK6 { display:block; }
 }@media only screen and (max-width: 763px) { #T5at1HTNCGyTGxbzQsR7RTJAneIe6MSg { width:19.75rem;height:19.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlooHasfl3TOaFIkTsTxOLgCiMGiRR8w { width:20rem;height:2.2734375rem;top:40.691582679749rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThEmfuRnsTUEOost1DepCX8LeaHWaTcs { display:block; }#ThEmfuRnsTUEOost1DepCX8LeaHWaTcs > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkoOtFqTKTLZKdxb9Z0BiP8qg6yiLRm6 { width:19.375rem;height:2.75rem;top:20.30078125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #klK5p36wHNDbkGnkbp3zGQbkoRoVFwTT { width:12.5rem;height:2.3125rem;top:24.11328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98VwlBO9rCUeqQurG0v09k49cbyZiK3 { width:12.3125rem;height:1.46218125rem;top:24.5390625rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TUxCq45uDI1aTCCr8GCTxdV5eKvi45 { width:19.75rem;height:8.53125rem;top:27.0908203125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uSTIzkhQGXM1LCFz0BV5pcXF07ZZXDZp { width:11.3125rem;height:2.625rem;top:40.154296875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lthI4npPcSkllvdyiZfdokgHpyDndxiT { display:block; }
 }@media only screen and (max-width: 763px) { #xvZnVmTLNmSDp3MfiPl5shfLqXpJBZ57 { width:19.75rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qWFLOE4EUPe52TLABHoAFpJSUfotXd { width:20rem;height:2.2734375rem;top:36.6923828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR { display:block; }#TRE2bWMNWN7KVov5LA5ppPESTGR2sgOR > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke4AtZMC6r6u0xf0J1LmpUIOLGE1R1og { width:19.375rem;height:5.5rem;top:20.30078125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RHOPS88zUUUgT2asVyGeSqMlqhcv6JmS { width:12.5rem;height:2.3125rem;top:26.61328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTvWu7V5XEvPpzGMPcQsS1SrDIFG89N { width:12.3125rem;height:1.46218125rem;top:27.0390625rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwoQ6rfeFzeTvS9BT8oGxnRh5bW37vK { width:19.75rem;height:9.75rem;top:29.5283203125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cg075dTCkLkp2T1mMRv9ZB9PvspTdksa { width:11.3125rem;height:2.625rem;top:43.841796875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTEZTQELl3ZAQeTmn38AI1LkbkCJbV7 { display:block; }
 }@media only screen and (max-width: 763px) { #pTCnTvmyZgIbRiwnbkFowMfxFHewnGEK { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6txafPZZFSzMtcyTdBcKHRhgDkilQ7x { width:20rem;height:2.2734375rem;top:40.5673828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf { display:block; }#axKhWIB1v5ER9R3yHrOfbBkhKsqaCUgf > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omxMTM136r4Zcv6CS7udyT0PCFbKawgn { width:20rem;height:3.87890625rem;top:20.30078125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #PLqNXqoToT62xuptm4dxP1om0kXHyxf4 { width:12.5rem;height:2.3125rem;top:24.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQV0LVnnyQakMwBP2P1rZNbhy7EDTIB { width:12.3125rem;height:1.46218125rem;top:25.11328125rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stUXi4uGWPoUxfcFMTfQwTaRAssqtPOM { width:19.75rem;height:12.1875rem;top:27.7998046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GJRnsubuaGhCVXr6Wt3R8tv4nHAglKSc { width:11.3125rem;height:2.625rem;top:43.841796875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7L5BoBANTilpx9STXBc6Q0MRa10UrHE { display:block; }
 }@media only screen and (max-width: 763px) { #ScnknDRREL2TvubJLXoG2o3mQLWMiSR9 { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQPOIakbdzcsQeMm6SuOWHqZExRJcf0s { width:20rem;height:2.2734375rem;top:40.5673828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ { display:block; }#IZvJmIkpriidN6e5n2fgW5A6OthB4gaQ > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLVXS4CRDSuq2MQNq9O14lL6nbJmGXLO { width:20rem;height:3.87890625rem;top:20.30078125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ICRZuHbktqlirVnxgM3vQDegSLPZvzSS { width:12.5rem;height:2.3125rem;top:24.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHvX9FrPL4oc3SaAH1MvpST5C4Bsnua { width:12.3125rem;height:1.46218125rem;top:25.11328125rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOiFm9Lf2Flp5pcUiQXidKmXiWFtyVX { width:19.75rem;height:12.1875rem;top:27.7998046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJI22iHnCf0yLggVKLrBnEl1iEKzl3Bv { width:11.3125rem;height:2.625rem;top:40.966796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB3yeTlaQ0DtyyonKOngN9P0wf8NJaF9 { display:block; }
 }@media only screen and (max-width: 763px) { #BEa1zoJagU3HtTPX7TFwgckZQqrLb77n { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy { display:block; }#y6KNgTFppsxFzpVX8fdVb9kl8PhhdkJy > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqAnJoQrrQQm2f6OC8BKMzgkOksgRTQN { width:20rem;height:4.048825rem;top:20.30078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #nRGT2gn4QlfiFPHVuCzhdhQzBGgnUVMX { width:12.5rem;height:2.3125rem;top:24.9033203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RealnVtycdNe2xLaZLcwEWJKVGawVToW { width:12.3125rem;height:1.46218125rem;top:25.3291015625rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCMb6Kv90q2AEwR3zhcSDCotDaNwSwM { width:19.75rem;height:11.8125rem;top:27.7373046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6kMXq8NJyTaqmzc9hSmWqGhW79Drsk4 { width:11.3125rem;height:2.625rem;top:40.591796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxbeWnyMQHgKs9GsG1RbvcdrqDs1NXT { display:block; }
 }@media only screen and (max-width: 763px) { #q9gA3EPJSCK5w59Z1zNxTepevd38za78 { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR { display:block; }#pzNbP0faeGWAFhMAdRUxxXa33Q66SEIR > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfaAQLAI74BL8ERdN0FlyqeoZhBV9M5f { width:20rem;height:5.3984375rem;top:20.17578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #uCkJ0bWHToTqKT2cHyMFKEZrfD4svTHZ { width:12.5rem;height:2.3125rem;top:26.2158203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoeVOAU3W5xa1TBOK92RLEsSz0S1dJaR { width:12.3125rem;height:1.46218125rem;top:26.6416015625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivfytnoGeiUutrfC7ic2oZgv2n0ldLd { width:19.625rem;height:13.125rem;top:29.1123046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2dyl7JEbuGO1VuBZcEttb7eFX0uerTc { width:11.3125rem;height:2.625rem;top:43.091796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQAr9qmk56HP6WuC0PTUKT2hDDfA8Pw { display:block; }
 }@media only screen and (max-width: 763px) { #NzCgHkguHrvkxwSORTRDBMp5PtB6sFHR { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8yc9DThSZaxBV36lGH6UNw4mRah7aE { display:block; }#nx8yc9DThSZaxBV36lGH6UNw4mRah7aE > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsGwGD6xhtD8Nshz6T27vkney4yvFBJV { width:20rem;height:6rem;top:20.17578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HKdTUxVxJ1SXOeUWMePkWd1OPTrie0bR { width:12.5rem;height:2.3125rem;top:27.5517578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PavMtD9p6Pc8DIggWFvZS9C28rZxlX { width:12.3125rem;height:1.46218125rem;top:27.9775390625rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp3IIfrQoQ7ivxvgWX3gSIFc8JHriLt0 { width:19.625rem;height:14.4375rem;top:30.6748046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZn73iiyORFObev0P8ZicGa69ZD6fBpe { width:11.3125rem;height:2.625rem;top:46.529296875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9dkzJsfhuX6rd4BSluZ50eWXvFZds6 { display:block; }
 }@media only screen and (max-width: 763px) { #lHo6ccBw2KUn9O0mavcyaRck5PQNHU9m { width:20rem;height:19.67675rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy { background-color:#fdffff;background-image:none;display:block; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { background-color: transparent; background-image: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container > .video-iframe-container { display: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row > .video-iframe-container { display: none; }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .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); }#OErDgKJyhwctzv4CigGAkpzTQgo2Q5gy > .row .container { width:20rem;height:519.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1FyOWoVDOf1lkxTKxNrsgFfmlrItkuk { width:17.3125rem;height:3.5rem;top:428.94921875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc5AHA6UT0Fz7onIKGrdrdkihDvXfW8y { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1t3GXEGyxPrDitU04fsU5J8KaeF47g { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroekQZV2yWOuwZgXdXQb2dKxEFsQpB0 { width:19.75rem;height:32.4375rem;top:153.26171875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wgoLJzxpFWyDWGH51SrN832xMsRvfvOg { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUA10TeNLitU0GAyaTxux7dGavlOC6d { width:12.375rem;height:2.625rem;top:447.76171875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFK8AmxXwXCeXCBktoyKnFnHEV8OWP9f { display:block; }
 }@media only screen and (max-width: 763px) { #a65zvqXo6ud6niUNM1i94vb0fZzGi3ql { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWGDNRcv6ZTq1Pgr2vlZfOMHeaIz9vH8 { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGngmiyBexxAz9p7CqLy1NtOctNWuk2T { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhOXg4Wf9dzfLJnJ1ayQxG53KHzyEbh { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ukqer3EJqZRviOGiiBpIMOUf71mB7FXh { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L0fSS9otyqtKeqTPZBHB6Uz92yTK5rNg { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycrLeToG21Jrkmv86f6pqW4wCe3E4mZA { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tQJsNWO1vWedLn06fTJBcJnAgQhtWs { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0MV1oO4po1GPHTwtxzHASZRRrt3Tur { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDKENypl306sexPKNQSFP35qkn95PgTQ { width:19.875rem;height:3.5rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGfHI1vKGFTCxOMvH6oAV0hcyFpeenXt { width:19.875rem;height:3.6257125rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrBiGT2wZ5oRTKzruoTkiEv7sqMNGxb { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzxxcSxEvMdzfW5zGMQu0krImT1hkeGZ { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eXIRLvMbsf9AbHkleI5TeoZcUymbXsr0 { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq68qWyTbCT4Xet0J0k24wfBSrcupUTW { width:18.4375rem;height:10.5rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDwEzx7DyfC9KIpCimcfg22I15EaEg7 { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkAPisoWdZx45Ao60xB6l1EprBZxzRT { display:block; }
 }@media only screen and (max-width: 763px) { #PFCvHPyunImwXOEgPHSabkWhMXTGlzGr { width:19.375rem;height:12rem;top:433.44921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3BrA8McP515AzLSqFRCOdhwWTQaBAD { width:18.4375rem;height:12rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azZuJtTDFJKAZhB2gMIJrLJzO3irJudA { width:18.4375rem;height:9.666rem;top:171.85546875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZcZumy72M7CLtLG3pTKIrtHtpuTwheN { width:18.4375rem;height:10.5rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNhidLMEH6OPZZQCa27rRlowub8pcoI { width:18.4375rem;height:12rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gnaCovdbXmdR1H2ptTpVCETQgmCnWW { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5WnzkA7ebhHqmIdtQaGSZ4mBkSXtNK { display:block; }
 }@media only screen and (max-width: 763px) { #R7vlTggEqvXVmwAFUbm5iOxrvtLVU8o5 { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIM6bGBC80HitDzynQbt7cSfxED3gZsv { display:block; }
 }@media only screen and (max-width: 763px) { #qB96DedEsRwp7unuyHqFHwBJOtNnaR3x { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKli9dQKIwEhxFPvtEeWO56TOqn74MOT { display:block; }
 }@media only screen and (max-width: 763px) { #nyMTAcPOw91eVJEsf7enBs6PmxGusyf9 { width:11.3125rem;height:2.625rem;top:182.2646484375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loh7hmP9LWKHZSoDGGPibKpZV5ezZwkg { display:block; }
 }@media only screen and (max-width: 763px) { #aPN7IdwOWWusuoQH4EGiEdIsO6Acm99O { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwvLgUolOaeFy6HHwuValTqEsED4FZd { width:19.625rem;height:13.375rem;top:222.32421875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqhfa0GZ4tGrZWuwRELT2VIZn66hDHWB { width:19.875rem;height:5.25rem;top:236.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QeqgapGDcExh5LFLqGsuEOhHlVwf3NLS { width:18.4375rem;height:15rem;top:242.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHNf1rve9pwiOc674tLT5R5U7EATrrL { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJ75NcU8gT3CriGXx2UghSeWkfTrAeH { display:block; }
 }@media only screen and (max-width: 763px) { #SuavrtZ8MMabQECMzdaPvho5uEbOZKyH { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guChG0nHEPUeTXFyIFdbht1XMtIZLURl { width:19.8125rem;height:13.25rem;top:262.51171875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBMy6uKsWtKP1lBoRO1H5cTafptzK04P { width:19.125rem;height:5.25rem;top:276.51171875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q1P5HlwD20TLJbZJdvRn90xTfyUds7Uk { width:18.4375rem;height:13.5rem;top:282.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTuXb6RictSWWThOHCS5ImJIoGWodT4e { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTuJeumdQ34mrk9i4pAuavHplLC3FTN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DGm8PgsB3xRC7MqhJsiLAZ0zdGkJkDro { width:19.75rem;height:41.125rem;top:301.51171875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNmEpTGTwPdNWT6TfLdhGlw9dK7QmUFx { width:19.6875rem;height:13.375rem;top:301.51171875rem;left:0.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpB6V7uepdBTgI5rEB7qqzm3EP5FtM3 { width:19.875rem;height:5.25rem;top:315.76171875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ftJCfWw5irWSKx1JGpilioPmBypVNxhc { width:18.4375rem;height:16.5rem;top:321.69921875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTG6xZOOkUJmeTGFAGu7rWM00ZK2HRlM { width:11.3125rem;height:2.625rem;top:339.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuk80F3bSSnDdWa55CHSLzHP8F8zJ6Io { display:block; }
 }@media only screen and (max-width: 763px) { #MI69NEBh65D7ZWFfir8ky6I47ZFDb8G5 { width:19.75rem;height:37.5rem;top:343.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwvX7gHLNewwQTSI9gE80VPi09quq3v7 { width:19.625rem;height:13.375rem;top:343.88671875rem;left:0.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr5kVDaoHO2Irrab580EhbBT9flUmQ8I { width:19.875rem;height:7rem;top:358.13671875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UoRBRotnnNrTVsHhVhf8wU6G5Ff0KD1l { width:18.4375rem;height:9rem;top:366.83203125rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD4usBAGBQgQ0ROFrAfyUQE0pZt1Fozu { width:11.3125rem;height:2.625rem;top:377.44921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOeF2TodLWA3bZcTDlHHUa09wqRHEpmn { display:block; }
 }@media only screen and (max-width: 763px) { #oG0pB6wpXgOyEWVHwaeG3mxR614xgaeW { width:19.75rem;height:31.25rem;top:382.63671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AZlRNKTcfN37AFu8XGrB3BeL66FkAm { width:19.875rem;height:5.25rem;top:396.44921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kolyiN5sME5wlvKgn7idEnFbv89nzgPc { width:18.4375rem;height:6rem;top:402.13671875rem;left:0.90625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04JL3qvwyWiP8Ft8EAVBiQcNSW1SVTg { width:11.3125rem;height:2.625rem;top:410.32421875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkKbzU3KkL5IRxgBCSqLngPoLX4wEX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fMsPO9s9y6u5lDgcfd64IwqUHxGNVQob { width:19.5625rem;height:13.375rem;top:382.26171875rem;left:0.28125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCE9cPE07qsMhTGmK2C5Fui8Fv797uqm { width:19.75rem;height:37.625rem;top:414.48046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3hK7y7Oo5nUxvGUJR0fulXhLwGmUMsR { width:19.5625rem;height:13.375rem;top:414.48046875rem;left:0.4375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piVFGe4eTDLNNLGCuJuO2IpPAu0UJCiA { width:19.5625rem;height:13.375rem;top:7.44921875rem;left:0.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6LAAwG2vyMTb783FQbEg5GNwZzkdho { width:19.875rem;height:5.25rem;top:21.51171875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5983KGf94BFr8x1UlQxtZf9BlAqJxCp { width:18.375rem;height:11.6875rem;top:27.38671875rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDqVQu15bbENQ3SRQrF3qmANgNLElrZ { width:11.3125rem;height:2.625rem;top:39.79296875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp4GaVB2q5oX0LrOC3DRP2TDbnVXrCCS { display:block; }
 }@media only screen and (max-width: 763px) { #kK2oU6LrJDBl5F0ok8O0fyaQ96H0G7Oy { width:19.75rem;height:33.1875rem;top:453.35546875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZsDlMdRsOxRB8TcmkO2QeV9OcNsuQQ { width:19.5625rem;height:13.375rem;top:453.35546875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9XSOdXsw8NdUS1S7v9ZnZTZaWITdJJZ { width:19.875rem;height:6.25rem;top:467.10546875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UgVqyFkucgMbAhMZbfXf6Z9txVFX9a7O { width:18.4375rem;height:7.5rem;top:474.23046875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39cw4Fb2JNICS3s1yCSsc3pAtQsB2vi { width:11.3125rem;height:2.625rem;top:482.41796875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7S07LoBODubWmgAGTU4hAsEE9HNsQHW { display:block; }
 }@media only screen and (max-width: 763px) { #E7TgO0xJKc78Fd0PTsP0hvOgPsDwTdy1 { width:19.75rem;height:30.75rem;top:487.79296875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abLw9WqQfGorpVWPXAPK6kWCqHrXS4z5 { width:19.5625rem;height:13.375rem;top:487.79296875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thpy47Q4IOfCz6R7ZEdgWwXNPs4xG6T8 { width:19.875rem;height:4.6875rem;top:501.93359375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wsNXUvrWu9eQ0KnbLfyisl756uUdqXuy { width:18.625rem;height:6rem;top:507.41796875rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahQzxetLE2viHfe5yTcXaXlULVzWUS7 { width:11.3125rem;height:2.625rem;top:514.66796875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHo6GtZf2lckvfXPN48uMH0lqBwGPWLc { display:block; }
 }@media only screen and (max-width: 763px) { #tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P { display:block; }#tg6zpaCZk4LoEzAMTf5cUCc38eMTs13P > .row .container { width:20rem;height:52.662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWUbMFEfTOmHldLGusLLx9HeTxCn3JKJ { width:20rem;height:2.19993125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpMGsblCBifU6bKBuNrxEO7o8Ftezu8 { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kVNh3ZvuFDeCNB28mPUAGRJM8VVXklqs { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQtbyNO9zqlfEgOC4rIvuoRrspoisSVt { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl2naRT2L5cCEDHs2BlwSCZrQuBqv9pO { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pUxSu8iDDfwQANA6RfcU8oO7IkkKtO { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ { display:block; }#tOclL7n7z7nIJpSHiN26Zvng3mfbdZBZ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0UiwLMZTSFEm4EgLkUrA0ETuWdEsXPa { width:20rem;height:22.5rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzmVacG03JroL7tlEPlIVBhiHFz5O3ki { width:20rem;height:2.19993125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSQvL0Co2LFZs0E2deQFc1b0n1FTa18Q { width:18.5625rem;height:3.75rem;top:42.625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0hP6LJ2TqIGJlEmnXD4wO6AgFPJWVh2 { display:block; }
 }@media only screen and (max-width: 763px) { #daefGOkIqkn2l2BZGVBcCQ8HUTGRA5sm { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWwrmJrslGxSepgFtcqV0Venow4iIC2y { display:block; }#fWwrmJrslGxSepgFtcqV0Venow4iIC2y > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTW9OSOcSvTX7vCuP5L84TaBnvldeouf { width:20rem;height:4.00035625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wQ73HtF2fsh2SFXVLFJ9wfCNCb4l6NFV { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqLxvGbhn4JX930Op5I3hcOdklFOhal { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UH9RcSv047TOklI9lrkhqIyXZDyIg4 { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLk3sBvM6XFtXibMv4xRx9Sg1prUPrrZ { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlOv4TBE0WoNmn7hxl0rhDTk39zsRqpD { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIcdsILVJHJblMbCLUITBdR8dsBcne9z { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHIVqkIvwNc66OA9ciDGECioFAZi8t8h { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXe1Vqw3zJlciPhyN8k5Na6gmCbUxXWz { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElS2dWAvvy3udWi0bsc5B3kiRiMQTkn5 { display:block; }
 }@media only screen and (max-width: 763px) { #zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { background-color: transparent; background-image: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container > .video-iframe-container { display: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row > .video-iframe-container { display: none; }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .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); }#zXxselQ1kxXuUxTAlZNCuvH4S5BEGW7v > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhTaohnxDNaQqOMCqWM7ZP8oGl78tKVH { width:20rem;height:1.4000375rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zotfPK63vW1De0XnIIDxxzGbuULDgZRv { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wnMXe9l6KIUlkKRmNlTuBnLsWiDyno { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIX2wPcnfaKJfvDsmBCsITGWJN3ow4wy { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lal3r5dVXuT5s48y3BkEp4HriF4WTGos { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyWVOVGB9MNX0thRRaaa1yCd5M04IiO { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }