.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#464646;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:none;position:relative;display:block; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container { background-color: transparent; background-image: none; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container > .video-iframe-container { display: none; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row > .video-iframe-container { display: none; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .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); }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container { border-width: 0; border-radius: 0; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ef071c;background-image:none;color:#ffffff;padding-top:0.42125rem;padding-right:0.386875rem;padding-bottom:0.42125rem;padding-left:0.386875rem;display:block;align-items:center;width:2.318125rem;min-width:2.318125rem;height:2.26rem;position:relative;font-family:"open sans";font-size:1.6825rem;font-weight:700;line-height:36.16px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.091875rem;height:0.893125rem;position:relative;font-family:"open sans";font-size:0.63125rem;font-weight:400;line-height:14.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#f7f7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:16.375rem;height:4.259375rem;padding-top:0.525625rem;padding-right:0.55125rem;padding-bottom:0.525625rem;padding-left:0.55125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.26171875rem;left:20.072265625rem;z-index:100014; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #AiCMbqPvSy13wc6E8amS56gGImnesuZ3 { display:flex;position:relative;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Q8ZEQWQLSr5OL8kuTutWHzGU0dTofIcZ { width:auto; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #msK5qFzCNffsayXiwD3ckOBRfi4pT4JF {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #s5qpuWpi2UwgAqDIiTPhppNfb5Kqi0lL { display:flex;position:relative;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #WP51sBBln9I4eKf0Eto7EQ3mWzxEXECb {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #GM5t6zO2UP7tTwmWni8Z26Qm2VO8oG9W {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #w1i1TQcMF6sOTXhdAET9W046W9RMJ4S2 { display:flex;position:relative;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #rTnS4RHlRcdwdPClZNmHvyCTl25PvS3Z {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Lm0KLDTOLZuKeAHsws9hqp4CeUen6O6F {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Zwyaou0bLNNUUIsyqMP4qryC1OKEtTbN { display:flex;position:relative;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #VzmpVunXn65N1mGLmhbLvgoUlC3ABWK4 {  }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 #N0znXtCW2a4TJWavAZbc9LVTicWSyUiT {  }
#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container { background-color: transparent; background-image: none; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container > .video-iframe-container { display: none; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row > .video-iframe-container { display: none; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .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); }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container { border-width: 0; border-radius: 0; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#BT4PSvqq2FkcmALNLnOU8sX0s6mEG88n { color:#f3cc05;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NkTwtdgTb7peyXd06thHPEDKO1zTKVSs { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.125rem;left:9.25rem;height:18.515625rem;display:block; }
#Ryi2o6NUng9Trh5MJ4lRx8Jb34kIBFzV { color:#0960e1;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.625rem;height:5.0371125rem;display:block; }
#HLNdB0OUceCWWUIZtzOdV5MUdEhPQ2FS { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:4.75rem;left:6.625rem;display:block; }
#BbTI52wItNqyy5cL38HuOcW5tdrdmc7X { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:7.6875rem;left:6.6875rem;display:block; }
#fgeW19JwhozdEd5WBn8wqUSVm3wwkIK1 { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:10.75rem;left:6.6875rem;display:block; }
#UieTuMcUlomyecG4okTHS3ySeNAJGP1I { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:13.625rem;left:6.6875rem;display:block; }
#Ox93XVi5PthBwKOqPdMatxO5fVvLpOZM { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:16.625rem;left:6.6875rem;display:block; }
#HWcPQ5KnhgBFIIr7ETCWZ2a4V3iiDqZV { box-sizing:content-box;color:#0960e1;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:19.6875rem;left:6.6875rem;display:block; }
#n2l43pmVEk7l3AbDyohcyimEsB7fHgna { position:absolute;display:block;z-index:100002;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:60rem;top:0.875rem;left:0rem;display:block; }
#bBZWilexoCmmJbZD1oLVdUqRr0Db5ahC { background-color:#00ff07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #070707;border-left:0.25rem solid #070707;border-right:0.25rem solid #070707;border-bottom:0.25rem solid #070707;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-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.6875rem;height:6.5625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.375rem;left:10.1875rem;display:block; }
#pBGTOnPcpf9ERWKhZnJcDeaLEnXeLbZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o24XR1WcBIQKFEquIUhuzyAUNMqd3LAO { color:#0960e1;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:39.0625rem;left:10.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container { background-color: transparent; background-image: none; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container > .video-iframe-container { display: none; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row > .video-iframe-container { display: none; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .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); }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container { border-width: 0; border-radius: 0; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#Fmdu7ZP8mPsKFeIteS9C3ZL1y0z9fbPx { position:absolute;display:block;z-index:100001;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#asw52gu4OvIVv7xTCgE8PgxRGg2VTFN0 { color:#fffdfd;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:0.71875rem;left:2.5rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#nx2UvyKleUragSLU2hxk9w7NdgusRP1E { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:49.25rem;top:3.375rem;left:5.375rem;display:block; }
#XTXTuRcP7TTqGnReSVTHNxt070nLaBea { box-sizing:content-box;color:#fffdfd;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.0625rem;left:3.1875rem;display:block; }
#rU9vMLgbDx71q5UcK7T1ESl8D3qsZVLl { background-color:#00ff07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #070707;border-left:0.25rem solid #070707;border-right:0.25rem solid #070707;border-bottom:0.25rem solid #070707;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-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.25rem;height:8.25rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.5625rem;left:5.3125rem;display:block; }
#SaMTuDFJBKb1TCFg3yfD7Lq7aL1u64Gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gc6MTR88IAma5HThpZyrumlpPnwJF6xW { color:#2f2f2f;display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:37.4375rem;left:5.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container { background-color: transparent; background-image: none; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container > .video-iframe-container { display: none; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row > .video-iframe-container { display: none; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .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); }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container { border-width: 0; border-radius: 0; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#UG3rfnvizKbGo6H8FOcAi8IJJp3A8Tqz { color:#000000;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.4375rem;height:13.32425rem;text-align:center;text-align-last:center;display:block; }
#T2uZloZQk2Iopwxnv393eoGclbx01FRT { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.59375rem;height:9.75rem;display:block; }
#XtoPavBhadvTZ8CaDUvS6t4JZNact3b7 { position:absolute;display:block;z-index:100004;background-color:#fdda28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:60rem;top:0rem;left:0rem;display:block; }
#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container { background-color: transparent; background-image: none; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container > .video-iframe-container { display: none; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row > .video-iframe-container { display: none; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .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); }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container { border-width: 0; border-radius: 0; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#NTT49IAgTO6T6bKWIZeZnxH1zysydGun { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#AuhSOhK0Gqea0ZKM4fFN8q0eLn8T7QG1 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.375rem;height:6.33691875rem;text-align:left;text-align-last:left;display:block; }
#g5g0LnUp3EA8fDsyOVGuhig6cOsqBpq2 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.220703125rem;left:0.59375rem;height:8.77148125rem;text-align:left;text-align-last:left;display:block; }
#Q1OicM5hX3K6HWtN7fFPPQQyUEEyRKoD { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:29.25rem;top:5.8125rem;left:30.4375rem;overflow:hidden;display:block; }
#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container { background-color: transparent; background-image: none; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container > .video-iframe-container { display: none; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row > .video-iframe-container { display: none; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .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); }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container { border-width: 0; border-radius: 0; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#mJHAlnCdUAVh3FKylUT35uap5GRvnG6s { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.625rem;left:30rem;height:10.29589375rem;text-align:center;text-align-last:center;display:block; }
#l7p0gUE3sTK5QMb6IDWIV33TIvfQN8Dm { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:29.3125rem;top:1.125rem;left:0.3125rem;overflow:hidden;display:block; }
#xAz9TJmH2Vgy8XnOf3wGsWWMTBI8rrSP { background-color:#00ff07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #070707;border-left:0.25rem solid #070707;border-right:0.25rem solid #070707;border-bottom:0.25rem solid #070707;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-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.6875rem;height:6.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:22.8125rem;left:10.875rem;display:block; }
#px0s5JzvoAa1RHo6pnZGFzzTCK9K7PDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Aw9Nen7aGGE8bL7Uq2S9L1a5r8zVOrlo { color:#2f2f2f;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:11.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#D9rXQqJMv8phWprfrbGUGGfvcAXDGN9a { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.125rem;left:30.75rem;height:6.33691875rem;text-align:left;text-align-last:left;display:block; }
#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container { background-color: transparent; background-image: none; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container > .video-iframe-container { display: none; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row > .video-iframe-container { display: none; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .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); }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container { border-width: 0; border-radius: 0; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#K6IcD9Okm4MaUAopQR2Ay9FFO8WRaXaZ { color:#000000;display:block;width:59.25rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.375rem;height:9.26175rem;text-align:center;text-align-last:center;display:block; }
#g1X5TNDxh0GFRFWkilQZv8TfEGbhcDgl { color:#070707;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.375rem;left:0.5625rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#BiRXTJPdh4TL8bqvn2feNQ7MqudFn20R { position:absolute;display:block;z-index:100005;background-color:#fdda28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container { background-color: transparent; background-image: none; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container > .video-iframe-container { display: none; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row > .video-iframe-container { display: none; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .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); }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container { border-width: 0; border-radius: 0; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#Sd6goNTynViqfrRFWeurqwiQrCAQ4Gi4 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:6.236325rem;text-align:center;text-align-last:center;display:block; }
#DkVd59azG67BrQDgEBbOzl9FMXy09AJS { position:absolute;display:block;z-index:100002;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:59.75rem;top:0.0625rem;left:0.125rem;display:block; }
#TDByPQnbGJAQkhRaRIqym7xnlwZXtsA3 { color:#fdda28;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.84375rem;left:1.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#Jpmc4aWmshSZWLOzLhNBlTprhJXhw9DO { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:7.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#qBu4pmStSsVahQcO9qWRL5G4TpHFLaEg { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:7.5rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container { background-color: transparent; background-image: none; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container > .video-iframe-container { display: none; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row > .video-iframe-container { display: none; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .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); }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container { border-width: 0; border-radius: 0; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#J52xJdIuLtTCzi0Ga923Te4ChKU97eZw { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:6.236325rem;text-align:center;text-align-last:center;display:block; }
#Jy7crofg1JlQ6AqRt3DbekyE8mwkJ3eM { position:absolute;display:block;z-index:100002;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:59.75rem;top:0.0625rem;left:0.125rem;display:block; }
#SmRvCPQnOP3kOqbCX8XmcOTdVA0PAUKI { color:#fdda28;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.84375rem;left:1.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#XDzKTPPBEa63Nle9EewZTMZhuFv324pz { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.625rem;left:7.5rem;height:11.75780625rem;text-align:left;text-align-last:left;display:block; }
#RuEe4IdUmrbfQgPelf7ToVio71I5qvzK { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.5rem;left:7.5rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container { background-color: transparent; background-image: none; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container > .video-iframe-container { display: none; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row > .video-iframe-container { display: none; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .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); }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container { border-width: 0; border-radius: 0; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#qTHtbVPoWqILF2yAKsblVDNbVFQXf9O8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:9.2607375rem;text-align:center;text-align-last:center;display:block; }
#yb8OIMnoXTHkstJpi0FvASmNaXZXk6Od { position:absolute;display:block;z-index:100002;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:59.625rem;top:0.1875rem;left:0.1875rem;display:block; }
#EhiSeCOETJUIV8LVtSlbWh9tURZnZ68o { color:#f3cc05;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.96875rem;left:1.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#iN65g1wHOWE5JSsohGIc8FoxpI0ft3DS { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:7.5rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#fFqTnKcqViG6TaUT19P6TUMuXEQb9XtK { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.5rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;background-image:none;position:relative;display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { background-color: transparent; background-image: none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container > .video-iframe-container { display: none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row > .video-iframe-container { display: none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .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); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { border-width: 0; border-radius: 0; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#gWz28ZT6WVf6IzX1fzDJm2isVHTN90xg { color:#000000;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.5rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DHnXMPJBRwFTLIOQAkg6ou8tlexJcJAJ { color:#000000;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.5rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dktpAZwuaeM6BWZxyUBRg1yysgiIOiCB { background-color:#00ff07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #070707;border-left:0.25rem solid #070707;border-right:0.25rem solid #070707;border-bottom:0.25rem solid #070707;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-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.6875rem;height:6.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.375rem;left:10.1875rem;display:block; }
#mW8DiMy1suvqBF7C1eOEdr4BZ9IEv6RZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xu0slcaTWUzMbalXaV3NkVUGHIE6rosn { color:#2f2f2f;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:29.875rem;left:10.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container { background-color: transparent; background-image: none; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container > .video-iframe-container { display: none; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row > .video-iframe-container { display: none; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .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); }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container { border-width: 0; border-radius: 0; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#xDJRDbDZTcFFTXf5Lzg3Dw6BMoMsC9Ha { color:#000000;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kDP3kWFwrZuC61KAlQuZ2JoyewGNvLL4 { color:#070707;display:block;width:50.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.71875rem;left:3.875rem;height:6.171875rem;text-align:left;text-align-last:left;display:block; }
#zanOrJZMKe6QP9XJf8JkKvD1axN8aID7 { color:#052463;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.75rem;left:5.75rem;height:1.54296875rem;display:block; }
#TbzFhdt9pPdIrzWOPAXWen9lUsTKxaiE { box-sizing:content-box;color:#0960e1;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:8rem;left:3.3125rem;display:block; }
#WgscHOsI5GZAPTccHRZ9KCNrpgfp9loA { color:#052463;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:18.9375rem;left:6.1875rem;height:1.54296875rem;display:block; }
#NSCx1EWIL3vTxnoH2uOXxDS2nmnPpops { box-sizing:content-box;color:#0960e1;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.3125rem;left:3.4375rem;display:block; }
#FUmdEZwthWk9WgLtTwPB7R1M3GBWNb0i { color:#070707;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.875rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#pSASw2fpLqAXlyklwbMuDHUmgevnqvcZ { color:#052463;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.1875rem;left:5.75rem;height:1.54296875rem;display:block; }
#aHts0aEdlToa3y5kqBcKxD0wE634f7fn { box-sizing:content-box;color:#0960e1;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.5625rem;left:3.0625rem;display:block; }
#hz1xTyqJxk70ASm0XpapNpSKxAIJ2LDf { color:#070707;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:26.3125rem;left:3.875rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#sMOt6593hhzJz299vJl3JsJrscoH1dTE { color:#052463;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:30.8125rem;left:5.75rem;height:1.54296875rem;display:block; }
#LpTpTTOx1nFk6qv6SNUlkHkGUPZlqSmS { box-sizing:content-box;color:#0960e1;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:30.1875rem;left:3.1875rem;display:block; }
#kGfCLS6HIFSEwbD3atlgHn2HnJENMz0F { color:#070707;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:3.9375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#TNx9R8VHP30bbfoGzER6RfTP9fPac0oA { color:#052463;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.75rem;height:1.54296875rem;display:block; }
#WL5xrnKTnUCefN8enSne29MbO3NGQ4nm { box-sizing:content-box;color:#0960e1;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:38.5rem;left:3.1875rem;display:block; }
#P9panW2iyk0ADmox0i8Q1ZVJUTuRXOSK { color:#070707;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:41.25rem;left:3.875rem;height:9.2578125rem;text-align:left;text-align-last:left;display:block; }
#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container { background-color: transparent; background-image: none; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container > .video-iframe-container { display: none; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row > .video-iframe-container { display: none; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .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); }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container { border-width: 0; border-radius: 0; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#zFOdInEVGQJ3fSIxmx5I5i1McqaykCRi { color:#f3cc05;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0.125rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#bAP0CgFs3wifRXMaCUGvT61MNZcKqHbQ { position:absolute;display:block;z-index:100001;background-color:#0960e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:60rem;top:0.0625rem;left:0.0625rem;display:block; }
#JJHekaEDBhJX5NsA1xNdn3ElckMRHwBJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.125rem;width:40.6875rem;top:3.6875rem;left:9.65625rem;overflow:hidden;display:block; }
#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container { background-color: transparent; background-image: none; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container > .video-iframe-container { display: none; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row > .video-iframe-container { display: none; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .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); }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container { border-width: 0; border-radius: 0; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#MHvP5mw0FfPvgEMLevccNcbMQWgcoTRh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9375rem;width:27.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#ap6WMbm2wszLZcFAL89axcDiZVHknbI4 { color:#052463;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:27.375rem;height:6.662125rem;display:block; }
#PEZZcxtDuuyJgld34bgi80zpTacLVC6p { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.4375rem;height:24.7588rem;display:block; }
#EP1Hx3ZXMQT6zHXPPiiCfNXe68agdsmf { background-color:#00ff07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #070707;border-left:0.1875rem solid #070707;border-right:0.1875rem solid #070707;border-bottom:0.1875rem solid #070707;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-sizing:border-box;color:#052463;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:3.25rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:37.5625rem;left:27.84375rem;display:block; }
#VyIV45ngcTVJPplhD2WJDCf8RSBnul6p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FsCZLKKSBrkeUREOERTpPggNgOUD3bhd { box-sizing:content-box;color:#0f0557;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.125rem;left:5.3125rem;display:block; }
#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:none;position:relative;display:block; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { background-color: transparent; background-image: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container > .video-iframe-container { display: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row > .video-iframe-container { display: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .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); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { border-width: 0; border-radius: 0; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#MH5ZyM6VyewDkTZI4WSeGIZQ55ENbQzd { color:#464646;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:0.83203125rem;left:27.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toZLFa6kITJpnqeqqnv2mTde1riaJ4Dy { color:#464646;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0.83203125rem;left:35.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn { display:block; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 { display:flex;width:18rem;height:5.0625rem;top:1.875rem;left:18.572265625rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #AiCMbqPvSy13wc6E8amS56gGImnesuZ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Q8ZEQWQLSr5OL8kuTutWHzGU0dTofIcZ {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #msK5qFzCNffsayXiwD3ckOBRfi4pT4JF {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #s5qpuWpi2UwgAqDIiTPhppNfb5Kqi0lL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #WP51sBBln9I4eKf0Eto7EQ3mWzxEXECb {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #GM5t6zO2UP7tTwmWni8Z26Qm2VO8oG9W {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #w1i1TQcMF6sOTXhdAET9W046W9RMJ4S2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #rTnS4RHlRcdwdPClZNmHvyCTl25PvS3Z {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Lm0KLDTOLZuKeAHsws9hqp4CeUen6O6F {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Zwyaou0bLNNUUIsyqMP4qryC1OKEtTbN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #VzmpVunXn65N1mGLmhbLvgoUlC3ABWK4 {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #N0znXtCW2a4TJWavAZbc9LVTicWSyUiT {  }
 }@media only screen and (max-width: 763px) { #LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx { display:block; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT4PSvqq2FkcmALNLnOU8sX0s6mEG88n { top:1.25rem;left:0rem;width:46.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTwtdgTb7peyXd06thHPEDKO1zTKVSs { top:5.125rem;left:3.125rem;width:44.1875rem;height:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryi2o6NUng9Trh5MJ4lRx8Jb34kIBFzV { top:26.125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNdB0OUceCWWUIZtzOdV5MUdEhPQ2FS { top:4.75rem;left:0.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTI52wItNqyy5cL38HuOcW5tdrdmc7X { top:7.6875rem;left:0.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgeW19JwhozdEd5WBn8wqUSVm3wwkIK1 { top:10.75rem;left:0.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UieTuMcUlomyecG4okTHS3ySeNAJGP1I { top:13.625rem;left:0.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox93XVi5PthBwKOqPdMatxO5fVvLpOZM { top:16.625rem;left:0.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWcPQ5KnhgBFIIr7ETCWZ2a4V3iiDqZV { top:19.6875rem;left:0.5625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2l43pmVEk7l3AbDyohcyimEsB7fHgna { top:0.875rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBZWilexoCmmJbZD1oLVdUqRr0Db5ahC { width:39.6875rem;height:6.5625rem;top:34.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBGTOnPcpf9ERWKhZnJcDeaLEnXeLbZN { display:block; }
 }@media only screen and (max-width: 763px) { #o24XR1WcBIQKFEquIUhuzyAUNMqd3LAO { top:39.0625rem;left:4.375rem;width:38.875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW { display:block; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmdu7ZP8mPsKFeIteS9C3ZL1y0z9fbPx { top:0rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asw52gu4OvIVv7xTCgE8PgxRGg2VTFN0 { top:0.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2UvyKleUragSLU2hxk9w7NdgusRP1E { top:3.375rem;left:0rem;width:47.75rem;height:26.723032994924rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTXTuRcP7TTqGnReSVTHNxt070nLaBea { top:0.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU9vMLgbDx71q5UcK7T1ESl8D3qsZVLl { width:46.75rem;height:8.25rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaMTuDFJBKb1TCFg3yfD7Lq7aL1u64Gg { display:block; }
 }@media only screen and (max-width: 763px) { #gc6MTR88IAma5HThpZyrumlpPnwJF6xW { top:37.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi { display:block; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UG3rfnvizKbGo6H8FOcAi8IJJp3A8Tqz { top:0.9375rem;left:0rem;width:47.75rem;height:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2uZloZQk2Iopwxnv393eoGclbx01FRT { top:16.75rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtoPavBhadvTZ8CaDUvS6t4JZNact3b7 { top:0rem;left:0rem;width:47.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh { display:block; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTT49IAgTO6T6bKWIZeZnxH1zysydGun { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuhSOhK0Gqea0ZKM4fFN8q0eLn8T7QG1 { top:5.8125rem;left:0rem;width:29.25rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5g0LnUp3EA8fDsyOVGuhig6cOsqBpq2 { top:13.1875rem;left:0rem;width:28.8125rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1OicM5hX3K6HWtN7fFPPQQyUEEyRKoD { top:5.8125rem;left:18.5rem;width:29.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E22rXNJmBnF7xzkC9BPTSTkywCueAHyB { display:block; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJHAlnCdUAVh3FKylUT35uap5GRvnG6s { top:8.625rem;left:18.8125rem;width:28.9375rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7p0gUE3sTK5QMb6IDWIV33TIvfQN8Dm { top:1.125rem;left:0rem;width:29.3125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAz9TJmH2Vgy8XnOf3wGsWWMTBI8rrSP { width:39.6875rem;height:6.5rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0s5JzvoAa1RHo6pnZGFzzTCK9K7PDq { display:block; }
 }@media only screen and (max-width: 763px) { #Aw9Nen7aGGE8bL7Uq2S9L1a5r8zVOrlo { top:27.3125rem;left:0rem;width:39.0625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9rXQqJMv8phWprfrbGUGGfvcAXDGN9a { top:1.125rem;left:18.5rem;width:29.25rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8HvXHk9icHen1az0oBW4Oqf6PWTigTn { display:block; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6IcD9Okm4MaUAopQR2Ay9FFO8WRaXaZ { top:0.6875rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1X5TNDxh0GFRFWkilQZv8TfEGbhcDgl { top:11.375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiRXTJPdh4TL8bqvn2feNQ7MqudFn20R { top:0rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 { display:block; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd6goNTynViqfrRFWeurqwiQrCAQ4Gi4 { top:5.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkVd59azG67BrQDgEBbOzl9FMXy09AJS { top:0.0625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDByPQnbGJAQkhRaRIqym7xnlwZXtsA3 { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpmc4aWmshSZWLOzLhNBlTprhJXhw9DO { top:12.6875rem;left:1.375rem;width:44.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBu4pmStSsVahQcO9qWRL5G4TpHFLaEg { top:17.3125rem;left:1.375rem;width:44.9375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw { display:block; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J52xJdIuLtTCzi0Ga923Te4ChKU97eZw { top:5.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7crofg1JlQ6AqRt3DbekyE8mwkJ3eM { top:0.0625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmRvCPQnOP3kOqbCX8XmcOTdVA0PAUKI { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDzKTPPBEa63Nle9EewZTMZhuFv324pz { top:12.625rem;left:1.375rem;width:44.9375rem;height:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEe4IdUmrbfQgPelf7ToVio71I5qvzK { top:28.5rem;left:1.375rem;width:44.9375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc { display:block; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTHtbVPoWqILF2yAKsblVDNbVFQXf9O8 { top:5.1875rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb8OIMnoXTHkstJpi0FvASmNaXZXk6Od { top:0.1875rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhiSeCOETJUIV8LVtSlbWh9tURZnZ68o { top:0.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN65g1wHOWE5JSsohGIc8FoxpI0ft3DS { top:15.4375rem;left:1.375rem;width:44.9375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFqTnKcqViG6TaUT19P6TUMuXEQb9XtK { top:23.1875rem;left:1.375rem;width:44.9375rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWz28ZT6WVf6IzX1fzDJm2isVHTN90xg { top:8.9375rem;left:0rem;width:47.75rem;height:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHnXMPJBRwFTLIOQAkg6ou8tlexJcJAJ { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dktpAZwuaeM6BWZxyUBRg1yysgiIOiCB { width:39.6875rem;height:6.5rem;top:25.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW8DiMy1suvqBF7C1eOEdr4BZ9IEv6RZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xu0slcaTWUzMbalXaV3NkVUGHIE6rosn { top:29.875rem;left:4.1875rem;width:39.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB { display:block; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDJRDbDZTcFFTXf5Lzg3Dw6BMoMsC9Ha { top:1.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDP3kWFwrZuC61KAlQuZ2JoyewGNvLL4 { top:10.6875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zanOrJZMKe6QP9XJf8JkKvD1axN8aID7 { top:8.75rem;left:0rem;width:34.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzFhdt9pPdIrzWOPAXWen9lUsTKxaiE { top:8rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgscHOsI5GZAPTccHRZ9KCNrpgfp9loA { top:18.9375rem;left:0.0625rem;width:34.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCx1EWIL3vTxnoH2uOXxDS2nmnPpops { top:18.3125rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmdEZwthWk9WgLtTwPB7R1M3GBWNb0i { top:20.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSASw2fpLqAXlyklwbMuDHUmgevnqvcZ { top:24.1875rem;left:0rem;width:34.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHts0aEdlToa3y5kqBcKxD0wE634f7fn { top:23.5625rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1xTyqJxk70ASm0XpapNpSKxAIJ2LDf { top:26.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMOt6593hhzJz299vJl3JsJrscoH1dTE { top:30.8125rem;left:0rem;width:34.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTpTTOx1nFk6qv6SNUlkHkGUPZlqSmS { top:30.1875rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGfCLS6HIFSEwbD3atlgHn2HnJENMz0F { top:32.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNx9R8VHP30bbfoGzER6RfTP9fPac0oA { top:39.125rem;left:0rem;width:34.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5xrnKTnUCefN8enSne29MbO3NGQ4nm { top:38.5rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9panW2iyk0ADmox0i8Q1ZVJUTuRXOSK { top:41.25rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByLnX8Vb8424GeZizMNnfXRI1XD3IkS { display:block; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFOdInEVGQJ3fSIxmx5I5i1McqaykCRi { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAP0CgFs3wifRXMaCUGvT61MNZcKqHbQ { top:0.0625rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJHekaEDBhJX5NsA1xNdn3ElckMRHwBJ { top:3.6875rem;left:3.53125rem;width:40.6875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX { display:block; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHvP5mw0FfPvgEMLevccNcbMQWgcoTRh { top:1.125rem;left:0rem;width:27.0625rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6WMbm2wszLZcFAL89axcDiZVHknbI4 { top:0.9375rem;left:16.1875rem;width:31.5625rem;height:6.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZZcxtDuuyJgld34bgi80zpTacLVC6p { top:8.8125rem;left:16.375rem;width:31.375rem;height:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1Hx3ZXMQT6zHXPPiiCfNXe68agdsmf { width:30.625rem;height:3.25rem;top:37.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIV45ngcTVJPplhD2WJDCf8RSBnul6p { display:block; }
 }@media only screen and (max-width: 763px) { #FsCZLKKSBrkeUREOERTpPggNgOUD3bhd { top:0.125rem;left:0rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT { display:block; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH5ZyM6VyewDkTZI4WSeGIZQ55ENbQzd { width:4.5rem;height:1.4375rem;top:0.8125rem;left:21.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toZLFa6kITJpnqeqqnv2mTde1riaJ4Dy { width:4.5rem;height:1.4375rem;top:0.8125rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn { display:block; }#Bt9TrwB0Z0PwiBRT0M8ohuoAPCHli6kn > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-number { padding-top:0.4225rem;padding-right:0.3725rem;padding-bottom:0.4225rem;padding-left:0.3725rem;width:2.23625rem;min-width:2.23625rem;height:2.271875rem;font-size:1.690625rem;line-height:36.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.264375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.981875rem;height:0.898125rem;font-size:0.63375rem;line-height:14.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xi75w7CHS3TPE6tEozJ412HwCDydink1 { display:flex;width:15.9375rem;height:4.279375rem;top:0.5rem;left:2.009765625rem;padding-top:0.444375rem;padding-right:0.469375rem;padding-bottom:0.444375rem;padding-left:0.469375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #AiCMbqPvSy13wc6E8amS56gGImnesuZ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Q8ZEQWQLSr5OL8kuTutWHzGU0dTofIcZ {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #msK5qFzCNffsayXiwD3ckOBRfi4pT4JF {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #s5qpuWpi2UwgAqDIiTPhppNfb5Kqi0lL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #WP51sBBln9I4eKf0Eto7EQ3mWzxEXECb {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #GM5t6zO2UP7tTwmWni8Z26Qm2VO8oG9W {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #w1i1TQcMF6sOTXhdAET9W046W9RMJ4S2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #rTnS4RHlRcdwdPClZNmHvyCTl25PvS3Z {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Lm0KLDTOLZuKeAHsws9hqp4CeUen6O6F {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #Zwyaou0bLNNUUIsyqMP4qryC1OKEtTbN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #VzmpVunXn65N1mGLmhbLvgoUlC3ABWK4 {  }
 }@media only screen and (max-width: 763px) { #Xi75w7CHS3TPE6tEozJ412HwCDydink1 #N0znXtCW2a4TJWavAZbc9LVTicWSyUiT {  }
 }@media only screen and (max-width: 763px) { #LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx { display:block; }#LDPDtr9oiwwhLL9uv2hsbTTTLCg0rkZx > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT4PSvqq2FkcmALNLnOU8sX0s6mEG88n { width:20rem;height:3.57421875rem;top:0.8125rem;left:0rem;font-size:1.375rem;color:#eecd1c;display:block; }
 }@media only screen and (max-width: 763px) { #NkTwtdgTb7peyXd06thHPEDKO1zTKVSs { width:17.4375rem;height:37.03125rem;top:8.125rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryi2o6NUng9Trh5MJ4lRx8Jb34kIBFzV { width:20rem;height:6.5rem;top:47rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLNdB0OUceCWWUIZtzOdV5MUdEhPQ2FS { width:2.25rem;height:2.25rem;top:7.8125rem;left:0.0625rem;font-size:1.5625rem;color:#0960e1;display:block; }
 }@media only screen and (max-width: 763px) { #BbTI52wItNqyy5cL38HuOcW5tdrdmc7X { width:2.25rem;height:2.25rem;top:13.8125rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgeW19JwhozdEd5WBn8wqUSVm3wwkIK1 { width:2.25rem;height:2.25rem;top:19.9375rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UieTuMcUlomyecG4okTHS3ySeNAJGP1I { width:2.25rem;height:2.25rem;top:26.25rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox93XVi5PthBwKOqPdMatxO5fVvLpOZM { width:2.25rem;height:2.25rem;top:32.4375rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWcPQ5KnhgBFIIr7ETCWZ2a4V3iiDqZV { width:2.25rem;height:2.25rem;top:38.625rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2l43pmVEk7l3AbDyohcyimEsB7fHgna { width:20rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBZWilexoCmmJbZD1oLVdUqRr0Db5ahC { width:18.5rem;height:5.8125rem;top:55.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBGTOnPcpf9ERWKhZnJcDeaLEnXeLbZN { display:block; }
 }@media only screen and (max-width: 763px) { #o24XR1WcBIQKFEquIUhuzyAUNMqd3LAO { width:17.875rem;height:2.111325rem;top:59.125rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW { display:block; }#BdQn94enQ5vIsoRQMzwtlsGwLeTJApSW > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmdu7ZP8mPsKFeIteS9C3ZL1y0z9fbPx { width:20rem;height:6.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asw52gu4OvIVv7xTCgE8PgxRGg2VTFN0 { width:20rem;height:2.923825rem;top:3.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2UvyKleUragSLU2hxk9w7NdgusRP1E { height:11.191375rem;width:20rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTXTuRcP7TTqGnReSVTHNxt070nLaBea { width:2.75rem;height:2.75rem;top:0.4375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU9vMLgbDx71q5UcK7T1ESl8D3qsZVLl { width:20rem;height:7.625rem;top:21.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaMTuDFJBKb1TCFg3yfD7Lq7aL1u64Gg { display:block; }
 }@media only screen and (max-width: 763px) { #gc6MTR88IAma5HThpZyrumlpPnwJF6xW { width:18.25rem;height:2.2734375rem;top:26.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi { display:block; }#wtnhWX9uoZk7cW2kTNLoPHFcSNtCQUFi > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UG3rfnvizKbGo6H8FOcAi8IJJp3A8Tqz { width:20rem;height:10.722625rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #T2uZloZQk2Iopwxnv393eoGclbx01FRT { width:20rem;height:20.05859375rem;top:14.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtoPavBhadvTZ8CaDUvS6t4JZNact3b7 { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh { display:block; }#TdFvTnF0wBVCBTBpleWucPx8iGtuM1kh > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTT49IAgTO6T6bKWIZeZnxH1zysydGun { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #AuhSOhK0Gqea0ZKM4fFN8q0eLn8T7QG1 { width:20rem;height:4.1425875rem;top:20.125rem;left:0rem;font-size:1.0625rem;color:#f7f7ff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5g0LnUp3EA8fDsyOVGuhig6cOsqBpq2 { width:20rem;height:12.49025rem;top:24.875rem;left:0rem;font-size:1.0625rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1OicM5hX3K6HWtN7fFPPQQyUEEyRKoD { width:20rem;height:12.5185625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E22rXNJmBnF7xzkC9BPTSTkywCueAHyB { display:block; }#E22rXNJmBnF7xzkC9BPTSTkywCueAHyB > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJHAlnCdUAVh3FKylUT35uap5GRvnG6s { width:20rem;height:13.8085875rem;top:19.474609375rem;left:0rem;font-size:1.0625rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7p0gUE3sTK5QMb6IDWIV33TIvfQN8Dm { width:20rem;height:12.537125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAz9TJmH2Vgy8XnOf3wGsWWMTBI8rrSP { width:18.5rem;height:6.5rem;top:34.0625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0s5JzvoAa1RHo6pnZGFzzTCK9K7PDq { display:block; }
 }@media only screen and (max-width: 763px) { #Aw9Nen7aGGE8bL7Uq2S9L1a5r8zVOrlo { width:18.0625rem;height:2.2734375rem;top:37.875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9rXQqJMv8phWprfrbGUGGfvcAXDGN9a { width:20rem;height:4.1425875rem;top:14.787109375rem;left:0rem;font-size:1.0625rem;color:#f7f7ff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8HvXHk9icHen1az0oBW4Oqf6PWTigTn { display:block; }#J8HvXHk9icHen1az0oBW4Oqf6PWTigTn > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6IcD9Okm4MaUAopQR2Ay9FFO8WRaXaZ { width:20rem;height:5.84765625rem;top:0.625rem;left:0rem;font-size:1.5rem;color:#f7f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #g1X5TNDxh0GFRFWkilQZv8TfEGbhcDgl { width:20rem;height:3.0859375rem;top:7.8125rem;left:0rem;font-size:1.1875rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #BiRXTJPdh4TL8bqvn2feNQ7MqudFn20R { width:20rem;height:7.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 { display:block; }#n9yxGdm6D7Brwpk995mhsDN30gO6hBU9 > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd6goNTynViqfrRFWeurqwiQrCAQ4Gi4 { width:20rem;height:5.91015625rem;top:3.125rem;left:0rem;font-size:1.5rem;color:#f7f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #DkVd59azG67BrQDgEBbOzl9FMXy09AJS { width:20rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDByPQnbGJAQkhRaRIqym7xnlwZXtsA3 { width:20rem;height:1.3808625rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpmc4aWmshSZWLOzLhNBlTprhJXhw9DO { width:20rem;height:5.19921875rem;top:9.71875rem;left:0rem;font-size:1rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBu4pmStSsVahQcO9qWRL5G4TpHFLaEg { width:20rem;height:3.0859375rem;top:16.03125rem;left:0rem;font-size:1.1875rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw { display:block; }#i1XphNfrdw4tNJz1k6JT4qDg0Os0hDWw > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J52xJdIuLtTCzi0Ga923Te4ChKU97eZw { width:20rem;height:5.91015625rem;top:3.6875rem;left:0rem;font-size:1.5rem;color:#f7f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7crofg1JlQ6AqRt3DbekyE8mwkJ3eM { width:20rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmRvCPQnOP3kOqbCX8XmcOTdVA0PAUKI { width:20rem;height:2.76171875rem;top:0.71875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDzKTPPBEa63Nle9EewZTMZhuFv324pz { width:20rem;height:19.497075rem;top:10.59375rem;left:0rem;font-size:1rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuEe4IdUmrbfQgPelf7ToVio71I5qvzK { width:20rem;height:3.0859375rem;top:31.34375rem;left:0rem;font-size:1.1875rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc { display:block; }#fuR6TXXUDIG1AOAtqlKAitsU9AlC7TGc > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTHtbVPoWqILF2yAKsblVDNbVFQXf9O8 { width:20rem;height:7.796875rem;top:2.9375rem;left:0rem;font-size:1.5rem;color:#f7f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #yb8OIMnoXTHkstJpi0FvASmNaXZXk6Od { width:20rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhiSeCOETJUIV8LVtSlbWh9tURZnZ68o { width:20rem;height:1.3808625rem;top:0.59375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN65g1wHOWE5JSsohGIc8FoxpI0ft3DS { width:20rem;height:9.098625rem;top:11.90625rem;left:0rem;font-size:1rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFqTnKcqViG6TaUT19P6TUMuXEQb9XtK { width:20rem;height:3.0859375rem;top:22.71875rem;left:0rem;font-size:1.1875rem;color:#031117;display:block; }
 }@media only screen and (max-width: 763px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWz28ZT6WVf6IzX1fzDJm2isVHTN90xg { width:20rem;height:19.33200625rem;top:4.375rem;left:0rem;font-size:1.0625rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHnXMPJBRwFTLIOQAkg6ou8tlexJcJAJ { width:20rem;height:1.8681625rem;top:1.125rem;left:0rem;font-size:1.4375rem;color:#031117;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dktpAZwuaeM6BWZxyUBRg1yysgiIOiCB { width:18.5rem;height:6.5rem;top:24.96875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW8DiMy1suvqBF7C1eOEdr4BZ9IEv6RZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xu0slcaTWUzMbalXaV3NkVUGHIE6rosn { width:17.4375rem;height:2.2734375rem;top:29.03125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB { display:block; }#D80x9CCA4sTvtgzRusMO0gMtOXc6ZvNB > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDJRDbDZTcFFTXf5Lzg3Dw6BMoMsC9Ha { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #kDP3kWFwrZuC61KAlQuZ2JoyewGNvLL4 { width:18.9375rem;height:12.9980625rem;top:12.4375rem;left:1.0625rem;font-size:1rem;color:#070707;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zanOrJZMKe6QP9XJf8JkKvD1axN8aID7 { width:17.1875rem;height:2.923825rem;top:8.9375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#052463;display:block; }
 }@media only screen and (max-width: 763px) { #TbzFhdt9pPdIrzWOPAXWen9lUsTKxaiE { width:2.75rem;height:2.75rem;top:8.5rem;left:0.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgscHOsI5GZAPTccHRZ9KCNrpgfp9loA { width:16.625rem;height:2.923825rem;top:27.1875rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NSCx1EWIL3vTxnoH2uOXxDS2nmnPpops { width:2.75rem;height:2.75rem;top:26.625rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmdEZwthWk9WgLtTwPB7R1M3GBWNb0i { width:18.625rem;height:2.5996125rem;top:30.375rem;left:1.0625rem;font-size:1rem;color:#070707;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSASw2fpLqAXlyklwbMuDHUmgevnqvcZ { width:16.9375rem;height:2.923825rem;top:34.9375rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aHts0aEdlToa3y5kqBcKxD0wE634f7fn { width:2.75rem;height:2.75rem;top:34.4375rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1xTyqJxk70ASm0XpapNpSKxAIJ2LDf { width:18.9375rem;height:6.499rem;top:38.25rem;left:1.0625rem;font-size:1rem;color:#070707;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMOt6593hhzJz299vJl3JsJrscoH1dTE { width:16.4375rem;height:2.923825rem;top:46.4375rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpTpTTOx1nFk6qv6SNUlkHkGUPZlqSmS { width:2.75rem;height:2.75rem;top:46.0625rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGfCLS6HIFSEwbD3atlgHn2HnJENMz0F { width:18.5625rem;height:7.7988125rem;top:49.625rem;left:1.4375rem;font-size:1rem;color:#070707;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNx9R8VHP30bbfoGzER6RfTP9fPac0oA { width:16.25rem;height:1.4619125rem;top:59.125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WL5xrnKTnUCefN8enSne29MbO3NGQ4nm { width:2.75rem;height:2.75rem;top:58.625rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9panW2iyk0ADmox0i8Q1ZVJUTuRXOSK { width:18.5625rem;height:14.2978375rem;top:61.1875rem;left:1.4375rem;font-size:1rem;color:#070707;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wByLnX8Vb8424GeZizMNnfXRI1XD3IkS { display:block; }#wByLnX8Vb8424GeZizMNnfXRI1XD3IkS > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFOdInEVGQJ3fSIxmx5I5i1McqaykCRi { width:20rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;color:#f3cc05;display:block; }
 }@media only screen and (max-width: 763px) { #bAP0CgFs3wifRXMaCUGvT61MNZcKqHbQ { width:20rem;height:4.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJHekaEDBhJX5NsA1xNdn3ElckMRHwBJ { width:20rem;height:13.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX { display:block; }#KvKP5CTAaguVcJINV9TQ9d08QOaeOXaX > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHvP5mw0FfPvgEMLevccNcbMQWgcoTRh { width:20rem;height:21.38475rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6WMbm2wszLZcFAL89axcDiZVHknbI4 { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEZZcxtDuuyJgld34bgi80zpTacLVC6p { width:20rem;height:36.45696875rem;top:27rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EP1Hx3ZXMQT6zHXPPiiCfNXe68agdsmf { width:20rem;height:6.125rem;top:64rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIV45ngcTVJPplhD2WJDCf8RSBnul6p { display:block; }
 }@media only screen and (max-width: 763px) { #FsCZLKKSBrkeUREOERTpPggNgOUD3bhd { width:5.5625rem;height:5.5625rem;top:4.9462890625rem;left:3.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT { background-color:#031117;background-image:none;display:block; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { background-color: transparent; background-image: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container > .video-iframe-container { display: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row > .video-iframe-container { display: none; }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .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); }#Ve949WxQWi1chbCxUhZkKS6cNcqiG1MT > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH5ZyM6VyewDkTZI4WSeGIZQ55ENbQzd { width:5.375rem;height:1.54296875rem;top:1.3125rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#d6e6e7;display:block; }
 }@media only screen and (max-width: 763px) { #toZLFa6kITJpnqeqqnv2mTde1riaJ4Dy { width:5.5rem;height:1.3808625rem;top:3.5625rem;left:7.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#d6e6e7;display:block; }
 }