.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a603d5b7-dd99-4e14-8123-c6c5c6cc2ea2/a84cea48be076f817e794abc347982b8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbaee9d8-d198-4697-8fc6-25eb173a8e20/tradingfloortradersworksoftdark3000px.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.adaptive-delivery-prevent-bg, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyload, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyloading { background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { border-width: 0; border-radius: 0; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.375rem rgba(0,0,0,0.53);top:3.375rem;left:0rem;height:9.625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.6);top:14rem;left:0rem;height:3.33125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#RgoqEcgAWpAsrNlBHr72ipSwv8aVaaH5 { display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.6);top:17.25rem;left:0rem;height:3.00625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#IdJLEDreCs5BSrGwIGhDTloAMa7ULT9i { display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.6);top:21.21875rem;left:0rem;height:4.7125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#t5crIoebbNxWZ5ldDZ2zTey0IiuRXl2C { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.6);top:27.28125rem;left:0rem;height:4.78125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .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; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(255,255,255,0.63);background-image:none;color:#ffffff;padding-top:0.5675rem;padding-right:0.51125rem;padding-bottom:0.5675rem;padding-left:0.51125rem;display:block;align-items:center;width:3.065rem;min-width:3.065rem;height:3.0475rem;position:relative;font-family:arial;font-size:2.268125rem;font-weight:700;line-height:48.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.086875rem;height:1.204375rem;position:relative;font-family:"open sans";font-size:0.85rem;font-weight:700;line-height:19.27px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em { border-top:0.050625rem solid #ffffff;border-left:0.050625rem solid #ffffff;border-right:0.050625rem solid #ffffff;border-bottom:0.050625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: 0.125rem 0.125rem 0.25rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:20rem;height:5.875rem;padding-top:0.70875rem;padding-right:0.73rem;padding-bottom:0.70875rem;padding-left:0.73rem;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:37.25rem;left:37.625rem;z-index:15004; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #wMT6VX8VcOpSKV0izZ3qQ3hdR0lLLVHx { display:flex;position:relative;top:0rem;left:0rem; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #cnZtiPmm6IaIMTQ774SgxAu4QiruQFPX { width:auto; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #TphNPfXvA3s6C4sUE89v6KuhLuvtzI1u {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #kQIdgOMAUVHp3swipqEy91LMPl8893tl { display:flex;position:relative;top:0rem;left:0rem; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #AQJZL75R3xxiMTCSNd30DDPW6gkI1Dd6 {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #Xotib22gINreRB6TiG6BVIlKiQMRTCkp {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #C389GVhAhQJ2tOU5lbL9dTZZc1lV908c { display:flex;position:relative;top:0rem;left:0rem; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #NaxBcsJvNfkhmf9lAyUbJZuAmh4tO3eI {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #RUI3AEKQ1ZrCD9xbN8neAdv62zJhAgTV {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #la9TqxFhZy9cRmvzoqTvPiyAUUKi0s74 { display:flex;position:relative;top:0rem;left:0rem; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #BL30UeGCafbHgpCiACDbw6Liul7bG5yP {  }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #k0613J6iMWUVrbTNkMSJfKJMkmxvZ4TI {  }
#ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { background-color:#afca0b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.9375rem;left:0rem;display:block; }
#OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { border-bottom:0.0625rem solid #eeeeee;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { background-color: transparent; background-image: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .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); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { border-width: 0; border-radius: 0; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5500001907349rem;left:5.71875rem;height:8.04375rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.8125rem;left:9.375rem;height:26.6rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { background-color: transparent; background-image: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container > .video-iframe-container { display: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row > .video-iframe-container { display: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .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); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { border-width: 0; border-radius: 0; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xpa5dS7JrvKWhTuDJTDv4caDT5v9gSNq { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.4625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container { background-color: transparent; background-image: none; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container > .video-iframe-container { display: none; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row > .video-iframe-container { display: none; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .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); }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container { border-width: 0; border-radius: 0; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#o2lmZl1v7aimIcnlBVRSTheBEJ8dZlTO { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#fEQ74DnrEG1MLrX3QWB7R7EXuV3iqz0S { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#V0JeOiCMiF643oDmeqpgw1vVsM3TJDD3 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:46.53125rem;overflow:hidden;display:block; }
#IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:10.5625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9DtHzJZrtUZHVPPWEyH5VuUyDK7wkaP { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpwcuqqSy37AqC1Idfhh8KXh5ztpyJCy { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:13.73125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZQLumBh8hQ56RRkrXwqg6wiC6nq6B3B { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cw7811RxKNbmwkmc2Vu63OKH8tTC8SFO { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:12.675rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzZiCtquwKhn9C1hrfzRoHeg02dTpvBa { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:45rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7O6UIfKEnqSo7qVONzA0LkwOQlBupNf { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container { background-color: transparent; background-image: none; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container > .video-iframe-container { display: none; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row > .video-iframe-container { display: none; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .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); }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container { border-width: 0; border-radius: 0; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#aWcnBo1oUc3ctkTg7iewRxLCZ3eJZDfE { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#eTClzQvTn8rhNJLmVTcXICk6Te2brx9C { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.25rem;width:11.3125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#sGJfIQuU0zSykP5ycMn7JPubhl8sNQ3l { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#FBEylE1U7gdKeyVR5hg3Q2I7Ja8pFuTQ { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:46.53125rem;overflow:hidden;display:block; }
#lckCsbER5RGNq2WqGoSqpuCSWRmQrzqJ { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBx2AphTOLcTWh0DAt1VnPtb5T92gnoo { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:16.9rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G61XA0eB2IhSmAtU7xvFJECZM9xQ2frx { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4gn12EL8PWOO4QvXNJ6mWo7dsPc5QAJ { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPzrl6VXRxKJHQqDQsJA3liRlWPThk4Q { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWn8WVpuR2pltAbOalKAfz1G37ck9Ku0 { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:10.5625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3X2SQtVTVLBAngkswhFCOEDLiNWEt0r { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:45rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3neE0ldMguA2HyINyxnGadfdLdCtE5a { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45rem;height:10.5625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container { background-color: transparent; background-image: none; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container > .video-iframe-container { display: none; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row > .video-iframe-container { display: none; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .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); }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container { border-width: 0; border-radius: 0; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#X9xqPoJReTSqMvFhoGtEpwXEKw3wrvcz { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#QhVa2DdUXaP80TIzbLWISEyVfAOJhT24 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.125rem;width:11.25rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#bfk8nthRVNwm0Rg51mIZMFAMFOWiKDp4 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#nDRKL5lJv4LuKRAipUZFTZ0wLJgosJZ6 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:46.53125rem;overflow:hidden;display:block; }
#lkC60xmHk7uGpIE4OTaxdkiqxKUtLcsg { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKUPxoU6WH6T88ZtORyJ96H3PQznodwJ { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEKDT4RH5aV5vdyBaxybS0uTXtmf3KRR { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WP9gAGw7RAwwC3Xi4DWAD6twzTDGO1hc { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXWWDupO7f9yfFVvJt5tmmftb2L4yH7b { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:45rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLpp8JCDXrg021OFlbArwABuwuG3nkeL { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.5rem;height:16.9rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i691ADTILdx7Bl0mCfDZ5ofauvGCykcg { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:12.675rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMvAxTJuMTy23pQIfaNKK1h3yS26GEzT { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container { background-color: transparent; background-image: none; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container > .video-iframe-container { display: none; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row > .video-iframe-container { display: none; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .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); }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container { border-width: 0; border-radius: 0; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#ndWAwSRIPiaLTQMqbPrZWP1GV3tePkxR { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#nMpCT2sTru9yJGueHH3J5sLhxgnXLgUt { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.125rem;width:10.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#VovvoyIAqQ9iHBPq6DnuuxMttSGVcm9k { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#BZKFCZpOb593SmOyUL1M5MlnTTATtbZv { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:46.53125rem;overflow:hidden;display:block; }
#UThPZDVi4wT6mvPxlCQd3TURzACwaXTV { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzwDgv8Ot30nhCzAhzq9F3tNmCGFTfZP { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:9.50625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lefWeuPxwHEUcR7Nf7NnpfHs9qCWlp9V { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TV7AGqGFl9BMTgxGHVOO7y87kvuDHqes { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCfef4w6bnOq7xTg7CDATDXhT2oLuSyK { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:45rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0cEpye3VZ4NyyreD7h5T8xKfcZsiNkU { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.5rem;height:14.7875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFoxaiEnonXH94HMIgFdxx45Qc3fw3vf { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8LM17sZhbfQvWkaKhbpLBtkbAeW2s6Z { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GD2rDeotWvV44iim0fSw08T8D7PruSgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container { background-color: transparent; background-image: none; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container > .video-iframe-container { display: none; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row > .video-iframe-container { display: none; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .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); }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container { border-width: 0; border-radius: 0; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#lpug8vhngo2N8se7CSUoXpHiPdodoZ9x { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.1875rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#uA11fSOaPSyHBeM7rcCEtMuONLRZ63rF { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#LQ0ZWC2SZoCreu6fXMmzWXofVclPo2F7 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#w52x0gwkVAP0TzwZD9xFr7KoX71CnmBS { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:46.53125rem;overflow:hidden;display:block; }
#IgTNawTkiCXv2FrLZJCaJ0OZK8D4ZZDv { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9dmrrgARmZpTN5UbQUWRit4LAxCNEG3 { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:13.73125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iZAqOtOx3KRz48SOgCzkI6hF5pRfAnFe { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESpHKtgXBp7xOkWRmT9MftM2KN5ncggz { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:13.73125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W44fyHtAQcFIkE2EueiM9krgTbEJrUCu { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:45rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTmBlJa6Cvm6n9IdSsda0e2NrqVrkuxb { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.5rem;height:12.675rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BmRpHoXk4wrQeycT0RkKEHZWTVgkNNBO { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:14.7875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r92A3Kxb9HdyFcKdFUwLmcwd9wMHRvXm { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container { background-color: transparent; background-image: none; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container > .video-iframe-container { display: none; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row > .video-iframe-container { display: none; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .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); }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container { border-width: 0; border-radius: 0; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#QFf1QvTDTq9gJqxEtWW1Ux1A5yENC7Q5 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.0625rem;width:11.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#SDUwcrwq5NK6UpNTQg83upwln12hpQVB { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:16.53125rem;overflow:hidden;display:block; }
#qMP3MKptVqcdwBNzHS3XAvJUN3pyl3Tn { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;height:11.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:31.53125rem;overflow:hidden;display:block; }
#g09Rmw6TVqtDbnhwdwBMnuURgRNTKVVv { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:15rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdeTHRRBmmV3vOMNQhAq0Nq17AGopWoH { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.5rem;height:8.45rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SxUnXH5TLySAM9EQcHEFoJ70vOiAkUeO { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.643750190735rem;left:30.0625rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOCyXnketHmDSFoJKkbWZ3NhxTGW0T62 { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.5rem;height:12.675rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ei8VZEMhtOTu1Tsq93RqKKBTmNCahKNQ { display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.5rem;height:11.61875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v7Bw3oSicmHpQCCerNdFVTP696m9HIpl { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.643749237061rem;left:0rem;height:1.4625rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57825e82-996b-446b-bb18-f7a34d4d2f4c/screengraphagendabacksoft3000px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.adaptive-delivery-prevent-bg, #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.lazyload, #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.lazyloading { background-image: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { background-color: transparent; background-image: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container > .video-iframe-container { display: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row > .video-iframe-container { display: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .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); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { border-width: 0; border-radius: 0; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { font-size:0.875rem;font-family:arial;height:117.0625rem;width:60rem;position:relative;display:block; }#y62TXpTnLG9F0XMhLZEaD646HveTRPP5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:17.375rem;top:13.3125rem;left:0.125rem;display:block; }
#C55IrRh3L86uA4OGTfEaNFhA0JIGwAn1 { color:#faeeea;display:block;width:5.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:14.625rem;left:0.6875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XdBPv6BpuGWdhMUz64TzHJ3sdL6EXwu8 { color:#faeeea;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.3125rem;left:6.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tpq0HfFaDAepu5iWkhzmifTB8OML30fP { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:20.9375rem;left:0.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbAIO3GuVQbpSZluFNKO7VyodGFitxWW { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.5625rem;left:0.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZbdPReSOkCzBCiGTNCBKOelVCzcyQlb { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.6875rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z39hrfGfr12UZ3aJtg3JzDxPKgAB2Zng { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:65.0625rem;left:0.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxIuAsxZIlBL8mrSEJFJgVgB8wZlZXIF { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:59.75rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lw4RPJfto1Sw6hngaBsukgs9ufGEQDDM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:53.375rem;left:0.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HSsZkCLbuEXW8ZyvA1M8gt0KfriaaywD { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:51.5rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pR3dZ1fhxcbsJZPnDI9EuDsQ6RTb5Ac5 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:51.5625rem;left:20.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0pxe8GyviVSMmvMqOUxt2F3bx9Joo5i { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:49.4375rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pny0V1kTiq4Uf8IanenzRAHIO6FqN2Og { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:42.6875rem;left:20.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w4sZq37tBHfDx8na8IZdcE2NQgMOlKGi { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:40.75rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnZRUI7NVDQ3aTyBMDZAxtEF7F2T3n4y { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:31rem;left:20.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZB4zo3p32VWXNHSeXEp0IBPhZtM8JOZ { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:29rem;left:20.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F47t2gRiIasGedzpiE5spNewulByk35X { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:22.9375rem;left:20.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxCX1XWI21AKEpT9H0TfDa44pAMRog1z { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:20.875rem;left:20.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLNOlH18Vf3fkxLTuHrTH37xMxFTdwCe { color:#faeeea;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:14.5625rem;left:20.6875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Py1VGHNes5ebMNcrgrxzCvNT4lxa1Hgn { color:#faeeea;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:15.25rem;left:26.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQAXogmw961umJE8PKQsNax5n1847bDP { color:#faeeea;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:14.5625rem;left:40.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c75an5COgAIkLIRhelpddoX1EtZDtVEK { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:20.875rem;left:40.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mv4XKHkef2FBfeanNcewZ6tZ9TQiSb6o { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:22.9375rem;left:40.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAgQE5feUgWWHQ4cmdNguwykh3VPd5pI { color:#faeeea;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:15.25rem;left:46.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1hSyTRQxp2K5pwOLTf89wRQUS3nmS1B { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:29rem;left:40.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wI4mvoO1bofHT3gVmwp9OUlXPFJ6RZd1 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:31rem;left:40.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0af6Dx7RNMa0ZyLeSfupKvrxzBJN1D6 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:40.6875rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qhy8cuPuFt8JxFeFTuqmRimB1ai29JIv { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:42.5625rem;left:40.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uy8KFhcdQR64SHmA65QOtdmpDyiSRvcN { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:49.3125rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWilNgUoS5iWwHzHhmzkCiR8FsCgAlBT { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:51.3125rem;left:40.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bHSZWL7DVnbsQotbbAJoIs3Aik0U55yF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:17.375rem;top:13.3125rem;left:20.125rem;display:block; }
#HATk9psC67Lcm3lc89ZN1iF6o18pUH0X { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:17.375rem;top:13.3125rem;left:40.125rem;display:block; }
#QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.125rem;height:3.25rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:0.125rem;height:1.4625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LTNn12EOCxEgLReOZc3Cp2TX3F4ZI3My { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:31.8125rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVFxRPh9fbBtFZZCn0XXRHTmlCkihVtS { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:33.625rem;left:0.6875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISHOFyo7Cy5kMn1d8WQedw3VtAL0VCIo { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:38.5rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2kyU4WfOKQkTpCPexP9diAeXpyVkyEm { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:43.6875rem;left:0.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BAAzxutzghrTUWwzKyH9hl6DmPEv4C9a { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:41.8125rem;left:0.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rz4JlT5EJX1v4h1r6SFSXTBctfkZU2mf { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:63.125rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcAq65G8eff9iExFPtLuVL93oJ4OLwzA { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:71.5625rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPRxTRBrcNboF5xHE0aQvU3eRl3gtn4f { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:73.5rem;left:0.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4IoqrvNtScLkrcxPPwh3IslmlITniUV { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:81.5625rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9Fg8lCi4Np0HGh8J9uszSsvKiHA8k1i { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:85.125rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tkx7Z6SblGmmh1v5m1o72R0IqsZPFCE2 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:87.25rem;left:0.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1S95Xqg9TGibgSlxNZ0MwHrfxVTEUhm { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:97.125rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLCZlnEyPgIfhqruigzfqzS37RNVaqyt { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:99.25rem;left:0.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wP3xUQnw4ssnTa4pHODyQrwAkwCxTbtE { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:37.25rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Er3l0ikQOT2TyKopTTmhtePpNSUEr4vx { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:61rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg1LersWcs1u72PPCUzVttZB9zfQ5LoP { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:64.625rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C269EaKnIHOis9IVuHobFhxsIlMNKQyd { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:66.625rem;left:20.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWhTwxbAskHvdmabpfmPU30NK04QSsip { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:72.8125rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JN621xrtnCc9EzHT5KXHwa0nk1WfcnQn { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:74.8125rem;left:20.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8PkDLoNW8rxLyAT4BuXb4NcU84ggERJ { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:81.4375rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbT9xcTCiWBovgubovse0p5d11gBfJG8 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:85rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qyc7dhh4c9GcprJQmDwRcbiEgCqp4PmO { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:87.0625rem;left:20.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nhZUHTP1bfMJu5tScigcThvXFFo3bFdL { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:93.875rem;left:20.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fe0IvO7g8zUySemqaWDdqIIyqCDyLyI2 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:96.0625rem;left:20.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqvlMw6aG18ZskKKNlec2THL6wbAWwdi { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:37.25rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uNyObkCzTAGE4nq1NAz8CFlAZTUzByTF { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:59.6875rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPL6geQsb9pbfLBLvXQW9gWySS5XKZH6 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:63.5rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rc5HlRi4wNEd5BTDL642weSx0CTkO2PA { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:65.6875rem;left:40.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFiRIuM8ZVn6yxeRE5GkcI5UPqFiJotf { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:72.5rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hu5aQda462lOz2UgBlv2mUVzQ0F3vMPZ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:74.5rem;left:40.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCRbpV6AztBZOKdIyQ3oPG7VTOtkWhwB { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:81.1875rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6T2gesHkWNfxfxHhCRwnIebl2Q1AD2a { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:85.25rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kd21d6psJSig1PcIPhdlJgc6NTyZc78k { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:87.625rem;left:40.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHaBeNcXZJGeZlroem8ziMqaGfoTiKtf { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:94.4375rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4tAaCUmwIeyo6aAxtdXSyfPhwAIsOE2 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:106.4375rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnJuzrvWlwDPEez1T3RfFRLGTXT00Tzs { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:108.4375rem;left:0.6875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { background-color: transparent; background-image: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container > .video-iframe-container { display: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container { display: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .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); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { border-width: 0; border-radius: 0; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:1.4625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container { background-color: transparent; background-image: none; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container > .video-iframe-container { display: none; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row > .video-iframe-container { display: none; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .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); }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container { border-width: 0; border-radius: 0; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.125rem;top:1.625rem;left:5.1875rem;overflow:hidden;display:block; }
#zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.625rem;top:1.4375rem;left:24.1875rem;overflow:hidden;display:block; }
#gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.0625rem;top:1.46875rem;left:44.96875rem;overflow:hidden;display:block; }
#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container { background-color: transparent; background-image: none; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container > .video-iframe-container { display: none; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row > .video-iframe-container { display: none; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .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); }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container { border-width: 0; border-radius: 0; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#cmN1IQHPlUTMSquNeH12vBDvl3voB6Cp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15.5625rem;top:2.0625rem;left:2.21875rem;overflow:hidden;display:block; }
#wr4mX2Cwuq4CTwU9ZBN62EHHBAg2RUHa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.375rem;top:0.6875rem;left:26.3125rem;overflow:hidden;display:block; }
#Q9tT6frHizxXnqrr1mbrCV6aGoD9rD9b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.6875rem;top:1.75rem;left:44.15625rem;overflow:hidden;display:block; }
#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container { background-color: transparent; background-image: none; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container > .video-iframe-container { display: none; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row > .video-iframe-container { display: none; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .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); }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container { border-width: 0; border-radius: 0; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#s8V2qg2hUbJ6Lflq8wTfoT1nAxVeK8iU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.5rem;top:1.28125rem;left:22.75rem;overflow:hidden;display:block; }
#yWessS1OHcygKTx6oTfspUmpdIDr8EGN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:16.4375rem;top:1.71875rem;left:1.78125rem;overflow:hidden;display:block; }
#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container { background-color: transparent; background-image: none; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container > .video-iframe-container { display: none; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row > .video-iframe-container { display: none; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .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); }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container { border-width: 0; border-radius: 0; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#yDQuHeVGfauvC4p37ZGwwR2TMXixVEIH { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:6.5rem;color:#afca0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doVzxTdBMSQtPfS9c9Lac55BQ5MeIO33 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:12.4375rem;left:0rem;height:10.625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(34,34,34,0.8);background-image:url("https://images.assets-landingi.com/uc/c5eb5963-83be-445e-896e-c94497c94678/ffmriverbuildingsskycity3000px.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S.adaptive-delivery-prevent-bg, #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S.lazyload, #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S.lazyloading { background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { background-color: transparent; background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .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); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { border-width: 0; border-radius: 0; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:4.3875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:2.4375rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#shu6GvrCO8ozivhdwxzFepUPp0JGn4TD { background-color:#afca0b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.3125rem;height:3.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.5625rem;left:9.875rem;display:none; }
#H4Ze0IfaUQnlrK2r1oW4XNpZnFqTfO5p { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#sBGrDUdBml4WDu9VWzMa1BDXJ7fSctvu { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.699999809265rem;left:0rem;height:7.3125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oymZVrKwW2GWQu7erhLQRqnxTVSOQQ0V { background-color:#0b6fca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.3125rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.6875rem;left:9.875rem;display:none; }
#gcJ7lVyTQctdJPG8VGWdQiPDNet06WC8 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#R78y80g9pAT00sXMDHtrVgrce7BuqMQp { background-color:#ca720b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.3125rem;height:3.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.6875rem;left:9.8125rem;display:block; }
#lHxwGoSkDASVA6nSi3VMqr60DndkWSrM { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:47.6875rem;height:8.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { width:32rem;height:4.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgoqEcgAWpAsrNlBHr72ipSwv8aVaaH5 { width:32rem;height:4.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJLEDreCs5BSrGwIGhDTloAMa7ULT9i { width:32rem;height:4.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5crIoebbNxWZ5ldDZ2zTey0IiuRXl2C { width:32rem;height:4.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .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; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .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; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em { width:18.6875rem;height:5.235rem;display:flex;top:40.5625rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #wMT6VX8VcOpSKV0izZ3qQ3hdR0lLLVHx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #cnZtiPmm6IaIMTQ774SgxAu4QiruQFPX {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #TphNPfXvA3s6C4sUE89v6KuhLuvtzI1u {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #kQIdgOMAUVHp3swipqEy91LMPl8893tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #AQJZL75R3xxiMTCSNd30DDPW6gkI1Dd6 {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #Xotib22gINreRB6TiG6BVIlKiQMRTCkp {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #C389GVhAhQJ2tOU5lbL9dTZZc1lV908c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #NaxBcsJvNfkhmf9lAyUbJZuAmh4tO3eI {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #RUI3AEKQ1ZrCD9xbN8neAdv62zJhAgTV {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #la9TqxFhZy9cRmvzoqTvPiyAUUKi0s74 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #BL30UeGCafbHgpCiACDbw6Liul7bG5yP {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #k0613J6iMWUVrbTNkMSJfKJMkmxvZ4TI {  }
 }@media only screen and (max-width: 763px) { #ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { width:32.375rem;height:3.6875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block; }
 }@media only screen and (max-width: 763px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpa5dS7JrvKWhTuDJTDv4caDT5v9gSNq { width:47.75rem;height:1.4375rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK { display:block; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2lmZl1v7aimIcnlBVRSTheBEJ8dZlTO { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQ74DnrEG1MLrX3QWB7R7EXuV3iqz0S { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JeOiCMiF643oDmeqpgw1vVsM3TJDD3 { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:14rem;height:10.5625rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DtHzJZrtUZHVPPWEyH5VuUyDK7wkaP { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpwcuqqSy37AqC1Idfhh8KXh5ztpyJCy { width:14rem;height:13.6875rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQLumBh8hQ56RRkrXwqg6wiC6nq6B3B { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw7811RxKNbmwkmc2Vu63OKH8tTC8SFO { width:14rem;height:12.625rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzZiCtquwKhn9C1hrfzRoHeg02dTpvBa { width:15rem;height:1.4375rem;top:12.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7O6UIfKEnqSo7qVONzA0LkwOQlBupNf { width:14rem;height:11.5625rem;top:14.4375rem;left:33.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy { display:block; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWcnBo1oUc3ctkTg7iewRxLCZ3eJZDfE { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTClzQvTn8rhNJLmVTcXICk6Te2brx9C { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJfIQuU0zSykP5ycMn7JPubhl8sNQ3l { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBEylE1U7gdKeyVR5hg3Q2I7Ja8pFuTQ { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lckCsbER5RGNq2WqGoSqpuCSWRmQrzqJ { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBx2AphTOLcTWh0DAt1VnPtb5T92gnoo { width:14rem;height:16.875rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61XA0eB2IhSmAtU7xvFJECZM9xQ2frx { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gn12EL8PWOO4QvXNJ6mWo7dsPc5QAJ { width:14rem;height:11.5625rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzrl6VXRxKJHQqDQsJA3liRlWPThk4Q { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWn8WVpuR2pltAbOalKAfz1G37ck9Ku0 { width:14rem;height:10.5625rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3X2SQtVTVLBAngkswhFCOEDLiNWEt0r { width:15rem;height:1.4375rem;top:12.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3neE0ldMguA2HyINyxnGadfdLdCtE5a { width:14rem;height:10.5625rem;top:14.4375rem;left:33.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THv3qCHq9yArc8NdvFVeDByE0L4pvqAk { display:block; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9xqPoJReTSqMvFhoGtEpwXEKw3wrvcz { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhVa2DdUXaP80TIzbLWISEyVfAOJhT24 { width:13.75rem;height:13.625rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfk8nthRVNwm0Rg51mIZMFAMFOWiKDp4 { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRKL5lJv4LuKRAipUZFTZ0wLJgosJZ6 { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkC60xmHk7uGpIE4OTaxdkiqxKUtLcsg { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUPxoU6WH6T88ZtORyJ96H3PQznodwJ { width:14rem;height:11.5625rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKDT4RH5aV5vdyBaxybS0uTXtmf3KRR { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9gAGw7RAwwC3Xi4DWAD6twzTDGO1hc { width:14rem;height:11.5625rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXWWDupO7f9yfFVvJt5tmmftb2L4yH7b { width:15rem;height:1.4375rem;top:12.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLpp8JCDXrg021OFlbArwABuwuG3nkeL { width:14rem;height:16.875rem;top:14.4375rem;left:33.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i691ADTILdx7Bl0mCfDZ5ofauvGCykcg { width:14rem;height:12.625rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvAxTJuMTy23pQIfaNKK1h3yS26GEzT { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX { display:block; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndWAwSRIPiaLTQMqbPrZWP1GV3tePkxR { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpCT2sTru9yJGueHH3J5sLhxgnXLgUt { width:13.25rem;height:13.625rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VovvoyIAqQ9iHBPq6DnuuxMttSGVcm9k { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZKFCZpOb593SmOyUL1M5MlnTTATtbZv { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThPZDVi4wT6mvPxlCQd3TURzACwaXTV { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzwDgv8Ot30nhCzAhzq9F3tNmCGFTfZP { width:14rem;height:9.5rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lefWeuPxwHEUcR7Nf7NnpfHs9qCWlp9V { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7AGqGFl9BMTgxGHVOO7y87kvuDHqes { width:14rem;height:11.5625rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfef4w6bnOq7xTg7CDATDXhT2oLuSyK { width:15rem;height:1.4375rem;top:12.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0cEpye3VZ4NyyreD7h5T8xKfcZsiNkU { width:14rem;height:14.75rem;top:14.4375rem;left:33.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoxaiEnonXH94HMIgFdxx45Qc3fw3vf { width:14rem;height:11.5625rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8LM17sZhbfQvWkaKhbpLBtkbAeW2s6Z { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2rDeotWvV44iim0fSw08T8D7PruSgJ { display:block; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpug8vhngo2N8se7CSUoXpHiPdodoZ9x { width:13.75rem;height:13.625rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA11fSOaPSyHBeM7rcCEtMuONLRZ63rF { width:13.25rem;height:13.25rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ0ZWC2SZoCreu6fXMmzWXofVclPo2F7 { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52x0gwkVAP0TzwZD9xFr7KoX71CnmBS { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTNawTkiCXv2FrLZJCaJ0OZK8D4ZZDv { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dmrrgARmZpTN5UbQUWRit4LAxCNEG3 { width:14rem;height:13.6875rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAqOtOx3KRz48SOgCzkI6hF5pRfAnFe { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpHKtgXBp7xOkWRmT9MftM2KN5ncggz { width:14rem;height:13.6875rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44fyHtAQcFIkE2EueiM9krgTbEJrUCu { width:15rem;height:1.4375rem;top:12.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmBlJa6Cvm6n9IdSsda0e2NrqVrkuxb { width:14rem;height:12.625rem;top:14.4375rem;left:33.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmRpHoXk4wrQeycT0RkKEHZWTVgkNNBO { width:14rem;height:14.75rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92A3Kxb9HdyFcKdFUwLmcwd9wMHRvXm { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI { display:block; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFf1QvTDTq9gJqxEtWW1Ux1A5yENC7Q5 { width:13.75rem;height:13.5rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDUwcrwq5NK6UpNTQg83upwln12hpQVB { width:13.25rem;height:13.25rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMP3MKptVqcdwBNzHS3XAvJUN3pyl3Tn { width:13.75rem;height:13.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09Rmw6TVqtDbnhwdwBMnuURgRNTKVVv { width:15rem;height:1.4375rem;top:12.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeTHRRBmmV3vOMNQhAq0Nq17AGopWoH { width:14rem;height:8.4375rem;top:14.4375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUnXH5TLySAM9EQcHEFoJ70vOiAkUeO { width:15rem;height:1.4375rem;top:12.625rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCyXnketHmDSFoJKkbWZ3NhxTGW0T62 { width:14rem;height:12.625rem;top:14.4375rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei8VZEMhtOTu1Tsq93RqKKBTmNCahKNQ { width:14rem;height:11.5625rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Bw3oSicmHpQCCerNdFVTP696m9HIpl { width:15rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h { display:block; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y62TXpTnLG9F0XMhLZEaD646HveTRPP5 { width:17.375rem;height:5rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55IrRh3L86uA4OGTfEaNFhA0JIGwAn1 { width:5.4375rem;height:2.8125rem;top:14.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBPv6BpuGWdhMUz64TzHJ3sdL6EXwu8 { width:12.375rem;height:1.5rem;top:15.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq0HfFaDAepu5iWkhzmifTB8OML30fP { width:19.4375rem;height:1.5rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAIO3GuVQbpSZluFNKO7VyodGFitxWW { width:19.375rem;height:4.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbdPReSOkCzBCiGTNCBKOelVCzcyQlb { width:19.4375rem;height:1.5rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z39hrfGfr12UZ3aJtg3JzDxPKgAB2Zng { width:19.375rem;height:4.5rem;top:65.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIuAsxZIlBL8mrSEJFJgVgB8wZlZXIF { width:19.4375rem;height:1.5rem;top:59.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4RPJfto1Sw6hngaBsukgs9ufGEQDDM { width:19.375rem;height:4.5rem;top:53.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSsZkCLbuEXW8ZyvA1M8gt0KfriaaywD { width:19.4375rem;height:1.5rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3dZ1fhxcbsJZPnDI9EuDsQ6RTb5Ac5 { width:19.375rem;height:7.5rem;top:51.5625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0pxe8GyviVSMmvMqOUxt2F3bx9Joo5i { width:19.4375rem;height:1.5rem;top:49.4375rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pny0V1kTiq4Uf8IanenzRAHIO6FqN2Og { width:19.375rem;height:4.5rem;top:42.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4sZq37tBHfDx8na8IZdcE2NQgMOlKGi { width:19.4375rem;height:1.5rem;top:40.75rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnZRUI7NVDQ3aTyBMDZAxtEF7F2T3n4y { width:19.375rem;height:4.5rem;top:31rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZB4zo3p32VWXNHSeXEp0IBPhZtM8JOZ { width:19.4375rem;height:1.5rem;top:29rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47t2gRiIasGedzpiE5spNewulByk35X { width:19.375rem;height:4.5rem;top:22.9375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCX1XWI21AKEpT9H0TfDa44pAMRog1z { width:19.4375rem;height:1.5rem;top:20.875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLNOlH18Vf3fkxLTuHrTH37xMxFTdwCe { width:5.3125rem;height:2.8125rem;top:14.5625rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py1VGHNes5ebMNcrgrxzCvNT4lxa1Hgn { width:13.5rem;height:1.5rem;top:15.25rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQAXogmw961umJE8PKQsNax5n1847bDP { width:5.3125rem;height:2.8125rem;top:14.5625rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75an5COgAIkLIRhelpddoX1EtZDtVEK { width:19.4375rem;height:1.5rem;top:20.875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv4XKHkef2FBfeanNcewZ6tZ9TQiSb6o { width:19.375rem;height:4.5rem;top:22.9375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgQE5feUgWWHQ4cmdNguwykh3VPd5pI { width:13.5rem;height:1.5rem;top:15.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hSyTRQxp2K5pwOLTf89wRQUS3nmS1B { width:19.4375rem;height:1.5rem;top:29rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4mvoO1bofHT3gVmwp9OUlXPFJ6RZd1 { width:19.375rem;height:4.5rem;top:31rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0af6Dx7RNMa0ZyLeSfupKvrxzBJN1D6 { width:19.4375rem;height:1.5rem;top:40.6875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhy8cuPuFt8JxFeFTuqmRimB1ai29JIv { width:19.375rem;height:4.5rem;top:42.5625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8KFhcdQR64SHmA65QOtdmpDyiSRvcN { width:19.4375rem;height:1.5rem;top:49.3125rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWilNgUoS5iWwHzHhmzkCiR8FsCgAlBT { width:19.375rem;height:6rem;top:51.3125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSZWL7DVnbsQotbbAJoIs3Aik0U55yF { width:17.375rem;height:5rem;top:13.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATk9psC67Lcm3lc89ZN1iF6o18pUH0X { width:17.375rem;height:5rem;top:13.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { width:47.75rem;height:1.4375rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNn12EOCxEgLReOZc3Cp2TX3F4ZI3My { width:19.4375rem;height:1.5rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVFxRPh9fbBtFZZCn0XXRHTmlCkihVtS { width:19.375rem;height:3rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHOFyo7Cy5kMn1d8WQedw3VtAL0VCIo { width:19.4375rem;height:1.5rem;top:38.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2kyU4WfOKQkTpCPexP9diAeXpyVkyEm { width:19.375rem;height:6rem;top:43.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAzxutzghrTUWwzKyH9hl6DmPEv4C9a { width:19.4375rem;height:1.5rem;top:41.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4JlT5EJX1v4h1r6SFSXTBctfkZU2mf { width:19.4375rem;height:1.5rem;top:63.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAq65G8eff9iExFPtLuVL93oJ4OLwzA { width:19.4375rem;height:1.5rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPRxTRBrcNboF5xHE0aQvU3eRl3gtn4f { width:19.375rem;height:6rem;top:73.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4IoqrvNtScLkrcxPPwh3IslmlITniUV { width:19.4375rem;height:1.5rem;top:81.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Fg8lCi4Np0HGh8J9uszSsvKiHA8k1i { width:19.4375rem;height:1.5rem;top:85.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkx7Z6SblGmmh1v5m1o72R0IqsZPFCE2 { width:19.375rem;height:7.5rem;top:87.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1S95Xqg9TGibgSlxNZ0MwHrfxVTEUhm { width:19.4375rem;height:1.5rem;top:97.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCZlnEyPgIfhqruigzfqzS37RNVaqyt { width:19.375rem;height:4.5rem;top:99.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3xUQnw4ssnTa4pHODyQrwAkwCxTbtE { width:19.4375rem;height:1.5rem;top:37.25rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3l0ikQOT2TyKopTTmhtePpNSUEr4vx { width:19.4375rem;height:1.5rem;top:61rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg1LersWcs1u72PPCUzVttZB9zfQ5LoP { width:19.4375rem;height:1.5rem;top:64.625rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C269EaKnIHOis9IVuHobFhxsIlMNKQyd { width:19.375rem;height:4.5rem;top:66.625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhTwxbAskHvdmabpfmPU30NK04QSsip { width:19.4375rem;height:1.5rem;top:72.8125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN621xrtnCc9EzHT5KXHwa0nk1WfcnQn { width:19.375rem;height:4.5rem;top:74.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PkDLoNW8rxLyAT4BuXb4NcU84ggERJ { width:19.4375rem;height:1.5rem;top:81.4375rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbT9xcTCiWBovgubovse0p5d11gBfJG8 { width:19.4375rem;height:1.5rem;top:85rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyc7dhh4c9GcprJQmDwRcbiEgCqp4PmO { width:19.375rem;height:4.5rem;top:87.0625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZUHTP1bfMJu5tScigcThvXFFo3bFdL { width:19.4375rem;height:1.5rem;top:93.875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe0IvO7g8zUySemqaWDdqIIyqCDyLyI2 { width:19.375rem;height:1.5rem;top:96.0625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqvlMw6aG18ZskKKNlec2THL6wbAWwdi { width:19.4375rem;height:1.5rem;top:37.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNyObkCzTAGE4nq1NAz8CFlAZTUzByTF { width:19.4375rem;height:1.5rem;top:59.6875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPL6geQsb9pbfLBLvXQW9gWySS5XKZH6 { width:19.4375rem;height:1.5rem;top:63.5rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc5HlRi4wNEd5BTDL642weSx0CTkO2PA { width:19.375rem;height:4.5rem;top:65.6875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFiRIuM8ZVn6yxeRE5GkcI5UPqFiJotf { width:19.4375rem;height:1.5rem;top:72.5rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5aQda462lOz2UgBlv2mUVzQ0F3vMPZ { width:19.375rem;height:4.5rem;top:74.5rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCRbpV6AztBZOKdIyQ3oPG7VTOtkWhwB { width:19.4375rem;height:1.5rem;top:81.1875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6T2gesHkWNfxfxHhCRwnIebl2Q1AD2a { width:19.4375rem;height:1.5rem;top:85.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd21d6psJSig1PcIPhdlJgc6NTyZc78k { width:19.375rem;height:4.5rem;top:87.625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHaBeNcXZJGeZlroem8ziMqaGfoTiKtf { width:19.4375rem;height:1.5rem;top:94.4375rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tAaCUmwIeyo6aAxtdXSyfPhwAIsOE2 { width:19.4375rem;height:1.5rem;top:106.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJuzrvWlwDPEez1T3RfFRLGTXT00Tzs { width:19.375rem;height:3rem;top:108.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { width:47.75rem;height:1.4375rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc { display:block; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { width:9.125rem;height:3.3125rem;top:1.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { width:11.625rem;height:3.625rem;top:1.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { width:10.0625rem;height:3.5625rem;top:1.4375rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H { display:block; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmN1IQHPlUTMSquNeH12vBDvl3voB6Cp { width:15.5625rem;height:2.3125rem;top:2.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4mX2Cwuq4CTwU9ZBN62EHHBAg2RUHa { width:7.375rem;height:5.0625rem;top:0.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tT6frHizxXnqrr1mbrCV6aGoD9rD9b { width:11.6875rem;height:2.9375rem;top:1.75rem;left:33.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm { display:block; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8V2qg2hUbJ6Lflq8wTfoT1nAxVeK8iU { width:14.5rem;height:3.0625rem;top:1.25rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWessS1OHcygKTx6oTfspUmpdIDr8EGN { width:16.4375rem;height:3rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D { display:block; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDQuHeVGfauvC4p37ZGwwR2TMXixVEIH { width:47.75rem;height:3.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVzxTdBMSQtPfS9c9Lac55BQ5MeIO33 { width:47.75rem;height:10.625rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { width:47.75rem;height:4.375rem;top:4.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { width:47.75rem;height:2.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shu6GvrCO8ozivhdwxzFepUPp0JGn4TD { width:40.3125rem;height:3.6875rem;top:28.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Ze0IfaUQnlrK2r1oW4XNpZnFqTfO5p { display:block; }
 }@media only screen and (max-width: 763px) { #sBGrDUdBml4WDu9VWzMa1BDXJ7fSctvu { width:47.75rem;height:4.375rem;top:4.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymZVrKwW2GWQu7erhLQRqnxTVSOQQ0V { width:40.3125rem;height:3.6875rem;top:34.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcJ7lVyTQctdJPG8VGWdQiPDNet06WC8 { display:block; }
 }@media only screen and (max-width: 763px) { #R78y80g9pAT00sXMDHtrVgrce7BuqMQp { width:40.3125rem;height:3.6875rem;top:22.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxwGoSkDASVA6nSi3VMqr60DndkWSrM { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/a84cea48be076f817e794abc347982b8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed955e92-f337-4ec9-ba09-b3e1c35cf7e5/tradingfloortradersworksoft3000px.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.adaptive-delivery-prevent-bg, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyload, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyloading { background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:20rem;height:12.925rem;top:2.75rem;left:0rem;font-size:2.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { width:20rem;height:4.3875rem;top:17.66250038147rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgoqEcgAWpAsrNlBHr72ipSwv8aVaaH5 { width:20rem;height:4.55rem;top:23.105208396912rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdJLEDreCs5BSrGwIGhDTloAMa7ULT9i { width:20rem;height:7.35rem;top:28.842708587646rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t5crIoebbNxWZ5ldDZ2zTey0IiuRXl2C { width:20rem;height:16.875rem;top:38.417708396912rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .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; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .widget-text.counter-number { padding-top:0.39625rem;padding-right:0.349375rem;padding-bottom:0.39625rem;padding-left:0.349375rem;width:2.095625rem;min-width:2.095625rem;height:2.13rem;font-size:1.585rem;line-height:34.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2475rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.794375rem;height:0.841875rem;font-size:0.594375rem;line-height:13.47px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ulr5gFXq9I5k37g9bXlnOApnt1QmM6em { width:14.75rem;height:4.125rem;display:flex;top:61.8125rem;left:2.0114583969116rem;z-index:15004;padding-top:0.561875rem;padding-right:0.5825rem;padding-bottom:0.561875rem;padding-left:0.5825rem;border-top:0.04rem solid #ffffff;border-left:0.040625rem solid #ffffff;border-right:0.040625rem solid #ffffff;border-bottom:0.04rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #wMT6VX8VcOpSKV0izZ3qQ3hdR0lLLVHx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #cnZtiPmm6IaIMTQ774SgxAu4QiruQFPX {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #TphNPfXvA3s6C4sUE89v6KuhLuvtzI1u {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #kQIdgOMAUVHp3swipqEy91LMPl8893tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #AQJZL75R3xxiMTCSNd30DDPW6gkI1Dd6 {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #Xotib22gINreRB6TiG6BVIlKiQMRTCkp {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #C389GVhAhQJ2tOU5lbL9dTZZc1lV908c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #NaxBcsJvNfkhmf9lAyUbJZuAmh4tO3eI {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #RUI3AEKQ1ZrCD9xbN8neAdv62zJhAgTV {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #la9TqxFhZy9cRmvzoqTvPiyAUUKi0s74 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #BL30UeGCafbHgpCiACDbw6Liul7bG5yP {  }
 }@media only screen and (max-width: 763px) { #ulr5gFXq9I5k37g9bXlnOApnt1QmM6em #k0613J6iMWUVrbTNkMSJfKJMkmxvZ4TI {  }
 }@media only screen and (max-width: 763px) { #ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { width:20rem;height:2.6875rem;top:58.125rem;left:0rem;line-height:1.2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block; }
 }@media only screen and (max-width: 763px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:20rem;height:10.3125rem;top:2.6875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:20rem;height:33.6rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpa5dS7JrvKWhTuDJTDv4caDT5v9gSNq { width:20rem;height:1.3rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK { display:block; }#w93Vc746emXdJGnL7Pz3Kn2O1wkHQOTK > .row .container { width:20rem;height:106.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:13.75rem;height:13.6875rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2lmZl1v7aimIcnlBVRSTheBEJ8dZlTO { width:11.3125rem;height:11.3125rem;top:25.83125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQ74DnrEG1MLrX3QWB7R7EXuV3iqz0S { width:11.3125rem;height:11.3125rem;top:52.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JeOiCMiF643oDmeqpgw1vVsM3TJDD3 { width:11.3125rem;height:11.3125rem;top:80rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:19.9375rem;height:1.3rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:19.9375rem;height:7.39375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DtHzJZrtUZHVPPWEyH5VuUyDK7wkaP { width:15rem;height:1.3rem;top:39.01875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpwcuqqSy37AqC1Idfhh8KXh5ztpyJCy { width:19.3125rem;height:9.50625rem;top:41.56875rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQLumBh8hQ56RRkrXwqg6wiC6nq6B3B { width:15rem;height:1.3rem;top:66rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw7811RxKNbmwkmc2Vu63OKH8tTC8SFO { width:18.625rem;height:9.50625rem;top:68.5625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzZiCtquwKhn9C1hrfzRoHeg02dTpvBa { width:15rem;height:1.3rem;top:93.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7O6UIfKEnqSo7qVONzA0LkwOQlBupNf { width:18.375rem;height:8.45rem;top:95.75rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy { display:block; }#brO3FhbB3yTmMxf86LQqcLPdgi9f3FSy > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWcnBo1oUc3ctkTg7iewRxLCZ3eJZDfE { width:13.75rem;height:13.6875rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTClzQvTn8rhNJLmVTcXICk6Te2brx9C { width:11.3125rem;height:11.25rem;top:30.05625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJfIQuU0zSykP5ycMn7JPubhl8sNQ3l { width:11.3125rem;height:11.3125rem;top:56.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBEylE1U7gdKeyVR5hg3Q2I7Ja8pFuTQ { width:11.3125rem;height:11.3125rem;top:83.649999618531rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lckCsbER5RGNq2WqGoSqpuCSWRmQrzqJ { width:19.9375rem;height:1.3rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBx2AphTOLcTWh0DAt1VnPtb5T92gnoo { width:19.9375rem;height:11.61875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61XA0eB2IhSmAtU7xvFJECZM9xQ2frx { width:15rem;height:1.3rem;top:43.18125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gn12EL8PWOO4QvXNJ6mWo7dsPc5QAJ { width:19.125rem;height:8.45rem;top:45.54375rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzrl6VXRxKJHQqDQsJA3liRlWPThk4Q { width:15rem;height:1.3rem;top:69.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWn8WVpuR2pltAbOalKAfz1G37ck9Ku0 { width:19.125rem;height:8.45rem;top:72.125rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3X2SQtVTVLBAngkswhFCOEDLiNWEt0r { width:19.9375rem;height:1.3rem;top:97.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3neE0ldMguA2HyINyxnGadfdLdCtE5a { width:19.9375rem;height:7.39375rem;top:99.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THv3qCHq9yArc8NdvFVeDByE0L4pvqAk { display:block; }#THv3qCHq9yArc8NdvFVeDByE0L4pvqAk > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9xqPoJReTSqMvFhoGtEpwXEKw3wrvcz { width:13.75rem;height:13.6875rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhVa2DdUXaP80TIzbLWISEyVfAOJhT24 { width:11.25rem;height:11.125rem;top:29.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfk8nthRVNwm0Rg51mIZMFAMFOWiKDp4 { width:11.3125rem;height:11.3125rem;top:55.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRKL5lJv4LuKRAipUZFTZ0wLJgosJZ6 { width:11.3125rem;height:11.3125rem;top:81.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkC60xmHk7uGpIE4OTaxdkiqxKUtLcsg { width:15rem;height:1.3rem;top:42.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUPxoU6WH6T88ZtORyJ96H3PQznodwJ { width:19.1875rem;height:8.45rem;top:44.6875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKDT4RH5aV5vdyBaxybS0uTXtmf3KRR { width:15rem;height:1.3rem;top:68.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9gAGw7RAwwC3Xi4DWAD6twzTDGO1hc { width:19.375rem;height:8.45rem;top:70.875rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXWWDupO7f9yfFVvJt5tmmftb2L4yH7b { width:15rem;height:1.3rem;top:94.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLpp8JCDXrg021OFlbArwABuwuG3nkeL { width:19.375rem;height:11.61875rem;top:97.125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i691ADTILdx7Bl0mCfDZ5ofauvGCykcg { width:19.25rem;height:8.45rem;top:18.1125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvAxTJuMTy23pQIfaNKK1h3yS26GEzT { width:15rem;height:1.3rem;top:15.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX { display:block; }#TwZ2Hm9gTJBxh9QIZ7UOsoQZlcn4c1KX > .row .container { width:20rem;height:109.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndWAwSRIPiaLTQMqbPrZWP1GV3tePkxR { width:13.75rem;height:13.6875rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpCT2sTru9yJGueHH3J5sLhxgnXLgUt { width:10.8125rem;height:11.125rem;top:30.04375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VovvoyIAqQ9iHBPq6DnuuxMttSGVcm9k { width:11.3125rem;height:11.3125rem;top:54.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZKFCZpOb593SmOyUL1M5MlnTTATtbZv { width:11.3125rem;height:11.3125rem;top:80.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThPZDVi4wT6mvPxlCQd3TURzACwaXTV { width:15rem;height:1.3rem;top:43.04375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzwDgv8Ot30nhCzAhzq9F3tNmCGFTfZP { width:19.375rem;height:6.3375rem;top:45.59375rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lefWeuPxwHEUcR7Nf7NnpfHs9qCWlp9V { width:15rem;height:1.3rem;top:67.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7AGqGFl9BMTgxGHVOO7y87kvuDHqes { width:19.375rem;height:8.45rem;top:70.0625rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfef4w6bnOq7xTg7CDATDXhT2oLuSyK { width:15rem;height:1.3rem;top:93.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0cEpye3VZ4NyyreD7h5T8xKfcZsiNkU { width:19.4375rem;height:10.5625rem;top:96.4375rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoxaiEnonXH94HMIgFdxx45Qc3fw3vf { width:19.25rem;height:8.45rem;top:18.1125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8LM17sZhbfQvWkaKhbpLBtkbAeW2s6Z { width:15rem;height:1.3rem;top:15.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2rDeotWvV44iim0fSw08T8D7PruSgJ { display:block; }#GD2rDeotWvV44iim0fSw08T8D7PruSgJ > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpug8vhngo2N8se7CSUoXpHiPdodoZ9x { width:10.625rem;height:10.5rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA11fSOaPSyHBeM7rcCEtMuONLRZ63rF { width:10.8125rem;height:10.8125rem;top:29.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ0ZWC2SZoCreu6fXMmzWXofVclPo2F7 { width:11.3125rem;height:11.3125rem;top:57rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52x0gwkVAP0TzwZD9xFr7KoX71CnmBS { width:11.3125rem;height:11.3125rem;top:85.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTNawTkiCXv2FrLZJCaJ0OZK8D4ZZDv { width:15rem;height:1.3rem;top:41.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dmrrgARmZpTN5UbQUWRit4LAxCNEG3 { width:19.3125rem;height:9.50625rem;top:44.4375rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAqOtOx3KRz48SOgCzkI6hF5pRfAnFe { width:15rem;height:1.3rem;top:70.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpHKtgXBp7xOkWRmT9MftM2KN5ncggz { width:19.1875rem;height:10.5625rem;top:72.75rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44fyHtAQcFIkE2EueiM9krgTbEJrUCu { width:15rem;height:1.3rem;top:98.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmBlJa6Cvm6n9IdSsda0e2NrqVrkuxb { width:19.375rem;height:8.45rem;top:101.3125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmRpHoXk4wrQeycT0RkKEHZWTVgkNNBO { width:19.5rem;height:10.5625rem;top:15.424987792969rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92A3Kxb9HdyFcKdFUwLmcwd9wMHRvXm { width:15rem;height:1.3rem;top:12.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI { display:block; }#hvFcmoXpZs9BdrzbOvTipocf9AxGfnvI > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFf1QvTDTq9gJqxEtWW1Ux1A5yENC7Q5 { width:11.3125rem;height:11.0625rem;top:0rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDUwcrwq5NK6UpNTQg83upwln12hpQVB { width:10.8125rem;height:10.8125rem;top:27.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMP3MKptVqcdwBNzHS3XAvJUN3pyl3Tn { width:11.3125rem;height:11.3125rem;top:52.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09Rmw6TVqtDbnhwdwBMnuURgRNTKVVv { width:15rem;height:1.3rem;top:40.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeTHRRBmmV3vOMNQhAq0Nq17AGopWoH { width:19.3125rem;height:6.3375rem;top:42.625rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUnXH5TLySAM9EQcHEFoJ70vOiAkUeO { width:15rem;height:1.3rem;top:65.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCyXnketHmDSFoJKkbWZ3NhxTGW0T62 { width:19.1875rem;height:9.50625rem;top:68rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei8VZEMhtOTu1Tsq93RqKKBTmNCahKNQ { width:19.5rem;height:8.45rem;top:15.924987792969rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Bw3oSicmHpQCCerNdFVTP696m9HIpl { width:15rem;height:1.3rem;top:13.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57825e82-996b-446b-bb18-f7a34d4d2f4c/screengraphagendabacksoft3000px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.adaptive-delivery-prevent-bg, #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.lazyload, #Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h.lazyloading { background-image: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { background-color: transparent; background-image: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container > .video-iframe-container { display: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row > .video-iframe-container { display: none; }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .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); }#Ie29vuKyoChNRkBd1aO1PgTOWQOIvL0h > .row .container { width:20rem;height:279.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y62TXpTnLG9F0XMhLZEaD646HveTRPP5 { width:17.375rem;height:4rem;top:9.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55IrRh3L86uA4OGTfEaNFhA0JIGwAn1 { width:6.1875rem;height:3.28125rem;top:9.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBPv6BpuGWdhMUz64TzHJ3sdL6EXwu8 { width:11.0625rem;height:1.5rem;top:10.75rem;left:8rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq0HfFaDAepu5iWkhzmifTB8OML30fP { width:19.4375rem;height:1.5rem;top:14.375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbAIO3GuVQbpSZluFNKO7VyodGFitxWW { width:19.375rem;height:4.5rem;top:19.1875rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZbdPReSOkCzBCiGTNCBKOelVCzcyQlb { width:19.4375rem;height:1.5rem;top:17.1875rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z39hrfGfr12UZ3aJtg3JzDxPKgAB2Zng { width:19.375rem;height:4.5rem;top:59.6875rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxIuAsxZIlBL8mrSEJFJgVgB8wZlZXIF { width:19.4375rem;height:1.5rem;top:54.3125rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lw4RPJfto1Sw6hngaBsukgs9ufGEQDDM { width:19.375rem;height:4.5rem;top:47.875rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSsZkCLbuEXW8ZyvA1M8gt0KfriaaywD { width:19.4375rem;height:1.5rem;top:45.9375rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pR3dZ1fhxcbsJZPnDI9EuDsQ6RTb5Ac5 { width:19.375rem;height:7.5rem;top:140.3125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0pxe8GyviVSMmvMqOUxt2F3bx9Joo5i { width:19.4375rem;height:1.5rem;top:138.4375rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pny0V1kTiq4Uf8IanenzRAHIO6FqN2Og { width:19.375rem;height:4.5rem;top:131.5625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4sZq37tBHfDx8na8IZdcE2NQgMOlKGi { width:19.4375rem;height:1.5rem;top:129.75rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnZRUI7NVDQ3aTyBMDZAxtEF7F2T3n4y { width:19.375rem;height:4.5rem;top:119.875rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZB4zo3p32VWXNHSeXEp0IBPhZtM8JOZ { width:19.4375rem;height:1.5rem;top:118.1875rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F47t2gRiIasGedzpiE5spNewulByk35X { width:19.375rem;height:4.5rem;top:111.3125rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxCX1XWI21AKEpT9H0TfDa44pAMRog1z { width:19.4375rem;height:1.5rem;top:109.5625rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLNOlH18Vf3fkxLTuHrTH37xMxFTdwCe { width:6.0625rem;height:3.28125rem;top:104.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py1VGHNes5ebMNcrgrxzCvNT4lxa1Hgn { width:12rem;height:1.5rem;top:105.375rem;left:7.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQAXogmw961umJE8PKQsNax5n1847bDP { width:6.0625rem;height:3.28125rem;top:189.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75an5COgAIkLIRhelpddoX1EtZDtVEK { width:19.4375rem;height:1.5rem;top:194.9375rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mv4XKHkef2FBfeanNcewZ6tZ9TQiSb6o { width:19.375rem;height:4.5rem;top:196.6875rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAgQE5feUgWWHQ4cmdNguwykh3VPd5pI { width:11.25rem;height:1.5rem;top:190.75rem;left:8.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1hSyTRQxp2K5pwOLTf89wRQUS3nmS1B { width:19.4375rem;height:1.5rem;top:202.875rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI4mvoO1bofHT3gVmwp9OUlXPFJ6RZd1 { width:19.375rem;height:4.5rem;top:204.75rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0af6Dx7RNMa0ZyLeSfupKvrxzBJN1D6 { width:19.4375rem;height:1.5rem;top:215.25rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qhy8cuPuFt8JxFeFTuqmRimB1ai29JIv { width:19.375rem;height:4.5rem;top:217.0625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8KFhcdQR64SHmA65QOtdmpDyiSRvcN { width:19.4375rem;height:1.5rem;top:223.625rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWilNgUoS5iWwHzHhmzkCiR8FsCgAlBT { width:19.375rem;height:6rem;top:225.5rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHSZWL7DVnbsQotbbAJoIs3Aik0U55yF { width:17.375rem;height:4rem;top:103.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATk9psC67Lcm3lc89ZN1iF6o18pUH0X { width:17.375rem;height:4rem;top:189.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { width:20rem;height:2.84375rem;top:1.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { width:20rem;height:1.3rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNn12EOCxEgLReOZc3Cp2TX3F4ZI3My { width:19.4375rem;height:1.5rem;top:25.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVFxRPh9fbBtFZZCn0XXRHTmlCkihVtS { width:19.375rem;height:3rem;top:27.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHOFyo7Cy5kMn1d8WQedw3VtAL0VCIo { width:19.4375rem;height:1.5rem;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2kyU4WfOKQkTpCPexP9diAeXpyVkyEm { width:19.375rem;height:6rem;top:37.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAzxutzghrTUWwzKyH9hl6DmPEv4C9a { width:19.4375rem;height:1.5rem;top:35.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4JlT5EJX1v4h1r6SFSXTBctfkZU2mf { width:19.4375rem;height:1.5rem;top:58.0625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAq65G8eff9iExFPtLuVL93oJ4OLwzA { width:19.4375rem;height:1.5rem;top:66.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPRxTRBrcNboF5xHE0aQvU3eRl3gtn4f { width:19.375rem;height:6rem;top:68.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4IoqrvNtScLkrcxPPwh3IslmlITniUV { width:19.4375rem;height:1.5rem;top:76.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Fg8lCi4Np0HGh8J9uszSsvKiHA8k1i { width:19.4375rem;height:1.5rem;top:79.75rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkx7Z6SblGmmh1v5m1o72R0IqsZPFCE2 { width:19.375rem;height:7.5rem;top:81.625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1S95Xqg9TGibgSlxNZ0MwHrfxVTEUhm { width:19.4375rem;height:1.5rem;top:91.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCZlnEyPgIfhqruigzfqzS37RNVaqyt { width:19.375rem;height:4.5rem;top:93.125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3xUQnw4ssnTa4pHODyQrwAkwCxTbtE { width:19.4375rem;height:1.5rem;top:126.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3l0ikQOT2TyKopTTmhtePpNSUEr4vx { width:19.4375rem;height:1.5rem;top:233.875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg1LersWcs1u72PPCUzVttZB9zfQ5LoP { width:19.4375rem;height:1.5rem;top:153.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C269EaKnIHOis9IVuHobFhxsIlMNKQyd { width:19.375rem;height:4.5rem;top:155.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhTwxbAskHvdmabpfmPU30NK04QSsip { width:19.4375rem;height:1.5rem;top:161.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN621xrtnCc9EzHT5KXHwa0nk1WfcnQn { width:19.375rem;height:4.5rem;top:163.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PkDLoNW8rxLyAT4BuXb4NcU84ggERJ { width:19.4375rem;height:1.5rem;top:170.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbT9xcTCiWBovgubovse0p5d11gBfJG8 { width:19.4375rem;height:1.5rem;top:173.875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyc7dhh4c9GcprJQmDwRcbiEgCqp4PmO { width:19.375rem;height:4.5rem;top:175.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZUHTP1bfMJu5tScigcThvXFFo3bFdL { width:19.4375rem;height:1.5rem;top:182.0625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe0IvO7g8zUySemqaWDdqIIyqCDyLyI2 { width:19.375rem;height:1.5rem;top:183.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqvlMw6aG18ZskKKNlec2THL6wbAWwdi { width:19.4375rem;height:1.5rem;top:211.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNyObkCzTAGE4nq1NAz8CFlAZTUzByTF { width:19.4375rem;height:1.5rem;top:149.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPL6geQsb9pbfLBLvXQW9gWySS5XKZH6 { width:19.4375rem;height:1.5rem;top:237.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc5HlRi4wNEd5BTDL642weSx0CTkO2PA { width:19.375rem;height:4.5rem;top:239.125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFiRIuM8ZVn6yxeRE5GkcI5UPqFiJotf { width:19.4375rem;height:1.5rem;top:245.75rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5aQda462lOz2UgBlv2mUVzQ0F3vMPZ { width:19.375rem;height:4.5rem;top:247.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCRbpV6AztBZOKdIyQ3oPG7VTOtkWhwB { width:19.4375rem;height:1.5rem;top:254.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6T2gesHkWNfxfxHhCRwnIebl2Q1AD2a { width:19.4375rem;height:1.5rem;top:257.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd21d6psJSig1PcIPhdlJgc6NTyZc78k { width:19.375rem;height:4.5rem;top:259.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHaBeNcXZJGeZlroem8ziMqaGfoTiKtf { width:19.4375rem;height:1.5rem;top:266.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tAaCUmwIeyo6aAxtdXSyfPhwAIsOE2 { width:19.4375rem;height:1.5rem;top:269.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJuzrvWlwDPEez1T3RfFRLGTXT00Tzs { width:19.375rem;height:3rem;top:271.6875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { width:20rem;height:1.3rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc { display:block; }#aJ2NHsRmUfwp6qXpNCaSi4Wytgii2KPc > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { width:6.375rem;height:2.1875rem;top:0.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { width:8.8125rem;height:2.75rem;top:0.4375rem;left:10.095025510204rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { width:7.5625rem;height:2.6875rem;top:4.4375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H { display:block; }#gvusvXJcgxOiTEcFLy0wDuz3FWMgu69H > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmN1IQHPlUTMSquNeH12vBDvl3voB6Cp { width:13.75rem;height:2rem;top:0.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4mX2Cwuq4CTwU9ZBN62EHHBAg2RUHa { width:5.4375rem;height:3.625rem;top:3.59375rem;left:13.011458396912rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tT6frHizxXnqrr1mbrCV6aGoD9rD9b { width:9.25rem;height:2.25rem;top:4.28125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm { display:block; }#MWxXqwTNEeNy1M2nUptUNMu5iRsQT4cm > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8V2qg2hUbJ6Lflq8wTfoT1nAxVeK8iU { width:11.5rem;height:2.4375rem;top:0.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWessS1OHcygKTx6oTfspUmpdIDr8EGN { width:16.4375rem;height:3rem;top:4.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D { display:block; }#Tb92bF4bOpvAE2d2ll3JrtADp17Oto1D > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDQuHeVGfauvC4p37ZGwwR2TMXixVEIH { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #doVzxTdBMSQtPfS9c9Lac55BQ5MeIO33 { width:20rem;height:20.625rem;top:11.9375rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { width:20rem;height:5.85rem;top:1.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { width:20rem;height:3.9rem;top:16.893749237061rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shu6GvrCO8ozivhdwxzFepUPp0JGn4TD { width:20rem;height:2.5rem;top:27rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4Ze0IfaUQnlrK2r1oW4XNpZnFqTfO5p { display:block; }
 }@media only screen and (max-width: 763px) { #sBGrDUdBml4WDu9VWzMa1BDXJ7fSctvu { width:20rem;height:7.55625rem;top:8.16250038147rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymZVrKwW2GWQu7erhLQRqnxTVSOQQ0V { width:20rem;height:2.625rem;top:31.9375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcJ7lVyTQctdJPG8VGWdQiPDNet06WC8 { display:block; }
 }@media only screen and (max-width: 763px) { #R78y80g9pAT00sXMDHtrVgrce7BuqMQp { width:20rem;height:2.75rem;top:22.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxwGoSkDASVA6nSi3VMqr60DndkWSrM { display:block; }
 }